* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center; /*fuer IE*/
	font-size: 12px;
	color: #58585a;
	line-height:125%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-top: 20px;
	letter-spacing: 1px;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left; /*fuer IE*/
}

#header {
	width: 700px;
	height: 85px;
}


#logo {
	float: left;
	height: 64px;
	width: 276px;
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	margin-top:20px;
}

#greybar {
	background-color: #eceded;
	width: 700px;
	height: 8px;
	margin: 5px 0 5px 0;
}

#main {
	width: 700px;
	height: 550px;
	margin: 5px 0px 5px 0;
}

#maincont {
	float: left;
	background-color: #eceded;
	width: 497px;
	height: 510px;
	margin-right: 5px;
	padding: 20px 20px 20px 20px;
}

#maincont a {
	color: #58585a;
	text-decoration: underline;
}

#maincont a:hover {
	color: #c00418;
	text-decoration:underline;
}

#maincont h2 {
	color: #58585a;
	font-size:12px;
	letter-spacing: 0px;
}

#ref_pics {
	position: absolute;
	top: 115px;
	left: 525px;
	background-image:url(images/ref.png);
	background-repeat:no-repeat;
	width: 128px;
	height: 170px;
}

#photo {
	float: right;
	background-color: #eceded;
	padding: 5px 0 0 16px;
	width: 149px;
	height: 181px;
	margin-bottom: 5px;
}

#address {
	float: right;
	background-color: #eceded;
	width: 148px;
	height: 530px;
	padding: 20px 0 0 10px;
}

#vcard {
	background-image:url(../images/vc.png);
	background-repeat:no-repeat;
}

#footer {
	text-align: right;
	font-size:12px;
}

#footer a.aktiv {
	color: #c00418;
}


#contact {
	float: left;
	position:relative;
}

#contact div {
	margin-bottom: 5px;
}

label {
	float: left;
	width: 100px;
	line-height:150%;
}




input {
	background-color: #fff;
	border: 1px solid #87888a;
	color: #58585a;
	margin-top:2px;
	height: 120%;
	width: 200px;
	padding: 1px 0 1px 0;
}

input.fehler {
	border: 1px solid #f00;
	font-weight: bold;
	background: #333 url(images/mark.png) right no-repeat;
}

.message {
	background-color: #fff;
	border: 1px solid #87888a;
	color: #58585a;
	margin-top:2px;
	height: 120%;
	width: 350px;
	padding: 1px 0 1px 0;
}

.submit {
	background-color: #fff;
	border: 1px solid #87888a;
	color: #58585a;
	margin-top:2px;
	height: 122%;
	width: 202px;
	cursor:pointer;
}

.submit:hover {
	background-color: #87888a;
	border: 1px solid #87888a;
	color: #fff;
}
	

/* menu */

#menu {
	float: right;
	text-align:right;
	margin-top:64px;
}


#menu ul li {
	float: left;
	list-style:none;
	height: 16px;
	border-left: 1px solid #58585a;
	padding: 0 8px 0 8px;
	font-size:14px;
}


#menu a {
	text-decoration:none;
}

#menu ul li a:link {
	color: #58585a;
}


#menu ul li a:hover {
	color: #c00418;
}

#menu ul li a.aktiv {
	color: #c00418;
}


a {
	color: #58585a;
	text-decoration: none;
}

a:hover {
	color: #c00418;
}

#address br {
	line-height: 75%;
}

#address h1 {
	font-size: 15px;
	color: #c00418;
	font-weight:normal;
	line-height: 100%;
}

#address h2 {
	font-size: 12px;
	color: #c00418;
}
