td { 
        color: #000000; 
        font-size: 13px; 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
} 
 
h1 { 
 color: #000000; 
 font-size: 15px; 
} 
 
h2 { 
 color: #000000; 
 font-size: 12px; 
} 
 
a:link { 
 font-style: italic; 
 text-decoration: none; 
 color: #4db344; 
 font-weight:bold; 
} 
 
a:hover { 
 text-decoration: underline; 
 color: #caebae; 
} 
a:visited { 
        font-style: italic; 
        text-decoration: none; 
        color: #4db344; 
        font-weight:bold; 
}

.navioben {
  position: absolute;
  background-image: url("bilder/navioben_bg.jpg");
  height: 35px;
  width: 100%;
}

.naviunten {
  position: fixed; 
  bottom:0px; 
  left:0px; 
  background-image: url("bilder/naviunten.jpg");
  height: 35px;
  width: 100%;
  text-align: inherit;
  
}

.blattunten {
	position: fixed;
	bottom: 4px;
	left: 0px;
	z-index:3
	
}

img {
border:0;
}

.content {
	text-align: center;
	margin-top: 5%;
	position: absolute;
	margin-bottom: 5%;
	width: 100%;
	height: 85%;
	overflow: auto;

}

img.bg {
	position: fixed;
	margin-top: -30px;
	margin-left: -530px;
	z-index:-1
}
