



body {
	margin-top:10px;
	margin-bottom:10px;
	background-color : Black;
}

/* margin-top = Abstand zwischen Fensterrand und Inhalt oben */
/* margin-bottom = Abstand zwischen Fensterrand und Inhalt unten */
/* 10px = 10 Pixel, Wert aenderbar */



ul,ol,li,div,td,th,address,blockquote,b,nob,i
     {
	font-family:Arial,sans-serif;
	color : White;
	font-size: 10pt;
}


p
     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : White;
	text-align : justify;
	font-size: 10pt;
	font-style : italic;
}


.htr1	{
	font-weight: bold;
	font-size: 33pt;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : White;}
.htr2	{
	font-weight: bold;
	font-size: 23pt;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height : 120%;
	color : White;}



	
h1 {font-size: 5pt;color : Black;}
	

h2 {
	font-size: 22pt;
	color : White;
}
	
h3 {
	font-size: 11pt;
	color : White;
}

h4 {font-size: 10pt;color : White;}






a:link {
	color: #FB0600;
	text-decoration:underline;
}
a:visited {
	color: #B7221E;
	text-decoration:underline;
}
a:active {
	color: #FFCD22;
	text-decoration:none;
}

/* a:link = Verweise zu noch nicht besuchten Seiten */
/* a:visited = Verweise zu bereits besuchten Seiten */
/* a:active = Verweise, die gerade angeklickt werden */
/* color = Farbe */
/* #AA5522 = kotzbeige, Wert aenderbar */
/* #772200 = scheissbraun, Wert aenderbar */
/* #000000 = schwarz, Wert aenderbar */
/* text-decoration = Tesxtstil */
/* underline = unterstrichen, Default-Wert, Wert aenderbar */
/* none = nicht unterstrichen, Wert aenderbar */


.aussentab {
background: #000000;

}

.schmal {
background: #000000;
font-size: 11px;
color: #ffffff;
margin: 0px auto;
padding: 2px 2px;
}

.inhalttop {
background: #000000;

}

.inhalt {
background: #000000;
}


/* ---------- LINKS BEREICH Navigationstabelle---------------------------------------- */
#links {
   width: 140px;
   border-collapse:collapse;
  }

  #links a {
	display: block;
	background: #323F42;
	color: #ffffff;
	font: bold 11px Verdana,Arial;
	margin: 0px auto;
	padding: 4px 2px;
	text-decoration: none;
	width: 140px;
	border:1px solid #ffffff;
}

  #links a:hover {
   background:#DFDFDF;
   color: black
  }
  
  .td {
	border:1px solid #00000f;
	background-color: #ACC2D2;
	width:140px;
}
  
  #th {
  margin: 2px auto;
  padding: 4px 4px;
  font: bold 11px Verdana,Arial;
  border:1px solid #000000;
  background: #516582;
  width: 140px;
  color: #FFFFFF;
  }

/* ---------- LINKS BEREICH Navigationstabelle---------------------------------------- */
/* ---------- Tabellen---------------------------------------- */
#normaltabelle {
   width: 100%;
   border-collapse:collapse;
   padding: 5px 5px;
  }
  
  #thkopf {
  padding:2px 5px;
  font: bold 12px Verdana,Arial;
  border:1px solid #000000;
  background: #516582;
  width: 100px;
  color: #FFFFFF;

  }  

  .tdinhalt {
  height:400px;
  vertical-align: top;
  padding: 6px 6px;
  border:0px solid #ffffff;
  background-color:#000000;
  font: 12px Verdana,Arial;
  color: #FFFFFF;
  }
/* ---------- Tabellen---------------------------------------- */


