@charset "utf-8";
/* CSS Document by Sebastian Schmal - ingeniumdesign.de */

   body {
	  	font-size: 11px;
		font-family: Georgia;
		background-color: #2f2f2f;
		background-image: url('../img/bg_01.jpg');
		background-repeat: repeat-x;
	  	color: #FFFFFF;  
	  	padding: 0px;
	  	margin: 0px;
	  	text-align: center;
		}
	
	a {
		color: #FFFFFF;
		text-decoration: none;
		}
	
	a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}
	
	#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: #FFFFFF;
		padding-right: 20px;
		padding-top: 12px;
		}
		
	#navi {
		float: left;
		width: 284px;
		height: 241px;
		background: url('../img/navi_bg_01.jpg') #e37400 no-repeat;
		}
	
	#navi ul {
		list-style: none;
		list-style-position: outside;
		font-family: Arial;
		font-size: 14pt;
		line-height: 26px;
		margin: 10px 0px 0px 24px;
		padding: 0px;
		width: 220px;
		}
	
	#navi ul li {
		border-bottom: 1px #ffca85 solid;
		padding-left: 15px;
		}
		
	#navi ul li a {
		color: #FFFFFF;
		font-family: Arial;
		font-size: 14pt;
		text-decoration: none;
		}	
	
	.select a {
		margin-left: 10px;
		}
		
	#flash {
		margin-left: 284px;
		width: 416px;
		height: 241px;
		}
	
	#content {
		background-color: #202020;
		color: #FFFFFF;
		padding-left: 25px;
		padding-right: 50px;
		}
	#content p {
		padding-top: 18px;
		line-height: 18px;
		}
	
	#content hr {
		border: 1px #FF9900 solid;
		height: 2px;
		width: 90%;
		text-align: center;
		}