/* layout.css - contains all CSS ID block elements for layout and display  */
#website {
	margin: 0 auto 0 auto;
	width: 990px;
	border: 0px none;
	background-color: #ffffff;
}

/* ------------------------------------------- header */
.start #header {
	float: left;
	width: 930px;
	height: 365px;
}
#header {
	float: left;
	height: 75px;
	background-color: #ffffff;
	width: 930px;
	padding: 0px 30px;
}
.plain #header {
	float: left;
	width: 930px;
	height: 365px;
}
#plain_header_image {
	padding-top: 80px;
	width: 100%;
	height: 100px;
}
.header #header {
	height: 340px;
}
#header_top {
	width: 930px;
	height: 75px;
	float: left;
}
#logo {
	width:290px;
	float:left;
	margin: 10px 0px 0px 0px;
}
#header_box {
	width: 640px;
	float: left;
}
#header_menu_search {
	float: right;
	width: 620px;
}
#header_menu {
	background-color:#FFFFFF;
	text-align:right;
	width: 450px;
	float: right;
}
div.header_search {
	float: left;
	width: 100%;
	margin: 29px 0px 0px 0px;
}
#header_left {
	float: left;
}
#header_image {
	width: 100%;
	height: 235px;
}
#lang_fontsize {
	float: right;
	width: 190px;
	text-align: right;
	padding: 16px 5px 0 0;
	font-size: 92.31%;

}

/* ----------------------------------------------------  main menu */
#main_menu {
	clear: both;
	font-size:100%;
/*	background-color: orange;*/
	height: 30px;
	padding-left: 16px;
}

/* ----------------------------------------------------  breadcrumbs - print */
#over_content_box {
	background-color: #ffffff;
	clear: both;
	margin: 0;
	padding: 0px;
	float: left;
	width: 100%;
}
#breadcrumbs {
	float: left;
	width: 766px;
	font-size: 84.62%;
	color:#003366;
	padding: 0px 0px 0px 30px;
}
#content_actions_header {
	float: right;
	width: 190px;
	font-size: 81.25%;
}
.content_action_header_links {
	float: right;
	height: 19px;
	padding-top:1px;
	padding-bottom: 0px;
}

/* ----------------------------------------------------  content area */
#content_area {
	font-size: 100%;
	width: 930px;
	padding: 0px 30px 10px 30px;
	float: left;
	background-color: #ffffff;
}
#content_strict {
	min-height: 300px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 300px;           /* dumme Browser */
	width: 100%;
	float: left;
}

#left_side_box {
	float: left;
	width: 150px;
	margin-right: 20px;
	padding: 0px;
}

#content_title {
	background-color: #ffffff;
	padding: 0px;
	display: none;
}

#left_side {
	float: left;
	width: 150px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
	font-size: 84.62%;       /* 11px */
	padding: 0px;
}
#content {
	float: left;
	width: 510px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	padding: 0px;
	font-size: 84.62%;      /* 11px */
}
.start #content {
	width: 680px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#content.wide {
	width: 748px;
}
.plain #content {
	width: 680px;
}
#right_side {
	float: right;
	width: 225px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	font-size: 84.62%;
	background-color: #FFFFFF;
	padding: 0px;
}
#content_actions_footer {
	clear: both;
	text-align: right;
	width: 930px;
}

/* -------------------------------------------------------  footer */
#footer {
	margin: 0px 0px 0px 0px;
	float: left;
	width: 930px;
	padding: 0px 30px 10px 30px;
	background-color: #ffffff;
}
#footer_top {
/*	background-color: #E2EAEC;*/
	width: 100%;
	border-top: 1px solid #D72D25;
	height: 9px;
}
#footer_menu {
	width: 100%;
	margin: 0px 0px 00px 0px;
	padding: 0px 0px 10px 0px;
	text-align: center;
	color: #666666;
	font-size: 84.62%;
}
#lw_link {
	margin: 0 auto 0 auto;
	width: 995px;
	font-size: 76.93%;
	text-align: right;
	color: #dddddd;
}



