
body{
	padding:0px;
	margin:0px;
	text-align:center;
	background:url(images.page/page_bg.jpg) repeat-x #F9F9F9;
	background-position:140px 275px;
	line-height:20px;
	color:#000;
}
form,div,img{margin:0px;padding:0px;border:0px;}

/* ############# ################# */
#wrapper{
	position:relative;
	display:inline-block;
	width:1000px;
	margin-top:295px;
	border:1px solid #EAEAEA;
	z-index:1;
}
#wrapper div{
	text-align:left;
}
div.br{
	clear:both;
	line-height:0px;
	font-size:0px;
	width:0px;
	height:0px;
}

/* ######### Page Targets  ################## */
#right,#content{height:350px;}	/*depends:4*/
html>body #right,
html>body #content
{
	height:auto;
	min-height:350px;	/*depends:4*/
}


#menue{
	position:relative;
	float:left;
	width:209px;	/*depends:2*/
	z-index:2;
	border-right:1px solid #D7D7D7;
	border-bottom:1px solid #D7D7D7;
	margin-top:0px;
	margin-left:0px;
}

#right{
	float:right;
	width:160px;	/*depends:1*/
}

#content{
	margin-left:209px;	/*depends:2*/
	padding:10px;
	padding-right:30px;
	padding-left:30px;
	background:#FFF;
}



#content.withright{
	margin-right:160px;	/*depends:1*/
	max-width:550px; overflow-x:hidden;
}



/* ################## Page wraps ###################### */

#header{
	position:absolute;
	top:0px;
	left:0px;
	height:194px;
	width:1000px;
	margin-top:-224px;
	overflow:hidden;	
}

#header #fade{
	position:absolute;
	bottom:34px;
	left:0px;
	width:1000px;
	height:5px;
	background:#FFF;
	opacity: .3;
    -moz-opacity: .3;
    -khtml-opacity: .3;
    filter: alpha(opacity=30);
}


#header #fade2{
	position:absolute;
	bottom:0px;
	left:0px;
	width:1000px;
	height:34px;
	background:#FFF;
	opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
    filter: alpha(opacity=70);
}


#header #rosink{
	position:absolute;
	top:0px;
	right:0px;
	width:172px;
	border:1px solid #EAEAEA;
	text-align:center;
}

#footer{
	clear:both;
	background:#3C3C3C;
	border-top:2px solid #01A5D6;
	height:100px;
	margin-top:20px;
	text-align:center;
}

#headbar{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background:#3C3C3C;
	border-bottom:2px solid #01A5D6;
	height:64px;
	text-align:center;
}
#languages{
	position:relative;
	float:left;
	margin-top:-270px;
	width:1000px;
}
#languages img{
	border:0px;
	margin-right:20px;
}


/* ######## Search form ############## */

form#sitesearch{/*yes, you're right ;-) form tag itself contains bg and dimensions*/
	background:#3C3C3C;
	height:34px;
}

form#sitesearch input{
	border:0px;
	height:18px;
	margin:0px;
	font-size:10px;
	color:#B7B7B7;
	vertical-align:middle;
	display:inline;
	margin-top:8px;
}
form#sitesearch input#seq{
	width:170px;
	margin-right:1px;
	margin-left:7px;
}

/* ########## Menue ########## */

ul,li{
	padding:0px;
	margin:0px;
	list-style-type:none;
	line-height:22px;	
}
/*li, nicht oberst*/
ul li ul li{
	padding-left:25px;
	background:url(/images.page/listbullet.gif) no-repeat;
	background-position:20px 6px;
}
#list_disc ul li{
	list-style-type:disc;
	margin-left:40px;
}
#list_circle ul li{
	list-style-type:circle;
	margin-left:40px;
}


ul.sitemap li{
    margin-left:30px;
    padding:0px;
    list-style-type:disc;
    line-height:22px;	
}
ul.sitemap li{background:#FFF;}







#menue a{
	display:block;
	text-decoration:none;
	padding:0px;
	padding-left:3px;
	border-bottom:1px solid #FFF;
	color:#3C3C3C;
	background:#F6F6F6;
	font-weight:bold;
}

#menue ul li ul li a{
	font-weight:normal;
	border-bottom:0px;
	font-size:10px;
}

#menue a.act{
	background:#00A6D6;
	color:#FFF;
}

/* ########## Content Styles######### */

h1,h2{
	font-size:14px;
	margin-bottom:5px;
}


td,body{
    font-family:Tahoma;
    font-size:11px;
}

h1,h2,td,a,td a{
    line-height:20px;
    color:#000;
}

#footwrap{
	position:relative;
	display:inline-block;
	width:1000px;
	text-align:left;
}
#footwrap #footmenue{
	position:absolute;
	top:5px;
	right:10px;
}
#footmenue a{
	color:#FFF;
	text-decoration:none;
}
#footwrap div{
	float:left;
	padding-left:10px;
	padding-right:10px;
	color:#FFF;
	font-size:10px;
}
#copyright{
	display:block;
	background:#00A6D6;
	color:#FFF;
	text-decoration:none;
	padding-left:10px;
	width:209px;	/*depends:2*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#content.withright{
		width:600px;
	}
}

