/********************************************

	This File contains only the Style 
	Information for positioning
	and styling of
	the Site's elements.
	Color Styles are found in
	-->"color_styles1-3.css"<--

********************************************/



body 
{  
	padding:0 0 0 0;
	font-family:Arial,Verdana, Geneva, sans-serif; 
	line-height:16px; 
	font-size: 13px; 
	margin:0 0 0 0; 
	background-image:url(bg_main.gif);
	text-align:center;
}

.bgleft
{
	
	float:left;
	width:955px;   
	padding:0 0 0 15px;
	background-image:url(bg_left.gif);
	background-repeat:no-repeat;
}
.bgright
{
	
	float:left;
	width:955px;   
	margin:0px auto;
	background-repeat:no-repeat;
	background-image:url(bg_right.gif); 
	background-position:top right;

}

#bgpos1 
{ 
	text-align:left; 
	width:970px;   
	border-width:0 0 0 0; 
	border-color:transparent; 
	border-style:solid;
	padding:0px;
	margin:0px auto;
}

.bgcol 
{
	float:left; 
	position: static; 
	width:940px; 
	border-width:0 0 0 0;  
	border-style:solid;  
}

.sujet
{
	width:920px;
	padding-left:20px;
}

.header 
{  
	font-size:11px; 
	width:900px; 
	height:100px; 
	float:left; 
	border-style:solid; 
	border-width:0 0 0 0;  
	border-color:transparent; 
	background-image: url(header.gif); 
}	

.headerbanner
{
	
	float:right;
	padding-top:20px;
	padding-right:20px;
	width:468px; 
	height:80px;
	
}

.headertext
{
	font-size:22px;
	line-height: 25px;
	float: left; 
	padding-left:20px;
	padding-top:38px;
	width:380px; 
	height:62px;

}

.adminlogout
{
	padding:6px;
}

/* START Menubar *//***************************************************************************************************************/
.menuebar 
{  
	position:static;  
	width:170px;  
	float:left; 
	border-style:solid; 
	border-width:0 0 0 0;  
	padding-left:0px; 
	padding-right:50px;
	border-color:transparent; 
	text-align:right;
	padding-top:4px;
}	

.loginbox 
{  
	position:static;  
	width:144px;  
	height:121px;
	float:left; 
	border-style:solid; 
	border-width:0 0 0 0; 
	padding-left:6px; 
	border-color:transparent;
	background-image:url(member_login.gif);
	background-repeat:no-repeat;
}	

.loggedin
{
	text-align:center;
}

.searchbox 
{  
	position:static;  
	width:144px;  
	height:79px;
	float:left; 
	border-style:solid; 
	border-width:0 0 0 0; 
	padding-left:6px; 
	border-color:transparent;
	background-image:url(search.gif);
	background-repeat:no-repeat;
}	

.loginbox h3
{
	padding-top:1px;
	padding-bottom:7px;
	font-size:11px;
}

.loginbox div
{
	padding-left:10px;
	font-size:10px;
	height:74px;
	width:118px;
}

.loginbox div.submit 
{
	font-size:11px;
	width:118px;
	height:20px;
	text-align:center;
	border:0px solid #000000;
}

.searchbox h3
{
	padding-top:1px;
	padding-bottom:7px;
	font-size:11px;
}

.searchbox div
{
	padding-left:10px;
	padding-top:10px;
	font-size:10px;
	height:13px;
	width:118px;
}

.searchbox div.submit 
{
	font-size:11px;
	width:118px;
	text-align:center;
	border:0px solid #000000;
}

.menuebar ul 
{
	width:170px;
	list-style:none;
	margin:0 0 0 0;
	padding:15px 0 0 0;
}
.menuebar li 
{
	/*margin: 0 0 0 0;*/
	/*list-style-image: url(menue_level1.gif)*/
}
.menuebar li a 
{
	text-decoration: none;
	padding:2px 0 0 15px;
}
.menuebar li a:link, .menuebar li a:visited, .menuebar li a:active 
{
	display: block;
}
.menuebar li a.menue_active_link:link,.menuebar li a.menue_active_link:hover,.menuebar li a.menue_active_link:visited,.menuebar li a.menue_active_link:hover
{
	display: block;
}

.m1
{
	padding: 0px 0 1px 0;  
	font-size: 10px; 
	font-weight: bold;
}
.m1 a
{
}		
.m1 a:hover, .m1 a.menue_active_link
{
}		

.m2
{
	padding: 0px 0 1px 10px;  
	font-size: 11px; 
}

.m2 a
{
	height:16px;
}		
.m2 a.menue_active_link
{
	font-weight:bold;
}
.m2 a:hover, 
{
}	

.m3
{
	padding: 0px 0 0px 20px;  
	font-size: 10px; 
	height:13px;
}
.m3 a
{
	line-height:12px;

}		
.m3 a.menue_active_link
{
	font-weight:bold;
}
.m3 a:hover, 
{

}		

.m4
{
	padding: 0px 0 1px 30px;  
	font-size: 10px; 
	font-weight: bold;
}
.m4 a
{
	background: url(menue_level4.gif) 0 0px;
}		
.m4 a:hover, .m4 a.menue_active_link
{
	background: url(menue_level4_over.gif) 0 0px;
}		

.m5
{
	padding: 0px 0 1px 40px;  
	font-size: 10px; 
	font-weight: bold;
}
.m5 a
{
	background: url(menue_level5.gif) 0 0px;
}		
.m5 a:hover, .m5 a.menue_active_link
{
	background: url(menue_level5_over.gif) 0 0px;
}		
/* END Menubar *//***************************************************************************************************************/

/* START Content *//***************************************************************************************************************/
.content 
{ 
	font-size:11px;
	line-height:20px;
	float:left; 
	border-style:solid; 
	border-width:0 0 0 0; 
}

.content ul 
{ 
	margin:0 0 0 15px; 
	padding:0 0 0 0;
}

.content li 
{ 
	line-height:13px; 
	list-style-image:url(list_icon.gif); 
	margin:0 0 0 0; 
	padding:0 0 8px 0; 
}
/* END Content *//***************************************************************************************************************/
/* START General *//***************************************************************************************************************/
.bread_crumble 
{ 
	padding-left:220px; 
	padding-top:3px; 
	font-size:10px; 
	width:700px; 
	height:17px; 
	float:left; 
	border-style:solid; 
	border-width:0 0 0 0;  
	border-color:transparent; 
}	
.content_spacer{
	height:20px;
	float:left; 
	width:900px; 
}

.tail 
{ 
	float:left;
	padding-bottom:10px; 
	padding-top:10px; 
	padding-left:22px;
	font-size:8px; 
	width:712px;  
	height: 20px;
}	
.tail2
{ 
	float:left;
	font-size:11px; 
	padding:15px 0px 12px 32px;
	width:873px;  
	height: 16px;
}	

.vspacer 
{ 
	width:1px; 
	height:260px; 
	float:left; 
	border-style:solid; 
	border-width:0 0 0 0;  
	border-color:transparent;  
	border:0px solid #000000;
}	

h1
{
	border-style:solid; 
	border-width:0 0 0 0;  
	border-color:transparent; 
	font-size:18px;
	font-weight:bold;  
	padding:0 0 15px 0;
	margin:0 0 0 0;
}

h2
{
	border-style:solid; 
	border-width:0 0 0 0;  
	border-color:transparent; 
	font-size:15px;
	font-weight:bold;  
	padding:0 0 14px 0;
	margin:0 0 0 0;
}

.align_left
{
	text-align:left;
	float:left;
	padding:3px 11px 0 0;
}

.align_right
{
	text-align: left;
	float: right;
	padding: 3px 0 0 11px;
}

.align_center
{
	padding:0 0 0 0;
	text-align:center; 
	width:100%;
}

.picture_box
{
	text-align:left; 
	padding:0 0 5px 0; 
	font-size:10px;  
}

.template_spacer
{
	height:25px; 
}

img
{
	border-width:0;
}

.form 
{  
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:9px; 
	font-weight:100;
	border-top:1px #000000 solid; 
	border-right:1px #000000 solid; 
	border-bottom:1px #000000 solid; 
	border-left:1px #000000 solid;
}
/* END General *//*****************************************************************************************************************/

/* START Teasers *//***************************************************************************************************************/
.quadteaser_box
{
	border-width:0 0 0 0; 
	float:left;
		margin:0 0 0 0;
	padding:0 0 0 0;

}

.quadteaser_spacer
{
	border-width:0 0 0 0;  
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:8px;
	float:left;
}

.quadteaser_header
{ 
	text-decoration:none; 
	font-weight:bold; 
	font-size:11px; 
	border-width:0 0 0 0;
		margin:0 0 0 0;
	padding:0 0 0 0;

}

.teaser_image
{
	float:left;
	border-width:0 0 0 0;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.teaser_text
{
	float:left;
	line-height:14px;
	border-width:0 0 0 0;
	padding:0 0 0 1px;
	margin:0 0 0 0;
	width:99%; 
}

.trippleteaser_box
{
	border-width:0 0 0 0;  
	float:left;
		margin:0 0 0 0;
	padding:0 0 0 0;

}

.trippleteaser_spacer
{
	border-width:0 0 0 0;  
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;

}

.trippleteaser_header
{ 
	text-decoration:none; 
	font-weight:bold; 
	font-size:11px;  
	border-width:0 0 0 0; 
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.doubleteaser_box
{
	border-width: 0 0 0 0; 
	margin:0 0 0 0;
	padding:0 0 0 0;
	float: left;
}

.doubleteaser_spacer
{
	border-width:0 0 0 0; 
	float:left;
		margin:0 0 0 0;
	padding:0 0 0 0;
}

.doubleteaser_header
{ 
	text-decoration:none; 
	font-weight:bold; 
	font-size:11px;  
	border-width:0 0 0 0; 
	margin:0 0 0 0;
	padding:0 0 0 0;
}
/* END Teasers *//*****************************************************************************************************************/

/* START Sidebar *//***************************************************************************************************************/
h3
{
	border-style:solid ; 
	border-width: 0 0 0 0;  
	border-color:transparent; 
	font-size:14px; 
	font-weight:bold; 
	padding:0 0 5px 0;
	margin:0 0 0 0;
}

h4
{
	line-height:16px; 
	border-style:solid ; 
	border-width:0 0 0 0;  
	border-color:transparent; 
	font-size:11px; 
	font-weight:bold; 
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.newsbar_date 
{
	line-height:15px; 
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
}

.newsbar_align_thumb
{
	text-align:left;
	float:left;
	padding:5px 5px 0 0;
}

.newsbar_picture
{
	line-height:0px; 
	float:none;
	padding:0 0 0 0;
}

.newsbar 
{
	line-height:13px; 
	font-size:10px;  
	float:left; 
	border-style:solid; 
	border-width:0 0 0 0;
	border:0px solid #000000;
	padding-left:19px;
	padding-right:20px;
	/*background-image: url(newsbar_bg.gif); */
}

.newsbar_spacer 
{ 
	line-height:0px;
	float:none; 
	border-style:solid; 
	border-width:0 0 0 0; 
}
/* END Sidebar *//***************************************************************************************************************/


/*top menu*/

.top_menu
{
	width:685px;
	padding:18px 28px 18px 18px;
	float:left;
}

.top_menu li
{
	float:left;
	display: block;
	padding:0;
	margin:0;
}

.top_menu ul
{
	list-style:none;
	padding:0;
	margin:0;
}

.menu_produkte
{
	background-image:url(menu_produkte.gif);
	width:155px;
	display:block;
	height:16px;
}

.menu_produkte_active
{
	background-image:url(menu_produkte_a.gif);
	width:155px;
	display:block;
	height:16px;
}
.menu_produkte:hover, .menu_produkte_active:hover
{
	width:155px;
	display:block;
	height:16px;
	background-image:url(menu_produkte_o.gif);
}

.menu_roesterei
{
	background-image:url(menu_roesterei.gif);
	display:block;
	height:16px;
	width:103px;
}

.menu_roesterei_active
{
	background-image:url(menu_roesterei_a.gif);
	display:block;
	height:16px;
	width:103px;
}
.menu_roesterei:hover, .menu_roesterei_active:hover
{
	background-image:url(menu_roesterei_o.gif);
	display:block;
	height:16px;
	width:103px;

}

.menu_kultur
{
	background-image:url(menu_kultur.gif);
	display:block;
	height:16px;
	width:109px;
}
.menu_kultur_active
{
	background-image:url(menu_kultur_a.gif);
	display:block;
	height:16px;
	width:109px;
}
.menu_kultur:hover,.menu_kultur_active:hover
{
	background-image:url(menu_kultur_o.gif);
	display:block;
	height:16px;
	width:109px;
	
}

.menu_service
{
	background-image:url(menu_service.gif);
	display:block;
	height:16px;
	width:66px;
}

.menu_service_active
{
	background-image:url(menu_service_a.gif);
	display:block;
	height:16px;
	width:66px;
	
}

.menu_service:hover, .menu_service_active:hover
{
	background-image:url(menu_service_o.gif);
	display:block;
	height:16px;
	width:66px;
	
}

.menu_kontakt
{
	background-image:url(menu_kontakt.gif);
	display:block;
	height:16px;
	width:66px;
}

.menu_kontakt_active
{
	background-image:url(menu_kontakt_a.gif);
	display:block;
	height:16px;
	width:66px;
}
.menu_kontakt:hover, .menu_kontakt_active:hover
{
	background-image:url(menu_kontakt_o.gif);
	display:block;
	height:16px;
	width:66px;
	
}

.menu_1862premium
{
	background-image:url(menu_1862premium.gif);
	display:block;
	height:16px;
	width:109px;
}

.menu_1862premium_active
{
	background-image:url(menu_1862premium_a.gif);
	display:block;
	height:16px;
	width:109px;
}
.menu_1862premium:hover, .menu_1862premium_active:hover
{
	background-image:url(menu_1862premium_o.gif);
	display:block;
	height:16px;
	width:109px;
	
}

.color_mohr
{
float:right;
padding-bottom: 10px;
}
h2.sitemap
{
	padding:0;
}
.startpage_content
{
	width:900px; 
	height:430px; 
	padding:15px 20px 0px 20px; 
	position:static; 
	font-size:11px;
	line-height:20px;
	float:left; 
	border-style:solid; 
	border-width:0 0 0 0; 

}
.startpage_sujet
{
	width:390px;
	height:430px;
	float:left;
	background-color:#E4D9C5;
}

.startpage_text_bg
{
	width:450px;
	height:150px;
	float:left;
	background-color:#E4D9C5;
	padding: 20px 30px;
}
.startpage_text_spacer
{
	width:510px;
	height:10px;
	line-height:10px;
	font-size:8px;
	padding:0;
	margin:0;
	float:left;
	background-color:#DA2032;
}

.startpage_teaser_1
{
	color:#FFFFFF;
	line-height:12px;
	width:140px;
	height:80px;
	float:left;
	padding:10px 15px 0px 15px ;
	background-color:#BC9F6D;
}
.startpage_teaser_2
{
	color:#FFFFFF;
	line-height:12px;
	width:140px;
	height:80px;
	float:left;
	padding:10px 15px 0px 15px ;
	background-color:#C9B28A;
}
.startpage_teaser_3
{
	color:#FFFFFF;
	line-height:12px;
	width:140px;
	height:80px;
	float:left;
	padding:10px 15px 0px 15px ;
	background-color:#D7C5A7;
}

.startpage_image_1
{
	width:170px;
	height:140px;
	float:left;
	background-color:#BC9F6D;
}
.startpage_image_2
{
	width:170px;
	height:140px;
	float:left;
	background-color:#C9B28A;
}
.startpage_image_3
{
	width:170px;
	height:140px;
	float:left;
	background-color:#D7C5A7;
}

.startpage_headline
{
	font-weight:100;
}

.startpage_teaser_headline
{
	color:#FFFFFF;
	padding:0;
	font-size:11px;
}


.meta_home
{
	height:15px;
	width:42px;
	background-image:url(meta_home_off.gif);
	display:block;
	float:left
}
.meta_home:hover
{
	height:15px;
	width:42px;
	background-image:url(meta_home_on.gif);
	display:block;
}
.meta_kontakt
{
	height:15px;
	width:60px;
	background-image:url(meta_contact_off.gif);
	display:block;
	float:left;
}
.meta_kontakt:hover
{
	height:15px;
	width:60px;
	background-image:url(meta_contact_on.gif);
	display:block;
	float:left;
}
.meta_sitemap
{
	height:15px;
	width:57px;
	background-image:url(meta_sitemap_off.gif);
	display:block;
	float:left;
}
.meta_sitemap:hover
{
	height:15px;
	width:57px;
	background-image:url(meta_sitemap_on.gif);
	display:block;
}
.meta_suche
{
	height:15px;
	width:53px;
	background-image:url(meta_suche_off.gif);
	display:block;
	float:left;
}
.meta_suche:hover, .meta_suche_active
{
	height:15px;
	width:53px;
	background-image:url(meta_suche_on.gif);
	display:block;
		float:left;

}

.quicklink_start
{
	width:100px;
	height:15px;
	display:block;
	background-image:url(quick_off.gif);
}
.quicklink_start:hover
{
	width:100px;
	height:15px;
	display:block;
	background-image:url(quick_on.gif);
}

.suchefeld
{
float:left;
position:relative;
top:15px;
left:-47px;
height:17px;
border-left:1px solid #DB2033;
}

.claims
{
	position:absolute;

}

.claims div
{
	width:300px;
	height:21px;
	position:absolute;
	top:-21px;
	padding:0;
	margin:0;
}


























