/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body, html{
	background-color: #ffffff;
	font-family: Verdana,Arial,sans-serif;
	font-size: 101%;
	color: #000000;
  min-height: 101%;
}

div, p, .text{
	font-family: Verdana,Arial,sans-serif;
	font-size: 100%;
	color: #000000;
}

.copyright{
	color: #B10036;
	font-size: 86%;
  text-align: right;
}

ul, ol, li{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul {
	margin-left: 15px;
	padding-left: 0px;
  list-style-image: url(../images/listenblock.gif);
}

.fett{
	font-weight: bold;
}

a{
	font-family: Verdana,Arial,sans-serif;
	text-decoration: none;
	color: #B10035;
}

a.text{
	font-family: Verdana,Arial,sans-serif;
	text-decoration: none;
	color: #B10035;
}

a.adresse{
	text-decoration: none;
	color: #B10035;
}

a.subnav_on{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #B10035;
}

a.subnav_off{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #999999;
}


a.firstnav_on{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #B10036;
}

a.secondnav_on, a.thirdnav_on{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

a.firstnav_off, a.secondnav_off, a.thirdnav_off{
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #999999;
}

ul.navliste, li.navliste {
	color: #999999;
	list-style-type:none;
	margin:0px;
	padding:0px;
	line-height: 1.5;
  list-style-image: none;
}

.firstnav_on{
	color: #999999;
	margin:0px;
	padding:0px;
	padding-left:0px;
	line-height: 1.5;
}

.firstnav_off{
	color: #999999;
	margin:0px;
	padding:0px;
	padding-left:0px;
	line-height: 1.5;
}

.secondnav_on{
	color: #999999;
	margin:0px;
	padding:0px;
	padding-left:5px;
	line-height: 1.5;
}

.secondnav_off{
	color: #999999;
	margin:0px;
	padding:0px;
	padding-left:5px;
	line-height: 1.5;
}

.thirdnav_on{
	color: #999999;
	margin:0px;
	padding:0px;
	padding-left:10px;
	line-height: 1.5;
}

.thirdnav_off{
	color: #999999;
	margin:0px;
	padding:0px;
	padding-left:10px;
	line-height: 1.5;
}

.formfehler {
	color: #666666;
	font-weight: bold;
}

.forminputpflicht {
	font-weight: bold;
}

.forminput {
	font-weight: normal;
}

.formarea { 
	border: 1px solid #cccccc;
	font-family: Verdana,Arial,sans-serif;
	color: #666666; 
	font-weight: normal;
}

.formbutton { 
	font-family: Verdana,Arial,sans-serif;
  background-color: #cccccc;
	color: #666666; 
	font-weight: bold;
	text-align: center;
	border: 1px solid #666666;
}

li.artibt { 
	color: #333333; 
	font-size: 100%; 
	font-weight: normal; 
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 20px; 
  clear: both;
} 

img.artibt { 
	margin: 2px 10px 2px 0px; 
	padding: 0px 0px 0px 0px; 
	border: 1px solid #333366;
  float: left;
} 

p.artibt { 
	color: #333333; 
	font-size: 100%; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
} 

p.artibt2 { 
	color: #333333; 
	font-size: 100%; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
   clear: both;
	font-weight: bold; 
} 

p.artibt3 { 
	width: 90%; 
	color: #333333; 
	font-size: 100%; 
	margin: -10px 0px 0px 0px; 
	padding: 0px 50px 5px 0px; 
  text-align: right;
	border-bottom: 2px solid #B10036;
} 

a.artibt { 
	text-decoration: none;
	color: #B10035;
	font-size: 100%; 
	font-weight: bold; 
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
} 

a.artibt2 { 
	text-decoration: none;
	color: #B10035;
	font-size: 100%; 
	font-weight: bold; 
	margin-top: 0px; 
	padding-top: 0px; 
	margin-bottom: 0px; 
	padding-bottom: 0px; 
} 

.headline { 
	color: #999999; 
	font-size: 100%; 
	font-weight: bold; 
	text-decoration: underline;
} 
	
h1{
 font-size: 104%;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
 color: #B10035;
}

h2{
 font-size: 100%;
 font-weight: bold;
 margin: 0px;
 padding: 0px;
 color: #666666; 
}

h3{
 font-size: 100%;
 margin: 0px;
 padding: 0px;
 font-weight: bold;
 color: #B10035;
 }

h4{
 font-size: 100%;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
}

h5{
 font-size: 100%;
 margin: 0px;
 padding: 0px;
}

hr{
height: 2px;
color: #B10035;
border: 0px solid #B10035;
}

table{
background-color: #ffffff;
border: 1px solid #ffffff;
border-collapse: collapse;
empty-cells: show;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#inhalt{
	width: 800px;
	min-height: 100%;
	margin: 20px auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
	font-size: 100%;
	background-color: #f9f9f9;
  border: 3px solid #B10035;
}

/* Header: Logo und Linie */
#header{
	width: 800px;
	height: 100px;
}

#logo{
	width: 300px;
	height: 80px;
	margin: 0px 0px 0px 358px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

/* Linien */
#linie{
	width: 760px;
	height: 2px;
	margin: 10px 20px 0px 20px;
  border-top: 2px solid #B10036;
	padding: 0px 0px 0px 0px;
}

/* Main: Navigation und Inhalt */
#main{
	width: 800px;
	min-height: 100%; /* Mindesthöhe für moderne Browser */
	height:auto !important; /* Important Regel für moderne Browser */
	height:100%; /* Mindesthöhe für den IE */
	overflow: hidden !important; /* FF Scroll-leiste */ 	
}

#navi{
	width: 160px;
	height: 100%;
	float: left;
	font-size: 76%;
  font-weight: bold;
	color: #999999;
  line-height: 1.3;
	padding: 0px;
	margin: 15px 20px 0px 20px;
}

#content{
	width: 560px;
  min-height: 500px;
	height: auto;
	float: right;
	font-size: 100%;
	padding: 0px;
	margin: 15px 20px 0px 0px;
	background-color: #ffffff;
  border: 2px solid #cccccc;
}

#contentTitelImage{
	width: 8px;
	height: 17px;
	float: left;
	padding: 0px;
	margin: 10px 10px 10px 10px;
	float: left;
}

#contentTitel{
	width: 200px;
	height: 17px;
	float: left;
	padding: 0px;
	margin: 10px 10px 10px 0px;
	font-size: 86%;
	color: #B10036;
}

#contentSubTitel{
	width: 390px;
	height: 20px;
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 40px;
	font-size: 86%;
}

#zeichnung{
	width: 100px;
	min-height: 70px;
	height: auto;
	float: right;
	padding: 0px;
	margin: 10px 10px 0px 0px;
	text-align: right;
	vertical-align: top;
}

#contentText{
	min-width: 430px;
	width: auto;
	height: auto;
	clear: left;
	text-align: left;
	margin: 0px;
	padding: 25px 25px 5px 10px;
	color: #000000;
	font-size: 76%;
}

/* Footer: Balken (unterer Teil des Logos) und Subnavi */
#footer{
	width: 800px;
  height: 55px;
	clear: both;
}

#dreibalken{
	background: url(../images/drei-balken.gif) no-repeat top left; 
	width: 64px;
	height: 40px;
	padding: 0px;
	margin: 0px 0px 0px 358px;
}

#subnavi{
	width: 780px;
	height: 10px;
	font-size: 76%;
  font-weight: bold;
  text-align: right;
	color: #999999;
	margin: 5px 0;
	padding: 0px;
}

/* Copyright-Angabe */
#copyright{
	width: 800px;
	height: auto;
	margin: -10px auto;
	padding: 0px;
	color: #B10036;
	font-size: 69%;
	font-weight: normal;
  text-align: right;
  vertical-align: top;
}

/* Backend */
#HTMLHEAD_1_1
{
 font-size: 104%;
	color: #B10036;
}

#HTMLHEAD_1_2
{
 font-size: 100%;
 color: #666666; 
}
