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

html, body {
	margin:0px;
	border:none;
	padding:0px;
	background: url(bilder/bg_verlauf_gelb.jpg) repeat-x;
}

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(29,69,139);
}

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

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

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

.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;
}

/* table Definitionen */

table.wetter {
	margin-top:10px;
	margin-bottom: 10px;
	margin-left:20px;
	width:500px;
	border:2px black solid;
	border-collapse:collapse;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

table.wetter th, table.wetter td {
	text-align: left;
	border: 1px black solid;
	padding:5px;
}

table.wetter th {
	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;
	border:none;
	}
	
.img_right {
	float:right;
	margin-left: 5px;
	margin-top: 3px;
}

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 */

a.navi {
	display:block;
	white-space:normal;
	overflow:hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
	letter-spacing:normal;
	line-height:1em;
	padding-left:20px;
	padding-bottom:8px;
	padding-top:8px;
	text-align:left;
	background: url(bilder/navi_pfeil_gelb.png) 7px 50% no-repeat;
	border-top: 1px white dotted;
}

a.navi:link, a.navi:visited {
	color:white;											/*Standardfarbe Link-Text*/
	font-weight:bold;
}

a.navi:hover, a.navi:active {
	color:black;
	background: url(bilder/navi_pfeil_weiss.png) 7px 50% no-repeat rgb(255,214,66);
}

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

a.navi_img {
	display:block;
	border:0px;
	}

.last {
	border-bottom: 1px white dotted;
}
