body {
		background-image:url(images/bg.gif);
		background-repeat:repeat-x;
		background-color:#eef6ec;
		font-family:Verdana, Arial, sans-serif;
		font-size:11px;
		margin-top:30px;
		padding:0;
		color:#666666;
		
		
}

#geruest {
			line-height:20px;
			position:relative;
			margin:auto;
			width:710px;
			padding:15px;
			background-color:#ffffff;
			border:1px solid #9c9d9f;

}

#geruest_p {
			line-height:18px;
			position:relative;
			margin:auto;
			width:710px;
			padding:15px;
			background-color:#ffffff;
			border:1px solid #9c9d9f;

}


#header_l {
		background-image:url(images/bg_header.gif);
		background-repeat:repeat-x;
		height:186px;
		width:438px;
		float:left;

}

#header_r {
		background-image:url(images/bg_header.gif);
		background-repeat:repeat-x;
		height:186px;
		width:272px;
		float:right;
}


#navi {
		height:31px;
		background-color:#00755c;
		border:0;
		margin-left:15px;
		padding:0;
		width:438px;	
}

a:link, a:visited, a:active {
		color:#00755c;
		text-decoration:none;
}

a:hover {
		color:#a6ce95;
		text-decoration:none;
}


  
a.menue1:link, a.menue1:visited {
	background-image: url(images/m_home_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 
a.menue1:hover, a.menue1:active {
	background-image: url(images/m_home_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 

a.menue2:link, a.menue2:visited {
	background-image: url(images/m_verf_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 
a.menue2:hover, a.menue2:active {
	background-image: url(images/m_verf_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a.menue3:link, a.menue3:visited {
	background-image: url(images/m_prod_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 
a.menue3:hover, a.menue3:active {
	background-image: url(images/m_prod_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a.menue4:link, a.menue4:visited {
	background-image: url(images/m_kont_on.gif);
	background-repeat: no-repeat;
	background-position: center center;
} 
a.menue4:hover, a.menue4:active {
	background-image: url(images/m_kont_off.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
  
h1 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: normal;
		color: #00755c;
		padding:0 0 5px 0;
		margin:0;
		border-bottom:1px solid #c0c0c0;
		width:100%;
		}
		  
h2 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #a6ce95;
		padding:10px 0 5px 0;
		margin-bottom:10px;
		border-bottom:1px solid #eef6ec;
		width:100%;
		}
		
h3 {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #a6ce95;
		padding:0 0 5px 0;
		margin-bottom:10px;
		}

		  
#main {
		background-color:#ffffff;
		width:680px;
		float:left;
		padding:15px;
}
  


#main_l {
		background-color:#ffffff;
		width:430px;
		float:left;
		padding:15px;
}

#main_r {
		background-color:#f2f0e3;
		width:220px;
		padding:15px;
		margin-top:15px;
		float:right;
		line-height:16px;
}


.produkt {
		background-color:#f6faf5;
		border:1px solid #eef6ec;
		width: 658px;
		margin-bottom:15px;
		padding:10px;
}

.prod_img {
		float:right;
		border:0;
}



.hideme {
display : none; 
}