#main 
{
width: 800px;
margin: 0px auto;
border-left:3px solid  black;
border-right:3px solid  black;
overflow:auto;
z-index=3;
}
body
{

	color:black;
	background:grey;
	margin:0;
	overflow:auto;
}

input 
{
	background-color:white;
	border:none
}
textarea 
{
	background-color:white;
	border:none
}

#navi
{
	background:lightgrey;
	background-image: url(pics/background.jpg);
	background-repeat:repeat-x;float:left;
	border-bottom: 2px solid  black;
	position:fixed;
	width:594;
	height:126px;
	margin: 0 0 0 206px ;
	z-index:2;	
	
}

#navi h1
{
	color: White;
	
}
#content
{
	margin: 128px 0 0 208px;
	z-index:1;
	overflow:auto;
	
	background:lightgrey;
	width:592;
	
	
}
#content h1
{
	display:block;
	margin:0 0 0px 0;
	padding:2px 0 2px 6px;
	font:bold 52px verdana, sans-serif;
	border-left:10px groove  black;
	border-bottom:2px groove  darkgrey;
	text-align:center;
}

	
#content h2
{
	
	margin:-2 0 60px 0;
	padding:2px 0 2px 5px;
	font:bold 16px verdana, sans-serif;
	border-left:10px groove  black;
	border-bottom:2px groove  darkgrey;
	text-align:right;
}
#content h3
{
	
	margin:25px 0 10px 0;
	padding:2px 0 2px 5px;
	font:bold 16px verdana, sans-serif;
	border-left:8px groove  black;
	border-bottom:1px groove  darkgrey;
	
}
#content h4
{
	margin:25px 0 10px 0;
	padding:2px 0 2px 5px;
	font:bold 12px verdana, sans-serif;
	border-left:6px groove  black;
	border-bottom:1px groove  darkgrey;
}
#content a
{
	color:blue;
}
#themen
{
	background:lightgrey;
	background-image: url(pics/background1.jpg);
	background-repeat:repeat-y;float:top;
	border-right:2px solid black;
	position:fixed;
	width:206px;
	height:100%;
	margin: 126px 0 0 0  ;
	z-index:2;
	overflow:hidden;
}
#themen ul
{
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	width:270px;
}
	
#navi li{
	padding:0 0 2px 0;
	margin:0;
}
#themen a
{
	width:206px;
	display:block;
	color:white;
	background:black;
	border:1px solid #660000;
	padding:2px 2px 2px 10px;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
}
#themen a:hover
{
	color:black;
	background:#800000;
	border:1px solid black;
}
#themen .titel
{
	font-weight:bold;
	margin:0;
	padding:0;
}
#bild
{
	background:lightgrey;
	position:fixed;
	width:206px;
	height:126px;
	margin: 0 0 0 0 ;
	z-index:2;
	
}
#navi a
{
	width:120px;
	display:inline-block;
	color:white;
	background:black;
	margin:0 0px 0 40px;
	border:1px solid #660000;
	padding:2px 2px 2px 10px;
	font-weight:bold;
	font-size:20px;
	text-decoration:none;
}
#navi a:hover
{
	color:black;
	background:#800000;
	border:1px solid black;
}
#content a:hover
{
	color:white;
	
	
}