html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #DADADA;
	background-color: #111111;
	margin: 0;
	padding: 0;
	background-image: url(background.jpg);
	background-position: center;
	background-position: top;
	background-repeat: no-repeat;
}
#container {
	top: 15px;
	padding: 0;  
	margin: auto; 
	width: 900px;
}
#header {
	position: relative;
	background-color: #1A1A1A;
	margin: 8px;
}

#topmessage {
	top: 30px;
	margin-left: 8px;
	line-height: 38px;
	height: 50px;
	width: 500px;
}
#topmenu {
	position: absolute;
	float: right;
	top: 8px;
	left: 800px;
	width: 84px;
	height: 79px;
	margin-right: 4px;
	padding: 8px;
	text-align: right;
	clear: both;
	background-image: url(topmenu.gif);
	line-height: 1.4em;
}
#topmenu a {
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#topmenu a:hover {
	color: red;
}

#oben {
	background-image:url(rahmen-horizontal.gif);
	height: 1px;
	width: 900px;
	position: relative;
	clear: both;
	float: left;
}
#mitte {
	background-image: url(rahmen-vertikal.gif);
	background-repeat: repeat-y;
	width: 900px;
	position: relative;
	clear: both;
	float: left;
}
#unten {
	background-image: url(rahmen-horizontal.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 28px;
	background-color: #1A1A1A;
	position: relative;
	text-align: right;
	font-size: 10px;
	clear: both;
	float: left;
}

.firma {
	font-size:24px;
	font-weight:bold;
}
.slogan {
	font-size: 16px;
	font-style:italic;
}
#logo {
	position: relative;
	float: left;
	width: 80px;
	text-align: center;
	margin: 8px;
}
#mainmenu {
	position: relative;
	float: left;
	top: 120px;
	margin-left: 75px;
	background-image: url(mainmenu-background.gif);
	background-repeat: repeat-x;
	height: 20px;
	text-align: left;
}
#mainmenu a {
	font-size: 14px;
	color: white;
	text-decoration: none;
}
#mainmenu a.active {
	color: red;
}
#mainmenu a:hover {
	color: red;
}

#submenu {
	position: relative;
	width: 150px;
	top:30px;
	float: left;
	line-height: 1.5em;
	margin: 13px;
	background-image:url(sub-rahmen.gif);
	background-repeat: repeat-y;
}
#submenu a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#submenu a.active {
	color: red;
	font-weight: bold;
}
#submenu a:hover {
	color: red;
	font-weight: bold;
}

#submenu a.sub2 {
	color: white;
	text-decoration: none;
	font-weight: normal;
}
#submenu a.sub2active {
	color: red;
	font-weight: normal;
}
#submenu a.sub2:hover {
	color: red;
	font-weight: normal;
}

#content {
	position: relative;
	width: 700px;
	float: left;
	margin: 3px;
	top: 25px;
	line-height: 1.5em;
}

#content p.slogan {
	font-style: italic;
	text-align: right;
}

#content_right {
	postition: relative;
	width: 248px;
	margin: 3px;
	float: right;
	line-height: 1.5em;
	background-color: #FFFF99;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 { 
	font-size: 16px;
	font-weight: bold;
}
img {
	float: right;
	border: 0;
}
a.download img, a img {
	float: none;
	border: 0;
}
.align-right {
	text-align: right;
}

#content a {
	color: white;
}
#content a:hover {
	color: red;
}
th {
	text-align: left;
}
td, td p {
	line-height: 1em;
}
.suchmaske {
	font-size: 10px;
	background-color: #CCCCCC;
	color: #FF0000;
	border: 0;
}
.csc-form-labelcell {
	font-size: 12px;
}
.csc-form-fieldcell {
	font-size: 12px;
}
input, select {
	font-size: 12px;
	background-color: #CCCCCC;
	color: #FF0000;
	border: 0;
}

.csc-mailform-field label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	float: left;
	text-align: left;
}
.csc-mailform-field, .csc-mailform-label, textarea {
	clear: left;
	line-height: 25px;

}
.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea, .csc-mailform-field button
{
	font-size: 12px;
	color: #004a93;
}
.csc-mailform-field button hover {
	color: #000000;
	background-color: #FF0000;
}
	

.csc-mailform-label {
	font-weight: bold;
	line-height: 40px;
	border-top-color: #333333;
	border-top-style: dotted;
	border-top-width: thin;
}
.csc-mailform-check {
	float: right;
	text-align: right;
	margin-right: 450px;
	background-color: #1A1A1A;
}
fieldset
{
	position: relative;
	display: block;
	
	margin: 0;
	padding: 5px 0 10px 0;
	
	border: 0;
}

.single .header {
	font-weight: bold;
	line-height: 30px;
}
.single .body {
    border-left-width: 5px;
	line-height: 30px;
}
tr.tr-even {
	background-color: #121212;
	height: 17px;
}
tr.tr-odd {
	background-color: #2B2B2B;
	height: 17px;
}
.dc_head {
	font-size: 14px;
	border: thin;
}

.tx-wecmap-map, tx-wecmap-pi1 {
	background-color: #FFFFFF;
	color:#000000;
}