/* Normalisiert marging, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin:0;
	padding:0;
}

/*Normalisiert font size für Überschriften */
h1, h2, h3, h4, h5, h6
{ font-size : 100%; }

/* Entfernt list-style aus Listen */
ol, ul
{ list-style : none; }

/* Normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Entfernt list-style aus Listen */
table
{ border-collapse : collapse; border-spacing : 0; }

/* Entfernt border aus fieldset und img */
fieldset, img
{ border : 0;}

/* Richtet Text in caption und th links aus */
caption, th
{ text-align : left;}

/* Entfernt Anführungszeichen aus q */
q:before, q:after
{ content : "" ;}

/* Zentriert die gesamte Seite */
html {
	text-align:center;
	background-color:#FFFFFF;
}

body {
	position : relative;
	width:900px;
	margin: 0 auto;
	text-align:left;
}

/* Regeln für den Header */
#branding  {
	width:101%;
	height:136px;
	background : transparent url(../Grafik/Logos/Top.gif) no-repeat;
}

#branding h1 {
	position:absolute;
	top:-9999px;
}

#branding p {
	position:absolute;
	top:-9999px;
}

/* Regeln fürNavigation */
.nav_top {
	position:top;
	width:100%;
}

ul#nav_sub_features  {
	position:absolute;
	top:0;
	left:50%;
	width:420px;
	margin:0;
	padding:2px 10px 2px 0px;
	background-image:url(../Grafik/Box/topnav_unten.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

ul#nav_sub_features li {
	display:inline;
	padding:0 0 0 10px;
}

/* Regeln Navigation Contentseiten */
#imp_nav_main h1 {
	position:absolute;
	top:0;
	left:-9999px;
}

#imp_nav_main {
	background-color:#CBC6A0;
	position:absolute;
	top:150px;
	width:100%;
}

#imp_nav_main h2 {
	background:url(../Grafik/Box/top_imprint.gif) no-repeat top left;
	margin: 0;
	padding: 10px 0px 4px 10px;
	font-size: 150%;
	letter-spacing:normal;
	color: #990000;
}

ul#imp_main_nav {
	margin:0;
	background-image:url(../Grafik/Box/bottom_imprint.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding: 0 0px 5px 0px;	
}

ul#imp_main_nav li {
	display:inline;
	font-size:80%;
	padding: 0 10px 0px 10px; 
}



/* Layoutstruktur */
#main_content {
	position:absolute;
	top:250px;
}

#inhalt {
	float:right;
	width:75%;
}

#sidebar {
	float:left;
	width:200px;
}

#footer {
	clear: both;
	background: #fff url(../Grafik/Logos/footer.gif) no-repeat;
	background-position:bottom;
	height:70px;
}

#footer h5 {
	position:absolute;
	left:-9999px;
}
#footer p {
	position:absolute;
	left:-9999px;
}

/* Boxen */
.box_navigation {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height:1.5em;
	color: #444;
	background:#eee url(../Grafik/Box/box_navigation_unten.gif) no-repeat bottom left;
	}
	
.box_navigation h4 {
	margin: 0;
	padding: 12px ;
	font-size: 140%;
	line-height:1.5em;
	color: #444;
	}
	
	.box_navigation li {
	margin: 0;
	padding: 0 0 12px 0;
	font-size: 90%;
	line-height:1 em;
	}
	
	.box_navigation a {
	margin: 0;
	font-size: 150%;
	line-height:1.4em;
	}
	
	.box_info {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 100%;
	line-height:1.5em;
	color: #444;
	background:#a8d3f4 url(../Grafik/Box/box_info_unten.gif) no-repeat bottom left;
	}
	
.box_info h4 {
	margin: 0;
	padding: 12px ;
	font-size: 140%;
	line-height:1.5em;
	color: #444;
	background: url(../Grafik/Box/box_info_oben.gif) no-repeat top left;
	}
	
/*Inhalt*/
#inhalt h4 {
	font-size:140%;
	margin:0;
	padding:12px;
	color: #444;
	line-height:1.5em;
	}
	
#inhalt p {
	font-size:110%;
	margin:0;
	padding:12px;
	color: #444;
	line-height:1.5em;
	}
	
/* Regeln für Footer */
div#site_info {
	clear:both;
	position:relative;
	width: 100%;
	float:left;
	background : transparent url(../Grafik/Logos/footer.gif) no-repeat;
	background-position:bottom;
	height: 90px;
}
