/*  Reset auf 0 von html, body etc 
	Style-Definitionen für Hintergrundbild */

html, body {
	margin:0px;
	border:none;
	padding:0px;
}

html {
	overflow-y:scroll;				/*zeigt die Bildlaufleiste ständig an - verhindert ein Offset des zentrierten Inhalts, wenn eine Bildlaufleiste eingeblendet wird (CSS3)*/
}

/* Positionierung der Layout-Grundelemente */

#container {
	margin:0px auto;
	border:black solid 1px;
	width:800px;
	position:relative;
}

#top {
	border: 0;
	margin: 0;
	padding: 0;
}

#status {
	clear:both;
	border-top:black solid 1px;
	background-color:rgb(14,132,46);
}

/* Das Drei-Säulen-Modell SIMPLE mit negativen Margins */

/* Top-Container, für Säulenhintergrund zuständig*/

.cont_top {
	clear:both;
	position:relative;
	background-repeat: repeat-y;
	background-color: white;
	background-image: url(bilder/oaf_background_blau.png);
} 

.cont_inner {									/*innerer Container, für gleiche Content-Höhe zuständig*/
	margin-left:-215px;
	padding:0px;
	padding-bottom:1px;
}

.navigation {
	float:left;
	width:215px;
	position:relative;
	left:0px;
}

.content {
	margin-top: 0px;
	position: relative;
	width: 580px;
	float: left;
}

.clear {										/*ermöglicht die gleiche Länge aller Säulen! */
	clear:both;
}

/* Ende des 3-Säulen-Modells */

/*Style-Definitionen Schriftart etc. */

p, h1, h2, h3, ol, ul, dt, dd {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-right: 20px;
}

h1, h2, h3 {
	font-weight:bold;
	font-style:normal;
	color:rgb(204,51,0);
	padding-top:10px;
	padding-bottom:3px;
	line-height:1.1em;
}

h1 {
	font-size:24px;
}

h1.first {
	display:block;
	width:450px;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
}
p {
	font-weight:normal;
	font-size:12px;
	line-height:1.5em;
	color:black;
	padding-top:10px;
	padding-bottom:5px;
}

.red {
	color:rgb(204,51,0);
	font-weight:bold;
}

dt {
	font-weight:bold;
	font-size:14px;
	line-height:1.5em;
	color:black;
}

dd {
	font-weight:normal;
	font-size:14px;
	line-height:1.5em;
	padding-left:55px;
	color:black;
}	

strong {
	font-weight:bold;
}

/* Style-Definitionen für List-Items */

ul {
	font-size:12px;
}

li {
	font-weight:normal;
	color:black;
	margin-top:6px;
	margin-bottom:6px;
	margin-left: 20px;
}


/* Style-Definitionen für Hyperlinks */

a:link {
	color:#00327D;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:inherit;
}

a:visited {
	font-weight:bold;
	color:#00327D;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:inherit;
}

a:hover, a:active {
	font-weight:bold;
	color:rgb(175,35,35);
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:inherit;
}

/* Style-Definitionen für inline-images */

img {
	border:none;
}

.img_left {
	margin-right:5px;
	margin-bottom:5px;
	float:left;
	}
	
.img_right {
	float:right;
	margin-left: 3px;
	margin-top: 3px;
}

.center {
	display:block;
	margin: 5px auto;
}

.border {
	border:1px solid black;
	padding:1px;
}

div.img_box {
	width:460px;
	padding:5px;
	position:relative;
	margin: 20px auto;
}

div.img_box img {
	display:inline;
	border:0px;
}

div.lines {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}	

/* Style-Definitionen für bereits positionierte Elemente */

#status p, #status a:link, #status a:visited {
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:white;
	font-weight:normal;
	text-decoration:none;
}

#status a:hover {
	text-decoration:underline;
}

	
/* Style-Definitionen für Navigation */

div.navi_box {
	position:relative;
	width:195px;	
}

div.navigation a {
	display:block;
	white-space:normal;
	overflow:hidden;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	background-color:rgb(14,132,46);
	color:white;
	padding-left: 18px;
	height: 20px;
	margin: 0px;
	border-bottom: 1px dashed yellow;
	}

div.navigation a.nodash {
	border-bottom:none;
}

div.navigation a:hover,
div.navigation a:active {
	background-color:white;
	color:rgb(0,56,130);
	}

div.navigation a:hover .navi_chamfer {
	border-left:5px solid white;
}

.navi_chamfer, .block_chamfer {
	position:absolute;
	top:0px;
	right:0px;
	width:0px;
	height:14px;
	border-top:3px solid white;
	border-bottom:3px solid white;
	border-left:3px solid rgb(14,132,46);

}

.block_chamfer {
	height:17px;
	border-left:5px solid rgb(97,177,129);
	border-top:5px solid white;
	border-bottom:5px solid white;
}

div.navigation a.navi_img {
	display:block;
	background:none;
	border:0px;
	padding:0px;
	margin:0px;
	height:auto;
	overflow:visible;
	}

.navigation img {
	display:block;
	margin:10px auto;
	border:0px;
}

div.navi_block {
	position:relative;
	padding-left: 18px;
	padding-bottom: 2px;
	padding-top: 1px;
	height: 24px;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	background-color:rgb(97,177,129);
	color:white;
	}
	
div.navi_limiter {
	width:185px;
}
