/* CSS Document */


* {
	margin:0;
	padding:0;}
	
body {
	background:#ede0d8 url(../images/back.jpg) repeat-x;
	font: 13px 'Times New Roman';
	color:#444;}
	
#container {
	background:url(../images/inhalt2.jpg) repeat-y;
	margin:20px auto 0 auto;
	width:698px;}
	
#logo {
	width:698px;
	height:304px;
	background:url(../images/logo.jpg) no-repeat;}
	
#logo h1 {
	text-indent:-5000px;
	font-size:0.1em;}
	
#logo ul {
	list-style:none;
	margin:45px 40px 40px 5px;}
	
#logo ul li a {
	color:#fff;
	text-decoration:none;
	padding:0 0 0 25px;
	font: 100 18px/22px 'Times New Roman';}
	
#logo ul li.aktiv a  {
	padding:0 0 0 25px;
	background:url(../images/navi.jpg) no-repeat;}
	
#logo ul li a:hover {
	text-decoration:underline;
	padding:0 0 0 25px;
	background:url(../images/navi.jpg) no-repeat;}
	
	
#inhalt {
	width:628px;
	padding:20px 50px 60px 20px;
	background:url(../images/inhalt1.jpg) left bottom no-repeat;}
	
#inhalt p, #inhalt dl, #inhalt ul {
	margin:0 0 15px 200px;}
	
#inhalt ul li {
	list-style:none;
	background:url(../images/liste.jpg) no-repeat;
	padding:4px 0 4px 25px;}
	
#inhalt h2 {
	font: 500 italic 2em 'Times New Roman'; 
	letter-spacing: 0.1em;
	margin:30px 0 15px 200px;}
	
#inhalt h3 {
	font: 500 italic 1.6em 'Times New Roman'; 
	letter-spacing: 0.1em;
	color:#69533f;}
	
#inhalt table {
	margin:30px 0 15px 200px;}
	
#inhalt dt {
	font: bold italic 22px 'Times New Roman'; 
	letter-spacing: 0.1em; 
	display: block;
	float:left;
	width:150px;}
	
#inhalt dd {
	margin:0 0 0 170px;
	padding:0 0 15px 0;}
	
#inhalt img {
	padding:2px;
	margin:4px;
	background:#fff;
	border:1px solid #69533f;}
	
#inhalt img.none {
	padding:0px;
	margin:0px;
	background:#fff;
	border:0px solid #69533f;}
	
#footer {
	width:698px;
	height:75px;
	background:url(../images/footer.jpg) no-repeat;}
	
#footer p {
	float:right;
	margin:8px 20px 0 0;}
	
#footer p.rechts {
	float:right;
	margin:8px 40px 0 0;}
	
a {
	color:#69533f;}