/* layout.css - contains all CSS ID block elements for layout and display  */

#website {
	margin: 0 auto 0 auto;
	width: 938px;
	background:#ffffff;
}

/* ------------------------------------------- header */
#header {
	float: left;
	width: 100%;
	background-color: #ffffff;
}

#header_top {
	clear: both;
	width: 100%;
	background-color: #ffffff;
	padding:5px 0px 0 0px;
	height:20px;	
}

#lang_fontsize {
	text-align: left;
	float:left;
}

#breadcrumbs {
	font-size: 84.62%;
	width: 450px;
	float:left;
	padding:0 0 0 10px;
	color:#007328;
}

#header_menu {
	float:right;
}

#header_bottom {
	clear: both;
	width: 100%;
}

#logo {
	float:left;
	padding: 0px;
	width:172px;
	height: 146px;	
}

#header_image {
	float:left;
	width: 766px;
	height: 146px;	
}


/* ----------------------------------------------------  content area */
#content_area {
	clear: both;
	font-size: 100%;
	width: 100%;
	float: left;
	/*background-color:#ffffff;*/
	background:url(images/bg_content_area.jpg) repeat-y #FFFFFF;
}

#content_strict {
	float: right;
	width: 766px;
	padding: 0;
	margin: 0;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	background:url(images/fond-inhalt-1pixel.jpg) repeat-y;
}

#left_side {
	clear: both;
	float: left;
	width: 160px;
	font-size: 84.62%;      /* 11px */
	padding: 0 0 0 12px;
}

#content_top {
	clear: both;
	width:766px;
}

#image_top {
	display:none;
}

#content {
	float: left;
	width: 496px;
	padding: 12px 28px 12px 28px;
	font-size: 92.31%;      /* 12px */
}

#content.wide {
	width: 710px;
}

#content_header_action {
	text-align: right;
}

#right_side {
	float: right;
	width: 210px;
	font-size: 84.62%; /* 11px */
	padding: 12px 0 20px 0px;
}


/* -------------------------------------------------------  footer */

#lw_link {
	clear: both;
	width: 940px;
	font-size: 76.93%;
	text-align: right;
	color: #FEDC95;
	margin: 0 auto 0 auto;
}


