body, p {
	margin:0px;
	padding:0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 12px;
	color: #183377;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	color: #183377;
}
.gelb {
	color: #EEAA12;
	font-weight: bold;
	text-decoration: none;
}
h2 {
	color: #EEAA12;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	line-height: 140%;
}
.gelbmenu {
	color: #EEAA12;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	background-position: center;
}
.rechts {
	text-align: right;
}
.weisszentriert {
	color: #FFFFFF;
	text-align: center;
}
.zitat {
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	text-align: right;
}
.weissrechts {
	color: #FFFFFF;
	text-align: right;
}
.weissmenu {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	background-position: center;
}
a:link {
	color: #183377;
	text-decoration: underline;
}
a:visited {
	color: #183377;
	text-decoration: underline;
}
a:hover {
	color: #EEAA12;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #EEAA12;
	text-decoration: none;
}
.klein {
	font-size: 10px;
	text-align: right;
	font-weight: normal;
}

#menu {
	position:absolute;
	margin: 0px;
	padding:0px;
	left:231px;
	top:79px;  
	background-color: #E6EAF7;
	/* background-color:#FFCC00; */
}
li,ul {
	padding:0px;
	margin:0px;
	white-space: nowrap;
}

#navlist ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}

#navlist li {
	margin: 0px;
	padding:0px;
	display: inline;
	list-style-type: none;
	/*line-height:18px;
	height:18px; 
	 padding: 5px 20px 5px 20px;
	background-color:#00CC33; */
}

#navlist a {
	/*margin: 0px 0px 0px -5px;   weisse Balken eliminieren /*
	/* padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left' 
	height:23px;*/
}

#navlist a:link, #navlist a:visited {
	color: #183377; /* EEAA12 */
	background-color: #E6EAF7;
	padding: 0px 15px 0px 15px;
	margin: 0px;
	height:20px; 
	line-height:20px;
	text-decoration: none;
}

#navlist a:hover {
	color: #EEAA12;
	background-color: #183377;
	text-decoration: none;
	font-weight: normal;
	
}



