
body {
  margin: 0px;
}

.box1{
  position:absolute; left:275px;top:49px;
 }	
  
.box2{
  position:absolute; left:278px; top:69px;
  
 }	
  
.stempel{
  position:absolute; left:50px; top:430px;
  
 }	
	
a {
  color: #6b6b6b;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #B53B08;
  font-weight: bold;
  text-decoration: none;
}

form {
	display: inline;
}


td.grey {
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #6b6b6b;
  font-weight : normal;
}

td.black {
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #333333;
  font-weight : normal;
}

td.red {
  font-family: verdana, sans-serif;
  font-size: 10px;
  color: #B53B08;
  font-weight : normal;
}


td.greysmall {
  font-family: verdana, sans-serif;
  font-size: 9px;
  color: #6b6b6b;
  font-weight : normal;
}

td.blacksmall {
  font-family: verdana, sans-serif;
  font-size: 9px;
  color: #b53c09;
  font-weight : normal;
}

td.greyverysmall {
  font-family: verdana, sans-serif;
  font-size: 8px;
  color: #6b6b6b;
  font-weight : normal;
}



a.grey { 
  color: #6b6b6b;
  font-weight : bold;
  font-size: 10px;
  text-decoration: none;
}

a.grey:hover {
  color: #b53c09;
  font-weight : bold;
  font-size: 10px;
  text-decoration: none;
}


a.red { 
  color: #b53c09;
  font-weight : bold;
  font-size: 9px;
  text-decoration: none;
}

a.black { 
  color: #b53c09;
  font-weight : bold;
  font-size: 10px;
  text-decoration: none;
}

a.black:hover { 
  color: #6B2405;
  font-weight : bold;
  font-size: 10px;
  text-decoration: none;
}


.navilinks
	{border-bottom:1px #6b6b6b solid; padding:5px 0px 5px 0px;}


