/* CSS Document */

* {
	margin:0;
	padding:0;
	}

body {
	background:#550100;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	}
	
#content a:link, #content a:visited {
	color: #8F0B00;
	text-decoration: none;
	}
	
#content a:hover, #content a:active {
	text-decoration: underline;
	color: #000000;
	}
	
div#wrapper {
	margin:0 auto;
	width:993px;
	background:url(../images/wrapper-bg.jpg);
	}
	
div#head {
	width:993px;
	height:211px;
	background:url(../images/head.jpg);
	position:relative;
	z-index:1;
	}
	
div#topnavi {
	z-index:50;
	height:20px;
	width:200px;
	padding:4px;
	position:absolute;
	left: 664px;
	top: 138px;
	font-size:0.7em;
	color:#7F2C00;
	font-weight:bold;
	text-align:right;
}

div#top {
	width:993px;
	height:53px;
	background:url(../images/top.jpg);
	position:relative;
	}
	
div#language {
	width:100px;
	height:20px;
	position:absolute;
	left: 118px;
	top: 19px;
	}
	
#language img {
	margin:0 5px 0 5px;
	}
	
div#content {
	width:733px;
	background:url(../images/content-top.jpg) top no-repeat;
	position:relative;
	padding:30px 130px 10px 130px;
	}
	
div#footer {
	width:993px;
	height:52px;
	background:url(../images/footer.jpg);
	position:relative;
	}

div#bottom {
	width:993px;
	height:228px;
	background:url(../images/bottom.jpg);
	position:relative;
	}
	
div#content-left {
	}
	
h2 {
	font-size:1.1em;
	font-weight:bold;
	color:#B80000;
	display:block;
	height:22px;
	border-bottom:1px solid #000;
	margin:0 0 10px 0;
	padding:0 0 6px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h2:first-letter{font-size:1.3em;}

h3:first-letter{font-size:1.5em;}
	
h3 {
	font-size:1em;
	font-weight:bold;
	color:#B80000;
	margin:25px 0 10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h4 {
	font-size:0.8em;
	font-weight:bold;
	color:#B80000;
	margin:10px 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
p {
	font-size:0.75em;
	color:#000;
	line-height:20px;
	margin:0 0 20px 0;
	text-align:justify;
	word-spacing:1px;
	}

#content-left ul {
	list-style:none;
	margin:10px 0 10px 10px;
	font-size:0.8em;
	}
	
#content-left li {
	background:url(../images/icons/li.png) left no-repeat;
	padding:0 0 0 20px;
	margin:6px 0 0 0;
	}
	
.text_klein {
	font-size:0.8em;
	}
	
	#googleMap {
	width:735px;
	height:300px;
	float:left;
	padding:2px 2px 16px 2px;
	background-color:#FFFFFF;	
	border:#000 1px solid;
}

