/* CSS Document */
* { padding:0; margin:0; }
html { height:101%; }
body {
	color:#8C8C8C;
	background-color:#161616;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	letter-spacing:2px;
	line-height:2em;
}
#wrapper {
	color:#999999;
	background-color:#161616;
	background-image:none;
	background-repeat:repeat-y;
	background-position:top left;
	width:950px;
	border-top: 1px solid #6D6537;
	border-bottom: 1px solid #6D6537;
	margin:auto;
	margin-top:40px;
}
#top {
	position:relative;
	color:#000000;
	background-color:#161616;
	background-image:none;
	padding-top:10px; 
	padding-right:20px; 
	padding-bottom:10px; 
	padding-left:30px;
	margin-top:10px;
	border-bottom: 1px dotted #000000;
} 
#top img { 
	background-color:#161616;
	padding:5px;
}
#top p {
	position:absolute;
	top:10px;
	right:10px;
	font-weight:bold;
	margin-bottom:0;
}
#top p span { color:#d90000; }
#navi { 
	float:left;
	width:200px;
	background-color:#161616;
	padding-top:20px;
	margin-top:30px;
}
#navi ul {
	color:#cccccc;
	width:100px;
	padding-left:10px;
	margin-left:0;
}
#navi li {
	list-style:none;
	border-left: 1px dotted #161616;
	border-bottom: 1px dotted #161616;
	margin:0;
}
#navi #navi01 { 
	border-top: 1px solid #161616;
}
#navi a { 
	display:block;
	text-decoration:none;
	color:#6D6537;
	padding:4px;
}
#navi a:hover, #startseite #navi01 a, #kontaktseite #navi02 a {
	color:#6D6537;
	background-color:#161616;
}
#text {
	float:right;
	width:725px;
	height:500px;
	background-color:#161616;
}
#hauptinhalt {
	float:left;
	width:500px;
	height: 500px;
	background-color:#000000;
}
#hauptinhalt img {
	padding:0;
	border: 0px solid #161616;
	margin-top:48px;
}
#nebeninhalt {
	float:right;
	width:200px;
	padding-top:70px;
}
#bottom { clear:both; background-color:#161616; padding:20px; padding-top:0px;}

.bildlinks {
	float:left;
	padding:3px;
	border: 1px solid #161616;
	margin-right:10px;
	margin-bottom:30px;
}
.bildrechts {
	float:right;
	padding:3px;
	border: 1px solid #161616;
	margin-bottom:30px;
	margin-left:10px;
}
h1 { font-size:120%; }
h2 { font-size:110%; margin-bottom:1em; }
address { text-align:right; font-size:10px; font-style:normal; letter-spacing:2px; line-height:1.5em; margin-right:25px; }
a { text-decoration:none; outline:none; }
a:link { color:#6D6537; }
a:visited { color:#6D6537; }
a:hover, a:focus { text-decoration:none; background-color:#000000; }
a:active { color:#FFFFFF; background-color:#6D6537; }
.skiplink { display:none; }
p, ul { margin-top:0; margin-right:0; margin-bottom:1em; margin-left:0; }
ul ul { margin:0; }
li {margin-top:0; margin-right:0; margin-bottom:0; margin-left:1em; }


form {
	background-color:#eee;
	width:400px;
	padding:20px;
	border:1px solid #8c8c8c;
	margin-left:30px;
}
label { display:block; }
#absender, textarea {
	width: 300px;
	border: 1px solid #8c8c8c;
	margin-bottom:1em;
}
textarea { height:7em; }
input:focus, textarea:focus {
	background-color:#d9d9d9;
}
	
 
 
