/*
	wauwau.css - Einstellungen fuer www.wauwau.de

	(c) 2007-2010 Michael Gerhards
*/

/* ----- Definitionen fuer id="name" verweise ----- */

#tabelle {
	border-collapse: collapse;
	border: 2px solid #000000;
}

#rand_normal_center {
	border-top:    1px solid #000000;
	border-right:  1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:   1px solid #000000;
	text-align:    center;
}

#rand_normal {
	border-top:    1px solid #000000;
	border-right:  1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:   1px solid #000000;
	text-align: left ;
}

#rand_rechts {
	border-top:    1px solid #000000;
	border-right:  3px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:   1px solid #000000;
	text-align: left ;
}

#rand_links  {
	border-top:    1px solid #000000;
	border-right:  1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left:   3px solid #000000;
	text-align: left ;
}

/* ----- globale Einstellungen ----- */

a {
	color: #000000;			/* Links schwarz		*/
}


body {
	margin: 0;			/* grundsaetzlich kein Rand	*/
	background-color: #ffffff;	/* Hintergrundfarbe weiss	*/
	color: #000000;			/* Schriftfarbe schwarz lt. PP	*/
	font-family: verdana,arial;	/* Schriftart			*/
	font-size: 11pt;		/* Schriftgroesse		*/
}

hr {
	color: #2e8b57;			/* Meeresgruen #2e8b57 	*/
	height: 1px;
}

img {
	border: 0;			/* kein Rand			*/
	margin: 5px 0 10px 0;
}

li {
	margin: 5px 5px 5px 5px;	/* Raender			*/
}

/* ----- DIV Einstellungen ----- */

div.global {
	width: 990px ;			/* Seite 990 Pixel breit	*/
	margin: 0px auto 0px auto;	/* innerer Abstand zum Rand	*/
					/* oben, rechts, unten. links	*/
}

div.menu {
	float: left;			/* Textausrichtung		*/
	width: 220px;			/* Breite des Menues		*/
}

ul.navigation {
	background: #2e8b57;		/* Hintergrundfarbe		*/
	width: 210px;			/* Breite			*/
	margin: 0 auto 0 auto;		/* Abstaende zum Rand		*/
 	padding: 5px 0;			/* innerer Abstand		*/
	list-style: none;		/* keine Punkte			*/
}

ul.navigation li {
	margin: 5px 0px 5px 5px;	/* Raender			*/
}

ul.navigation li a {
	text-decoration: none; 		/* kein Unterstrich		*/
}

ul.navigation li.header {
	font-weight: bold;		/* Schrift-Attribut fett,etc	*/
	color: #000000;			/* Schriftfarbe gruen lt. PP	*/
}

div.header {
	color: #2e8b57;			/* Schriftfarbe gruen lt. PP	*/
	float: right;			/* Textausrichtung		*/
	width: 740px ; 
	height: 70px ; 
	border: 1px solid #2e8b57 ; 
	text-align: center ;
	padding-top: 39px ;
	margin-left: 5px ;
	margin-top: 5px ;
	font-size: 15pt;		/* Schriftgroesse		*/
	font-weight: bold;		/* Schrift-Attribut fett,etc	*/
}

div.trailer {
	float: right;			/* Textausrichtung		*/
	width: 740px ; 
	border: 1px solid #2e8b57 ; 
	text-align: center ;
	margin-left: 5px ;
	margin-top: 10px ;
	margin-bottom: 10px ;
	padding-top: 3px ;
	padding-bottom: 3px ;
	font-size: 8pt;
}

div.main {
	float: right;			/* Textausrichtung		*/
	width: 730px ; 
	min-height: 277px ;
	border: 1px solid #2e8b57 ; 
	text-align: left ;
	margin-left: 5px ;
	margin-top: 9px ;
	padding-left: 5px ;
	padding-right: 5px ;
	padding-top: 3px ;
	padding-bottom: 3px ;
}

div.main img {
	display: block ;
	margin-left: auto ;
	margin-right: auto ;
}

div.impressum {
	float: right;			/* Textausrichtung		*/
	width: 740px ; 
	border: 1px solid #2e8b57 ; 
	text-align: center ;
	margin-left: 5px ;
	margin-top: 10px ;
	padding-top: 10px ;
	padding-bottom: 3px ;
}

div.startseite {
	float: right;			/* Textausrichtung		*/
	width: 420px ; 
	border: 1px solid #2e8b57 ; 
	display: block ;
	margin-left: 5px ;
	margin-top: 9px ;
	padding: 30px 160px 10px 160px;
	font-weight: bold;		/* Schrift-Attribut fett,etc	*/
	color: #000000 ;
}

div.startseite a.versalien {
	font-size: 40pt ;
	color: #2e8b57 ;
}

div.startseite a.gross {
	font-size: 40pt ;
	color: #000000 ;
}

div.startseite a.infotext {
	font-size: 10pt ;
	color: #2e8b57 ;
}

/* E O F - do not delete */
