/*-------------------------------------------------Body-------------------------------------------------*/

body{
  background : #003058; /*dunkelblau*/
  color: white;
  font-family:Arial,sans-serif,serif;
}
/*-------------------------------------------------Algemeines Textformat------------------------------------*/
b.fett{
  text-decoration : underline;
  font-weight: bolder;
}
/*-------------------------------------------------Divisons-------------------------------------------------*/
div{
	font-family : sans-serif;
	font-size : 12px;
}
#divsmal {
 font-family : sans-serif;
 font-size : 12 px;
 color: Gray;
}
#divhad{
	font-size : 20 px;
	color: #5B86B8; /*blau*/
	text-decoration : underline;
}
div.txt{
  color: #e9e9e9; /*grau*/  
  font-size: 16px;
}
div.big{
  font-size :20px;
  color: #e9e9e9; /*grau*/
  text-decoration : underline;
  margin: 1cm;
}
div.bld{
  font-size :16px;
  color: #e9e9e9; /*grau*/
  font-weight: bold; 
}
div.blbg{
  font-size :20px;
  color: #e9e9e9; /*grau*/
  font-weight: bolder; 
}
div.mag{
  margin: 3cm;
}
div.d{					/*dunkel und hell in den tabellen*/
  color: white;
  font-size: 16px;
}
div.h{					/*dunkel und hell in den tabellen*/
  color: black;
  background: #CDE3FF;
  font-size: 16px;
}
div.nav{				/*grosse schrift in body-blau */
  color: #003058;/*body-blau*/
  font-size : 20px;
}
div.kickto{
  color: #003058;/*body-blau*/
  font-size : 14px;
  background: #E78C18; 
  font-weight: bolder;
}
div.gal{				/*Tabellenueberschrift in Galerie*/
 color: #003058;/*body-blau*/
 font-size : 20px;
 background: #6D809C;
}
/*-------------------------------------------------Anker-------------------------------------------------*/
A:VISITED {
	color : #E78C18;  /*orange*/
}
A:LINK {
	color : #E78C18; /*orange*/
}
A:ACTIVE {
	color : Fuchsia;
}
A {
	font-family : sans-serif;
	font-size : 14px;
	font-style : normal;
	font-variant : normal;
	font-weight : bolt;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	text-decoration : none;
}

 /*Link im Text*/
 #atxt {
	font-family : sans-serif;
	font-size : 12px;
	color: White;
}

/*-------------------------------------------------Tabellen-------------------------------------------------*/
#trsphad{
 align: center;
 font-family : sans-serif;
 font-size : 18 px;
 color: #E78C18; /*orange*/
}
#trsp{
 font-family : sans-serif;
 font-size : 12 px;
 color: #5B86B8; /*blau*/
}
table.txtfeld{
  margin: 1cm;
  background: #000066;/*blau*/
  width : 70%;
}
#tabnav{
  color: #003058;/*body-blau*/
  width : 100%;
  font-size : 18px;
}
#tdpfeil{
  width: 12px;   
}
tr.dunkel{
  color: white;
  font-size: 16px;
}
tr.hell{
  color: black;
  background: #CDE3FF;
  font-size: 16px;
}
td.hell{background: #FF0000;}
td.mittel{background: #DD0000;}
td.dunkel{background: #BB0000;}
/*-------------------------------------------------Fonts-------------------------------------------------*/
#big{
 font-size : 36 px;
 color: #5B86B8; /*blau*/
}