body {
	margin:30px;
	padding:0px;
	background:#000000;
	font-family: Arial Narrow, Arial;
	font-size: 14px;
	font-style: normal;
	line-height: 120%;
	font-weight: 400;
	}

#logo{
	background:#FFFFFF;
	height: 100px;
	padding: 0px 0px 0px 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;

}

#dekoR {
	position: absolute;
	visibility: visible;
	right: 30px;
	width: 180px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	z-index:-4

}

#inhalt {
	background:#000000;
	position: absolute;
	visibility: visible;
	width: 750px;
	left: 245px;
	top: 200px;
	color: #FFFFFF;
}
#inhalt a:activ {
	color: #FFCC00;
}
#inhalt a:link {
	color: #FFCC00;
}
#inhalt a:visited {
	color: #FFCC00;
}
#inhalt a:hover {
	font-weight: 600;
	color: #FFFFFF; 
	background-color: #00FF00;
}

#unternavi{
	background:#333333;
	height: 30px;
	padding: 10px 50px 0px 10px;
	font-weight: 800;
	color:#00FF66;
	font-size: 12pt; 
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;

}
#unavi a:link {
	text-decoration: none;
	color: #00FF66;
}
#unavi a:active {
	text-decoration: none;
	color: #00FF66;
}
#unavi a:visited {
	text-decoration: none;
	color: #00FF66;
}
#unavi a:hover {
	font-weight: 800;
	color: #FFFFFF;
	background-color: #00FF66;
}

#hnavi {
	background:#FFFFFF;
	position: absolute;
	visibility: visible;
	width: 170px;
	left: 30px;
	top: 200px;
	z-index: 8;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #CCCCCC;
}

.normal {
	color: #00FF00;
	font-weight:500;

}
.aktiv {
	color: #00FF00;
	font-weight:600;
}



h1				{font-family: Arial Narrow, Arial; font-size:18pt; color:#00FF00;}
h2				{font-family: Arial Narrow, Arial; font-size:17pt; color:#00FF00;}
h3				{font-family: Arial Narrow, Arial; font-size:16pt; color:#00FF00;}
h4				{font-family: Arial Narrow, Arial; font-size:14pt; color:#00FF00;}
h5				{font-family: Arial Narrow, Arial; font-size:9pt; color:#00FF00;}
h6				{font-family: Arial Narrow, Arial; font-size:8pt; color:#FFFFFF; font-weight: 500;}


li, ul			{font-size:13pt;
			line-height: 140%; 
			color:#FFFFFF; 
			list-style-type: disc;
}

p, td, tr 		{font-size:13pt; 
				color:#FFFFFF;
}


label	{
		width:170px;
		float: left;
}

.csc-mailform {
 			background: #00FF00;
 			color: #333333;
 			font-weight: 600;
 			border-width: 4px;
			border-style: dotted;
			border-color: #FFFFFF;
			padding: 10px 10px 10px 10px;
			width:600px;
}
input:focus{
			background-color:#CCFFCC;
}

.csc-sitemap {
			background: #CDCDFF;
 			font-color: #4D4D80;
 			font-size: 11pt; 
 			font-weight: 400;
 			line-height: 140%;
			width:350px;
			list-style-type: disc;
			}			
			
			
			
