body {
	background:#e7e7e7;
	color: #000;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
}

* {
	font:11px Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

/* Headlines */
h1 {
	font:28px georgia,garamond,serif;
	padding:0 0 10px 0;
	color:#003366;
}

h2 {
	color:#003366;
	padding:0 0 5px 0;
	font:14px georgia,garamond,serif;
}

#container {
	margin:150px 0 0 210px;	
	width:920px;
	height:450px;
}

.containerNormal {
	background:transparent url(../images/gabel_1.jpg) left top no-repeat;
}

.containerDom {
	background:transparent url(../images/gabel_2.jpg) left top no-repeat;
}

.containerGemeinde {
	background:transparent url(../images/gabel_3.jpg) left top no-repeat;
}

#content {
	margin:0 0 0 440px;	
	width:470px;
	padding:218px 0 0 0;
}

#content a.moreLink {
	background:transparent url(../images/link.png) left 2px no-repeat;
	padding:0 50px 5px 20px;
	margin:5px 0 0 0;
	color:#ff9900;
	text-decoration:none;
	display:block;
	width:auto;
}

#content a.moreLink:hover {
	background:transparent url(../images/link_hover.png) left 2px no-repeat;
	padding:0 50px 5px 20px;
	color:#000;
}

#footer {
    position: fixed;
    width: 100%;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
	background:#fff;
	height:100px;
}

#logo {
	background:transparent url(../images/gabelseite_logos.jpg) left top no-repeat;
	width:279px;
	height:85px;
	margin:10px 0 0 250px;
	float:left;
}

a#imprint {
	width:156px;
	margin:68px 0 0 121px;
	display:block;
	float:left;
	text-decoration:none;
	color:#333;
}


/* Misc */
a img {
	border: none;
}

p {
	margin:0 0 15px 0;
}

.clearfix {
	clear: both;
	font-size: 0;
	height: 0.1em;
	line-height: 0;
	overflow: hidden;
}

.contentLine {
	clear: both;
	font-size: 0;
	height: 2px;
	line-height: 2px;
	background:transparent url(../images/line.gif) left top repeat-x;
}

.hidden {
	visibility: hidden;
}

.hiddenAbsolute {
	display: none;
}

hr {
	display: none;
}

strong {
	font:bold 12px/18px Verdana, sans-serif;	
}

img {
	border: none;
	display: block;
}

p {
	line-height: 150%;
}