/* CONTENT */
@import url("anfrage.css");

/* LAYOUT */
* {
	font-family: arial;
	font-size: 13px;
	line-height: 20px;
	color: #000000;	
}

body {
	background-image: url('../layoutpics/back.gif');
	background-repeat: repeat-y;
	background-position: center;
}

html, body {
	height: 100%;
}

h1{
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: B4152C;
}

hr {
	color: #B4152C; 
	background-color: #B4152C; 
	height: 1px;
	border: 0px;
}

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

a:hover{
	color: #B4152C;
	text-decoration: none;
}

td{
	vertical-align: top;
}

/* BACKGROUNDPOSITION */

div#box {

}

div#bgbox {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -900px -500px; /* the bottom margin is the negative value of the footer's height */
	width: 1000px;
	top: 0px;
	left: 50%;
	z-index: 400;
}

.push {
	height: 200px; /* .push must be the same height as .footer */
}

div#bgibox {
	position: relative;
	width: 100%;
	height: 900px;
	z-index: 100;
	background-image: url('../layoutpics/back.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
}

div#bgcolorbox {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left:-500px;
	width: 1000px;
	height: 900px;
	background-color: #f0ebd7;
	z-index: 10;
}

/* LAYOUTPOSITIONS */
div#head{
	position: absolute;
	width: 302px;
	padding: 0px;
	margin: 0px;	
	height: 654px;
	z-index: 600px;
	overflow: hidden;
}

div#logo{
	position: relative;
	margin: 0px;
	padding: 0px;
	left: 50px;	
	top: 50px;
	height: 54px;
	width: 300px;
}

div#content {
	position: relative;
	top: 30px;
	left: 305px;
	width: 389px;
	clear: both;
	z-index: 800px;
	border: solid 3px #ffffff;
	background-color: #ffffff;
}

div#textblock {
	position: relative;
	padding: 30px;
	width: 320px;
	background-color: #ffffff;
}

div#footer a{
	font-family: arial;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
}

div#footer a:hover{
	color: #7c0010;
}

/* NAVIGATION 1 */
div#nav1{
	position: relative;
	top: 170px;
	left: 90px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 2px;
	width: 200px;
	height: 22px;
}

div#nav1 ul{
	position: relative;
	top: 0px;
	left: 0px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div#nav1 li { 
	position: relative;
	margin: 0px;
	padding: 0px;
}

div#nav1 ul li a {
	position: relative;
	display: block;
	height: 19px;
	width: 200px;
	color: #666666;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: bold;
	text-decoration: none;
	padding-top: 3px;
	text-align: right;
}

div#nav1 ul li a.unterseiten{
	font-size: 12px;
	color: #B4152C;
}

div#linebreaker {
	position: relative;
	height: 18px;
	width: 2px;
	top: 4px;
}

div#nav1 ul li a:hover {
	color: #B4152C;
}

div#nav1 ul li a.active {
	color: #B4152C;
}

/* NAVIGATION 2 */

div#nav2{
	position: absolute;
	top: 34px;
	left: 702px;
	padding: 0px;
	margin: 0px;
	width: 185px;
}

.subnav {
	display: block;
	width: 185px;
	height: 30px;
	background-color: #fbfbf7;
	margin-top:3px;
	padding-top: 8px;
	padding-left: 8px;
}

.subnavbox {
	font-size: 11px;
	display: block;
	width: 185px;
	background-color: #fbfbf7;
	padding: 0px;
	padding-left: 8px;
	padding-bottom: 8px;
}

.subnavbox ol li b{
	font-size: 11px;
}

/* IMPRESSUM */
#impressum * {
	font-size: 10px;
	line-height: 13px;
}

#impressum ol li {
	font-size: 10px;
}
