html{
  height:100%;
  margin:0;
  padding:0;
}

body{
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size:  14px;
  color: #303030;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

#Layer1{
	position: absolute;
	width:  78px;
	height: 78px;
	z-index: 1;
	left: 150px;
	top: 23px;
}

#Layer2{
	position: absolute;
	width: 262px;
	height: 71px;
	z-index: 2;
	left: 237px;
	top: 44px;
	border: 1;
}

#Layer3{
	position: absolute;
	width: 648px;
	height: 166px;
	z-index: 3;
	left: 153px;
	top: 235px;
}

#Layer4{
	position: absolute;
	width: 337px;
	height: 20px;
	font-size:  12px;
	z-index: 4;
	left: 150px;
	top: 120px;
	font-weight: bold;
	text-align: left;
}

#Layer5{
	position: absolute;
	width: 300px;
	height: 79px;
	z-index: 5;
	left: 509px;
	top: 21px;
	font-size:  11px;
	text-align: center;
}

#Layer6{
	border: 1px none rgb(0, 0, 0);
	position: absolute;
	width: 507px;
	height: 10px;
	font-size:  8px;
	z-index: 4;
	left: 0px;
	top: 108px;
	background-color: rgb(51, 102, 255);
}

#adminlink	{
	position: absolute;
	left: 658px;
	top: -130px;
	width: 130px;
	font-size:  11px;
	font-weight: bold;
	text-align: left;
}

h1{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: bold;
}

ul  {
	list-style-type: none;
	padding: 0px;
	spacing: 0px;
	margin: 0px;
}

li  {
	background:url(images/quadrat.gif) 0px 4px no-repeat;
	list-style: none;
	padding-left: 12px;
	spacing: 0px;
	margin: 0px;
}


a        { color: #303030; text-decoration: none; }
a:link   { color: #3366ff; text-decoration: none; }
a:visited{ color: #3366ff; text-decoration: none; }
a:hover  { color: #3366ff; text-decoration: underline; }
a:active { color: #3366ff; text-decoration: underline; }
a:focus  { color: #3366ff; text-decoration: underline; }

a.name,
a.name:link,
a.name:visited,
a.name:active,
a.name:focus,
a.name:hover { color: #303030; text-decoration: none; }

table { border: 0; }

th {
  text-align:left;
  font-weight:normal;
  font-style: italic;
  background-color: #d0d0d0;
}

td.kontakt {
  font-size:  12px;
  vertical-align: top;
  padding: 0px 0px 10px 0px;
}
td.kontaktL {
  font-size:  12px;
  text-align: left;
  vertical-align: top;
  padding: 0px 10px 10px 0px;
  white-space:nowrap;
}
td.kontaktR {
  font-size:  12px;
  text-align: left;
  vertical-align: top;
  padding: 0px 10px 10px 0px;
}

td.jahr {
  font-size: 18px;
  color: #6699ff;
  background-color: #cceeff;
  text-align: left;
  vertical-align: top;
  padding: 2px 0px 0px 2px;
  border-right: 1px solid #99aaff;
  border-bottom: 2px solid #99aaff;
}

font.highlight { color: #ff2211; }
font.error     { color: #ff2211; }
font.disabled  { color: #a0a0a0; }

th.tabelle {
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 0px 5px 5px 5px;
  background-color: #b0b0b0;
}

td.tabelle0 {
  text-align: left;
  vertical-align: top;
  padding: 0px 5px 5px 5px;
  background-color: #ffffff;
}
td.tabelle1 {
  text-align: left;
  vertical-align: top;
  padding: 0px 5px 5px 5px;
  background-color: #e0e0e0;
}

td.tabelle0re {
  text-align: right;
  vertical-align: top;
  padding: 0px 5px 5px 5px;
  background-color: #ffffff;
}
td.tabelle1re {
  text-align: right;
  vertical-align: top;
  padding: 0px 5px 5px 5px;
  background-color: #e0e0e0;
}

td.tabelle0pdf {
  text-align: left;
  vertical-align: top;
  padding: 0px 5px 5px 5px;
  background-color: #ffffff;
}
td.tabelle1pdf {
  text-align: left;
  vertical-align: top;
  padding: 0px 5px 5px 5px;
  background-color: #e0e0e0;
}

div.loginerror {
  position: absolute;
  top: -70px;
  left: 0px;
  width: 340px;
  text-align: left;
  color: #ff0000;
  background: #ffffff;
  font-weight: normal;border: 1px;
}


