*
{
	margin:0;
	padding:0;
}

html
{
	height:100%;
}

body 
{
	font-size:13px;
	font-family:Verdana, Arial;
	background-color:#737373;
	width:100%;
	height:100%;
}

#distance
{
	float:left;
	height:50%;
	margin-bottom:-276px;
	width:100px;
}

.clear 
{
	clear:both;
}

#wrapper
{
	text-align:center;
	margin:0 auto;width:100%;
	border-top:8px solid #fde92d;
	border-bottom:8px solid #fde92d;
	background-color:#737373;
}

#header
{
	text-align:left;
	width:958px;
	background-color:#737373;
	margin:7px auto 0px auto;
	position:relative;
}

#navigation
{
	position:absolute;
	bottom:5px;
	right:0;
	text-align:right;
	list-style:none;
}

#navigation li
{
	float:left;
}


#navigation a,
#navigation a:link,
#navigation a:active,
#navigation a:visited
{
	color:#fff;
	text-decoration:none;
	margin-left:12px;
	font-weight:bold;
}

#navigation a:hover,
#navigation a.active
{
	color:#fde92d;
}

#main
{
	text-align:left;
	margin:0 auto 15px auto;
	background-color:#ffffff;
	height:450px;
	width:950px;
	position:relative;
	border:4px solid #252122;
}

*html #main
{
	width:958px;
}

#image
{
	height:400px;
	width:370px;
	margin:10px;
	float:left;
	overflow:hidden;
	background-image:url(../bilder/bild01.jpg);
}

#content
{
	position:relative;
	overflow:auto;
	height:400px;
	width:540px;
	margin:10px 0;
	float:left;
	padding-right:2px;
}

#bg_bottom
{
	height:17px;
	height:17px;
	width:100%;
	background: url('images/bg_main_inv.gif') repeat-x;
	position:absolute;
	bottom:0px;
	left:0px;
}

#content p,
#content li
{
	line-height:150%;
	font-size:13px;
}

#content ul
{
	margin-left:20px;
	margin-bottom:10px;
}

#content p
{
	margin-bottom:10px;
}

#content h1
{
	font-size:16px;
	text-align:left;
	margin-bottom:10px;
}
h1.startseite
{
	font-size:16px;
	text-align:center;
	margin-bottom:10px;
}

#content h2
{
	font-size:14px;
	text-align:left;
	margin-bottom:10px;
}

a,
a:link,
a:active,
a:visited
{
	color:#737373;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:#252122;
}

a img
{
	border:0;
}
p.form {float:left; width:120px;}
p.kontakt {float:left; width:200px;}
input {border:solid; border-bottom-width:1px; border-left-width:1px; border-right-width:1px; border-top-width:1px; width:300px;}
textarea {border:solid; border-bottom-width:1px; border-left-width:1px; border-right-width:1px; border-top-width:1px; width:300px; height:100px;}
input.send {border:solid; border-bottom-width:1px; border-left-width:1px; border-right-width:1px; border-top-width:1px; width:80px;}