* {
	margin:0px;
	padding:0px;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
}
p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size:0.8em;
	color: #666666;
}

h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
	color: #666666;
	margin-bottom: 20px;
	margin-top: 20px;
}
h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.3em;
	color: #666666;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: solid 2px #666666;
	clear:both;
}
h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.1em;
	color: #ff9a00;
	margin-bottom: 20px;
}
a:link {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	color: #666666;
	text-decoration: none;
	}
	
a:visited {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	color: #666666;
	text-decoration: none;
	}
	
a:active {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;

	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666666;
}
#header {
	background-image: url(../img/headbg.png);
	background-repeat: repeat-x;
	height:170px;
}
#header img {

}
#stretch {
	background-image: url(../img/stretchbg.png);
	background-repeat: repeat-x;
	height: 38px;
}
#staticlinks {
	position:relative;
	width: 250px;
	left: 725px;
	top: 0px;
	text-align: right;
	font-size: 0.7em;
}
#staticlinks a:hover {
	border-bottom: dotted 1px #ff9a00;
}
#breadcrumb {
	position: relative;
	width: 400px;
	left: 15px;
	top: 12px;
	font-size: 0.7em;
}
#breadcrumb a:hover {
	border-bottom: dotted 1px #ff9a00;
	}
#left {
	float: left;
	width: 200px;
	height: auto;
	margin-top: 13px;
	min-height: 405px;
	background-image: url(../img/navbg.png);
	background-repeat:repeat-x;
	background-position: bottom;
	border-right: solid 1px #ccc;	
	border-bottom: solid 1px #ccc;			

}
* html #left {
	height: 405px;
	margin-left: 0px;
}

#content {
	width: 580px;
	height: auto;
	float: left;
	padding: 20px;
	line-height: 1em;
}
#content li {
	font-size: 0.8em;
}
#content ul {
	margin: 20px;
}
#content a {
	color: #ff9a00;
	text-decoration: underline;
}
#content a:hover {
	color: #ff9a00;
	text-decoration: none;
}
#content_right {
	margin-right: 10px;
	margin-top: 15px;
	border-left: dotted 1px #cccccc;
	width: 165px;
	float:left;
	padding-top: 20px;
	padding-left: 10px;
}
#content_right a {
	color: #ff9a00;
	text-decoration: underline;
}
#content_right a:hover {
	color: #ff9a00;
	text-decoration: none;
}
#subnav {
	margin-left: 25px;
	margin-top: 25px;
}
#subnav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-bottom: 10px;
	}
	
#subnav a.aktiv {
	display:block;
	background-image:url(../img/hover.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #666666;
	background-position: left bottom;
	}
#subnav li a {
	font-size:0.8em;
	display:block;
	background-image:url(../img/link.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #666666;
	background-position: left bottom;
}
#subnav li a:hover {
	display:block;
	font-size:0.8em;
	background-image:url(../img/hover.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	text-decoration: none;
	color: #666666;
	background-position: left bottom;

}
#subnav2 li {
	font-size: 0.95em;
	border:none;
	text-indent: 10px;
	background-image:none;
}
#subnav2 li a {
	background-image:none;
	line-height: 0.75em;
}

* html #subnav li {
	height:0px;
	}
* html #subnav2 li {
	height:0px;

}
* html #subnav2 {
	margin: 5px 0px;

}
* html #subnav li {
	height:0px;
	margin: 0px !important;
}

#subnav2 li a:hover {
	background-image: url(../img/hover2.gif);
	background-position: 15px;
}
#subnav2 a.aktiv {
	background-image: url(../img/hover2.gif);
	background-position: 15px;
	text-indent: 10px;
	line-height: 0.75em;
	border: none;
}
#zitat {
	position: absolute;
	top: 35px;
	left: 350px;
	font-size: 1.4em;
	line-height: 1.35em;
	color: #fff;
	display: none;
}
#footer {
	width: 100%;
	margin-top: 15px;
	background-image: url(../img/stretchbg.png);
	background-repeat: repeat-x;
	height: 38px;
	border-top: solid 1px #ccc;
	font-size: 0.75em;
}
#footer p {
	margin-left: 20px;
	margin-top: 12px;
	font-size: 0.9em;
}
.clearer {
	clear: both;
}





.csc-mailform {
	height:400px;
	border: none;
	color:#666;
}




input#mailformtv {
	margin-right:273px;
	margin-top:-15px;	
}


div.csc-mailform-field {
	clear:both;
	padding:10px;
}

div.csc-mailform-field label {
	border:medium none;
	float:left;
	font-size:0.7em;
	font-weight:bold;
	text-align:right;
	width:93px;
}
div.csc-mailform-field input,
div.csc-mailform-field textarea,
div.csc-mailform-field select {
	border:1px solid #CCCCCC;
	float:right;
	margin-right:100px;
	width:355px;
	color:#666;
}
.csc-mailform-submit {
	width:130px !important;
}
