/*** Seitenweite Einstellungen ***/
body{
	text-align: center;
	background-color: #fff;
	color: #051842;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/*** Navigationselemente usw. ausblenden ***/
#start_navi_top, #followup_navi_top, #followup_navi_left, #followup_navi_left_buttons, #picture  {
  display: none;
}

/*** Erm&ouml;glicht die zentrierte Ausrichtung des Seiteninhalts ***/
#print_container{
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: left;
}
#print_main_container{
	position: relative;
	top: 2%;
	left: 50%;
	margin-left: -280px;
	width: 560px;
}
#mozilla_padding_layer{
	padding-right: 62px;
}
/*** Inhaltsbereich ***/
#print_you_are_here_navi, #print_footer{
	width: 560px;
	font-size: 9pt;
}
#print_you_are_here_navi{
	height: 18px;
	border-bottom: 1px solid #051842;
	margin-top: 10px;
}
#print_footer{
	border-top: 1px solid #051842;
	text-align: center;
}
#print_content{
	width: 560px;
	min-height: 300px;
	margin-bottom: 10px;
	margin-top: 10px;
}
/*** Elemente auf der Seite Druckansicht ***/
#print_head{
	width: 560px;
	height: 80px;
	border: 1px solid #051842;
	text-align: center;
}

/*** Schrift- und Element-Formatierung ***/

/*** Hyperlinks ***/
a{
   color: #C10040;
}
a:hover,a:active{
   color: #FF6C90;
}

/*** &Uuml;berschriften ***/
h1{
   font-size: 14pt;
   font-weight: lighter;
   margin-top: 8px;
}
h2{
   font-size: 13.5pt;
   padding-left: 21px;
   font-weight: lighter;
}
h3{
   font-size: 13.5pt;
   font-weight: bold;
}
/*** Abs&auml;tze ***/
p{
 font-size: 11pt;
 padding-left: 21px;
 padding-right: 10px;
 line-height: 120%;
}
p.foot{
	font-size: 9pt;
	line-height: 100%;
}
/*** Listen und Tabellen ***/
li,td{
 color: #051842;
 font-size: 11pt;
}
li{
	padding-right: 10px;
}
/*** allgemeine Klassen ***/
.navitypo{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*** Klassen f&uuml;r Formularelemente ***/
.editfields{
 color:#051842;
 width:250px;
 border-bottom:1px solid #051842;
 border-top: none;
 border-left: none;
 border-right: none;
}
.txtareas{
 color:#051842;
 width:250px;
 border:1px solid #051842;
 overflow:auto;
}
.button{
 width:150px;
 color:#051842;
 background-color:#EFEFEF;
 border:1px solid #051842;
}
.sectiontableentry1{
  background-color:#FFFFFF;
}
.sectiontableentry2{
  background-color:#EFEFEF;
}