/* CSS Document */

/* -- Dokument -- */

html, body {
	margin:0px;
	padding:0px;
	height:100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

p, .tab1 {
	margin:0px;
	padding:3px 0px;
	color:#6F7272;
	font-size:10px;
	line-height:1.4em;
}

h1 {
	margin:0px;
	padding:5px 0px;	
	font-size:11px;
	font-weight:normal;
	text-transform:uppercase;
	color:#4D5056;
	line-height:15px;
}

#top {
	position:absolute;
	height:15px;	
	width:950px;
	top:0px;
	left:-475px;
	margin-left:50%;
	background-image:url(../images/bg_top.gif);
	background-repeat:repeat-x;
	
}

#imprint {
	position:absolute;
	top:60px;
	left:490px;
	height:25px;
	width:300px;
	line-height:25px;
	color:#8E9090;
	text-transform:uppercase;
	text-align:right;
	font-size:10px;
}
	

#head {
	position:absolute;
	height:85px;	
	width:950px;
	top:15px;
	left:-475px;
	margin-left:50%;
	text-align:left;
	background-color:#FFF;
}

#head a {
	color:#6F7272;
	font-size:10px;
	text-decoration:none;
}

#navigation {
	position:absolute;
	height:70px;	
	width:950px;
	top:100px;
	left:-475px;
	margin-left:50%;
	background-image:url(../images/bg_nav.gif);
	z-index:2;
}
#content {
	position:absolute;
	height:535px;
	width:950px;
	left:-475px;
	top:170px;
	margin-left:50%;
	text-align:left;
	z-index:1;
}

#subnav {
	position:absolute;
	left:20px;
	top:0px;
	width:152px;
	height:565px;
	/*overflow:hidden;*/
}

#main {
	position:absolute;
	left:227px;
	top:0px;
	height:565px;
}

/* -- Navigation LINKS -- */

#subnav1 a, #subnav2 a, #subnav3 a, #subnav4 a, #subnav6 a {
	padding:6px 3px 6px 22px;
	height:auto;
	width:127px;
	margin-bottom:4px;
	display:block;
	color:#09C;
	font-size:11px;
	text-decoration:none;
	line-height:1.4em;
	background-color:#FFF;
	background-image:url(../images/bg_sub.gif);
	background-position:center left;
	background-repeat:no-repeat;
}

#subnav1 a:hover, #subnav1 a.aktuell {
	color:#4C515A;
	background-image:url(../images/bg_sub1_over.gif);
}

#subnav2 a:hover, #subnav2 a.aktuell {
	color:#558B7E;
	background-image:url(../images/bg_sub2_over.gif);
}

#subnav3 a:hover, #subnav3 a.aktuell {
	color:#6D5545;
	background-image:url(../images/bg_sub3_over.gif);
}

#subnav4 a:hover, #subnav4 a.aktuell {
	color:#814C60;
	background-image:url(../images/bg_sub4_over.gif);
}

#subnav6 a:hover, #subnav6 a.aktuell {
	color:#766782;
	background-image:url(../images/bg_sub6_over.gif);
}

#unterseiten a {
	display:block;
	padding:5px;
	width:298px;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	margin:0px;
	background-image:url(../images/bg_textlink_bereiche.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:16px;
}

#unterseiten a:hover, #unterseiten a.aktuell {
	color:#444;
	background-image:url(../images/bg_textlink_bereiche_ov.gif);	
	/* background-color:#B4C6AC; */
}

