

html { 
  padding:0px;
  margin:0px;
  height:100%;
}

body { background-color: #fff; background-image: url(../images/bg.jpg); font-size: 1em; font-family: Arial, Sans-Serif; color: #000; background-repeat: repeat-y; background-attachment: inherit; background-position: left 0; padding:0; margin:0; height:100%; }


a:link { color: #003152; }
a:visited { color: #003152; }
a:hover { color: #016980; }
a:active { color: #003152; }


p, pre, h2 {
  padding:0px;
  margin:0px
}


h1 {  
font-size: 1.2em; 
padding-top:5px;
font-family: Arial, Sans-Serif; 
text-align: left; 
color: #000; 
font-weight: bold; 
}

h2 {
font-size: 1.1em; 
padding-top:3px;
color: #000;
background-color: transparent;
}

h3 {  
font-size: 1.2em; 
padding-top: 5px;
padding-bottom: 5px;
font-family: Arial, Sans-Serif; 
text-align: left; 
color: #003152; 
font-weight: bold;
}

h4 {
font-size: 1.1em; 
padding-top:3px;
color: #000;
background-color: transparent;
}

#menufont {
font-size: 1.1em; 
padding-top: 40px;
color: #FFF;
background-color: transparent;
}

#inhalttitel {  
font-size: 1.2em; 
padding-top: 5px;
padding-bottom: 5px;
font-family: Arial, Sans-Serif; 
text-align: left; 
color: #003152; 
font-weight: bold;
}


li { 
color: #000;
}


/*  positioning-layers statisch und absolut */
#menu {
  position: absolute;
  width: 200px;
  left: 0px;
  background-color: #0268b0;
  height:100%;
}
#inhalt {
  margin-left: 200px;
  padding-left: 20px;
  padding-right: 20px;
  background-color:#fff;
  height:100%;
}

