a:link { color: black; }
a:hover { color: black; }
a:active { color: black; }
a:visited { color: black; }

body {
	/* ccff99 */
	background: #ccff99;
	color: black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 15px;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
}

.sonderhead {
	font-size: 16px;
	font-weight: bold;
	color: #3f9100;
}
.sondersub {
	font-size: 12px;
	color: #3f9100;
}
td {
	color: #585858;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.headline {
	padding-top:30px;
	font-size:24px;
}


#uebersatz{
	width:400px;
	height:540px;
	overflow: auto;
}

#content{
	width:895px;
	clear:both;
	/* #99cc66 */
	border-top:12px solid #99cc66;
	padding-top:5px;
}

#content img {
	border:1px solid #858585;
	margin-top:5px;
}
.contentTD {
	padding: 15px 15px 0px 15px;
 	background: white;
 	text-align: left;
 	width:420px;
}

#impLang p {
	width: 895px;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	display:inline;
	text-align: left;
	font-weight:normal; 
	font-size:12px;
}
#mainContainer{
	width: 895px;
	background: white url(bilder/topBG.gif) no-repeat;
	background-position: 670px 0px;
	padding: 0px 0px 0px 0px;
	margin:0px;
	border-left:4px solid #99cc66;
	border-right:4px solid #99cc66;
	border-bottom:4px solid #99cc66;
}

.nav {
	padding-top:80px;
}
.nav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.nav li {
	float: left;
	list-style-type: none;
	text-align: center;
}
.aktiv {
	display: block;
	background: url(bilder/navwht.jpg);
	padding: 5px 0px 2px 0px;
	margin:0px;
	width: 125px;
	text-decoration: none;
	color:black;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.nav a, .nav a:visited {
	display: block;
	background: url(bilder/navblk.jpg);
	padding: 5px 0px 2px 0px;
	margin:0px;
	width: 125px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color:white;
}
.nav a:hover, .nav a:active {
	background: url(bilder/navhov.jpg);
}
