/* Stylesheet fuer Aristuck */
html { height: 101%; /* erzwingt scrollbar im firefox */
margin:0;
padding:0;
}
html, body {
scrollbar-base-color:#;
scrollbar-face-color:#2A3F55;
scrollbar-track-color:#808080;
scrollbar-arrow-color:#ff4500;
scrollbar-highlight-color:#ffffff;
scrollbar-3dlight-color:#ffd700;
scrollbar-shadow-color:#ffd700;
scrollbar-darkshadow-color:#ffffff;
}
body {
	margin:0;
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: small;
	background-color: #475C73;
	color: white;
	}
* html body {
  font-size: x-small; /* fuer IE 5/Win */
  f\ont-size: small; /* fuer andere IE-Versionen durch den backslash wird ignoriert */
  } 
#wrapper { 
	color: white;
	background-color: #2A3F55; /*blau */
	width: 800px; /* Breite des Inhaltsbereiches */
	padding: 0;
	margin: 0;
	}
#content {
	margin: 10px 20px 10px 10px;
	padding: 15px 25px 15px 25px;
}
h1 {
  	font-size: 150%;
	font-family: Chiller, Arial, Verdana, Helvetica, sans-serif;
	color: white;
	font-weight:normal;
	text-align: center;
	}
h2 {
	font-size: 130%;
	font-family: Chiller, Arial, Verdana, Helvetica, sans-serif;
	color:white;
	font-weight:bold;
	text-align: left;
	} 
h3 {
	font-size: 110%;
	color:red;
	font-weight:bold; 
	}
#update {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-weight:normal;
	color:white;
	font-size:10px;
}
#navibereich  {
padding-top:20px;
}
#navibereich ul { 
	margin-bottom: 0; 
}
#navibereich li {	
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 5px 5px 5px 5px;
}
a {
	text-decoration: none;
	align: center;
	font-size: 90%;
	font-weight: bold;
}
a:link {
color:#ffffff;
}
a:hover {
color:#a9a9a9;
}
a:active {
color:#ffffff;
}
a:visited {
color:#ffd700;
}
address {
	text-align: center;  /* zentrieren */
	font-size: 90%;      /* etwas kleiner */
	font-style: normal;  /* normale Schrift, nicht kursiv */
	font-weight: bold;
	letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
	line-height: 1.5em;  /* Zeilenabstand */
	}
#fussbereich {
	clear: both;
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #475C73; /* Rahmenlinie oben */
	margin-top: 10px; 
	text-align: center;  /* zentrieren */
}
#fussbereich a:hover {
	 font-weight:bold;
	 color: #a9a9a9;
	 }
div.galerieRechts {
	overflow: hidden;
	padding: 25px 10px 10px 10px;
	margin-bottom: 3px;
	}
div.galerieRechts img {
	float: right;
	margin-left: 15px;
}	
table {
	background:#2A3F55;
	position: relative; 
	margin: 0 auto;
	border-collapse: collapse;  
	}
td {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: white;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding: 10px 2px 2px 5px;
	}