/* HAUPT-CONTAINER F?R ALLE ELEMENTE */
#main {
	position: absolute;
	top:25px;
	left: 50%;
	width: 840px;
	margin:0;
	margin-left: -420px;
	z-index: 0;
	background-color: #e5edec;
	background-image: url(../_pix/back_links.gif);
	background-repeat: repeat-y;
	border:0;
}


/* OBERER BEREICH */
#logo {
	height:50px;
	background-color: #fff;
	border-bottom:solid 1px #005046;
}

#content {
	background-image: url(../_pix/back_navigation.gif);
	background-repeat: repeat-x;
}

#footer {
	display: block;
	height:50px;
	text-align:right;
	background-color: #fff;
	background-image: url(../_pix/back_footer.gif);
	background-repeat: repeat-x;
}

/* spalten */

#links {
	width:240px;
	float:left;
	background-color: #e5edec;
}

#rechts {
	margin: 0 0 0 240px;
}



/* CONTENT */


#navigation {
	height: 17px;
	background-color: #458078;
	border-bottom:solid 1px #fff;
}

#headline {
	width: 450px;
	height:35px;
	margin: 25px 0 0 40px;
	vertical-align: bottom;
}

#text {
	width: 440px;
	margin: 0px 0 0px 40px;
	padding-bottom: 1em;
	overflow: auto;
}

#text-scroll {
	width: 440px;
	height: 150px;
	margin: 0px 0 15px 40px;
	overflow: auto;
}


#clear {
	clear: both;
}

#info  { 
	 z-index:100;
	 visibility:hidden;
	 background-color: #fff; 
	 padding: 10px; 
	 position: absolute;  
	 width: 350px; 
	 border:solid 1px #458078;
	 display:overflow;
	 
}



