@charset "utf-8";

 * {       /* Außen- Innenabstände global zurücksetzen */
	margin: 0;
	padding: 0;
 }
 
 
#container {  /* sorgt dafür, dass die Seite mittig ausgerichtet wird */
 width:960px;
 margin-top:0;
 margin-bottom:0;
 margin-left:auto;
 margin-right:auto;
}

#navigation {
float: left;
padding: 30px;
margin-right: 30px;
border-style: dotted;
border-color: #888888;
line-height:24px;
text-align: left;
color: #333; 
background-color: #FFFFFF; 
list-style: none; /* Aufzählungszeichen ausstellen */
}

#navigation a {
text-decoration: none; /* Unterstreichung entfernen */
text-align: left;
padding: 0px;
}
#navigation a:link {
color: #555; } 
#navigation a:visited {
color: #555; }
#navigation a:focus {
color: red; }
#navigation a:hover {
color: black; }
#navigation a:active {
color: red; }



#inhalt {
float: center;
width:100%;
padding: 0px;
margin: 0px;
border-style: none;
line-height:24px;
text-align: left;
color: #333; 
background-color: #fff; 
}

h1{
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	margin: 5px;
	color: #888;
}

h2{
font-size:16px;
font-weight:bold;
text-decoration:none;
margin: 5px;
text-align:center;
color: #888;
}

strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #111;
	line-height: 22px;
	font-style: normal;
	font-weight:normal;
	}

a {	color: #111;
	}

body {
	background-color: #FFF;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}

.Fliesstext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	vertical-align: text-top;
	text-align: justify;
	line-height: 22px;
	}
.FliesstextÜberschrift {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
	font-weight: bold;
}
.FliesstextÜberschriftklein {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #A1A1A1;
	text-align: left;
	vertical-align: text-top;
	text-decoration: underline;
	font-weight: bold;
}
.Fliesstextmittig {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	font-size: 14px;
}

h1{
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
	margin: 5px;
	color: #888;
}

h2{
font-size:16px;
font-weight:bold;
text-decoration:none;
margin: 5px;
text-align:center;
color: #888;
}

img.zentriert {
display: block;
margin: 0px auto;
}
