﻿*{padding:0;margin:0;}

a:link {color: #666666; text-decoration: underline;}
a:visited {color: #666666; text-decoration: underline;}
a:active {color: #666666; text-decoration: underline;}
a:hover {color: #2B5580; text-decoration: none;}

h1{
	font-size: 14pt;
	color: #FF8205;
	margin-bottom: 10px;
	font-weight: lighter;
}
h2{
	font-size: 12pt;
	color: #FF8205;
	margin-bottom: 5px;
}
h3{font-size:11pt; color:#ff8205; margin-bottom:5px;}
h4{font-size:10pt; color:#000; margin-bottom:5px;}
p{font-size: 10pt; color:#000000; margin-bottom:20px;}
img{border:0}

body{
	margin:0;
	padding:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:gray;
	}

#container{
	position:relative;
	margin : 0px auto;
	text-align : left;
	width:900px;
	min-height:500px;
	background-color:white;
	overflow:visible;
	padding-top:10px;
	}
	
	#banner{
		height:180px;
		margin-bottom:20px;
		}
		
		#banner h1{
			font-size:46pt;
			margin:60px;
			}
													
	#links{
		width:210px;
		float:left;
		margin-left:10px;
		}
		
			#links ul {
				list-style:none;
				font-weight:bold;
				margin-top:0px;
				}
			
			#links li a {
				color:#666666;
				text-decoration: none;
				display: block;
				width:190px;
				height:20px;
				background-color:#F6F6F6;
				padding-left:15px;
				padding-top:5px;
				padding-bottom:5px;
				margin-bottom:4px;
				}
			
			#links li a:hover {
				background-color:#eaeaea;
				}
	
	#titel{
	background-color:#EC8D00
}			
	#inhalt{
		margin-left:230px;
		margin-bottom:15px;
		width:660px;
		}
				
		#inhalt ul{
	font-size: 10pt;
	margin-left: 25px;
	margin-bottom: 30px;
	color: #FF9600;
}
		#inhalt ul li{margin-bottom:8px;}
		
	#footer{width:880px; margin:10px; background-color:#F5F5F5; font-size:x-small; text-align:right; color:gray;}
	#footer h1{font-size:x-small; text-align:right; color:gray;}


#druckhinweis{display:none;}

#form {border:0; padding :5px;}
#form fieldset {border:0;}
#form label {font-size:12px; font-weight:bold; text-align:left; color: #666666; padding-right: 1em; display: block; float: left; width: 80px;}
#form br {clear: left;}
#form input {margin-right:5px; margin-bottom:5px; padding:2px; width:250px; border:1px gray solid; color:#666666;}
#form textarea {margin-right:5px; margin-bottom:5px; padding:2px; border:1px gray solid; color:#666666; width:330px; height:100px;}
#form select {margin-right:5px; margin-bottom:5px; padding:2px; border:1px gray solid; color:#666666;}
#form submit {float: none; color:#666666;}
#form .checkbox{width:25px;	border:0;}
#form .table-input{float:left;}