@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
a img {
	border: none;
}

h1 {
	margin: 0;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
}
h2 {
	margin: 0 0 15px 0;
	font-size: 16px;
	color: #aaaaaa;
	text-transform: uppercase;
}
h3 {
	margin: 20px 0 0 0;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
}
.grau {
	color: #b2b2b2;
}
#abstand {
	width:1px;
	height:50%;
	background-color:#fc6;
	margin-bottom:-308px;
	float:left;
}
#main {
	position: relative;
	left: 50%;
	width: 1000px;
	height: 615px;
	margin-left: -500px;
	clear:left;
}
#header {
	overflow: hidden;
	width: 1000px;
	height: 47px;
	margin: 10px 0 10px 0;
	background: url(../img/gelbe-leiste.gif) 0px 44px repeat-x;
}
#logo {
	float: left;
}
#menu {
	float: right;
	width: 700px;
	margin-top: 15px;
}

/* ####################################################################################################
#################################################################################################### */

ul.menu, ul.menu ul {
    list-style-type: none;
}
ul.menu a {
	display: block;
	height: 22px;
	padding-right: 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.normal {
	color: #c5cfda;
}
.active {
	color: #000000;
}
ul.menu ul a {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	color: #b1bfce;
	text-decoration: none;
	margin-left: 5px;
}
ul.menu li {
    padding:0;
    margin:0;
    float:left;
}
ul.menu ul {
    margin: 0;
    padding: 15px 0 0 0;
    position: absolute;
	top: 46px;
    display:none;
    min-width:180px;
	border-left: 2px solid #c9c9c9;
	background-color: #ffffff;
}
ul.menu ul ul {
	position: relative;
	top: 0;
	clear: left;
	display: block;
	padding: 0 0 0 5px;
	border: none;
}
ul.menu ul ul a {
	text-transform: none;
	font-weight: normal;
	font-size: 14px;
}

/* Dies sind die Klassenstile für das Untermenü wenn sich die Maus */
/* über der Liste  befindet (.hover siehe JavaScript oben) */

ul.menu ul.hover, ul.menu li.hover ul, ul.menu li:hover ul  {
    display:block;
}
ul.menu ul li {
    float:none;
}


#kunden-menu {
	list-style: none;
	padding: 0;
}
#kunden-menu a {
	display: block;
	height: 22px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

/* ####################################################################################################
#################################################################################################### */


#content {
	overflow: hidden;
	width: 1000px;
	margin: 50px 0 10px 0;
	padding: 0 0 10px 0;
	color: #333333;
	border-bottom: 3px double #b2b2b2;
}
#content-left {
	float: left;
	width: 320px;
}
#content-right {
	float: right;
	width: 660px;
	height: 345px;
	overflow: auto;
}
#content-right img {
	max-width: 600px;
}
#content p {
	line-height: 14px;
}
#content ul {
	list-style: none;
	padding: 5px 0 5px 0;
}
#content li {
	background: url(../img/listenpunkt.gif) 0px 8px no-repeat;
	padding-left: 40px;
	margin-bottom: 5px;
}
#content a {
	color: #b2b2b2;
	text-decoration: none;
}
#content a:hover {
	color: #787878;
	text-decoration: underline;
}
table p {
	margin: 0;
}
form {
	margin-top: 30px;
}
.csc-mailform {
	border: none;
}
.csc-mailform-field {
	position: relative;
	margin-bottom: 20px;
	width: 345px;
}
.csc-mailform-field input, .csc-mailform-field textarea {
	position: absolute;
	right: 0;
	vertical-align: top;
	line-height: 30px;
}
.csc-mailform-field textarea {
	top: 20px;
}
#mailformformtype_mail {
	margin: 170px 0 0 150px;
}

#language img {
	margin-right: 5px;
}
	
