
body{
  background-color:#161616;
  text-decoration:none;
  font-size:12pt;
  font-family: Times New Roman, Times, serif;
  color:#9ca9ad;
  margin-top:0px; 
  margin-left:0px;
  margin-right: 0px;
  margin-bottom: 0px;    
}

a:link
{
  text-decoration:underline;
  color:#506879;
}

a:visited
{
  text-decoration:underline;
  color:#506879;
}

a:hover
{
  text-decoration:underline;
  color:#eeeeee;
}

a:active
{
  text-decoration:underline;
  color:#eeeeee;
}

a.light:link
{
  text-decoration:underline;
  color:#506879;
}

a.light:visited
{
  text-decoration:underline;
  color:#506879;
}

a.light:hover
{
  text-decoration:underline;
  color:#eeeeee;
}

a.light:active
{
  text-decoration:underline;
  color:#eeeeee;
}

h1 {
  color: #f9f9c5; 
  font-size: 30pt; 
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  color: #f9f9c5; 
  font-size: 20pt; 
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3 {
  font-size: 15pt; 
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

select {
	background-color : #BCCACE;
	border-color: #cccccc #ffffff #ffffff #cccccc;	
	color : #040C25;
}

input {
	background-color : #BCCACE;	
	border-color: #cccccc #ffffff #ffffff #cccccc;	
	color : #040C25;
}

textarea {
	background-color : #BCCACE;	
	border-color: #cccccc #ffffff #ffffff #cccccc;	
	color : #040C25;
}

div.dark {
  background-color:#151d36;
  border: 1px #303F56 solid;  
  padding: 10px;
  margin: 10px;
}

div.light {
  background-color: #9ca9ad;
  color:#151d36;
  border: 1px #303F56 solid;
  padding: 10px;  
}

div.weisss {
  background-color: #ffffff;
  border: 1px #303F56 solid;
  padding: 10px;  
}

div.schwarzz {
  background-color: #000000;
  border: 1px #303F56 solid;
  padding: 10px;  
}

table.light {
  background-color: #9ca9ad;
  color:#151d36;
}

.topleiste {
  background-image: url(images/head_r1_c2.gif);
  background-repeat: repeat-x;
}

.zwischenleiste {
  background-image: url(images/head_r3_c1.gif);
  background-repeat: repeat-x;
}


