/*-------------------------------------body------------------------------------*/

body, html {
	padding: 0; 
	margin: 0; 
	height: 100%;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5d5d5d;
	line-height: 16px;
    background: #fff url(../files/main_body_bg.png) top left repeat-y;
}

html {
	overflow-y: scroll;
}

/*-------------------------------------layout------------------------------------*/


* {
	margin:0;
	padding:0;
	outline: none;
	border: 0;
} 



#wrap {
	float: left;
	width: 980px;
}

#header-container{
	position:relative;
	float: left;
	width: 980px;
	min-height: 181px;
	background: #fff url(../files/main_header_bg.jpg) 153px bottom no-repeat; 
}

#header-container img{
	position:absolute;
	right:0px;
	bottom:0px;
};

#nav{
	float: left;
	width: 143px;
}
		
#headimg{
	float: left;
	width: 837px;
}
	
#center-container{
	float: left;
	width: 980px;
	min-height: 124px;
   	background: url(../files/main_center_bg.png);
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

#subnav{
	float: left;
	width: 143px;
	min-height: 124px;
}
		
#claim{
	float: left;
	width: 759px;
	margin: 27px 0 0 78px;
	color: #9a8f7b;
}
		
#content-container{
	float: left;
	width: 980px;
}
	
#moodimg{
	float: left;
	width: 837px;
	height: 198px;
	overflow: hidden;
	margin: 0 0 0 143px;
}
		
.moodimg-overlay{
	float: left;
	width: 837px;
	height: 198px;
	background: url(../files/moodimg_border_overlay.png) 0 2px repeat-y;
	margin: -198px 0 -15px 143px;
}
		
#content{
	float: left;
	width: 705px;
	margin: 25px 0 0 223px;
}

/*-------------------------------------hauptnavigation------------------------------------*/


#nav ul{
	list-style-type: none;
	float: left;
	width: 143px;
	margin: 15px 0 0 0;
}

#nav ul li{
	float: left;
	width: 143px;
}

#nav ul li a{
	text-decoration: none;
	color: #727272;
	line-height: 20px;

	padding: 0 0 0 43px;
}

#nav ul li a:hover, #nav ul li.active a{
	color: #000;
}

#nav ul li.active a{
	font-weight: bold;
}

/*-------------------------------------subnavigation fixed------------------------------------*/

#subnav ul{
	list-style-type: none;
	float: left;
	width: 143px;
	margin: 15px 0 0 0;
}

#subnav ul li{
	float: left;
	width: 143px;
}

#subnav ul li a{
	text-decoration: none;
	color: #727272;
	line-height: 20px;

	float: right;
	padding: 0 25px 0 0;
}

#subnav ul li a:hover, #subnav ul li.active a{
	color: #000;
}

#subnav ul li.active a{
	font-weight: bold;
}

/*-------------------------------------text------------------------------------*/


h1{
	font-family:"Times New Roman"; 
	font-size: 25px;
	color: #696969;
	line-height: 25px;
	font-weight: normal !important;
	margin: 0 0 10px 0;
}


h2{
	font-size: 15px;
	color: #73675b;
	line-height: 20px;
	font-weight: normal !important;
	margin: 0 0 4px 0;
}

#content h1{
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	font-weight: bold !important;
	margin: 0 0 5px 0;
}

#content h2{
	font-family: arial, verdana, helvetica;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	font-weight: bold !important;
	margin: 0 0 0 0;
}

#content p{
	margin: 0 0 16px 0;
}

#content b, #content strong{
	color: #000;
}

#content a{
	color: #333;
	text-decoration: underline;
}

#content a:hover{
	color: #000;
}



/*-------------------------------------mailform------------------------------------*/

.csc-mailform, .csc-loginform {
	border: 0px;
	margin: 0;
	padding: 0;
	width: 520px;
}

.csc-mailform-field, .ccms_form_element{
	width: 520px;
	margin:0;
	padding:0;
}

div.desc{
	float: left;
	width: 520px;
	clear: both;
	margin-top: 20px;
}

.csc-mailform label, .ccms_form_element label, .csc-loginform div.csc-mailform-field label{
	clear: both;
	float: left;
	height: 12px;
	width: 100px;
	padding: 6px 0 6px 0;
	font-weight: normal;
}


.csc-mailform-field input, .ccms_form_element input{
	width: 300px;
	height: 20px;
	margin: 3px 0 3px 0;
	padding: 0 0 0 5px !important;
	background: #f8f8f8;
	border: 1px solid #d4d4d4;
}

.ccms_form_element input.captcha {
	width: 50px;
	display: block;
	float: left;
	margin-right: 10px;
}


.csc-mailform-field select{
	width: 300px;
	margin: 3px 0 3px 0;
	background: #fff;
	border: 1px solid #d4d4d4;
}

.csc-mailform-field textarea, .ccms_form_element textarea{
	width: 295px;
	margin: 3px 0 3px 0;
	padding: 5px 5px 5px 5px;
	background: #f8f8f8;
	border: 1px solid #d4d4d4;

}


input.csc-mailform-submit, .cfdiv_submit input {
	float: left;
	width: auto;
	height: 26px;
	position: relative;
	margin: 15px 0 0 100px;
	padding: 4px 20px 2px 20px;
	font-size: 12px;
	font-weight: normal;
	color: #dedede;
	line-height: 15px;
	text-align: center;
	text-decoration: none;
	background: #333;
	cursor: pointer;
}

input.csc-mailform-submit:hover {
	background-color: #393939;
	color: #fff;
}


/*produkte*/

div.produkt{
	float: left;
	width: 340px;
	height: auto;
	background: #ededef;
	border-top: 1px solid #d3c7af;
	border-bottom: 1px solid #d3c7af;
	margin: 0 10px 10px 0;
	min-height: 83px;
}

div.produkt div.pic{
	float: left;
	width: 119px;
	text-align: center;
	background: #fff;
	min-height: 73px;
	padding: 10px 0 0 0;
}
		
div.produkt div.pic img{
	max-width: 100px;
	max-height: 63px;
}
	
	
div.produkt div.txt{
	float: left;
	width: 221px;
	background: #ededef;
	min-height: 81px;
	padding: 2px 0 0 0;
}

div.produkt div.txt span{
	float: left;
	width: 194px;
	padding: 2px 10px 2px 17px;
}

div.produkt div.txt span.title{
	float: left;
	color: #000;
	/*border-top: 1px solid #fff;*/
	border-bottom: 1px solid #fff;
}