/* CSS Document */

/* Normalisiert matging, 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:#BABFC5 url(../Grafik/back.jpg) repeat-x;
}

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


/* Regeln für den Header */
div#branding  {
	width:100%;
	height:160px;
	background : transparent url(../Grafik/header.gif) no-repeat;
}

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

/* Regeln fürNavigation */
div#nav_main {
	position:absolute;
	width:100%;
	top:160px;
	/* height: 35px; */
}

div#nav_main h4 {
	background: transparent url(../Grafik/Nav_Main.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 5px 25px;
	font-size: 100%;
}

div#nav_main h4 a {
	padding: 0px 10px 0px 0px;
		
}

div#nav_top {
	position:absolute;
	top:0px;
	left:550px;
	height: 35px;
	width:350px;
}

div#nav_top h3 {
	background: #9D1515 url(../Grafik/top_nav_bottom_left.gif) no-repeat bottom left;
	float:right;
	margin: 0;
	padding: 5px 0px 5px 25px;
	font-size: 90%;
}

div#nav_top h3 a {
	padding: 0px 10px 0px 0px;
}

/* Nachfolgend Regeln für den Inhalt */

div#content {
	position:absolute;
	width:100%;
	top:210px;
}

div#content_top {
	background:transparent url(../Grafik/content_top.gif) no-repeat top left;
	width:100%;
	/*height:30px*/;
}

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

div#context {
	float:left;
	width:100%;
	background-color:#FFFFFF;
}
div#inhalt_links {
	float:left;
	width:50%;
	}

div#content_bottom {
	clear: both;
	background:transparent url(../Grafik/content_bottom.gif) no-repeat bottom left;
	width:100%;
	/*height:20px;*/
}

div#spacer{
	height:20px;
	background:transparent;
	}
	
/*Navigation auf der Seite*/
.site_nav {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	font-size: 100%;
	color: #444;
	background:#eee url(../Grafik/site_nav_bottom.gif) no-repeat bottom left;
	}

.site_nav h4 {
	margin: 0;
	padding: 15px 10px 15px 25px ;
	font-size: 110%;
	line-height:1.5em;
	color: #444;
	}
	
.site_nav li {
	margin: 0;
	padding: 5px 10px 5px 25px;
	font-size: 110%;
	line-height:1.1em;
	color:#FF9900;
	}	
		
.site_nav a {
	margin: 0;
	color:#9D1515;
	font-size:100%;
		line-height:1.1em;
	}
	
/*Infobox*/
.box_info {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-size: 100%;
	line-height:1.5em;
	color: #444;
	background:#a8d3f4 url(../Grafik/infobox_bottom.gif) no-repeat bottom left;
	}
	
.box_info h4 {
	margin: 0;
	padding: 10px 10px 5px 25px ;
	font-size: 110%;
	line-height:1.5em;
	color: #444;
	background: url(../Grafik/infobox_top.gif) no-repeat top left;
	}

.box_info p {
	margin:0;
	padding:5px 10px 5px 25px;
	font-size:100%;
	color:#444444;
	}
	
.box_info a {
	margin:0;
	color:#9D1515;
	}
	
.box_info li {
	margin: 0;
	padding: 5px 10px 10px 25px;
	font-size: 80%;
	line-height:1,4em;
	}
	
	
/*Regeln für den Inhalt*/
div#inhalt {
	float:right;
	width:675px;
	margin: 15px 0 15px 0;
	background-color:#ffffff;
	}
	
div#inhalt h4 {
	margin:0;
	padding: 0 30px 10px 25px;
	color:#9D1515;
	font-size:120%;
	}
	
div#inhalt p {
	padding: 5px 30px 5px 25px;
	font-size:100%;
	color:#444444;
	}
