body {
    margin: 0px;
    padding: 0px;
	background-color: #B3BCB8;  
}

body, p, ul, li, a, td, textarea, input {
    font-family: Arial, Helvetica, sans-serif;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}

#mainframe {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -259px 0 0 -478px;
/*    border: outline #cc0000 2px; */
    width:955px; 
    height:518px; 
	background-image: url(../images/hintergrund_main.gif);
    }

#header {
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 955px; 
    height: 70px; 
	background-image: url(../images/hintergrund_kopf.gif);
    }

#jumphome {
	position: absolute;
	left: 180px;
	top: 6px;
    }

#claim {
    position: absolute; 
    left: 550px; 
    top: 47px; 
    width: 392px; 
    height: 18px; 
    }
	
#nav_main {
    position: absolute; 
    left: 0px; 
    top: 70px; 
    width: 955px; 
    height: 38px; 
	overflow: hidden;
	background-image: url(../images/hintergrund_nav02.gif);	
    }

#bildmarke {
    position: absolute; 
    left: 28px; 
    top: 108px; 
    width: 300px; 
    height: 410px; 
    }
	
#nav1 {
    position: absolute; 
    left: 400px; 
	width: 555px;
    top: 20px; 
    }
	
#nav2 {
    font-size: 10px; /*für trennstrich ist doppelterwähnung nötig */
	color: #ffffff;
	font-weight: normal;
    position: absolute; 
    right: 10px; 
    top: 495px; 
    width: 180px; 
	z-index: 100;
    }

#nav3 {
    font-size: 10px;
	color: #000000;
    position: absolute; 
    left: 616px; 
	width: 140px;
    top: 108px; 
	padding: 3px;
	background-color: #FFB200;
    }
	
#nav_unten {
	color: #000000;
    position: absolute; 
	top: 495px; 
    left: 400px; 
	width: 555px;
    }

#navigation_sub {
	position: absolute;
	left: 400px;
	top: 120px;
	height: 20px;
}

#navigation_sub a {
	display: block;
	float: left;
	line-height: 16px;
	height: 16px;
	font-weight: normal;
	font-size: 11px;
	padding: 0px 15px 0px 15px;
	margin-right: 10px;
	background-color: #FFB200;
	color: white;
}
	
#infobar {
    position: absolute; 
    left: 328px; 
    top: 488px; 
    width: 627px; 
    height: 30px; 
	background-color: #37413D;
    }

#main1 {
	position: absolute;
	left: 403px;
	top: 150px;
	height: 290px;
	z-index:20;
    }

#main2 {
	position: absolute;
	left: 680px;
	top: 150px;
	height: 290px;
	z-index:20;
    }

#main1, #main2, #main3  {
    font-size: 12px; /*für trennstrich ist doppelterwähnung nötig*/
    font-weight: normal;
    width: 235px; 
    z-index: 2;
    }

#main3 {
	position: absolute;
	left: 403px;
	top: 410px;
	height: 25px;
	width: 520px;
}

#main1 p, #main2 p {  padding: 0px; margin: 0px; margin-top: 12px; }
#main1 a, #main2 a {  font-size: 12px; font-weight: normal;}


ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	text-align: left;
}

li {
    font-size: 12px;
	padding-left: 15px;
    padding-top: 6px;
	background-image: url(../images/list_dot.gif) ;
	background-repeat: no-repeat;
	background-position: 0px 9px; 
}


a {  color: #000000; text-decoration: none; font-weight: bold;}
a:link {  color: #B1000D}
a:visited {  color: #B1000D}
a:active {  color: #B1000D}
a:hover {  color: #B1000D; text-decoration: underline;}

#nav1 a {  color: #FFB200; text-decoration: none; font-weight: normal;}
#nav_unten a {  color: #ffffff; text-decoration: none; font-weight: normal;}
#nav2 a, #nav3 a {  font-size: 10px; color: #ffffff; text-decoration: none; font-weight: normal;}
#nav1 a:link, #nav2 a:link, #nav3 a:link, #nav_unten a:link {  color: #ffffff}
#nav1 a:visited, #nav2 a:visited, #nav3 a:visited, #nav_unten a:visited {  color: #ffffff}
#nav1 a:active, #nav2 a:active, #nav3 a:active, #nav_unten a:active {  color: #FFB200}
#nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav_unten a:hover {  color: #ffffff; text-decoration: underline;}


p {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.eingabe {  margin-top: -1px; border: 0px; border-bottom: solid 1px #000000; width: 170px; background-color: transparent;}
textarea {  border: solid 1px #000000; width: 170px;}
.button {  background-color: #B1000D; color:#FFFFFF;}
h1 {font-size: 25px; font-weight: bold;}
h2 {font-size: 14px; font-weight: bold;}

.pdf {
	padding-left: 30px;
	background-image: url(../images/pdf_icon_klein.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}