/*
Allgemeine Formatierungen für die Inhaltsbereiche der Spaltenlayouts;
die Anordnung der Spalten erfolgt je Beispiel im style-Element;
Im Unterschied zu allgemein.css sind die Angaben zu Hintergrundfarben entfernt,
diese werden im Rahmen der Faux-Columns im style-Element vorgenommen.
*/

/*  
+++++++++++++++++++++++++++++++++++
  Reset und allgemeine Angaben 
+++++++++++++++++++++++++++++++++++
*/

* {
  margin: 0;
  padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 96%;
}
p {
  margin: .5em 0 1em;
}
h1 {
  font-size: 300%;
  font-weight: normal;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #4b4b4b;
}
h3 {
  font-size: 150%;
  font-weight: normal;
}
/* 
  versteckte Elemente 
*/
#kopf h2,
#navigation h2,
#bilder h2 {
  position: absolute;
  left: -9999px;
}


/*  
+++++++++++++++++++++++++++++++++++
  SEITENKOPF  
+++++++++++++++++++++++++++++++++++
*/

#kopf {
  position: relative;
}


/* Bilder */

#bilder ul {
	margin-top: 0px;
	display: inline;
	list-style-type: none;
	float: none;
	margin-bottom: 0px;
	text-decoration: none;
}
#bilder li {
	margin-bottom: 0px;
	float: none;
	padding-right: 0px;
	display: inline;
	list-style-type: none;
	text-decoration: none;
}
#bilder img {
	margin: 0 5px;
	text-decoration: none;
	border: 0px;
}
#bilder img a {
	margin: 0 5px;
	text-decoration: none;
}
#bilder img a:hover {
	margin: 0 5px;
	text-decoration: none;
}
#bilder img a:focus {
	margin: 0 5px;
	text-decoration: none;
	outline: none;
}



#bilder p {
	margin: 0;
	font-size: 80%;
	text-decoration: none;
}
#seite #fuss #bilder #bild1 {
	list-style-position: inside;
	list-style-type: none;
	text-decoration: none;
}

#seite  #fuss  #bilder  #bild2 {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}
#seite  #fuss  #bilder  #bild3 {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}
#seite #fuss #bilder #bild4 {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}
#seite #fuss #bilder #bild5 {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}
#seite #fuss #bilder #bild6 {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}
#seite #fuss #bilder #bild7 {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}
.fuss_address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #4B4B4B;
	text-decoration: none;
	float: right;
}



#fuss p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
}
.fuss_address a {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #4B4B4B;
	text-decoration: none;
}

.fuss_address a:hover {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #999999;
	text-decoration: none;
}
#fussaddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 30px;
	text-decoration: none;
	width: 80px;
}
#fussaddress2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 30px;
	text-decoration: none;
	width: 80px;
}

