/* Allgemeine Formatierungen */
*{
 margin:0;
 padding:0;
}

body{
 /*background:#eee;*/
 /* font:.8em "trebuchet ms", arial, sans-serif; */
 font:.8em "verdana", arial, sans-serif;
 text-align:center;
}

/* Formatierungen Layout (grob) */
#seite{
 background:#fff url(../images/hintergrund.jpg) repeat-y;
 margin:0 auto;
 padding:10px 10px 5px 13px;
 text-align:left;
 width:700px
}

#oben{
 background:#fff url(../images/kopflogo.jpg);
 clear:both;
 height:100px;
 width:950px;
}

#navigation{
 float:left;
 margin:0 0 20px 20px;
/* width:50px*/
}

#inhalt{
 float:left;
 margin:0 0 20px 0;
 width:700px;
}

/* Formatierungen Navigationsleiste */
#navigation{
 background:#9A001A;
 float:left;
 width:100px;
 padding:0 0 4px 0
}

#navigation ul{
}

#navigation ul li{
 display:inline;
 margin:0 10px 0 0
}

#navigation ul li a{
 text-decoration:none;
 border-bottom:4px solid ##9A001A;
 color:#fff;
 font-size:.9em;
 font-weight:bold;
}

#navigation ul li a:hover{
 text-decoration:none;
 border-bottom:4px solid #fff
}

/* Formatierungen Navigationsleiste Unterseite*/
#navigation_unter{
 background:#fff;
 /*border-bottom:1px solid #ccc;*/
 float:left;
 width:700px;
 padding:0 0 4px 0
}

#navigation_unter ul{
 background:#A7A7A7
}

#navigation_unter ul li{
 display:inline;
 margin:0 20px 0 0

}

#navigation_unter ul li a{
 text-decoration:none;
 /*border-bottom:4px solid #fff;*/
  color:#FFFFFF;
 border-bottom:4px solid #A7A7A7
 /*color:#666;*/
 font-size:.9em;
 font-weight:bold;
}

#navigation_unter ul li a:hover{
 text-decoration:none;
 /*border-bottom:4px solid #666*/
 border-bottom:4px solid #9A001A
}

/* Formatierungen Navigationsleiste UNTEN */
#navigation_unten{
 background:#fff;
 float:left;
 width:700px;
 padding:0 0 4px 0
}

#navigation_unten ul{
  text-align:right;
}

#navigation_unten ul li{
 display:inline;
 margin:0 10px 0 0
}

#navigation_unten ul li a{
 text-decoration:none;
 border-bottom:4px solid #fff;
 color:#666;
 font-size:.7em;
 font-weight:bold;
}

#navigation_unten ul li a:hover{
 text-decoration:none;
 /*border-bottom:4px solid #666*/
 border-bottom:4px solid #9A001A
}

/* Sonstige Formatierungen */
.titel{
 float:right;
 width:90px;
 padding:0 10px 0 0
}

.titel img{
 border:0
}

/* Schrift-Formatierungen */
h1,h2,h3,h4,h5,h6{
 border-bottom:1px solid #ccc;
 color:#666;
 font-size:1.5em;
 letter-spacing:0.01em;
 margin:25px 0 25px 0
}

#inhalt p{
 text-align:justify;
}

#inhalt p i{
 font:bold;
 color:#0000BF;
 font-style:normal;
 /*font-size:1.5em*/
}

#inhalt ul{
list-style:none;
 margin:0 0 0 0
}

#inhalt ul li{
 background:url(../images/liste.jpg) no-repeat;
 style="text-indent:1em;";
 display:block;
 margin:0 0 0 0;
 padding:0 0 0 16px
}

#unten p{
 color:#eee;
 /*font:.85em "trebuchet ms", verdana, sans-serif;*/
 font:.85em "verdana", verdana, sans-serif;
 padding:5px;
}

/* Formatierungen Navigation (Rechte Spalte) */
#rechts ul{
list-style:none;
 margin:0 0 0 0
}

#rechts ul li{
 background:url(../images/liste.jpg) no-repeat;
 display:block;
 margin:0 0px 0 0;
 padding:0 0 0 16px
}

#rechts ul li a{
 text-decoration:none;
  color:#666;
}

#rechts ul li a:hover{
  color:#000;
}

#unten{
 background:#A7A7A7;
 clear:both;
 width:700px
}


/* Link-Formatierungen */
a:link,a:visited,a:active{
 color:#000;
 text-decoration:underline
}

a:hover{
 text-decoration:none
}


#unten a{
 color:#fff;
 text-decoration:underline
}

#unten a:hover{
 text-decoration:none
}

/*Tabellenformatierungen*/
#rundrum {
  border-width:1px;
  border-style:solid;
  border-color:red;
  padding:2.5em;
  text-align:justify;
}
