/* Allgemein *****************************************************************/
html {
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background-color: #FFFFFF;
	/*text-align: center;*/
	margin-top: 0px;
	padding-top: 0px;
	line-height: 1.4em;
}

#accesskeys {
	position: absolute;
	top: -1000px;
}

.outofreach {
	position: absolute;
	top: -1000px;
	left: -1000px;
}
	

/* Site-Container ************************************************************/

#rahmen {
	width: 861px;
	margin: 0px auto;
	padding: 0px auto 0px 0px;
	text-align: left;
}

/* Kopfzeile *****************************************************************/

#kopf {
	position: absolute;
	margin-top: 20px;
	height: 446px;
	width: 861px;
	background-repeat:no-repeat;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	background-image: url(../../media/kopf1.jpg);
}

/* Navigation *****************************************************************/

#navigation {
	position: absolute;
	width: 160px;
	margin: 260px auto 0 515px;
	z-index: 80;
}

/* Quicklinks *****************************************************************/

#news {
	position:absolute;
	background-image:url(../../media/news2.jpg);
	background-repeat:repeat-y;
	margin-left: 497px;
	margin-top: 469px;
	width: 363px;
}
#news #oben {
	background-image:url(../../media/news1.jpg);
	height: 16px;
}
#news #mitte {
	padding: 0 20px;
}
#news #unten {
	background-image:url(../../media/news3.jpg);
	height: 17px;
}

/* Inhalt *****************************************************************/

#inhalt {
	position: absolute;
	width: 411px;
	margin-top: 312px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	background-image:url(/media/inhalt1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 155px;
	padding-left: 58px;
	padding-right: 30px;
}
#inhalt_mitte {
	min-height: 210px;
}
#inhalt_ende {
	position: relative;
	left: -58px;
	background-image:url(/media/inhalt2.jpg);
	background-repeat: no-repeat;
	height: 19px;
	width:497px;
}

/* Fusszeile *****************************************************************/

#fuss {
	/*width: 575px;*/
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 58px;
	/*margin-left: 194px;
	padding-left: 11px;*/
	color:#333333;
	/*background-color:#d2d2d2;*/
}

