/* layout.css - contains all CSS ID block elements for layout and display  */


#website {
	margin: 0 auto 0 auto;
	width: 995px;
	border-right: 1px solid #E2EEEC; 
	border-left: 1px solid #E2EEEC; 
}

/* ------------------------------------------- header */
#header {
	float: left;
	width: 100%;
	/*height: 162px;*/
	height:243px;
}
#header_top {
	width: 100%;
	height: 62px;
}
#logo {
	width:490px;
}
#header_menu {
	background-color:#FFFFFF;
	float:right;
	width: 700px;
	text-align:right;
}

#header_left {
	float: left;
}
#header_image {
	width: 100%;
	height: 100px;
}

#lang_fontsize {
	float: right;
	width: 190px;
	text-align: right;
	padding: 16px 5px 0 0;
	font-size: 92.31%;
	
}

/* ----------------------------------------------------  main menu */

#main_menu {
	clear:both;
	/*float:left;*/
	font-size:100%;
	background-color:#e5ea87;
}

/* ----------------------------------------------------  menu header*/

span.clearer {
	float:left;
	display:block;
	margin:0px;
	clear:both;
	line-height:0px;
}

span.clearer[class] {
	float:none;
}



/* ----------------------------------------------------  breadcrumbs - print */
#over_content_box {
	background-color:#E5F7FF;
	clear: both;
	margin: 0;
	padding: 2px 0 0 0;
	height: 20px;
}
#breadcrumbs { width: 779px;font-size: 84.62%;color:#888e15;padding: 5px 0px 3px 17px; }
#breadcrumbs strong a { font-weight:bolder;}
#breadcrumbs .disabledLink { cursor:default; }
#lw_zombigBase #breadcrumbs { padding: 5px 0px 5px 20px; }
#zombig_header_sub #breadcrumbs {font-size: 77.58%;}

.content_action_header_links {
	 float:left;
	padding:0 0 0 10px;
	background-color:#f1f4c2;
	border-left: 2px solid #ffffff; 

}

.content_action_header_links span a{
	color:#666666;
	font-weight:bold;
	/*text-decoration:none;*/
}

.content_action_header_links_aussen {
	float:left;
	background-color:#E5EA87;
	border-left: 2px solid #ffffff;
	padding:0 10px 0 0; 
}

.content_header_activ {
	background-color:#EDBA88;
}

/* ----------------------------------------------------  content area */
#content_area {
	clear: both;
	font-size: 100%;
	/*width: 995px;*/
	padding-top: 8px;
}
#content_strict {
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;           /* dumme Browser */
}

#left_side_box {
	float: left;
	width: 207px;
}

*+html #left_side_box {
	padding-top: 4px;
}

#content_title {
	clear: both;
	background-color: #ffffff;
	padding: 3px 0;
}

#left_side {
	clear: both;
	float: left;
	width: 197px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
	font-size: 84.62%;       /* 11px */
	padding: 7px 0 0 0;
/*	background-color: #F0E9FA;	*/
	background-color: #FFFFFF;
}

#zombig_header_sub {
	max-width:980px;
}

#content {
	/*float: left;
	width: 980px;*/
	clear:both;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	padding: 0px;
	font-size: 92.31%;      /* 12px */
	padding:10px 0 0 17px;
	max-width:980px;
/*	background-color: #E8DED2;*/
}

#content.content_zombig {
	padding:0px;
	max-width:none;
}

#content.wide {
	width: 748px;
}

#right_side {
	float: right;
	width: 200px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	font-size: 92.31%;
	/*background-color: #F4F4F4;*/
	background-color:#E5F7FF;
	padding: 5px 0 5px 10px;
}
#content_actions_footer {
	clear: both;
	text-align: center;
	width: 995px;
}

/* ------------------------------------------------------ Search-Site*/
div.bronze_info {
	margin:-6px;
	height:8em;
	background-color:#e3c7ab;
	padding:5px 0 0 0;
	color:gray;
}
div.silver_info {
	margin:-6px;
	height:8em;
	background-color:#E3E3E9;
	padding:5px 0 0 0;
	color:gray;
}
div.gold_info {
	margin:-6px;
	height:8em;
	background-color:#ffe3ab;
	padding:5px 0 0 0;
	color:gray;
}

/* -------------------------------------------------------  footer */
#footer {
	clear: both;
/*	width: 100%;	*/
	border-top: 1px solid #C1C1C1; 
}
#footer_top {
/*	background-color: #E2EAEC;
	width: 100%;
	height: 22px;*/
	text-align:center;
}
#footer_menu {
	/*width: 100%;
	height:20px;*/
	margin: 0;
	padding: 0 0 0 8px;
	text-align:center;
}
#lw_link {
	margin: 0 auto 0 auto;
	width: 995px;
	font-size: 76.93%;
	text-align: right;
	color: #dddddd;
}


