/* Allgemeine Formatierungen */
*{
 margin:0;
 padding:0;
}

body{
 background:#FFFF33;
 font:.8em "trebuchet ms", verdana, sans-serif;
 text-align:center;
}


#rechts{
 float:left;
  background:#FFFFFF;
 text-align:left;
  padding:0px 15px 15px 15px;
 margin:0 0 20px 0;;
 width:630px;
 min-height:1180px;
}


#links{
 float:left;
 text-align:left;
 margin:0 0 20px 10px;
 width:200px
}

#unten{
 background:#666;
 clear:both;
 text-align:left;
 width:660px
}

/* Formatierungen Navigationsleiste ganz oben*/
#navigation{
 background:#fff;
 float:center;
 width:700px;
 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 #fff;
 color:#c00;
 font-size:.9em; 
 font-weight:bold;
}

#navigation ul li a:hover{
 text-decoration:none;
 border-bottom:4px solid #666
}

/* Sonstige Formatierungen */
.titel{
 float:right;
 width:90px;
 padding:0 10px 0 0
}

.titel img{
 border:0
}

/* Schrift-Formatierungen */
h1,h3,h4,h5,h6{
 border-bottom:3px solid #cc0000;
 color:#666;
 font-size:1.2em;
 letter-spacing:0em;
 margin:25px 0 0 0
}

/* Schrift-Formatierungen */
h2{
 border-bottom:3px solid #cc0000;
 color:#666;
 font-size:1em;
 letter-spacing:0em;
 margin:25px 0 0 0
}

p{
 font-size:.8em;
 }

#rechts p{
 text-align:justify
}

#rechts table{
  font-size:10pt;
}

#aufzaehlung{ /*Aufzählung "square" im Text links*/
 color: #cc0000;
 margin-left:80px;
 margin-top:5pt;
 font-size:.8em;
}

#aufzaehlung_in_tabelle{ /*Aufzählung "square" im Text links (in einer Tabelle)*/
 color: #cc0000;
 margin-left:30px;
 margin-top:5pt;
 font-size:.8em;
}

#news_intern{ /*Aufzählung "square" im Text links*/
 margin-left:50px;
 margin-top:5pt;
 font-size:.9em;
 font-color: #000000;
}

#impressum-bild{
  text-align:center;
}

#unten p{
 color:#eee;
 font:.7em "trebuchet ms", verdana, sans-serif;
 padding:5px;
}

/* Formatierungen Navigation (Rechte Spalte) */
#links ul{
list-style:none;
 margin:0 0 0 0
}

#links ul li{
 background:url(navilist-bullet.gif) no-repeat;
 display:block;
  margin:0 0px 0 0;
  padding:0 0 0 20px
}

#links ul li a{
 text-decoration:none;
  color:#c00;
}

#links ul li a:hover{
  color:#000099;
   text-decoration:underline
}


/* 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
}




