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


#website {
	margin: 0;
	width: 987px;
}

/* ------------------------------------------- header */
#header {
	width: 100%;
	height:99px;
	border-bottom: 1px solid #B3D5C7;
	border-right: none;
}
#header_top {
	width: 100%;
	height:75px;
}

#logo {
	float:right;
}

#searchbox {
	float:left;
	margin:40px 0 0 0px;
}

div.searchbox {
	padding:0px;
	margin:0px;
}

#header_menu {
	float:left;
}

#header_left {
	float: left;
}
#header_image {
	float:left;
	padding:15px 0 15px 18px;
	margin:0px 300px 0 0;
}

#lang_fontsize {
	float:right;
	/*padding:0px 5px 0 0;*/
	text-align:right;
	/*width:85px;*/
}

#header_bottom {
	clear: both;
	width:981px;
	padding-left: 8px;
	height:24px;
	font-size:92.31%;
}

#content_box{
	padding-left:18px;
}

#content_box #center_box{
	width:948px;
	padding-right:18px;
}
/* ----------------------------------------------------  main menu */

#main_menu {
	width:565px;
	float:left;
}

/* ----------------------------------------------------  breadcrumbs - print */
#over_content_box {
	background-color:#E5F7FF;
	clear: both;
	margin: 0;
	padding: 2px 0 0 0;
	height: 20px;
}
#breadcrumbs {
	padding: 5px 7px 5px 0px;
	width:740px;
	font-size:76.93%; /* 10px */
}

#content_actions_header {
	float: right;
	width: 190px;
}

.content_action_header_links {
	float: right;
	height: 19px;
	padding-top:1px;
	padding-bottom: 0px;
}

/* ----------------------------------------------------  content area */
#content_area {
	clear: both;
	float:left;
	font-size: 100%;
	width: 987px;
	padding: 10px 0;
	background-color:#FFFFFF;
	border-right:1px solid #B3D5C7;
	border-bottom:1px solid #B3D5C7;
}
#content_strict {
	min-height: 400px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 400px;           /* dumme Browser */
}

#left_side_box {
	float: left;
	width: 204px;
	padding:0px 18px 0 0px;
}

div.category_header {
	padding:0 0 0 18px;
}

#right_side_box {
	float:right;
	width:747px;
	margin:0px;
	padding:0px;
}

#content_title {
	clear: both;
	padding: 5px 0 3px 0;
}

#left_side {
	clear: both;
	float: left;
	width: 204px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
	padding: 5px 0 0 0;
}

#center_box {
	float: left;
	width: 480px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	padding: 5px 27px 20px 0px;
	font-size:76.93%; /* 10px */
}

#center_box.wide,
 content_actions_footer.wide {
	width: 720px;
}

#right_side {
	float: right;
	width: 218px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	font-size:76.93%; /* 10px */
	padding: 5px 22px 5px 0px;
}
#content_actions_footer {
	padding:10px 0 0 0;
	float: left;
}


/* -------------------------------------------------------  footer */
#footer {
	clear: both;
	width: 100%;
}
#footer_top {
/*	background-color: #E2EAEC;*/
	width: 100%;
	height: 22px;
}
#footer_menu {
	width: 950px;
	margin: 0;
	padding: 0 0 0 8px;
}
#lw_link {
	margin: 0px;
	width: 987px;
	font-size: 70.00%;
	text-align: right;
	color: #dddddd;
}

#print_footer {
	width: 960px;
	float: left;
}

