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

html, body {
   height: 100%;
}

#website {
	min-height: 100%;
	height: auto !important;
	height: 100%;

	margin: 0 auto 0 auto;
	width: 960px;
}

/* ------------------------------------------- header */
#header {
	float: left;
	width: 100%;
	height:122px;
	font-size: 84.62%;
}
#header_top {
	width: 100%;
	margin:27px 0 0 0;
}
#logo {
	margin:5px 0 0 0;
	width:260px;
	float:right;
}
#header_box {
	width: 720px;
}

#header_menu_search {
	float:left;
	width:530px;
}

#header_left {
	float: left;
}
#header_image {
	width: 100%;
	height: 100px;
}

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

/* ----------------------------------------------------  main menu */

#main_menu {
	clear: both;
	padding: 0px;
	margin:0 0 48px 0;
}

/* ----------------------------------------------------  breadcrumbs - print */
#over_content_box {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 560px;
}

#over_content_box div {
	margin: 0 0 15px 0;
}

#breadcrumbs {
	float: left;
	width: 779px;
	font-size: 84.62%;
	/*color: #666666;*/
	color:#003366;
/*	background-color: #ffccff;*/
	padding: 5px 0 3px 17px;
}

#content_actions_header {
	float: right;
	width: 190px;
/*	background-color: yellow;*/
}

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

/* ----------------------------------------------------  content area */
#content_area {
	clear: both;
	font-size: 100%;
	width: 960px;
}

#content_strict {
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;           /* dumme Browser */
}

#left_side_box {
	float: left;
	width: 180px;
	padding:0px;
	margin:0px 0 0 0;
}

#content_title {
	clear: both;
	background-color: #ffffff;
	padding: 0px 0 10px 0;
}

#left_side {
	clear: both;
	float: left;
	width: 180px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
	font-size: 92.31%;       /* 12px */
	padding: 0px;
}
#content_box {
	float: left;
	width: 560px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	padding: 0px 0px 0 20px;
	font-size: 84.62%;      /* 11px */
}

#content_box.wide {
	width: 760px;
}

#right_side {
	float: right;
	width: 180px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	font-size: 84.62%;      /* 11px */
	padding: 0px 0 0px 20px;
}
#content_actions_footer {
	clear: both;
	text-align: right;
	width: 960px;
}


/* -------------------------------------------------------  footer */
#footer {
	clear: both;
	width: 100%;	
	font-size: 84.62%;
}

#footer_top {
	width: 100%;
}

#footer_menu {
	width: 100%;
	margin:0px;
	padding: 0px 0px 5px 0px;
	float:left;
	overflow: hidden;
}

#lw_link {
	margin: 0 auto 0 auto;
	width: 960px;
	font-size: 76.93%;
	text-align: right;
	color: #dddddd;
}

#footer_top {
	font-size:84.62%;
	width: 760px;
	text-align: left;
	margin: -70px auto 0 auto;
	padding: 0px;
	padding-left: 194px;
	clear: both;
	overflow: visible;
}

#content_area {
	padding-bottom: 45px;
}