/* CSS-Styles fuer Template 1
   www.url.ch */

body 
#zentrierer { /* Zentriert die ganze Seite horizontal */
  width: 800px;
  margin: auto;} /* 60px = Abstand vom oberen Rand */
/* #kopf {
  width: 758px;
  height: 80px;
  padding: 0 0 0 0;
  background: url(../bilder/header.gif) top left no-repeat;
  border: 1px solid gray;}*/
#inhalt {
	margin: 0;
	padding: 0;
	overflow: auto;
	width: 800px;
	background: url();
	border-right: px solid gray;
	background-color: #fff;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  
/*#navigation  { background-color: silver; width: 148px; height: 500px; float: left; border-right: 1px solid gray; border-left: 1px solid gray }
#navigation ul {
  margin: 0; padding: 0;
  position: absolute;
  width: 148px;
  height: 450px;
  margin-left: 0px;
  padding: 50px 0 0 0;}
#navigation li {
  list-style-type: none;
  margin-top: -2px;}
#navigation a {
  display: block;
  width: 138px;
  height: 20px;
  text-decoration: none;
  color: #666666;
  background-color: white;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 2px 0 0 10px;}
#navigation a:hover {
  background-color: silver;}
#navigation a.aktiv {
  color: #EEE;
  background-color: silver;
  cursor: default;}
#fuss {
  clear: both;
  width: 748px;
  height: 21px;
  color: #444; /* Schriftfarbe Fusszeile */
  background-color: #8A9AAA; /* Farbe Fusszeile 
  border: 1px solid gray;
  padding: 2px 0 0 10px;}
  
/* mögliche Formatierungen für Text: 
#inhalt h1 {}
#inhalt h2 {}
#inhalt h3 {}
#inhalt h4 {}
#inhalt p {margin: 0; padding: 0;}
#inhalt a {}
#inhalt ul {}
#inhalt li {}
#fuss p {margin: 0; padding: 0;}


/* *** Accessibility Hilfen *** 
div#kopf a.home {
  display: block;
  height: 80px;
  width: 758px;
  border: none;
  float:left;}
#skipnav {
  display:inline;
  font-size:1px;
  line-height:1px;
  z-index:15;}
#skip a {
  position:absolute; 
  z-index:1; 
  width:10em; 
  overflow:hidden; 
  top:-200px; 
  left:-1000px;} 
#skip a:focus,
#skip a:active {
  position:absolute; 
  z-index:1; 
  width:12em; 
  top:70px; 
  left:300px; 
  margin-left:4px; 
  text-decoration:underline; 
  color:#666666; 
  background:#eee; 
  font-size:12px;
  line-height:13px;}
ul {
  list-style-position:outside;
  margin-left: 13px;
  margin-bottom: 10px;
  padding: 0;}
ol {
  list-style-position:outside;
  margin-left: 20px;
  margin-bottom: 10px;
  padding: 0;}
.hide { /* unsichtbar, man darf display:none nicht verwenden sonst ist es auch für Screenreader weg 
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;}*/
#link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
