body{
margin:0px;
padding:0px;
background-color:#4b1b7e;
font-family:Arial, Helvetica, sans-serif;
}


#container 
{ 
margin-top:5px;
margin-left:auto;
margin-right:auto;
width:960px; 
background-color:white;
border:1px solid black; } 


#header
{
width:960px;
height:150px;
border-bottom:1px solid black;
background-image:url(header.jpg);
text-align:center;
color:#4b1b7e;
}

.header_text
{
width::960px;
padding-top:120px;
font-size:large;
font-weight:bolder;
}


#sponsor img
{
border:0px;
}

#index_smal
{
width:700px;
text-align:justify;
float:left;

}

#index_rechts
{
float:right;
width:190px;
height:200px;
padding:3px;
margin-right:10px;
}




.clearfloat
{
clear:both;
height:1px;
float:none;
}

#nav
{
width:950px;
padding:5px;
height:40px;
background-image:url(bar_bg.gif);

}


#nav li {
  /*float the main list items*/
  margin-top:0px;
  float: left;
  display: block;
  padding-right: 5px;
  }

#nav li.off ul, #nav li.on ul {
  /*hide the subnavs*/
  display: none;
  
}

#nav li a {
	/*for all links in the list*/
    color:black;
	font-weight: bold;
	display: block;
	height: 15px;
	border: 2px solid #4c1c7e;
	padding: 5px;
	margin:5px;
	text-decoration: none;
	list-style-type: none; 
	background-color:white;
}

#nav li a:hover {
	/*change border color for active topic area*/
  border: 2px solid #4c1c7e;
	background-color:#fff000;
	text-decoration: none;
	color:#4c1c7e;
}




#main
{
padding:5px;
padding-left:10px;
width:950px;
border-bottom:1px dotted black; 
}

#footer
{
padding:2px;
width:956px;

font-size:smaller;
font-weight:bold;
text-align:center; 
color:#4b1b7e;
background-color:#fff000;
}

h3
{
padding-top:50px;
}

.table_reg
{
border:0;
}
