@charset "iso-8859-1";
/* CSS Document */


body {
	width:100%!important;
	height:100%;
	font-family:Lucida Sans, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0;
	border:none!important;
}

div#mainWrapper {
	width:900px;
	margin:0 auto;
}

div#header {
	width:866px;
	height:172px;
	margin:0 0 40px 0;
	background:url(../img/layout/bg-header.jpg) top left no-repeat;
}

div#header div#headerImage {
	width:401px;
	height:155px;
	margin:0;
}


div#contentWrapper {
	width:866px;
	margin-bottom:20px;
	background:url(../img/layout/bg-content.gif) top left repeat-y;	
}

div#navigationWrapper {
	width:192px;
	margin:0 0 0 26px;
	float:left;
}

div#content {
	width:620px;
	padding-left:28px;
	padding-top:35px;
	float:left;
}

div#setLang {
	position:absolute;
	top:175px;
	margin-left:600px;
}

div#search {
	position:absolute;
	top:175px;
	margin-left:50px;
	width:250px;
	height:25px;
	color:#878585;
}

div#search input {
	width:100px;
	border:1px solid #878585;
	font-size:12px;
	padding:3px;
	color:#878585;
	margin-top:0!important;
	margin-right:5px;
	float:left;
}

div#search input#submit {
	border:1px solid #878585;
	font-size:12px;
	padding:2px;
	color:#878585;
	float:left;
	height:21px!important;
	width:50px;
}

/************************************************* Navigation Stufe 1 *****************************************************/

div#navigationWrapper ul.navTree {
	list-style-type:none;
	padding:0;
	width:170px;
	margin:0 14px;
}

div#navigationWrapper ul.navTree li.depth1 {
	min-height:25px;
	background:url(../img/layout/navi_bg_line.png) bottom left repeat-x;
	
}

div#navigationWrapper ul.navTree li.depth1 a {
	display:block;
	min-height:21px;
	width:162px;
	padding:8px 0 0 9px;
	color:#878585;
	text-decoration:none;
	font-size:14px; 
}



div#navigationWrapper ul.navTree li.depth1 a.active, div#navigationWrapper ul.navTree li.depth1 a:hover {
	background:url(../img/layout/navi_bg_active.png) top left repeat-x;
	width:162px;
	color:#5c4a3e;
}

/************************************************* Navigation Stufe 2 *****************************************************/

div#navigationWrapper ul.navTree li.depth1 ul {
	list-style-type:none;
	padding:0;
	margin:0 0 0 23px;
}

div#navigationWrapper ul.navTree li.depth1 ul li.depth2 a {
	display:block;
	width:130px;
	background:none!important;
	font-size:12px!important;
	padding:2px 0 2px 0;
	min-height:16px;
	color:#5c4a3e;
}

div#navigationWrapper ul.navTree li.depth1 ul li.depth2 a.active, div#navigationWrapper ul.navTree li.depth1 ul li.depth2 a:hover {
	display:block;
	background:none!important;
	color:#5c4a3e;
}

/* ************** Misc ************** */

.clear {
	width:100%;
	height:0;
	clear:both;
}

a {outline:none;}