@charset "UTF-8";

html{
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #000000;  
	margin: 0px;
	height: 100%;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment:fixed;
	background-color: #133E86;
}
a:link {
	color:#0A2F78;
	text-decoration: underline;
}
a:visited {
	color:#000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #3f9303;
}

input, textarea, select {
	border:1px solid #DADBDD;
	background:#fff url("images/bg_input_text.gif") left top repeat-x;
}

input.button {
	border:0px solid;
	background: url("images/button.png") left top no-repeat;
	color:#fff;
	font:bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	padding:5px;
  height:25px;
  width:180px;
	cursor:pointer;
}


/* Vertikale Navigation */

  div#VMenu {
    width: 100%;
    background-color: none;
    position:relative;
    display:inline-block;
    top:10px;
    left:20px;
    width:150px;
    font-size:10pt;
	  color: #B8C4D4;
  }

  * html div#VMenu {
    width: 100%; 
    w\idth: 100%;  /* (IE 6 in standards-compliant mode) */
  }

  ul#Navigation {
    margin:0;
    padding:0;
    text-align:left;
    font-size:10pt;
    vertical-align:middle;
  	line-height:25px;
  	margin:0;
    padding:0;
    border:0;
/*    background-color: none; */
  }

  * html ul#Navigation {  /* Korrekturen fuer IE 5.x */
    width: 100%;
    w\idth: 100%;
    padding: 0;
    padd\ing: 0;
    text-indent:4px;
  }

  ul#Navigation li {
    list-style: none;
  	height: 25px;  	    
    position: relative;
    margin-top: 0;
    border: 0;
    display: block;
    white-space:nowrap;
  }

  * html ul#Navigation li {
    margin-top:0;  
    padding: 0;
    padd\ing: 0;
  }

  ul#Navigation li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 25%;
    left: 75%;
    z-index: 100 !important;
  }
  *:first-child+html ul#Navigation li ul {
    left: 9em;  /* (IE 7 in standards-compliant mode) */
  }
  ul#Navigation li ul li {
    margin: 0; 
/*    position: relative;*/
/*    z-index:100; */
/*    padding-left: 1.4em;*/
  }

  ul#Navigation a, ul#Navigation span {
    display: block;
    color: white;
/*    width: 7em; */
/*    font-family: "Trebuchet MS", "Century Gothic", Helvetica, Arial, sans-serif;*/
    
    text-decoration: none; font-weight: normal;
/*    padding: 0.2em 1em; */
/*    border: 1px solid #900;*/
/*    border-left-color: #c96; border-top-color: #c96; */
/*    background-color: none;*/
  }

  * html ul#Navigation a, * html ul#Navigation span {
    width: 100%; /**/
    w\idth: 100%;  /* (IE 6 in standards-compliant mode) */
  }

  ul#Navigation a:hover, ul#Navigation span, li a#aktuell:hover {
    color: white;
    border-bottom: 2px outset #B8C4D4;
    background-color:none;
  }
  
  li a#aktuell {
/*    border-right-color: #300; border-bottom-color: #300; */
    color:white;
    font-weight: bold;
/*    background-color: none;*/
    border-bottom: 1px outset #B8C4D4;
  }
/*
  ul#Navigation li ul span {
    border-color: #900; border-left-color: #c96;
    color: #900; 
    background-color: none;
  }
*/  
  ul#Navigation li a:active {
    color: white;
  }

/* dynamisches Ein-/Ausblenden */
  ul#Navigation li ul {
    display: none;
    width:100%;
/*    position: absolute; */
    z-index:100;
    
  }
  ul#Navigation li:hover>ul {
    display: block;
    background-color:none;
  }
  ul#Navigation>li:hover>a {

/*    width: 8.2em; */
    width:100%; 
    background-color:none;
/*    background: #e00 url(pfeil.gif) no-repeat center right; */
  }


/* Vertikale Navigation Ende*/

  

#head {
	width: 800px;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

#head_left {
	background-image: url(images/header1_l2.png);
	background-repeat: no-repeat;
	width: 180px;
  height: 81px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
}

#head_base {
	background-image: url(images/header1_m.png);
	background-repeat: repeat-x;
	background-position: top left;
	width: 619px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	color: #FFFFFF;
	line-height: 28pt;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 28pt;
	font-weight: bold;
	text-align: center;
}

#head_base p {
	color: #FFFFFF;
	margin-top: 0px;
	line-height: 8pt;
	font-style: italic;
  text-align: right;	
	padding-right: 8pt;	
}

#head_base a {
	text-decoration: none;
	color: #FFFFFF;
}

#head_right {
	background-image: url(images/header1_r.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 36px;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#head_top {
  display:inline-block;
  float:left;
  color: #B8C4D4;
  margin-top: 0px;
  margin-bottom: 0px;
  position:relative;
  width:749px;
}
  
#head_top a {
	text-decoration: none;
	color: #B8C4D4;
}

#head_top a:hover {
	text-decoration: underline;
	color: #B8C4D4;
  background-color:none;
}


#head_sub {
	background-image: url(images/header_sub.png);
	background-repeat: no-repeat;
	width: 750px;
	height: 35px;
	color: #009999;
	font-size: 10pt;
	line-height: 35px;
	vertical-align:middle;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
  display:inline-block;
  position:relative;
  top:-15px;
}

#head_sub a {
	/*text-decoration: none;*/
	color: #009999;
}

#content_area {
	width: 800px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

#content_main_tab {
  display:inline-block;
  position:relative;
  top:0px;
  left:0px;
}

.box_content_top {
	vertical-align:top;
	height:6px;
	width:545px;
	padding-top: 6px;
}

.box_content_base {
	width:545px;	
}

.box_content_bottom {
}


# a {
	text-decoration: none;
	font-size: 8pt;
	color: #000000;
}

#contentarea, #contentarea p {
  display:inline-block;
  position: relative;
  left:0;
  top:0;
  padding-left: 30px;	
  padding-right: 10px;
  padding-top: 0px;
  padding-bottom: 30px;
	color: #000000;
  font-size: 9pt;	
  font-family:"Verdana", sans-serif;  
  font-weight:normal;
  line-height: 1.5em;
}

#contentarea h1, h2{
	margin-left: -10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	height: auto;
	color: #031948;
  font-size: 14pt;	
  font-family:"Verdana", sans-serif;  
  font-weight:bold;
  font-style:none;
}

#contentarea h2{
	margin-left: 0px;
  font-size: 10pt;	
}

#contentarea a:hover {  
  background-color:#0A2F78;
  color:#FFFFFF;
}

/* fr sticky footer */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -22px; /* the bottom margin is the negative value of the footer's height */
}

.pushfooter {
	height: 22px; /* .push must be the same height as .footer */
	margin-top: 22px;	
  /*border:2px solid #ff0000;*/
}

.footer{
	/*background-color:#efefef;*/
	height: 22px; /* .push must be the same height as .footer */
	font-size: 9px;
	color: #ffffff;
	text-align: center;
}

.keys{
  position:relative;
  display:inline-block;
  line-height:1px;
  font-size:1px;
  height:0px;
  margin:0px;
  padding:0px;
  overflow:hidden;
  visibility:hidden;
}


