/* ####################  GENERAL  #################### */


html, body {
	margin: 0; padding: 0; height: 100%;
	background: #d0bfa1;
	font-family: sans-serif; font-weight: normal; font-variant: normal; text-decoration: none;
}

img {
	border: 0;
}

form, h1, h2 {
	margin: 0; padding: 0;
	font-family: sans-serif; font-weight: normal; font-variant: normal; text-decoration: none;
}

hr {
	border: 0;
	border-bottom: 1px solid #dddddd;
}

a {
	text-decoration: none;
}



/* ####################  MAIN  #################### */


#main {
	width: 970px; margin: 10px 0 0 0;
	position: absolute; left: 50%; margin-left: -485px;
}



/* ####################  HEADER  #################### */


#headerline {
	width: 970px; height: 16px;
	background: url(../images/main/headerline_bg.png) no-repeat;
}

#header {
	width: 970px; height: 135px;
	background: url(../images/main/header_bg.png) no-repeat;
}

#header_logo {
	width: 210px; height: 113px; padding: 22px 0 0 40px;
	float: left;
}

#header_image {
	width: 710px; height: 135px; padding: 0 10px 0 0;
	float: right;
}

#header_image .pictures img {
	position: absolute; z-index: 9;
	width: 710px; height: 135px;
}

#header_image .navigation {
	position: absolute; z-index: 10;
	width: 700px; height: 30px; margin: 105px 0 0 0; padding: 0 20px 0 0;
	background: url(../images/main/navigation_bg.png) no-repeat;
	text-align: right;
}

#header_image .navigation ul {
	margin: 0; padding: 0;
}

#header_image .navigation li {
	height: 30px;
	list-style-type: none;
	display: inline-block;
}

#header_image .navigation li a {
	height: 22px; padding: 8px 15px 0 15px;
	font-size: 8pt; font-weight: normal; color: #ffffff; text-transform: uppercase;
	display: block;
}

#header_image .navigation li a:hover {
	height: 19px; padding: 8px 15px 0 15px;
	font-size: 8pt; font-weight: normal; color: #ffffff; text-transform: uppercase;
	display: block;
	border-bottom: 3px solid #d0bfa1;
}



/* ####################  CONTENT  #################### */


#content {
	width: 670px; padding: 30px 50px 30px 250px; overflow: auto;
	font-size: 10pt; color: #57453e; font-weight: normal; line-height: 16pt;
	background: url(../images/main/content_bg.png) repeat-y;
}

#content a {
	font-size: 10pt; font-weight: normal; color: #a60000; line-height: 14pt;
}

#content a:hover {
	color: #8a4c4c;
}

#content h1 {
	color: #6E3219; font-size: 15pt; font-weight: bold; line-height: 17pt;
	margin: 0 0 5px 0;
}

#content h2 {
	color: #767676; font-size: 12pt; font-weight: normal; line-height: 17pt;
	margin: 0 0 10px 0;
}

#content li {
	list-style-type: square;
}

#content img.right {
	float: right;
	margin: 0 0 15px 15px;
}



/* ####################  FOOTER  #################### */


#footer {
	width: 930px; height: 62px; padding: 28px 40px 0 0; margin: 0 0 10px 0;
	background: url(../images/main/footer_bg.png) no-repeat;
	font-size: 8pt; font-weight: normal; color: #c39571; line-height: 14pt; text-align: right;
	clear: both;
}

#footer a {
	font-size: 8pt; font-weight: normal; color: #c39571; line-height: 14pt; text-transform: uppercase;
}

#footer a:hover {
	color: #e1cab8;
}



/* ####################  FORMULAR ELEMENTE  #################### */

input.text {
	width: 220px;
	font-family: sans-serif; font-size: 12px; color: #6E3219;
	border-top: 1px solid #abadb3; border-left: 1px solid #e2e3ea; border-right: 1px solid #dbdfe6; border-bottom: 1px solid #e3e9ef;
	padding: 3px;
}

input.text2 {
	width: 220px;
	font-family: sans-serif; font-size: 12px; color: #000000;
	border-top: 1px solid #abadb3; border-left: 1px solid #e2e3ea; border-right: 1px solid red; border-bottom: 1px solid #e3e9ef;
	padding: 3px;
}

textarea.text {
	width: 560px; height: 80px;
	font-family: sans-serif; font-size: 12px; color: #6E3219;
	border-top: 1px solid #abadb3; border-left: 1px solid #e2e3ea; border-right: 1px solid #dbdfe6; border-bottom: 1px solid #e3e9ef;
	padding: 3px;
}



