@import "navi.css";
h1{
	font-size: 16px;
	color: #df0000;
	font-weight:bold;
}
h2{
	font-size: 14px;
	color: #df0000;
}
h3, h4, h5, h6{
	font-size: 12px;
	color: #df0000;
}
body {
	color: #000000;
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img{
	border: 0;
}
#page{
	position: relative;
	margin: 40px auto;
	width: 950px;
}
#lang{
	width: 940px;
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
}
#rahmen{
	position: relative;
	border: 1px solid #000000;
	width: 925px;
	padding-left: 25px;	
}
#head{
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
}
#logo{
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px 0 0 25px;
	
}
#head_img{
	position: absolute;
	top: 0;
	left: 150px;
	width: 400px;
	height: 400px;
	background-image: url(../../images/head.jpg);
	background-repeat: no-repeat;
}
#claim{
	position: absolute;
	top: 35px;
	left: 450px;
}
input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/************************************************
Navi
**************************************************/
.nav-rahmen{
	position: absolute;
	top: 114px;
	left: 150px;
	height: 1px;
	border-top: 1px solid #D50029;
	width: 800px;
}
.nav-rahmen2{
	position: absolute;
	top: 148px;
	left: 25px;
	height: 1px;
	border-top: 1px solid #D50029;
	width: 925px;
	z-index:99;
}
#main-nav{
	/*position: absolute;
	top: 114px;
	left: 25px;
	height: 34px;
	padding-left: 135px;
	border-bottom: 1px solid #D50029;
	width: 815px;*/
}
/*
#main-nav ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
#main-nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 34px;
}
#main-nav ul li{
	margin: 0;
	padding: 0;
	display: inline;
}
*/
/*****************************************************
Inhalt
****************************************************/
#nav-content{
	position: relative;
	margin: 150px 0 0 0;
	padding: 0;	
	width: 125px;
}
#sitename{
	position: relative;
	margin: 170px 0 0 140px;
	padding: 0;	
}
#content{
	position: relative;
	margin: 20px 10px 40px 140px;
	padding: 0;	
	min-height: 300px;
	height:auto !important;   /*für moderne Browser */
	height:300px;  /*für den IE */
}
#content a{
	color: #df0000;
}
.ContentBild{
	float: right;
	margin: 0 0 30px 30px;
	padding: 0 0 0 15px;
	border: none;
	border-left: 2px solid #e1001a;
}
.fkPic{
	position: absolute;
	top: 149px;
	left: 25px;
}
/*****************************************************
footer
****************************************************/
#footer{
	margin: 10px 0 0 160px;
	padding: 0;	
}
#footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
/*******************************************
jbSitemap
********************************************/
#jbSitemap ul{
	list-style-type: square;
	color: #df0000;
	padding:0;
	margin: 0 0 0 20px;
}
#jbSitemap ul li{
	padding:0;
	margin: 0;
}
#jbSitemap ul li ul{
	padding:0;
	margin: 0 0 0 20px;
}
#jbSitemap .sw{
	color:#000000;
}
/*****************************************************
Startseite
****************************************************/
.startmain{
	position: absolute;
	width: 800px;
	padding: 0;
	margin: 0 -15px 0 -15px;
}
.startmain h1{
	position: relative;
	margin: -223px 0 0 4px;
	padding:0;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.startmain h1 img{
	margin: 0 5px 0 0;
}

.startbtn{
	position: relative;
	margin: 30px 15px 0 0;
	float: left;
}
.startbtn ul{
	position: relative;
	font-size: 12px;
	
	letter-spacing: -0.06em;
	color: #000000;
	text-decoration: none;
	/*top: 0;
	left: 0;*/
	margin: 30px 0 0 44px;
	padding:0;
	
}
.startbtn ul li{
	margin: 0 0 5px 0;
	padding:0 0 0 0;
	/*background: url(../../images/start_pfeil.gif) no-repeat scroll 0pt 0.3em;*/
	list-style-image: url(../../images/start_pfeil.gif);
	/*list-style-image: none;*/
	/*list-style-type: none;*/
}
.startmain br{
	clear: both;
}