* {
	margin: 0;
	padding: 0;
}


html, body {
/*min-height: 100%;*/
/*width: 100%;*/
}
body {
	background-image:url(../layout/bodyBG.jpg);
	background-repeat:repeat-y;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:72%;
	line-height:1.5;
	color:#fff;
}

#container {
width:1100px;min-height:1300px;
	position: absolute;
	top: 0;
	left:0;
	background-image:url(../layout/layout_BG.jpg);
	background-repeat:no-repeat;
	}
	
	
#headerbox {
	position: fixed;
	top: 0;
	left: 0;
	height:178px;
	width: 100%;
}
#header {
	position: relative;
	background-image:url(../layout/layout_BG.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	top: 0;
	left: 0;
	right: 0;
	height:100%;
	color: #000;
}
#content {
	padding-bottom: 3em;
	padding-top:170px;
	margin:0 0 0 280px;
	width:600px;
	font-size:95%;
}


#banner_rechts {
/*position:fixed;*/
position:absolute;
padding:20px;
top:150px;
left:900px;
width:190px;
/*background-image:url(../layout/schwHG50.png);*/
}

#banner_rechts img {padding:7px 0 20px 0;}


/* IE-Fixes */
* html, * html body {
	height: 100%;
	overflow: hidden;
}
* html #headerbox {
	position: absolute;
	padding-right: 16px;
	z-index: 30;
}
* html #header {
	/*position: static;*/
z-index: 30;
}
* html #content {
	position:absolute;
	/*top: 0; 
bottom: 0; 
left: 0; 
right: 0;*/
height: 100%;
	width: 100%;
	overflow: auto;
	z-index: 20;
}
* html #footerbox {
	position: absolute;
	padding-right: 16px;
	z-index: 30;
}
* html #footer {
	/*position: static;*/
z-index: 30;
}
* html #menue {position:absolute;top:157px;left:480px;z-index:100;}
*html #content {position:absolute;}




 
/* Menü */

#menue {
/*position:fixed;*/
position:absolute;
z-index:100;
top:157px;
left:270px;}

#menue ul#navlist
{
margin-left: 0;
padding-left: 0;

z-index:100;
}

#menue #navlist li
{
display: inline;
list-style-type: none;
}

#menue #navlist a { padding: 3px 10px;border-right:1px solid #444; }

#menue #navlist a:link, #navlist a:visited
{
color: #aaa;
text-decoration: none;
}

#menue #navlist a.current
{
color: #FF9900;
border-bottom:2px solid #CC9900;
}

#menue #navlist a:hover
{
	color: #FF9900;
border-bottom:2px solid #CC9900;
	text-decoration: none;
}

/* Ende*/

#menu2 {
/*position:fixed;*/
position:absolute;
top:175px;
left:40px;
width:150px;
float:left;
}

#menu2 #navlist
{
width:150px;
border-bottom: 1px solid #111;
}

#menu2 #navlist li
{
list-style: none;
margin: 0;
padding: 0.3em;
border-top: 1px solid #111;
}

#menu2 #navlist li a { text-decoration: none;display:block;
color:#FFCC66;
 }
 
 #menu2 #navlist li a:hover { color:#FFF; }
 


#menu2 #navlist2
{
width:150px;
border-bottom:none;
}
#menu2 #navlist2 li
{
list-style: none;
margin: 0;
padding: 0.3em 0.5em;
}
#menu2 #navlist2 li a {display:block;
	text-decoration: none;
	color:#FF9900;
 }
 
 #menu2 #navlist2 li a:hover { color:#FFF; }

 
 
#content table{

width:100%;
border-spacing:0;
margin:10px 0 10px 0;
padding:0;
border-left:1px solid #000;
background-color:#251f1b;
}

#content td{
padding:2px 5px 2px 15px;
margin:0;
line-height:1.5;
border-bottom:1px solid #000;
border-right:1px solid #000;
}
#content caption{
font-weight:bold;
text-align:left;
padding:2px 5px 2px 10px;
margin:0;
background-color:#000;
color:#fff;
border:1px solid #000;
}

a {color:#FF9900;}

.bildlinks {float:left; margin:2px 20px 10px 0;}
.bildrechts {float:right; margin:2px 0 10px 14px;}

h2 {color:#FF9900; font-size:120%;margin-bottom:8px;}

#thumb {
	width:110px;
	height:80px;
	background-color:#000000;
	text-align:center;
	margin:0 10px 10px 0;
	float:left;
	padding-top:7px;
}
#thumb img {border:1px solid #555555;}

#banner { background-image:url(../layout/Banner_.png); width:190px;height:101px;position:absolute;top:0;left:700px;z-index:1000;}