	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: white;
		background-color: black;
	}
	
	#container
	{
		margin: 1em auto;
		width: 100%;
		text-align: left;
		background-color: black;
		border: 0;
	}
	
	#head
	{
		background-color: black;
		border-bottom: 2px solid #333333;
		padding-bottom: 8px;
	}
	
	#navigation
	{
		background-color: black;
		color: white;
		padding: 3px 0 0 0;
	}

	#subnav
	{
		width: 110px;
		background-color: black;
		color: white;
		padding: 1px 0 3px 0;
		margin-left: 120px;
		margin-bottom: 9px;
		margin-top: 0;
		border-left: 1px solid #222;
		border-bottom: 1px solid #222;
	}
	
	#zusatzinfo
	{
		float: right; 
		width: 180px;
		height: 500px;
		background-color: black;
		background-image: url(Style-Links1.jpg);
		padding: 5px;
		color: black;
		background-repeat:no-repeat;
		}
	
	#zusatzinfo a
	{
		color: black;
		}

	#zusatzinfo a:hover
	{
		color: #999999;
		}	
	
	#main	
	{
		margin-right: 200px;
		margin-left: 50px;
		background-color: black;
	}
	
	#content
	{
		margin-right: 20px;
		background-color: #232323;
		border-top: 0;
		border-bottom: 0;
		border-right: 0;
		border-left: 0;
		padding: 4px;
		height: 100%;
		}

	#content p
	{
		margin-left: 5px;
		margin-right: 5px;
		}

	#content h1
	{
		border-left: 9px solid #E90000;
		border-bottom: 1px solid #E90000;
		border-top: 1px solid #E90000;
		background: #333333;
		margin-left: 5px;
		padding-left: 3px;
		padding-bottom: 2px;
		padding-top: 2px;
		width: 400px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		}	
	
	#content h2
	{
		border-left: 9px solid #E90000;
		border-bottom: 1px solid #E90000;
		margin-left: 5px;
		padding-left: 3px;
		padding-top: 2px;
		padding-bottom: 2px;
		text-decoration: none;
		width: 300px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		}		
	
	#content h3
	{
		margin-left: 5px;
		text-decoration: underline;
		width: 300px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
	}		

	#content a:link
	{
		color: #E90000;
		font-weight:bold;
		text-decoration: none;
			}
				
	#content a:hover
	{
		color: #E90000;
		font-weight:bold;
		text-decoration: underline;
		background: white;
			}
	
	#content a:visited
	{
		color: #E90000;
		font-weight:bold;
		text-decoration: none;
			}
	
	#content a:hover img
	{
		border: 1px double red;
		}

	#content a img
	{
		border: 1px solid white;
		}
	
	#content ul
	{
		list-style: square;
		}		

	#content ol
	{
		list-style: decimal;
	}
	
	#content table {
			margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: left;
		color: white;
		background-color: transparent;
		}
	
	#footer	
	{
		clear: both;
		height: 20px;
		background-color: #E90000;
		padding: 3px 200px 3px 200px;
		text-align: center;
	}
	
	
	#linkespalte{
 	left:0;
		float: left; 
	 width:210px;
	}

	#rechtespalte{
	 margin:0 0 0 20px;
		float: left; 

	}
	#clearing
	{
	clear: both;
	}

	
	#tabmenue {
 		padding: 1px;
 		border-bottom: 1px solid #222; 
		}
		
	#tabmenue li {
 		display: inline; 
		}
		
	#tabmenue li a {
 		color: white;
		padding: 1px 1em;
		margin-left: 1px;
		border: 0px solid #777;
		border-bottom: 0;
		text-decoration: none; 
		}
		
	#tabmenue li a#aktuell {
		padding-bottom: 4px; 
		border-bottom: 3px solid #E90000;
		}

	#tabmenue li a:hover {
		padding-bottom: 4px; 
		border-bottom: 3px solid #E90000;
		}

	#tabmenue {
		padding: 1px;
		border-bottom: 1px solid #222; 
		}

	#menue2 {
		width: 100px;
		font-size: 90%;
		}

	#menue2 ul {
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		}

	#menue2 li {
		display: block;
		margin-bottom: 2px;
		text-align: left;
		}
		
	#menue2 li a, #menue2 li a:link {
		text-decoration: none;
		display: block;
		color: white;
		width: 100px;
		padding-left: 8px;
		border-bottom: 2px solid #121212;
		}

	#menue2 li a:visited {
		color: white;
		}

	#menue2 li a:hover, #menue2 li a:active, #menue2 li a:focus {
		color: #E90000;
		border-bottom: 2px solid #E90000;
		}


.content1 {
float:left;
margin:0;
padding:0;
height:100%;

} 

.content2 {
float:left;
padding:3px;
margin: 0;
color:#000;
background:#616161;
width:34em;
height:100%;
}


.new-line {
clear:both;
}
		
/*Formulargestaltung*/
.formbox {
  width: 460px;
  background-color: transparent;
}


.reihe {
  clear: both;
  padding: 2px 0px;
}

.label {
  float: left;
  width: 160px;
  text-align: right;
  padding-top: 3px;
  padding-right: 5px;
}

.feld {
  float: right;
  width: 300px;
  text-align: left;
} 

.knopf {
  clear: both;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 30px;
}

.defbreite {
  width: 260px;
}
