/* ------------------------------------------------------------------
COLOR Information

BROWN (dark -> light):
#381A05
#664D38
#B5B27E
#C9C79E

GREEN (dark->light):
#7a750b
#918B12
#D7E4C9

------------------------------------------------------------------ */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin: auto;
	text-align:left;
	height:100%;
	}
	
#head {
	position:absolute;
	top:0;
	width:100%;
	height:100px;
	background-color:#cdcdcd;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#333;
}
	
#wrapper1 {
    margin:auto;
    width:790px;
}


#header{
	position:relative;
	top:5px;
	width:790px;
	height:100px;
}

	#logo{
		position:relative;
		margin-top:53px;
		margin-left:500px;
		width:290px;
		height:80px;
	}
	
#content{
	clear:both;
	position:relative;
	margin-top:10px;
	width:790px;
}
	
	#inhalt{
		float:left;
		width:480px;
		min-height:220px;
		margin-right:20px;
		z-index:10;
	}

	#menu{
		float:left;
		width:280px;
		margin-right:5px;
	}
		
		#menu-links{
			border-left-width:1px;
			border-left-style:solid;
			border-left-color:#cdcdcd;
		}


#footer{
	position:relative;
	top:-10px;
	left:280px;
	width:460px;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#FFA900;
}
	#footermenu{}
	
	
/* SONSTIGE FORMATIERUNGEN */

/* MAILFORM */
.csc-mailform-field {
	width: 150px;
}