@charset "utf-8";
/* CSS Document */
div#header	{
	position:relative;
	width:1000px;
	height:100px;
	top:0px;
	left:0px;
	margin:0px;
	padding:0px;
	background-color:#000000;
	background-image:url(../hiller/pics/layout/header-intro.jpg);
	background-repeat:repeat-x;
	z-index:100;
}
div#content	{
	position:fixed;
	top:100px;
	bottom:100px;
	left:0px;
	width:990px;
	height:auto;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
	z-index:20;
	overflow:auto;
}
div#logo	{
	position:fixed;
	left:820px;
	top:0px;
	width:180px;
	height:100px;
	z-index:120;
	border:none;
}
div#navi {
	position:relative;
	top:55px;
	left:50px;
	width:auto;
	height:auto;
	color:#CCCCCC;
}
div#impressum	{
	position:relative;
	top:25px;
	left:0px;
	height:auto;
	width:99%;
}
div#footer{
	background-image: url(../hiller/pics/layout/footer-intro.jpg);
	color:black;
	position:absolute;
	bottom:0;
	left:0;
	width:1000px;
	height:100px;
	margin:0px;
	padding:0px;
	z-index:100;
}
@media screen{
	body>div#header{
	position:fixed;
}
	body>div#footer{
	position:fixed;
}
}
* html body{
	overflow:hidden;
} 
* html div#content{
	height:100%;
	overflow:auto;
}
div#leftside {
	position:relative;
	left:0px;
	top:0px;
	width:650px;
	height:auto;
	z-index:451;
}
div#styleswitch	{
	position:relative;
	top:0px;
	right:10px;
	height:auto;
	width:auto;
	margin:0px;
	padding:0px;
	text-align:right;
}
.feeds	{
	position:relative;
	left:0px;
	width:auto;
	border-style:solid;
	border-color:#999999;
	border-width:2px;
	padding:2px;
	padding-left:0px;
	margin:4px;
	margin-left:0px;
	margin-bottom:15px;
}
div#back	{
	position:relative;
	top:10px;
	right:5px;
	width:525px;
	height:auto;
	z-index:152;
	float:left;
}
.rssLogo	{
	position:absolute;
	right:5px;
	top:15px; 
	padding:0px;
	float:right;  
	z-index:350;
	border:none;
}
