@charset "UTF-8";
/* CSS Document */
/* © 2009 by Christof Lutz, gradus GmbH */
/* zum testen: 	border: solid 1px blue; */


body {
	margin:0px;
	background-color:white;
}
* {
	font-family:'Helvetica', 'Helvetica Neue', 'Arial Unicode MS', 'Arial', 'Microsoft Sans Serif';
	font-size:12px;
	line-height:18px;
	color:#3E7E91;
}

td {
	padding:0px;
}

#Mutter {
	position:relative;
	width:730px;
	margin:10px auto 0px auto;
	background-color: #c3dde5;
	background-image:url(../images/Mutter.gif);
	background-repeat:repeat-y;
}

#Kopf {
	width:730px;
	height:115px;
	background-image:url(../images/Kopf.png);
	}

#Kopf a img {
	border:0px none;
}

/* *********************************************************/
#RootBalken1 {
	float:right;
	height:25px;
	font-size:11px;
	color:#B18F4E;
	margin-right:30px;
	width:440px;
	border-bottom:2px solid #FFFFFF;
	vertical-align:middle;
}

#RootBalken2 {
	clear:both;
	height:20px;
	font-size:11px;
	color:#B18F4E;
	margin-left:0px;
}

#RootLine {
	float:right;
	height:20px;
	font-size:11px;
	color:#B18F4E;
	margin-right:30px;
	width:440px;
}

#RootLine a, #RootLine a strong {
	font-size:11px;
	color:#B18F4E;
	border-bottom:none;
	text-decoration:none;
}

#RootLine b {
	font-size:11px;
	color:#B18F4E;
}

input {
	border:none;
	line-height:15px;
}

input.u-submit {
	cursor:pointer;
}


/******************************************************************************************** */

#main {
	min-height:220px;
}

#mainlinks {
	float:left;
	width:110px;
	min-height:120px;
	top:0px;
	position:relative;
}

#mainrechts {
	float:right;
	width:610px;
}

#Inhalt {
	float:right;
	width:440px;
	min-height:200px;
	margin-right:30px;
	margin-bottom:10px;
}

#Inhalt dl.csc-textpic-image {
	margin-bottom:0px;
}

#Inhalt a, #FussInhalt a {
	border-bottom:1px solid #B18F4E;
	text-decoration:none;
}

#Inhalt dt a {
	border-bottom:0px none #B18F4E;
	text-decoration:none;
}


#Inhalt div.csc-textpic-imagerow {
	padding:10px 0px;
	margin:9px 0px;
	overflow:hidden;
	min-width:440px;
}

#Inhalt a:hover,#FussInhalt a:hover  {
	color:#B18F4E;
}
#Inhalt h1.csc-firstHeader {
	border-top:10px solid white;
	padding-top:10px;
	color:black;
	font-size:14px;
	margin:20px 0px 9px 0px;
}
#Inhalt h1 {
	border-top:10px solid white;
	padding-top:5px;
	margin:20px 0px 0px 0px;
}
#Inhalt h3 {
	color:black;
	margin:18px 0px 0px 0px;
}
#Inhalt p {
	margin:0px 0px 9px 0px;
}
#Inhalt em {
	color:#B18F4E;
	font-style:normal;
}
#Inhalt img {
	border:none 0px black;
	border-top:5px solid white;
	border-bottom:5px solid white;
	margin-bottom:0px;
}
#Inhalt .ThumbBox {
	background-color:#D9D08B;
	padding:10px 0px;
	margin:9px 0px;
}
#Inhalt .ThumbBox img {
	margin-bottom:0px;
	margin-right:10px;
	border:none;
}

#Fuss {
	clear:both;
	width:100%;
	height:60px;
	background-image:url(../images/Fuss.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#FussLinks {
	width:260px;
	height:60px;
	float:left;
}

#FussInhalt {
	float:left;
	text-align:right;

	width:440px;
	height:30px;
	}

#FussInhalt p {
	border-top:10px solid #ffffff;
	padding-top:8px;
	margin:0px;
}

fieldset {
	border:0 none;
	margin:0;
	padding:0;
}

label {
	display:block;
}

ul {
	list-style-type:none;
	padding:0px;
}

#Inhalt li {
	padding-left:15px;
	background-image:url(../images/bullet.png);
	background-repeat:no-repeat;
}

div.csc-mailform-field {
	margin-bottom:5px;
}