/* -- ELEMENT STYLES -- */

body {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  color: #556FA0;
  background-color: #E5B679;
  margin: 10px;
}

a {
	color: #A08055;
}

a:hover {
  text-decoration:none;
  background-color: #EEEEEE;
}

acronym {
  cursor: help;
  border-bottom: 1px dashed #AAAAAA;
}

img {
  border: 0px;
}

ul {
  list-style-image: url("/images/bullet.gif");  
}


/* -- MAIN CONTAINER -- */

#layoutBox {
  /*float: left; */
  border: 1px solid #E1EBFF;
  background-color: #FFFFFF;
  padding: 10px;  
}


/* -- HEADER CONTAINER -- */

#headerBox {
  height: 18em;
/*  border: 1px solid #E1EBFF; */
  padding: 0px;  
  margin:0px;
		

/*  background: #7B95CA url(/images/test.gif) repeat-x bottom right; */
}

#headerLeftBox {
	/*float: left; */
	width: 15em;
	height: 9.14em;
	margin: 0px 1em 0 0;

}

#headerLeftBoxPrint {
/*	float: left;*/
	width: 15em;
	height: 9.14em;
	margin: 0px 1em 0 0;
    display:none;		
}

#headerRightBox {

/*	height: 9.14em; */
	margin: 0px 0 0 0em;
	padding-left: 10px;
/*	background: url(  "/images/test.jpg"  ) #79a0e5 bottom left repeat-x; */
	overflow:hidden;
	
	
}
 
#headerLeftBox img , #headerLeftBox object {
	width: 15em;
	height: 9.14em;
}

#headerLeftBoxPrint img , #headerLeftBoxPrint object {
	width: 15em;
	height: 9.14em;
}
/* -- HEADER STYLES -- */

.title {
	font-family: verdana ,  arial ,  sans-serif;
	font-size: 150%;
	font-weight: bold;
	/* color:#FFFFFF; */
	line-height: 1.5em;

}

.subTitle {
  font-size: 150%;
  /*color: #FFFFFF;*/
  font-style: italic;
  line-height: 2em;
	vertical-align:bottom;
	
   
}


/* -- MENU CONTAINER -- */

#menuBox {
/*  float: left; */
/*  width: 15em; */
  margin: 0.5em 0 0 0;
  border-right: 1px solid #799FE5;
  background-color: #E1EBFF;
  text-align: left;
  clear: both;
  
}

#menuBox p {
  margin: 5px 0 20px 2px;
}

#menuBox br {
/*  margin-top: 30px; */
}


/* -- CONTENT CONTAINER -- */

#mainContent {
/*  margin: 10px 0 0 16em; */
  margin: 0.5em 0 0 0;
  border-right: 1px solid #799FE5;    
/*  width: 20em; */
}

#mainContent br {
/*  margin-top: 10px; */
}

#mainContent p, #mainContent table {
	padding: 0px 5px 2px 10px;
}

.spacer {
  height: 0px;
  clear: both;
}

/* Used by items meant for text only rendering */

.noDisplay {
  display: none;
}


/* -- HEADER/FOOTER STYLES (menuBox & mainContent) -- */

#mainContent h1, #menuBox h1, .menuFooter, .footer {
  font-family: times new roman, helvetica, arial, sans-serif;
  font-size: 125%;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  background: #799FE5 url(/images/hdr_icon.gif) no-repeat bottom right;
  border-top: 1px solid #799FE5;
  border-bottom: 1px solid #799FE5;  
  display: block; 
  padding: 2px 2px 2px 10px;
  margin: 0 0 10px 0;
}

#mainContent h1, .footer {
  border-right: 1px solid #799FE5;
} 

.menuFooter, .footer {
  margin-bottom: 0px;
}

#menuBox h1, .menuFooter {
  border-left: 1px solid #E1EBFF;
}

#mainContent h2, #menuBox h2 {
  font-size: 110%;
  font-weight: bold;
  background-color: #FFE5C3;
  display: block;
  padding: 0px 0px 0px 5px;
  margin-bottom: 0px;
}

#mainContent h2, #mainContent h3 {
  margin-left: 10px;  
}

#mainContent h3 {
color: #799FE5;  
font-weight: bold;  
font-size: 120%;
}

#mainContent h1, #mainContent h2, .footer {
  clear: right;  /* Set to both if you don't care about Internet Explorer */
}


#mainContent input, #mainContent select, #mainContent textarea {
border-top: 0px solid  #ffffff;
border-right: 1px solid  #000000;
border-bottom: 1px solid  #000000;
border-left: 0px solid  #ffffff;
background-color: #E1EBFF;
}

#mainContent input, #mainContent select {
text-indent:6px;	
}


#mainContent textarea {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 110%;

}

#baer img , #baer object {
	width: 17.5em;
	height: 20.6em;
	text-align: center;
	
	
}

#baer_print img , #baer_print object {
	width: 35em;
	height: 41.2em;
	text-align: center;
    display:none;	
	
}

/*#mainContent form {
margin-top: -400px;
}*/

.footerfotos {
text-align: center;
}

.footer, .menuFooter {
  font-family: arial, helvetica, arial, sans-serif;
  font-size: 80%;
  font-weight: normal;
  border-right: 1px solid #799FE5;
  border-left: 0px;
  clear: both;
}

.footer a {
color: #FFFFFF;
}


.footer a:hover {
  background-color: #E1EBFF;
}

.footer br {
  margin: -20px;
}


.formrow {

	width: 50em;
    padding: 10px 0px 0px 10px; 

	
}

.formfieldname {
float:left;
	overflow:visible;
	width: 10em;  
    font-size: 100%;

}
	
.formfield {
/*	overflow:visible;*/
  font-size: 100%;
  color: #556FA0;
  background-color: #FFE5C3;
/*  width: 40em; */
clear:left;
	
}

.formlongfield {
  font-size: 100%;
  color: #556FA0;
  background-color: #FFE5C3;
  padding: 0px 0px 0px 10px; 
}


/* -- MENU/NEWS ITEM STYLES -- */

.newsGroup {
  padding: 0px 5px 0px 5px;
  margin-bottom: 30px;   
}

.newsGroup td{ 
  vertical-align:top;
}


.menuGroup {
  padding: 5px 0 5px 0;
  margin-bottom: 30px;
}

.menuGroup a {
  color: #556FA0;
  text-indent: 3em;
  text-decoration: none;
  margin-bottom: 2px;
  display: block;  
}

.menuGroup a:hover {
  color: #FFFFFF;
  background-color: #799FE5;
}

/* -- IMAGE STYLES -- */

.imgRight, .imgLeft {
  padding: 10px 5px 5px 10px;
  border: 1px solid #FFFFFF;
}

.imgRight {
  float: right;
}

/* Below style will not work correctly unless clear = "both" on the
   #mainContent h1, #mainContent h2, .footer class */

.imgLeft {
  float: left;
}

/* For compatibility of included web pages */

.Tabelle {
border: #799FE5;
border-style: solid;
border-top-width: thin;
border-right-width: thin;
border-bottom-width: thin;
border-left-width: thin;
font-size: 14px;
font-style: normal;
font-weight: 300;
list-style-position: inside;
list-style-type: square;
color: #556FA0;
width: 40em; 
}
.Tab1kopf { border: medium #799FE5 solid; font-size: 18px; font-style: normal; font-weight: 300; text-transform: none; list-style-position: inside; list-style-type: square; color: #FFFFFF ; background-color: #799FE5}
.Tab2ueberschrift { border: medium #FFE5C3 solid; font-size: 16px; font-style: normal; font-weight: 300; text-transform: none; list-style-position: inside; list-style-type: square; color: #0066FF; background-color: #FFE5C3}
th.Tab2ueberschrift {
font-size: 18px;
font-style: normal;
font-weight: bold;
text-transform: none;
list-style-position: inside;
list-style-type: square;
color: #ffffff;
background-color: #446DC4;
padding: 3px 3px 3px 3px;
border:  0px;
text-align:center;
font-family: "Verdana" , sans-serif;
}
.Tab3fuss { border: medium #FFE5C3 solid; font-size: 16px; font-style: normal; font-weight: 300; text-transform: none; list-style-position: inside; list-style-type: square; color: #000000; background-color: #FFE5C3}
.Tab0titel { border: medium #FFE5C3 solid; font-size: 18px; font-style: normal; font-weight: 300; text-transform: none; list-style-position: inside; list-style-type: square; color: #CC3300 ; background-color: #FFE5C3}

.Tab4Unterfuss { border: medium #FFE5C3 solid; font-size: 12px; font-style: normal; font-weight: 300; text-transform: none; list-style-position: inside; list-style-type: square; color: #000000; background-color: #FFE5C3}















