/* Allgemeine Formatierungen */
*{
 margin:0;
 padding:0;
}

body{
 background:#eeeeee;
 font:.8em "trebuchet ms", arial, sans-serif;
 text-align:center;
 margin-top:25px;
}


/* Formatierungen Layout (grob) */
#seite{
 background:#fff url(hintergrund.jpg) repeat-y;
 margin:0 auto;
 padding:10px 10px 10px 10px;
 text-align:left;
 width:790px;
}

#oben{
 background:#ffee99;
 clear:both;
 height:20px;
 width:786px;
}

#links{
 float:left;
 margin:0 0 20px 0;
 width:540px;
}

#rechts{
 float:left;
 margin:0 0 20px 20px;
 width:225px
}

#unten{
 background:#666;
 clear:both;
 width:786px
}

/* Formatierungen Navigationsleiste */
#navigation{
 background:#ffee99;
 float:left;
 width:786px;
 height:10px;
 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:#666;
 font-size:.9em; 
 font-weight:bold;
}

#navigation ul li a:hover{
 text-decoration:none;
 border-bottom:4px solid #666
}



/* Sonstige Formatierungen */
.titel{
 float:left;
 width:159px;
 padding:0 0 0 0
}

.titel img{
 border:0
}

.titel1{
 float:left;
 width:150px;
 padding:0 0 0 0
}

.titel1 img{
 border:0
}

.titel2{
 float:left;
 width:451px;
 padding:0 0 0 0
}

.titel2 img{
 border:0
}

.bilder{
 width:185px	
}


.link{
 border:0
}

#linktable{
}

#linktable img{
 border:0
}

.list1{
 list-style-type:none	
}

.list2{
 list-style-type:none;
 margin-left:15px;	
}


#links p{
 text-align:justify
}

#unten p{
 color:#eee;
 font:.85em "trebuchet ms", verdana, sans-serif;
 padding:5px;
}

H1 {
FONT-SIZE: 1.5em; MARGIN: 25px 0px 0px; COLOR: #666; BORDER-BOTTOM:
#ccc 1px solid; LETTER-SPACING: 0.01em
}
H2 {
FONT-SIZE: 1.5em; MARGIN: 25px 0px 0px; COLOR: #666; BORDER-BOTTOM:
#ccc 1px solid; LETTER-SPACING: 0.01em
}
H3 {
FONT-SIZE: 1.3em; MARGIN: 25px 0px 0px; COLOR: red; BORDER-BOTTOM:
#ccc 0px solid; LETTER-SPACING: 0.01em
}
H4 {
FONT-SIZE: 1.3em; MARGIN: 25px 0px 0px; COLOR: black; BORDER-BOTTOM:
#ccc 0px solid; LETTER-SPACING: 0.01em
}
H5 {
FONT-SIZE: 1.5em; MARGIN: 25px 0px 0px; COLOR: #666; BORDER-BOTTOM:
#ccc 1px solid; LETTER-SPACING: 0.01em
}
H6 {
FONT-SIZE: 1.1em; MARGIN: 25px 0px 0px; COLOR: #666; BORDER-BOTTOM:
#ccc 0px solid; LETTER-SPACING: 0.01em
} 


/* Formatierungen Navigation (Rechte Spalte) */
#rechts ul{
list-style:none;
 margin:0 0 0 0
}

#rechts ul li{
 background:url(Resources/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;
}

.nachoben{
 background:url(Resources/liste.jpg) no-repeat;
 display:block;
 margin:0 0px 0 0;
 padding:0 0 0 16px
}


/* 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
}
