/*css Lerncamp 15-04-07 nmd*/
* { padding: 0; margin: 0; }

body {
	font-family: Tahoma, Geneva;
	font-size: 13px;
	color: #333333;
	background-color: #C3B6A6;
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
p { 
	margin-bottom: 10px;

}
#wrapper {
	width: 845px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 70px;

}
#header {
	color: #333;
	width: 845px;
	float: left;
	height: 355px;
	background: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
#wrapper #strich {
	height: 5px;
	float: left;
	width: 845px;
	font-size: 3px;
	background-color: #C3B6A6;
}

#linkeSpalte {
	color: #333;
	background: #FFFFFF;
	margin: 0px 5px 5px 0px;
	padding: 80px 10px 10px;
	height: 150px;
	width: 130px;
	float: left;
	text-align: right;
	
}
#wrapper #rechteSpalte h1 {
	font-weight: normal;
	color: #666666;
	padding-bottom: 30px;
	padding-top: 20px;
}
#bild #navi a {
	color: #FFFFFF;
	text-decoration: none;
}
#bild #navi a:hover {
	color: #000000;
	text-decoration: underline;
}

#linkeSpalte a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
}
#linkeSpalte a:visited {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}
#linkeSpalte a:hover {
	color: #FF9900;
	font-size: 11px;
	text-decoration: none;
}
#footer2 {
	width: 670px;
	background-color: #C3B6A6;
	position: relative;
	left: 245px;
	margin-top: 5px;
	height: 18px;
	padding-top: 5px;
	padding-bottom: 0px;
	vertical-align: middle;
	font-size: 9px;
	text-align: right;
}

#linkeSpalte .geklicked {
	color: #FF9900;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
}
#wrapper #header #bild #logo {
	height: 126px;
	width: 126px;
	left: 172px;
	position: absolute;
	top: 9px;
	z-index: 10;
}
#wrapper #header #bild #navi {
	background-color: #FF9900;
	height: 19px;
	font-size: 11px;
	color: #000000;
	padding: 10px 5px 5px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	left: 172px;
	top: 301px;
	z-index: 6;
	font-family: Tahoma, Geneva;
	/*display: inline-table;*/
}


#rechteSpalte {
	float: right;
	color: #333;
	background: #FFFFFF;
	margin: 0px 0px 5px;
	padding: 10px;
	width: 660px;
	display: inline;
	font-size: 11px;
	line-height: 18px;
}
#footer {
	width: 845px;
	clear: both;
	color: #999999;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: right;
	font-size: 9px;
	height: 5px;
}
#footer2 a {
	color: #FFFFFF;
	text-decoration: none;
}

#header #bild {
	height: 341px;
	width: 830px;
	padding: 0px;
	margin: 7px 5px 5px;
	text-align: left;
	z-index: 2;
	position: absolute;
	top: 11px;
	left: 72px;
}
#navi .navioben_aktiv {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
}
#bild #logo img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
.fett {
	font-weight: bold;
	color: #FF9900;
}
.rechts {float: right;
}
.links {
	float: left;
}

ul {
	padding-left:20px;
}

a {
	color: #FF9900; 

}

/* Mailform */
#mailform fieldset.csc-mailform {
 width:            370px;
 border:		0px;
}
  
#mailform fieldset.csc-mailform .csc-mailform-field {
 padding:            0px 0px; }
  
#mailform fieldset.csc-mailform .csc-mailform-field label {
 float:            left;
 width:            200px; }
