/* layout.css - contains all CSS ID block elements for layout and display  */



#website {
	margin: 0;
	padding: 0;
	width: 915px;
}

/* ------------------------------------------- header */
#header {
	width: 900px;
	height: 118px;
	background-image: url(images/header_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
#header_top {
	width: 100%;
	height: 100px;
}
#logo {
	padding: 27px 0 0 88px;
	width: 253px;
	height: 48px;
	float: left;
}
#header_menu {
	float:right;
	width: 500px;
	height: 15px;
	padding: 61px 0 0 0;
	text-align:right;
	background: none;
}

#header_left {
	width: 100%;
	height: 18px; 
	background:#FFFFFF;
}
#header_bottom {
	width: 710px;
	height: 47px;
/*	background-image: url(images/style_header.jpg);
	background-image: url(images/lw_new_header_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
}
#lang_fontsize {
	float: right;
	width: 85px;
	height: 15px;
	text-align: right;
	padding: 0 15px 0 1px;
}
#breadcrumbs {
	color: #666666;
	font-size: 56.25%;
	width: 496px;
	clear: both;
	margin: 0;
	float: left;	
	padding: 2px 0 0 184px;
	height: 16px;
}
#header_print {
	width: 110px;
	height: 13px;
	padding: 5px 0 0 3px;
	float: left;
	text-align: left;
/*	border-bottom: 1px solid #E3EEEC;*/
}



/* ----------------------------------------------------  content area */
#content_area {
	clear: both;
	font-size: 91.67%;
	padding: 0;
}
#content_strict {
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;           /* dumme Browser */
}


.category_header {
	width: 400px;
	height: 20px;
	float: left;
}

.socialbook {
	width: 200px;
	height: 20px;
	float: right;
}

.print_links {
	width: 30px;
	height: 13px;
	float: left;
}

#left_side {
	float: left;
	width: 186px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
}

#search_quick {
	width: 139px;
	min-height: 55px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 55px;
	padding-left: 55px;
}

#main_menu {
	line-height:normal;
	margin: 0 0 0 45px;
/*	padding: 0 0 0 45px;*/
	background: url("/fileadmin/templates/images/navi_bg.gif") repeat-y top left;
}

#main_menu_begin {
	height: 6px;
	width: 139px;
	background: url("/fileadmin/templates/images/nav1_linie.gif") no-repeat top left;
}

#main_menu_middle {
	height: 9px;
	width: 139px;
	background: url("/fileadmin/templates/images/nav5_linie.gif") no-repeat top left;
}

#main_menu_end {
	height: 4px;
	width: 139px;
	background: url("/fileadmin/templates/images/nav10_linie.gif") no-repeat top left;
}

#content {
	float: left;
	padding: 0 5px 0 0;
	width: 532px !important;
	min-height: 200px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 200px;
	background-color: inherit;
	color: #000000;
}
#right_side {
	float: left;
	width: 177px;
	min-height: 10px;       /* gute Browser */
	height: auto !important; /* gute Browser */
	height: 10px;
	padding: 0;
	background-color: #F6F7F7;
	font-size: 90.91%;
}
#content_actions {
	clear: both;
	text-align: right;
	width: 775px;
}




/* -------------------------------------------------------  footer */
#footer {
	clear: both;
	padding: 0 200px 0 191px;
	margin: 51px 0 0 0;
}
#footer_top {
	width: 100%;
	height: 22px;
}
#footer_menu {
	border-top: solid 1px #E1E1E1;
	margin: 0;
}
/*
#lw_link {
	font-size: 80%;
	text-align: right;
	background-color: #FFFFFF;
}*/



