/* layout.css - contains all CSS ID block elements for layout and display  */


#website {
/*	margin: 0 0 0 17px;*/
	margin: 0 auto 0 auto;
	width: 990px;
	/*background-image:url('images/Holz_990x960px.jpg');*/
	
	background-image:url('images/bg_website.png');
	background-position:0 20px;
	/*background-position: -1px 20px;*/
	background-repeat:no-repeat;
}

#website,
#website * {
behavior:url('fileadmin/templates/css/bionor/iepngfix/iepngfix.htc');
}

/* ------------------------------------------- header */
#header {
	float: left;
	width: 100%;
	height:185px;
	background-image: url('images/bg_header.png');
	background-repeat: no-repeat;
	background-position: 0 bottom; 
/*	background-image:url('images/bg_holz.jpg');
	background-repeat:repeat-x;
	background-position:-67px 0; 

   
*/}

#breadcrumbs {
	padding-left:10px;
	color:white;
	font-size: 76.92%;	/* 10px	*/
	padding-top:12px;
}
/*
#lang_fontsize {
	text-align: right;
	width: 138px;
	float: right;
	margin-top: 9px;
	margin-right: 14px;

}*/
#logo_print { display:none;}

#logo {
	float:none;
	padding: 0;
	width:100%;
	height: 125px;
	background-image:url('images/culinessa_logo_schrift.png');
	padding-top:30px;
	background-position:165px 28px;
	background-repeat:no-repeat;
}

#header_box {
	padding: 0 2px;
	background-color:#4D2B2B;
}
#header_image {
	background-color:#fefdea;
	height:165px;
	width:684px;
}

div.startpage #header_image {
	height:285px;	
}

/*#header_menu {
	float:right;
	width: 111px;
	height: 146px;	
}*/
#header_menu_search {
	height:30px;
	float:right;
	display:block;
}

/* ----------------------------------------------------  content area */
#content_area {
	clear: both;
	font-size: 100%;
	width: 990px;
}
#content_strict {
	padding: 0 0 0 2px; /*an schatten angepasst - sonst: padding:0;*/
	margin: 0;
/*	background-image:url('images/bg_main.jpg');
	background-repeat:no-repeat;
	background-position: center 14px;
*/}

#left_side {
	clear: both;
	float: left;
	width: 134px;
	padding:50px 0 0 9px;
	font-size: 92.31%;       /* 12px */
	overflow:hidden;
}
#left_side #menu {
	background-image:url('images/submenu2.png');
	background-position:top left;
}


#left_side .top{
	background-image:url('images/submenu1.png');
	background-repeat:no-repeat;
	height:49px;
}
	
#left_side .bottom{
	height:31px;
	background-image:url('images/submenu3.png');
	background-position:bottom left;
}

div.startpage #left_side {
	background-image:none;
}
.center_wrap {
	float:left;
	display:block;
	width:704px;
}
.content_wrap {
	padding:10px 0px 0 0px;
	display:block;
	overflow:hidden;
	width:100%;
}

.content_border_top,
.content_border_bottom { display:none; }

.content_border_center {
	padding:8px 8px 0;	/*an schatten angepasst - sonst:padding:10px 10px 0; */
	background-color:#fefdea;
	width:684px;
}

#content {
	font-size: 84.62%;      /* 11px */
	line-height: 145.45%;
	display:block;
	overflow:hidden;
	width:650px;
	min-height: 280px;
	height: auto !important;
	height: 100%;
	padding-top:10px;
	padding-left:34px;
}
#content.wide {
	width: 736px;
}
div.startpage #content {
	padding:0;
	width:684px;
}

/*#content_header_action {
	text-align: right;
}*/

#right_side{
	float: left;
	width: 140px;	/*an schatten angepasst - sonst:width:143px; */
	font-size: 92.31%;
	padding-top:45px;
}

/* -------------------------------------------------------  footer */

#footer {
	clear:both;
	display:block;
	width:100%;
	padding-top:13px;
	height:35px;
}

#footer_menu {
	float:left;
	padding-left:148px;
}

#bottom_image {
	float:right;
	width:216px;
	height:168px;
/*	margin:-130px 95px 0 0;	/* funktioniert beim IE6 nur mit z-index und position:relative */ 
	z-index:10;
	position:relative;
	top:-130px;
	left:-95px;
}
#bottom_image img { float:none; clear:both; }

#lw_link {
	clear: both;
	width: 940px;
	font-size: 76.93%;
	text-align: right;
	color: #FEDC95;
	margin: 0 auto 0 auto;
}



