/**

	B A S S F R U C H T

*/

html {	
	background: #1f1a19;
	font-size: 16px;
}

a img, a:hover img {
	border: 0px;
}

#page {
	width: 900px;
	margin: 15px auto 0px auto;
	background: url('header.gif') #352c28 no-repeat;
	border: solid #3c3533 1px;

	font-family: Arial, Verdana, sans-serif;
}

#startpage {
	width: 580px;
	margin: 170px auto 200px auto;

	background: #352c28;
	border: solid #3c3533 1px;
	font-family: Arial, Verdana, sans-serif;
}

#header {
	height: 131px;
}

#startheader {
	height: 115px;	
	background: url('header.gif') -320px 0px no-repeat;
}

#nav_main {
	width: 680px;
	margin: 3px 110px 0px 110px;

	font-size: 9pt;
	text-transform: uppercase;
}

	#nav_main ul {
		margin: 0px;
		padding: 0px;
		float: left;
	}

	#nav_main ul li {
		list-style: none;
		display: inline;
		
		margin: 0px 15px 0px 0px;
	}
	
	#nav_main * a {
		color: #42140b;
		text-decoration: none;
	}

	#nav_main * a:hover {
		color: #a62b12;
		text-decoration: none;
	}

	#nav_main #current a {
		color: #8c1901 !important;
	}

#lang_navi {
	float: right;
	margin: 0px;
	
	text-align: right;
	color: #4d1f16;
}

#startlang_navi {
	width: 360px;
	margin: 30px 0px 30px 0px;
	
	text-align: center;
	color: #4d1f16;
}

	#lang_navi a, #startlang_navi a {
		margin: 0px 5px 0px 0px;
	}

	#startlang_navi a {
		color: #d6aca3;
		text-decoration: none;
	}
	
	#startlang_navi a:hover {
		text-decoration: underline;		
	}


#content {
	width: 680px;
	margin: 80px 110px 0px 110px;
	clear: both;
	
	color: #e6e7e7;
	
	font-size: 10pt;
	line-height: 1.4em;
}

#startcontent {
	width: 360px;
	margin: 0px 110px 0px 110px;
	clear: both;
	
	color: #e6e7e7;
	
	font-size: 10pt;
	line-height: 1.4em;	
	text-align: center;
}

	#content h1 {
		margin: 14px 0px 20px 0px;
		
		font-size: 1.45em;
		font-weight: lighter;
	}
	
	#content a {
		color: #d6aca3;
		text-decoration: none;
	}

	#content #teaser {
		font-style: italic;
	}

	#content p {
		margin: 0px;
	}
	
	#content p img {
		margin: 3px 0px 3px 0px;		
	}

	#content p .left_img {
		margin: 3px 10px 3px 0px;
	}
	
	#content p .right_img {
		margin: 3px 0px 3px 10px;
	}
	
	#content ul {
		margin: 20px 40px 0px 30px;
	}
	
#footer {
	width: 680px;
	height: 50px;
	margin: 25px 110px 0px 110px;
	border-top: dotted #c5a098 1px;
	
	font-size: 9pt;
	letter-spacing: 1px;
	text-align: right;
}

#startfooter {
	width: 360px;
	height: 50px;
	margin: 25px 110px 0px 110px;
	padding-top: 10px;
	border-top: dotted #c5a098 1px;
	
	font-size: 7pt;
	letter-spacing: 1px;
	text-align: center;
}

	#footer a, #startfooter a {	
		color: #c5a098;
		
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		text-transform: uppercase;	
	}
	
	#footer a:hover, #startfooter a:hover {
		color: #ecc5bd;
	}

