 /* Style Definitions */

BODY
{
  background-color:#208491;*/

}

/* randeinstellungen im body würden dazu führen, dass die tabellenbreite in % nur vom IE auf den   verbleibenden bildschirmbereich angepasst wird. zur verschiebung einer tabelle muß daher der   div verwednet werden. */ 

div
{
  background-color:white;
  margin-top:3%;        /* Ränder für div Tag im html-Dokument */
  margin-left: 3%;
  margin-right: 3%;

}

p, h1, h2, h3, h4, h5, h6, ol, ul 	/* font gängiger Text-Tags einstellen */ 
{
  font-family: Arial;
  color: #000000;
}

/*a 
{
  text-decoration: none; 		/* entfernt unterstreichung bei link´s (anchor) */
}*/ 

a:visited 
{
  color: black; 				/* besuchte Link´s sind auch schwarz */
}

h1 
{
  font-size: 1.5em; 			/* Größe der Überschrift H1 anpassen */
}

h2 
{
  font-size: 1.2em; 			/* Größe der Überschrift H2 anpassen */
}

h3 
{
  font-size: 1em; 			/* Größe der Überschrift H3 anpassen */
}
h4
{
  font-size: 0.9em; 			/* Größe der Überschrift H3 anpassen */
}
p 
{
  font-size: 0.9em; 			/* Größe p-Tag anpassen */
}
#navi	{
  width:105pt;
	list-style:none;
	margin-left: 10px;
	margin-top: 40%;
  padding: 10px;
	align:left;
  font-size: 1em;
	}
#navi a	{
	color:black;
	line-height: 30px;
	text-decoration:none;
	font-weight:bold;
	
	}
	
#navi a:hover
	{
	color:#208491;
	font-weight:bold;
  font-size: 1.1em
	
 }
	
#list	{
	font-size: 0.9em;
	margin-left: 10px;
	margin-top: 5px;
	padding: 5px;
	align:left;
	}

#list p	{
	font-size: 0.9em;
  }

#list a	{
	color:black;
	font-weight:bold;
	}
	
#list a:hover
	{
	color:#208491;
	font-weight:bold;
	
	}
#list a:visited
	{
	color:#208491;
	font-weight:bold;

	}
ul.lstg	{
	font-size: 0.75em;
	text-decoration:none;
  list-style:none;
  /*margin-left: 2px; */
 	align:left;
}

ul.lstg p	{
	font-size: 0.9em;
}

ul.lstg a	{
	color:black;
	font-weight:bold;
}

ul.lstg a:hover
	{
	color:#208491;
	font-weight:bold;

	}
p.lstg
  {
    font-size:0.9em;
  }
p.imp
  {
    font-size:0.9em;
    line-height:20px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
#det	{
  /*width:120pt;*/
	list-style:none;
	/*margin-left: 10px;*/
  padding: 1px;
	align:left;
  font-size: 1em;
	}
#det a
  {
	font-size: 0.9em;
  color:black;
	line-height: 20px;
	text-decoration:none;
  font-weight:bold;
 	}
#det a:hover
	{
	color:#208491;
  font-weight:bold;
	}


