.StartSeite {
 background-color: #FFFFFF;
 background-image: url(../bilder/streifen.gif);
 background-repeat: repeat; 
 font-family: Arial, Helvetica, sans-serif;
 color: White;
}

.inhalt{
   position: absolute;
	margin: 5% 10% 15% 10%; /* Abstand Oben Rechts Unten Links */
	padding: 0% 0% 0% 0%; /* InnenAbstand Oben Rechts Unten Links */
	width: 80%; /* Breite der Box */
	min-width: 80%; /* Minimale Breite */   
	max-width: 80%; /* Maximale Breite */
	height: 70%; /* Höhe der Box */
	min-height: 70%; /* Minimale Höhe */
	max-height: 70%; /* Maximale Höhe */
	overflow: hidden; /* Methode wenn Inhalt größer ist als die Box */
	background: #eef; /* Hintergrundfarbe */
	border: 2px;      /* Rahmenstärke */ 
	border-style: dashed; /* Rahmenart */
	border-color: Gray;   /* Rahmenfarbe */
	text-align: justify;  /* Text Positionierung als Block */
}

.Fuss{
 position: absolute;
	margin: 3% 10% 15% 75%; /* Abstand Oben Rechts Unten Links */
	padding: 0% 0% 0% 0%; /* InnenAbstand Oben Rechts Unten Links */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;



}

a.Fuss {
 text-decoration: none;
 }

a:hover.Fuss {
	font-weight: bold;
}

a:visited.Fuss {
	color: Gray;
} 

.home {
 background-color: #eef;
 font-family: Arial, Helvetica, sans-serif;
 color: black;
}

h3.home{
	color: Red;
}

.impressum{
 background-color: #eef;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: navy;
}

h4.impressum{
color: Red;
}

.text{
 background-color: #eef;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10pt;
 color: navy;
}

/* -------------------------------------------------------------------------------/
/* Listomatic*/
#navlist{
 position: absolute;
 margin: 3% 10% 15% 70%; /* Abstand Oben Rechts Unten Links */
 padding: 0% 0% 0% 0%; /* InnenAbstand Oben Rechts Unten Links */
}

 #navlist ul
{

}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 2px 2px 2px 2px;
color: #fff;
font-size: 8pt;
}

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

/* END style6 */
