/* basic styles */
html {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px Arial, Verdana, sans-serif;
	color: #0F3B78;
	text-align: center;
	background: #CECCE2;
	margin-top: 0px;
}

h1 {
	margin-top: 0px;
        margin-bottom: 20px;
        font: 18px Georgia, serif;
	font-weight: bold;
	color: #BA342B;
}
h2 {
        font: 16px Georgia, serif;
	font-weight: bold;
	color: #BA342B;
}
h3 {
        font: 14px Georgia, serif;
	font-weight: bold;
	margin-bottom:5px;
        color: #BA342B;
}
h4 {
        font: 12px Georgia, serif;
	margin: 0px;
	font-weight:bold;
        color: #BA342B;
}

textarea {
    overflow: auto;	
    border: 1px solid #0F3B78;
    background-color: #fff;
    font: 11px Arial, Verdana, sans-serif;
    color: #0F3B78;
    font-size: 11px;
}

dl.img {
	float: left;
	padding: 2px;
	margin: 0 10px 5px 0;
	display: inline;
        border: 1px solid #CECCE2;
}

dl dt.img {
border-bottom: 1px solid #CECCE2;
margin: 0;
}

dl dd.img {
font: 10px Arial, Verdana, sans-serif;
text-align: center;
margin: 0;
}

img.fotolinks {
	margin: 0 ;
	}

.textspalten {
float: left;
padding: 0px 10px 0px 0px;
}

/* sitemap style */
.sitemapLevel1 {
  font-weight: bold;
  padding-left: 10px;
  margin-top: 20px;
  line-height: 2;
}
.sitemapLevel2 {
  padding-left: 30px;
  line-height: 1.6;
}
.sitemapLevel3 {
  padding-left: 50px;
  line-height: 1.6;
}
  

.kleiner {
        line-height: 0.5;
 }
.textkleiner {
	font-size: 10px;
}
.noScreen{  /* This class is not shown on screen */
       display: none;
}

div.spacer {
       height: 30px;
       width: 100%;
}

ul li, ul li a {
       line-height: 1.8em;
}


/* list styles */
p.listdate  {
       font-size: 10px;
       margin-top: 1px;
}     



/* navigations style */
#navContainer{  /* contains the menu */
  clear: both;
  width: 100%;
  background-color: #CECCE2;
}

/*
  navigation level 1
*/
#navContainer ul{
  margin: 0em;
  padding: 0em;
  list-style-type: none;
  background-color: #CECCE2;
}

#navContainer ul li {
  background-color: #CECCE2;
  border-bottom: 0em solid #fff;
}

#navContainer ul li#li_nav1_open{  /* special layout for open links */
  background-color: #CECCE2;
}


#navContainer ul li a{
  display: block;
  background-color: #CECCE2;
  background-repeat: no-repeat;
  height: 2.3em;
  padding-left: 1.3em;
  line-height: 1.2em;
  padding-bottom: 7px;
  padding-top: 7px;
  color: #0F3B78;
  font-weight: bold;
  text-decoration: none;
  vertical-align: bottom;
  font-size: 12px;
  background-image: url("../images/button_off.gif");
}


#navContainer ul li a:hover, #navContainer ul li a:focus{
  color: #BA342B;
  background-image: url("../images/button_on.gif");
}

#navContainer ul li a#a_nav1_open, #navContainer ul li a:hover#a_nav1_open{
  color: #BA342B;
  background-image: url("../images/button_on.gif");
}

/*
  Design for submenu
*/
#navContainer li li{
  color: #0F3B78;
  line-height: 1.1em;
  background-color: #CECCE2;
}

#navContainer ul ul a{
  display: block;
  background-repeat: no-repeat;
  background-color: #CECCE2;
  height: 1.6em;
  padding: 0em;
  padding-left: 2.5em;
  padding-top: 0.3em;
  padding-bottom: 7px;
  line-height: 1.0em;
  vertical-align: bottom;
  color: #0F3B78;
  font-size: 12px;
  text-decoration: none;
    background-image: url("../images/button_off_lv2.gif");
}

#navContainer ul ul a:hover, #navContainer ul ul a:focus, #navContainer ul ul a#a_nav2_open{
  color: #BA342B;
 background-image: url("../images/button_on_lv2.gif");
}


/* text styles */

td.lab {
        vertical-align: top;
        width: 100px;
        height: 25px;
}
td.inp {
        vertical-align: top;
        height: 25px;
}
td.inp input, td.inp textarea {
        width: 180px;
}
td.inp textarea {
        height: 80px;
}
table#formtab tr td.lab p.titel {
        font-weight: bold;
}
td.buttonarea {
	padding-top: 10px;
        vertical-align: bottom;
}
table#formtab {
        width: 420px;
        background-color: #CECCE2;
        border: 1px solid #0F3B78;
}


input {
    font: 11px Arial, Verdana, sans-serif;
    color: #0F3B78;
	border: 1px solid #0F3B78;
	background-color: #fff;
	
}
select, option {
    font: 11px Arial, Verdana, sans-serif;
    color: #0F3B78;
    background-color: #fff;
}
.checkbox {
   font: 11px Arial, Verdana, sans-serif;
   color: #0F3B78;
   background-color: #fff;
}
.knopf {
	border: 1px solid #0F3B78;
    background-color: #fff;
    font-size: 11px;
}

.pseudoknopf {
    padding: 2px 7px 2px 7px;
    border: 1px solid #0F3B78;
    background-color: #fff;
    font-size: 11px;
}
td#text div.steering span.pseudoknopf a {
    text-decoration: none;
}

img.imgborder {
    border: 1px solid #BA342B;
}

p {
	margin-top:0px;
	margin-bottom:3px;
	line-height: 1.3;
}


option, td#topmenu p {
   	color: #0F3B78;
	font-size: 10px;
	font-weight: normal;
	vertical-align:top;
	line-height: 0.3;
}
td#text p {
 	color: #0F3B78;
	font-weight: normal;
	vertical-align:top;
}
.helltext {
   color: #ebe1b5;
}

a.spezial {
	color: #BA342B;
}
a.spezial:hover {
	color: #0F3B78;
}

td#text div.steering a.steering {
	color: #BA342B;
    text-decoration: none;
}
td#text div.steering a.steering:hover {
	color: #0F3B78;
}
td#topmenu p a, td#topmenu a {
    color: #0F3B78;
    text-decoration: none;
}
td#topmenu p a:hover, td#topmenu a:hover {
    color: #BA342B;
}

td#text p a, td#text a {
    color: #BA342B;
    text-decoration: underline;
}
td#text p a:hover, td#text a:hover {
    color: #0F3B78;
}
a {
	color: #BA342B;
	text-decoration: none;
}
a:hover {
	color: #0F3B78;
}
td#topmenu a.aktiv {
	color: #BA342B;
}
td#fuss p {
	font-size: 9px;
	font-weight: normal;
}
td#fuss a {
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

td#navi p {
	font-size:10px;
	margin-bottom: 4px;
	margin-top: 2px;
}
.navistyle {
	line-height: 1.8;
	border-bottom: 1px solid #CECCE2;
}
.subnavi {
	line-height: 1.8;
	border-bottom: 1px solid #CECCE2;
	margin-left: 10px;
}
.naviaktiv {
	font-weight: bold;
}


div.strich {
        width: 100%;
        margin-top; 5px;
        margin-bottom: 5px;
        border-bottom: 1px solid #BA342B;
}


div.steering {
        text-align: right;
        margin-bottom: 15px;
}

/* basic layout */
div#wrapper {
	text-align: center;
	padding: 0px;
}
div#content {
	margin: 0px auto;
	width: 900px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 900px;
	height: auto;
	text-align: left;
}
table#skeleton{
	width: 900px;
	background-color: #FFFFFF;
}
td#logotext {
	text-align: left;
	vertical-align: bottom;
	width: 590px;
	padding: 30px 5px 10px 55px;
        font: 25px Georgia, serif;
	font-weight: bold;
	color: #0F3B78;
}
td#logo {
	text-align: right;
	vertical-align:bottom;
	width: 200px;
	padding: 30px 55px 10px 5px;
}
td#top {
	width: 900px;
	text-align: center;
}
td#topmenu {
	padding-right: 55px;
	padding-bottom: 20px;
	text-align: right;
	vertical-align:middle;
	height: 40px;
}
td.filler {
	height: 25px;
}
td#navi {
	padding-left: 55px;
	width: 208px;
	vertical-align:top;
}
td#text {
	padding-bottom: 5px;
	padding-left:30px;
	padding-right:55px;
	vertical-align:top;
	text-align: left;
	width: 480px;
}
td.totop {
	height: 18px;
	text-align:right;
	vertical-align:bottom;
	font-size:10px;
	padding-right: 55px;
}
td.fillertotopleft {
	height: 18px;
}
td#fuss {
	text-align:center;
}
/* Based on Nifty Corners By Alessandro Fulciniti
   http://pro.html.it/esempio/nifty/ 
   and Snazzy Borders by Stu Nicholls
   http://www.stunicholls.myby.co.uk/boxes/ 
*/
.xsnazzy {background: transparent; width: 208px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4, .xb5 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4, .xb5 {background:#CECCE2; border-left:1px solid #CECCE2; border-right:1px solid #CECCE2;}
.xb1 {margin:0 5px; background:#CECCE2;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
.xb5 {height:6px; margin:0 0px;}

.xboxcontent {display:block;  background:#CECCE2; border:0px solid #CECCE2; border-width:0 10px; text-align:left;}
/* End of snazzy box */

/* Shadow */
.out {
  display:block; 
  background:#bbb; 
  border:0px solid #ddd; 
  position:relative;
  margin:5px 0;
  }
.in {
  text-align:center; 
  background:#fff; 
  border:1px solid #555; 
  position:relative; 
  padding:5px;
  font-weight:normal;
  }
.ltin {
  left:-5px;
  }
.tpin {
  top:-5px;
  }
.narrow {width:908px;} 
/* end of shadow */