/* Alle Schriftgrößen auf Standardgröße (16 Pixel) zurücksetzen */
/* 1em entpricht dann 16 Pixel, 1.5em entspricht 150% */
/* Vorteil: Schriftgrößen werden in Browsern gleich groß angezeigt */
html * { font-size: 100.01% }

/* Schriftgröße von monospaced Elemente auf 16 Pixel setzen */
textarea, pre, tt, code {
  font-family:"Courier New", Courier, monospace;     
}

/* Basis-Layout erhält Standardschriftgröße von 12 Pixeln */
body {
  font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  font-size: 0.75em
}


#oben  h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5.5em;
	font-style: normal;
	font-weight: bolder;
	color: #393939;
}
#oben h1 i {
	color:#FDFFCD;
	font-style:normal;
}


#logomks h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	color: #393939; 
}
#logomks h1 i {
	color:#FDFFCD;
	font-style:normal;
}
#inhalt  h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#inhalt h3 i {
	color:#808080;
	font-style:normal;
}
#inhalt h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color:#808080;
}
#inhalt h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	
}
#inhalt p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: justify;
	color:#000000;
}
#aktuelles p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: justify;
	font-weight: bold;
	color:#808080;
}

#inhalt ul {
	margin-left:1em;
}
#inhalt li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type:circle;
	font-size: 1.1em;
	color:#000000;
	padding-left:0.1em;
}
#inhalt sup {
    font-size:0.7em;    
}

/* Navigationsleiste definieren */
.navlink {
	padding: 3px 10px 2px;
	display: block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

/* Navigationsleiste definieren */
.navlink {
	padding: 3px 10px 2px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}
/* Navigationsleiste Normalansicht */
/* Bei einem Element a. ... handelt es sich */
/* um eine Pseudoklasse für Verweise */
a.navlink {
  background-color: #808080;
  color: #FDFFCD;
  font-weight: bold;
  text-decoration: none;
}

/* Navigationsleiste wenn Maus darüber ist */
/* Pseudoklasse hover */
a.navlink:link {
  background-color: #808080;
  color: #FDFFCD;
  font-weight: bold;
  
}
a.navlink:visited {
  color: #FDFFCD;
}
a.navlink:hover {
  color: #808080;
  background-color: #FDFFCD;
  font-weight: bold;
}
a.navlink:focus {
  color: #808080;
  background-color: #FDFFCD;
  font-weight: bold;
}
a.navlink:active {
  background-color: #FDFFCD;
  color: #808080
  
}

.navlinkaktiv {
  padding: 3px 10px 2px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  background-color:#808080;
  color: #FDFFCD;
  font-weight: bold;
  
}

.untenlink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FDFFCD;
	font-size: 1em;
	font-weight: bold;
}
a.untenlink {
	text-decoration: none;
}
a.untenlink:focus {
  background-color: #808080;
  color: #FDFFCD;
  font-weight: bold;
}
#logounten p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.8em;
  font-weight: bolder; 
  color:#808080; 
    
}

