﻿body 
{
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size:12px;
 background-color:#fff;
 text-align:center;
}
 
h1 {font-size:18px;color:#000000;margin:0px;}
h2 {font-size:14px;color:#000000;}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}
 
a:link, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:bold;
  color:#039;
  font-size:12px;
}
a:hover
{ 
  color:#f00;
}
a:visited
{
  color:#088;
  font-weight: bold;
}
a.aktiv
{
	color:#f00;
}
/* Textausrichtung und Zellenabstand bei den Sprungmarken links und oben */
.style1 {
	text-align: left;
	padding-left: 5px;
}
/* Blauer Unterstrich im Textblock */
.style2 {
	border-bottom: 1px solid #0089D0;
	padding-bottom: 0;
	margin-bottom: 7px;
}
/* Zellenabstand links und rechts in den Textblöcken des Content */
.style3 {
	padding: 0 10px;
}
.style4 {
	text-align: right;
}
.style5 {
	text-align: center;
}
.imglogo {
	padding-top: 5px;
	border: 0;
}
.noborder {
	border: 0;
}
.imgleft {
	border: 0;
	padding-right: 10px;
	float: left;
}
.zentriert {
	text-align: center;
}

/* Der Rahmen und die Breitenfixierung */
#wrapper {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  border: 2px solid #0089D0;
}
 
/* Die Navigation ganz oben */
#top_navi {
  height:20px;
  padding:5px;
  text-align:right;
  background-color:#fff;
}
 
/* Das Logo */
#logo {
  color:#000;
  background-color:#fff;
  text-align:left;
  padding:0;
  height: 90px;
  background-image:url('../images/bg_logo2.jpg');
  background-position:left top;
  background-repeat: no-repeat;
}

/* Die Hauptnavigation unterhalb des Logos*/
#navi {
  background-color:#fff;
  height:20px;
  padding:5px;
  text-align:right;
  border-bottom: 2px solid #0089D0
}
 
/* Der Inhalt mit den Textblöcken */
#content {
border-top:5px solid #fff;
background-color:#fff;
padding:5px;
color:#000;
}

