body { font-family: Arial, Helvetica, sans-serif;				/* Schriftarten (Priorität vlnr) */
	   margin:0px;												/* Kein Abstand zum Browserrand  */
	   background-color:#98b8dd; }

td { font-family: Arial, Helvetica, sans-serif;				 /* Schriftart in Tabellen        */ }


th { font-family: Arial, Helvetica, sans-serif;				 /* Schriftart im Tabellenkopf    */ }


h1 { font-family:Georgia, "Times New Roman", Times, serif;   /* Überschrift erster Ordnung    */ 
	 font-size: 2.4em; 
	 font-weight: bold;}


h2 { font-family:Georgia, "Times New Roman", Times, serif;   /* Überschrift zweiter Ordnung   */
	 letter-spacing: 0.2em;
	 font-size: 1.2em;
	 text-transform:uppercase;
	 text-align:center; 
	 width:98%;}
	 
h3 { font-family:Arial, Helvetica, sans-serif;  			 /* Überschrift zweiter Ordnung   */
	 margin-bottom:2px;
	 margin-top:16px;}


p { font-family: Arial, Helvetica, sans-serif;				 /* Schrift im Absatz		     */ }



/*================================================================================*/
/*       Seitenunterteilung                                                       */
/*================================================================================*/

.boxtop {												/* KOPFBEREICH                       */
														/*===================================*/
	background: #3d6088;								/* Hintergrundfarbe des Kopfbereichs */
	background-image:url(logo.gif);						/* Mögliches Logo im Kopfbereich     */
	background-repeat:no-repeat;						/* Logo soll nicht wiederholt werden */
	background-position:center;							/* Position des Logos in der Mitte   */
	padding: 5px;										/* Abstand vom Rand bis zum Inhalt   */
	border: none;										/* Keine Umrandung... aaaber         */
	border-bottom: 1px solid #000;						/* Unten 1px-durchgezogene Linie     */
	height: 80px;										/* Höhe des Kopfbereichs             */
	margin: 0px;										/* keinen Abstand zum Browserrand    */
}

.boxnavi {												/* NAVIGATIONSBEREICH                */
														/*===================================*/
	background: #3d6088;								/* Hintergrundfarbe					 */					
	float: left;										/* Läuft links an allem vorbei		 */
	padding: 5px;										/* Abstand vom Rand bis zum Inhalt   */
	border: 1px solid #000;								/* Rand 1px-durchgezogene Linie		 */
	width: 170px;										/* Breite des Navigationsbereiches   */
	height: 420px;										/* Höhe des Navigationsbereichs      */
	margin-top: 5px;									/* Möglicher Abstand zum Browserrand */
	margin-left: 3px;
}

/*wird vom ie ignoriert*/
html>body .boxnavi {
	background: #3d6088;								/* Hintergrundfarbe					 */					
	float: left;										/* Läuft links an allem vorbei		 */
	padding: 5px;										/* Abstand vom Rand bis zum Inhalt   */
	border: 1px solid #000;								/* Rand 1px-durchgezogene Linie		 */
	width: 170px;										/* Breite des Navigationsbereiches   */
	height: 420px;										/* Höhe des Navigationsbereichs      */
	margin-top: 5px;									/* Möglicher Abstand zum Browserrand */
	margin-left:6px;
}


.boxwetter {											/* NAVIGATIONSBEREICH                */
														/*===================================*/
	background: #3d6088;								/* Hintergrundfarbe					 */														
	padding: 5px;										/* Abstand vom Rand bis zum Inhalt   */
	border: 1px solid #000;								/* Rand 1px-durchgezogene Linie		 */
	width: 170px;										/* Breite des Navigationsbereiches   */
	height: 220px;										/* Höhe des Navigationsbereichs      */
	text-align:center;
	position:absolute;
	top: 536px;
	left:6px;
}

.boxcontent {											/* INHALTSBEREICH                	 */
														/*===================================*/
	background: #dedede;								/* Hintergrundfarbe				 	 */
	padding: 2%;										/* Abstand vom Rand bis zum Inhalt   */
	margin: 5px 5px 0 195px;							/* s.o. && oben/rechts/unten/links   */
	border: 1px solid #000;								/* Rand 1px-durchgezogene Linie		 */
	text-align:justify;
}


#wyplogo {
	background-color:#3d6088;
	background-image:url(wyp.gif);
	position: absolute;
	left: 10px;
	top: 10px;
	width: 222px;
	height: 80px;
}
/*================================================================*/
/*=========== Menü Design + Dropdown!!! ==========================*/

ul, li{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position:relative;
	width: 160px;
	float: left;
	margin-bottom:5px;
}

.menu{
	position: relative;
	z-index: 3;
	top: 5px;
	display:block;
	margin-left: 5px;
}

.menu li{
	float: left;
	width: 160px;
}

.menu a{
	border: 1px solid #000;
	background-color: #3e4557;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor: default;
	margin: 0px;
	display: block;
	height: 20px;
	color: #dadada;
}

.menu a:hover{
	background-color: #dadada;
	color:#252525;
	cursor: pointer;
}

li ul li{
	margin-bottom: 0px;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5
{
	display: none;
	width: 160px;
	top:0px;
	position:absolute;
	left:159px;
	border-top:1px solid #000;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a
{
	font-weight: normal;
	background-color:#6a8cb3;
	padding-top: 2px;
	margin:0px;
	border-top: 0px;
	cursor: pointer;
	color:#000;
	font-size:0.9em;
}

#smenu1 a:hover, #smenu2 a:hover, #smenu4 a:hover, #smenu5 a:hover{
	background-color:#384a5f;
	color: #fff;
}
		
		
/* ============== Menü Dropdown und Sytle Ende ================= */
/* ============================================================= */