/* layout.css - contains all CSS ID block elements for layout and display  */
#website {
	margin: 0 auto 0 auto;
	width: 980px;
	background-color:#FFFFFF;
}

/* ------------------------------------------- header */
#header {
	clear:both;
	width: 100%;
	padding-bottom:1px;
}
#header_top {
	width: 100%;
	height: 130px;
}
#logo {
	width:762px;
	float:left;
	display:block;
	overflow:hidden;
}
/*
#header_menu {
	background-color:#FFFFFF;
	float:right;
	width: 700px;
	text-align:right;
}
*/
#header_box {
	float: right;
	width:200px;
	display:block;
}

#header_image {
	width: 100%;
	height: 170px;
	overflow:hidden;
	clear:both;
}
#lang_fontsize {
	float: right;
/*	width: 200px;*/
	text-align: right;
	padding: 7px /*20px*/ 10px 0 0;
	font-size: 100%;
	text-transform:lowercase;
}
#lang_fontsize form {
	padding-top:5px;
}


/* ----------------------------------------------------  main menu */
#main_menu {
	clear: both;
	font-size:100%;
/*	background-color: orange;*/
	height: 30px;
	width:940px;
	padding: 0 15px 0 20px;
}

/* ----------------------------------------------------  breadcrumbs - print */
#over_content_box {
	background-color:#E5F7FF;
	clear: both;
	margin: 0;
	padding: 2px 0 0 0;
	float: left;
	width: 100%;
}
#breadcrumbs {
	clear: left;
	width: 100%;
	font-size: 90.91%;
	color:#333333;
	padding: 0px;
	margin:0 0 9px 0;
}

#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 {
	clear: both;
	font-size: 100%;
/*	width: 940px;*/											width:945px;
	padding-top: 8px;
/*	margin:0 20px;*/											margin:0 15px 0 20px;
	overflow:hidden;
}
#content_strict {
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;           /* dumme Browser */
}

#left_side_box {
	float: left;
	width: 205px;
	padding-top: 10px;
}

#content_title {
	clear: both;
	background-color: #ffffff;
	padding: 3px 0;
	background-color: #FFFFFF;
	border-bottom:5px solid blue;
	padding:0 0 2px 10px;
	margin:0 5px;
}

#left_side {
	clear: both;
	float: left;
	width: 205px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
	font-size: 84.62%;       /* 11px */
	padding: 0px;
}

#content_box {
	float: left;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
/*	padding: 5px 30px 0 25px;*/								padding: 8px 10px 0 25px;
	font-size: 84.62%;      /* 11px */
	width: 460px;
}

#content_box.wide {
	width: 695px;
	padding: 5px 0px 0 25px;
}


#right_side {
	float: right;
/*	width: 220px;*/											width:230px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	font-size: 84.62%;
	padding: 24px 0 5px 0px;
}
#content_actions_footer {
	clear: both;
	text-align: right;
	width: 995px;
}

/* -------------------------------------------------------  footer */
#footer {
	clear: both;
	width: 100%;
	padding-top:10px;
}
#footer_top {
	width: 100%;
	height:55px;
}
#footer_menu {
	width: 980px;
	height:55px;
	margin: 0;
	padding: 0px;
	background-image:url(images/slices/footer/footer_backdrop.gif);
  	background-repeat:no-repeat;
}

#footer_bottom {
	padding:22px 30px 43px 85px;
	font-size:92.31%;
}
#lw_link {
	margin: 0 auto 0 auto;
	width: 980px;
	font-size: 76.93%;
	text-align: right;
	color: #dddddd;
}



