/* CSS Document */

body {
	background-color: #CCCCCC;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
	/* border-bottom: 1px dotted #333333; */
} 

#container {
	color: #000000;
	width: 782px;
	height: 490px;
	margin: 0px auto;
	left: 50%;
	margin-left: -390px;
	top: -245px;
	position: absolute;
}

#subcontainer {
	border-style: solid;
	border-width: 1px;
}

#top {
	height: 180px;
}

#menubar {
	height: 19px;
	background-color: #666666;
	line-height: 15px;
	padding-left: 5px;
}

a.menu:link, a.menu:visited, a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
	/* border-bottom: 1px dotted #333333; */
} 

a.aktuellmenu:link, a.aktuellmenu:visited, a.aktuellmenu:active {
	color: #333333;
	text-decoration: none;
	/* border-bottom: 1px dotted #333333; */
} 

#submenubar {
	height: 19px;
	line-height: 15px;
	padding-left: 5px;
	background-color: #999999;
}

a.submenu:link, a.submenu:visited, a.submenu:active {
	color: #FFFFFF;
	text-decoration: none;
	/* border-bottom: 1px dotted #333333; */
} 

a.aktuellsubmenu:link, a.aktuellsubmenu:visited, a.aktuellsubmenu:active {
	color: #666666;
	text-decoration: none;
	/* border-bottom: 1px dotted #333333; */
} 

#content {
	height: 200px;
	background-color: #FFFFFF;
	overflow: auto;
	padding-top: 3px;
	padding-left: 5px;
}

#content_bigger {
	height: 219px;
	background-color: #FFFFFF;
	overflow: auto;
	padding-top: 3px;
	padding-left: 5px;
}

.halbtransparent {
	opacity: 0.7;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	z-index: 1;
}

.text_nicht_transparent {
	z-index: 2;
}

#footer {
	bottom: 0px;
	position: absolute;
	width: 100%;
	height: 60px;
	font-size: 10px;
	color: #333333;
}

a.footer_dark:link, a.footer_dark:visited, a.footer_dark:active {
	color: #FFFFFF;
	text-decoration: none;
	/* border-bottom: 1px dotted #333333; */
} 

#footerbar {
	position: absolute;
	width: 30%;
	height: 19px;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-size: 10px;
}

#quicklink {
	position: absolute;
	width: 30%;
	height: 19px;
	right: 0px;
	top: 0px;
	text-align: right;
	visibility: hidden;
}

.quicklinkbar {
	/* background-color:#F4F4F4; 
	border: solid 1px #cccccc; */
	/* color: #666666; */
	color:#999999;
	font-size: 9px;
	/* background-image: url(images/editbox.jpg); */
}

a.footerbar:link, a.footerbar:visited, a.footerbar:active {
	color: #000000;
	text-decoration: none;
	/* border-bottom: 1px dotted #333333; */
} 

#horizon {  /* wird für die zentrierung benötigt */
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#middle {
	width: 250px;
	position: absolute;
	height: 70px;
	left: 50%;
	margin-left: -125px;
	top: -35px;
	text-align: center;
}

#background_left {
	position: absolute;
	left: 0px;
	height: 400px;
	width: 300px;
	bottom: 0px;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

#background_right {
	position: absolute;
	right: 0px;
	height: 400px;
	width: 300px;
	top: 0%;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#googlead {
	position: absolute;
	width: 234px;
	height: 60px;
	right: 220px;
	bottom: 0px;
	text-align: right;
	font-size: 10px;
}
#zentralbox {
	width: 350px;
	position: absolute;
	height: 70px;
	left: 50%;
	margin-left: -175px;
	top: -35px;
	text-align: center;
}
