/* layout.css - contains all CSS ID block elements for layout and display  */


#website {
	margin: 0 auto 0 auto;
	width: 990px;
	border-bottom:3px solid #EBEBEB;
}

/* ------------------------------------------- header */
/* ------------------------------------------- header */
#header {
	float: left;
	width: 100%;
	height:207px;
}
#header_top {
	width: 100%;
	height: 40px;
	clear: both;
	background-color:#F27F90;
}

#bef_menu {
	width:185px;
	float:left;
	height:22px;
	margin:18px 0 0 0;
	font:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#bef_menu span {
	padding:0 0 0 35px;
}

#bef_menu span a {
	color:#fff;
	font-size: 87.50%;
}
	
#main_menu {
	font-size:100%;
/*	background-color: orange;*/
	height: 40px;
	width:700px;
	padding-left: 0px;
	float:left;
	font-family:Tahoma,Verdana,Arial;
}

#lang_fontsize {
	float: right;
	width: 100px;
	text-align: right;
	padding: 20px 5px 0 0;
	font-size: 87.50%;
	color:#fff;	
}

#header_middle {
	width: 100%;
	height: 137px;
	clear: both;
	overflow:visible;
}

#logo {
	width:140px;
	float:left;
	background-color:#F8BFC6;
	height:137px;
}

#logo_print {
    display: none;
     margin:0 auto 0 auto;
     padding:0;

}


#logo_print img {
    display: none;
    clear: both;
    margin: 0 auto;
    padding: 0;
}

#header_image_left {
	float:left;
	width:400px;
	background-color:#F8BFC6;
	height:137px;
}

#header_image_right {
	float:left;
	width:450px;
	background-color:#F8BFC6;
	height:137px;
}

#header_bottom {
	width: 100%;
	height: 30px;
	clear: both;
}

#header_bottom_left {
	width:510px;
	background-color:#EB495E;
	height:27px;
	float:left;
	padding:3px 0 0 30px;
}

#header_bottom_left span {
	padding:0 0 0 35px;
	color:#fff;
	font-weight:bold;
	font-size:112.5%;
}

#header_bottom_right {
	width:450px;
	background-color:#F27F90;
	height:30px;
	float:right;
}

/* ----------------------------------------------------  breadcrumbs - print */
#over_content_box {
	background-color:#E5F7FF;
	clear: both;
	margin: 0;
	padding: 2px 0 0 0;
	height: 20px;
}
#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;
	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: 990px;
	padding-top: 45px;
}

#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;
}
#content {
	float: left;
	width: 465px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	padding: 0px 40px 0 35px;
	font-size: 92.31%;      /* 12px */
/*	background-color: #E8DED2;*/
}

#content.wide {
	width: 945px;
	padding:0px 10px 0pt 35px;
}

#right_side {
	float: right;
	width: 450px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	font-size: 92.31%;
	padding: 0 0px 0 0;
}
#content_actions_footer {
	clear: both;
	text-align: right;
	width: 995px;
}

/* -------------------------------------------------------  footer */
#footer {
	clear: both;
	width: 100%;	
	padding:35px 0 0 0;
}
#footer_top {
/*	background-color: #E2EAEC;*/
	width: 100%;
	height: 22px;
}
#footer_menu {
	width: 990px;
	margin: 0;
	padding: 0 0 0 0px;
}

#lw_link {
	margin: 0 auto 0 auto;
	width: 965px;
	font-size: 76.93%;
	text-align: right;
	color: #dddddd;
}


