@charset "utf-8";
* {
 margin:0;
 padding:0;
}



body {
	background: #A9ABAA url(../images/BGmain.jpg) repeat-x;
	padding: 0px;
	margin-top: 25px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
hr {
	height: 1px;
	width: 100%;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style:dashed;
	border-bottom-color:#666666;
	margin: 25px auto;
}
h1, h2, h3{
	color:#990000;
}
h1 {
	font-size:14px;
	margin:0 0 5px 0;
}
h2 {
	font-size:12px;
	margin:10px 0 5px 0;
}
img {
	border:none;
}
a {
	text-decoration:underline;
	font-size:12px;
	color:#993300;
}
a:hover {
	text-decoration:none;
	color:#666666;
}
#header {
	width:980px;
	height:130px;
	border: 10px solid #786f5d;
	margin: 0 auto 0 auto;
	background: #FFFFFF url(../images/logo.gif) no-repeat 25px center;
}
#navigation {
	width:auto;
	margin:92px 0 0 270px;
}

#contentContainer{
	width:980px;
	height:auto;
	margin:0 auto 0 auto;
	border-right: 10px solid #786f5d;
	border-left: 10px solid #786f5d;
	background-color:#FFFFFF;	
}
#contentText {
	margin: 50px 0 25px 35px;
	width:350px;
	height:auto;
	text-align:justify;
	line-height:18px;
	float:left;
}
#contentTextContact {
	margin: 50px 0 25px 35px;
	width:250px;
	height:auto;
	text-align:justify;
	line-height:18px;
	float:left;
}
.contentHeadline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6a5f4a;
	padding:5px;
	margin: 0 0 15px 0;
	background-color:#dcdacd;
	text-transform:uppercase;
	line-height:18px;
}
.contentHeadlineStartseite {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6a5f4a;
	padding:5px;
	margin: 0 0 15px 35px;
	background-color:#dcdacd;
	text-transform:uppercase;
	line-height:18px;
	width:900px;
}
#rightColumn {
	margin: 50px 0 0 38px;
	width:520px;
	height:auto;
	float:left;
	padding:0 0 25px 0;
	line-height:18px;
}
#footer {
	width:980px;
	height:22px;
	margin:0 auto 0 auto;
	border: 10px solid #786f5d;
	background-color:#FFFFFF;	
}
.clearLeft {
	clear:left;
}
ul {
	margin:4px 0 0 0;
	list-style: url(../images/listArrow.gif);
	line-height:20px;
	padding-left:40px;
}
.contact {
	float: left;
	height: auto;
	width: auto;
	padding-right: 35px;
}
.contactLeft {
	float: left;
	height: auto;
	width: auto;
	padding-right: 5px;
}

#inhaltContainer {
	width:910px;
	padding:35px;
}
/*Formatierung der Formfields*/
#contactForm {
	width:820px;
	padding:35px;
}
#contactFormHtml {
	width:520px;
	padding:0;
}
dl{
	margin: 0;
	padding: 1em 0 0 0; 
}
dt, dd {
	margin: 0;
	padding: 0 0 .5em 0;
	float: left;
}
dt {
	width: 25%; 
	text-align: right;
	padding-right: 1em;
	clear:left;
}
dd {
	text-align: left;
	width: 50%;
}
.error{
	text-align:left;
	color:#FF0000;
	font-size: 10px;
	padding: 3px;
}
.iFrameStart {
	height: 500px;
	width: 515px;
	overflow: auto;
	border:none;
}
.iFrameObjects {
	height: 600px;
	width: 95%;
	overflow: auto;
	border:none;
}
