body {
  color: #3b3b3b;
  background-image:url(images/hintergrund.jpg);
  background-repeat:repeat-x;
  background-position: center top;
  background-color: #e6e9d4;
  font-family: Arial,helvetica,sans-serif;
  font-size: 12px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  }

a { text-decoration: underline;}
a:link    { color: #a30101;}
a:visited { color: #a32b01;}
a:focus, a:hover, a:active { color: #ff0000;}

a.a_sp2:link    { color: #99161c; text-decoration: none; font-weight:bold;}
a.a_sp2:visited { color: #99161c; text-decoration: none; font-weight:bold;}
a.a_sp2:focus, a.a_sp2:hover, a.a_sp2:active { color: #800006; text-decoration: underline; font-weight:bold;}


/*  MENÜ auf Listenbasis
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#menu {
  width:970px;
  height:20px;
  margin: 0px;
  padding: 4px 0px 0px 290px;
  text-align:left;
  background: #cad5c8;
}

#menu a{
  margin: 3px 0px 0px 0px;
  padding: 4px 4px;
}
#menu a.on  {
   color: #121a15 !important;
   font-weight: bold;
   text-decoration: underline !important;
}
#menu a:link, #menu a:visited {
  color: #4d6155;
  font-weight: normal;
  text-decoration: none;
}
#menu a:focus, #menu a:hover, #menu a:active {
  color: #b40101 !important;
  text-decoration: underline;
}

   
/* INHALT
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

td {
	font-family: Verdana,Arial,helvetica,sans-serif;
 	font-size: 12px;}
 
H1 {
	font-family: Trebuchet MS,Verdana,Arial,helvetica,sans-serif;
 	font-size: 18px;
	color:#336633;
	}
	 
  #inhalte {
  float:left;  
  background-color: #ffffff;
  width: 980px;  
  padding: 0px;
  margin: 0px;
}


.spalte1 {
  text-align:left;  
  background-color: #e8eef7;
  padding: 10px;
  margin: 0px;
}

.spalte2 {
  text-align:left;  
  background-color: #000000;  
  padding: 1px;
  margin: 0px;
}

.spalte2_phil {
  text-align:center;  
  background-color: #7097ce;  
  padding: 5px;
  margin: 10px;
}

.spalte2_hist {
  text-align:center;  
  background-color: #7097ce;  
  padding: 5px;
  margin: 10px;
}

.spalte2_phil img { border: 2px solid white; }
.spalte2_hist img { border: 2px solid white; }


.bilder {
  text-align:center;  
  background-color: #7097ce;  
  padding: 5px;
  margin: 0px;
}

/*  GALLERY
/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#gallery a img { border: thick double white; }
#gallery a:hover img { border: thick solid white; } 

#gallery a:link, #gallery a:visited {
  color: #ffffff;
  text-decoration: underline;
}

#gallery a:focus, #gallery a:hover, #gallery a:active {
  color: #b40101 !important;
  text-decoration: underline;
}

/*  FUSSZEILE
/* * * * * * * * * * * * * * * * * * * * * * * * * * */
#fusszeile {
  float:center;
  width:980px;
  height:20px;
  margin: 0px;
  padding: 4px 0px 0px 10px;
  text-align:center;
  background: #cad5c8;
}

#fusszeile .text {
  font-family: Verdana,Arial,helvetica,sans-serif;
  font-size: 11px;
}

#fusszeile a:link, #fusszeile a:visited {
  color: #336633;
  text-decoration: none;
  font-size: 11px;
}

#fusszeile a:focus, #fusszeile a:hover, #fusszeile a:active {
  color: #b40101 !important;
  text-decoration: underline;
}