/* CSS Document by Sebastian Schmal - Wacon Internet GmbH */

    body {
	  	font-size: 11px;
		font-family: Georgia, "Times New Roman", Times, serif;
		background-color: #1e89ab;
		background-image: url(img/bg_01.jpg);
		background-repeat: repeat-x;
	  	color: #FFFFFF;  
	  	padding: 0px;
	  	margin: 0px;
	  	text-align: center;
		}
	
	h2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		color: #38386a;
		}
		
	a {
		color: #0099CC;
		text-decoration: none;
		}
	
	a:link {
		color: #0099CC;
		text-decoration: none;
		}
	
	a:hover {
		color: #0099CC;
		text-decoration: underline;
		}
	
	a:active {
		color: #0099CC;
		text-decoration: none;
		}
	
	#container { 	
	  	text-align: left;
	 	vertical-align: middle;	
	 	margin: 0px auto;
	  	padding: 0px;
	  	width: 700px;
	  	border: 0px;
		}
	
	#head {
		width: 700px;
		height: 130px;
		background: url(img/header_01.jpg) #131313 no-repeat;
		}
	
	.subnavi {
		width: 685px;
		text-align: right;
		font-family: Arial;
		font-size: 11px;
		color: #38386a;
		padding-right: 0px;
		padding-top: 12px;
		}
	
	.subnavi a {
		text-decoration: none;
		color: #38386a;
		}
		
	#navi {
		float: left;
		display: inline;
		border: 0px;
		width: 284px;
		height: 241px;
		background: url(img/navi_bg_01.jpg) #1f89ab no-repeat;
		}
	
	#navi ul {
		list-style: none;
		list-style-position: outside;
		font-family: Arial;
		font-size: 14pt;
		line-height: 26px;
		margin: 20px 0px 0px 24px;
		padding: 0px;
		width: 220px;
		}
	
	#navi ul li {
		border-bottom: 1px #93b5c9 solid;
		padding-left: 15px;
		}
		
	#navi ul li a {
		color: #FFFFFF;
		font-family: Arial;
		font-size: 14pt;
		text-decoration: none;
		}	
	
	.select a {
		padding-left: 10px;
		}
		
	#flash {
		float: left;
		display: inline;
		background-color: #1f89ab;
		border: 0px;
		padding: 0px;
		margin: 0px;
		width: 416px;
		height: 241px;
		}
	
	#flash object {
		padding: 0px;
		margin: 0px;
		border: 0px;
		}
	
	#content {
		background-color: #FFFFFF;
		color: #38386a;
		padding-left: 25px;
		padding-right: 50px;
		}
	#content p {
		padding-top: 18px;
		line-height: 18px;
		}
	
	#content hr {
		border: 1px #38386a solid;
		height: 2px;
		width: 95%;
		text-align: center;
		}
	
	.img_float {
		float: left;
		display: inline;
		margin: 0px;
		padding: 0px;
		}
	
	table.tabelle {
		border: 1px #CCCCCC solid;
		}
		
	table.tabelle tr th {
		border-bottom: 1px #CCCCCC solid;
		padding: 5px;
		}
	
	table.tabelle tr td {
		border-right: 1px #CCCCCC solid;
		padding: 3px;
		}
	
	#footer {
		text-align: center;
		font-size: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #0099CC;
		}

