/* layout.css - contains all CSS ID block elements for layout and display  */


#website {
	margin: 0 auto 0 auto;
	width: 990px;
	border: 0px none;
}

/* ------------------------------------------- header */
#header {
	float: left;
	width: 100%;
	/*height: 162px;*/
	height: 168px;
}
#header_top {
	width: 100%;
}
#logo {
	width:290px;
	float:left;
}

div.print-logo {
	display: none;
}

#header_menu {
	background-color:#FFFFFF;
	float:right;
	width: 700px;
	text-align:right;
	margin-top: 20px;
}

#header_left {
	float: left;
}
#header_image {
	width: 100%;
	height: 100px;
        clear:both;
}

#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%;
	padding-left: 10px;
	float: left;
	height: 30px;
	width: 980px;

}

/* ----------------------------------------------------  breadcrumbs - print */
#over_content_box {
	clear: both;
	margin: 0;
	padding: 0px;
	height: 20px;
}
#breadcrumbs {
	float: left;
	width: 779px;
	font-size: 92.31%;
	/*color: #666666;*/
	color:#003366;
/*	background-color: #ffccff;*/
	padding: 3px 0 2px 18px;
}

#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;
}
#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: 190px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
	font-size: 100%;
	padding: 0px;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 590px;
	margin: 8px 10px 0px 10px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
/*	padding: 5px 10px 0 20px;*/
	font-size: 92.31%;      /* 12px */
}

#content.wide {
	width: 990px;
	padding: 0px;
	margin: 0px;
}

#right_side {
	float: right;
	width: 180px;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	font-size: 92.31%;
	background-color: #FFFFFF;
	padding: 5px 0 5px 10px;
}
#content_actions_footer {
	clear: both;
	text-align: right;
	width: 990px;
}

/* -------------------------------------------------------  footer */
#footer {
	clear: both;
	width: 100%;
	border: 0px none;
	background: transparent;
}
#footer_top {
/*	background-color: #E2EAEC;*/
	width: 100%;
	height: 50px;
	background: transparent;
	background-image: url(images/main-bg.jpg);
	background-position: left 20px;
	background-repeat: repeat-x;
}
#footer_menu {
	width: 950px;
	margin: 0;
	padding: 0 0 0 20px;
}
#lw_link {
	margin: 0 auto 0 auto;
	width: 990px;
	font-size: 76.93%;
	text-align: right;
	color: #dddddd;
}


