/* 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:290px;
	float:left;
}
#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;
	font-size:100%;
/*	background-color: orange;*/
	height: 25px;
	padding-left: 16px;
}

/* ----------------------------------------------------  breadcrumbs - print */
#over_content_box {
	background-color:#EAFBD0;
	clear: both;
	margin: 0;
	padding: 2px 0 0 0;
	height: 20px;
}
#breadcrumbs {
	float: left;
	width: 779px;
	font-size: 84.62%;
	/*color: #666666;*/
	color:#222;
/*	background-color: #ffccff;*/
	padding: 5px 0 3px 17px;
}

#content_actions_header {
	float: right;
	width: 190px;
	font-size: 81.25%; /* tr */
/*	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: 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;
}

div.category_header {
	padding:0 0 0 15px;
}

#content {
	float: left;
	width: 547px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	padding: 5px 10px 0 20px;
	font-size: 92.31%;      /* 12px */
/*	background-color: #E8DED2;*/
}

#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:#EAFBD0;
	padding: 5px 0 5px 10px;
}
#content_actions_footer {
	clear: both;
	text-align: right;
	width: 995px;
}


/* -------------------------------------------------------  footer */
#footer {
	clear: both;
	width: 100%;	
	/*border-top: 1px solid #E2EEEC; */
	border-bottom: 1px solid #E2EEEC; 
}
#footer_top {
/*	background-color: #E2EAEC;*/
	width: 100%;
	height: 22px;
}
#footer_menu {
	width: 950px;
	margin: 0;
	padding: 0 0 0 8px;
}
#lw_link {
	margin: 0 auto 0 auto;
	width: 995px;
	font-size: 76.93%;
	text-align: right;
	color: #dddddd;
}
