﻿body {
  FONT-FAMILY: Verdana;
  color: #666699;
  Font-Size: 12pt;
  height: 100%;
  
  margin:0;
  padding-left:5px;

  background-color: white;
  background-image: url('bg.jpg');
  background-repeat: repeat-y;
}
A:link       {color:#000066;text-decoration: none;font-weight: bold; }
A:active   {color:#000066;  text-decoration: none;font-weight: bold; }
A:visited    {color:#000066;text-decoration: none; font-weight: bold; }
A:hover {color: #FF0000; text-decoration: none;font-weight: bold;}


h2{
  font-family: "Bookman Old Style", "Calibri", "Verdana";
}

h3{
  font-family: "Bookman Old Style", "Calibri", "Verdana";
}

.fett {
  font-weight: bold;
}

.center {
  text-align: center;
  vertical-align: middle;
}

.right {
  text-align: right;
}

.left{
  text-align: left;
}

IMG.links {
  float: left;
}

IMG.rechts {
  float: right;
}

img{
  padding: 10px;
  border:0px;
}

table.breit100{
	width:100%;
  
}

.spalte2{
  width: 200px;
}
.spalte100{
  width: 90px;
  text-align:right;
}

.Abschluss {
  Font-Size: 8pt;
  text-align: center;
  vertical-align: middle;
}
