html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1d1d1d;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
}

a {
	color: #BD1726;
}

.clearer {
	clear: both;
	font-size: 1px;
}

#container {
	width: 918px;
	margin: -63px auto;
	
}
#logo {
	
	background: url(img/logo_new.jpg) no-repeat;
	width: 240px;
	/*height: 178px;*/
	height: 63px;
	float: left;
	position: relative; top: 63px; 
	
}

#topnav {
	background: url(img/hd1.jpg) no-repeat;
	width: 716px;
	height: 178px;
	float: left;
}
#outer {
	background-color: #fff;
	width: 920px;
	height:auto;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-left: 17px;
}

#inner{
	width: 918px;
	height:auto;
	border-right: 1px solid #830914;
	border-left: 1px solid #830914;
	border-bottom: 1px solid #830914;
}

#header {
	background-color: #fff;
	/*border-left:1px solid #830914;
	border-right:1px solid #830914;*/
	height:274px;
	width:918px;
		
}
#header div {
	width: 183px;
	height:274px;
	float: left;
}
#h_p1 {
	background: url(img/pm_01.jpg) no-repeat;
}
#h_p2 {
	background: url(img/pm_02.jpg) no-repeat;
}
#h_p3 {
	background: url(img/pm_03.jpg) no-repeat;
}
#h_p4 {
	background: url(img/pm_04.jpg) no-repeat;
}
#h_p5 {
	background: url(img/pm_05.jpg) no-repeat;
}
#spacer {
	background-color: #000;
	border-bottom: 2px solid #830914;
	width: 916px;
	height: 15px;
	margin-left: 1px;	
}
#content {
	width: 350px;
	margin: 30px 0 0 70px;
	float: left;
}

#contact {
	margin: 43px 0 0 50px;
	width: 350px;
	float: left;
}

#footer_head {
	margin-left: 1px;
	background: url(img/ft.jpg) no-repeat;
	height: 50px;
	width: 916px;
	background-color: #db8088;
}

#footer {
	margin: 0 1px 1px 1px;
	background-color: #bd1727;
	padding: 0 5px 5px 70px;
	color: #db8088;
	font-size: 9px;
	line-height: 14px;
	height: 35px;
}

h3 {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
}

img {
	border: 0;
}

label, input{ 
	display: block;
	float: left;
	width: 130px;
	margin-bottom: 3px;
}
#kontakt fieldset {
	border:1px solid silver;
	padding: 10px;
	width: 350px;
}
#kontakt legend {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
}

textarea {
	width: 305px;
	height:100px;
	border: 1px solid silver;
}

input {
	width: 170px;
	border: 1px solid silver;
}

form br { 
	clear: left; /* das floating der labels und inputs aufheben */
}

input#submit {
	float: none;
	width: 100px;
	margin-top: 5px;
}

p.formok {
	text-align: center;
	font-weight: bold;
	margin-top: 70px;
}
.formerror {
	border: 1px solid red;
}
#errormsg {
	width: 350px;
	height: auto;
	margin-left: 1px;
	margin-top: 10px;
	border: 1px solid red;
	padding: 10px;
	
}
.note {
	font-size: 8px;
}


