html { height: 100%;}

body {margin-left : 0px; margin-bottom: 0px; margin-top: 0px; margin-right: 0px;}


p, td {
	font-family: verdana;
	font-size: 13px;
	color: #000000;
}

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

 a.navi1:link, a.navi1:visited, a.navi1:active      {text-decoration: none; color: #000066; font-family: verdana; font-size: 13px; font-weight: 600; display: block; margin-top: 10px; margin-left: 14px;}
 a.navi1:hover      {text-decoration: none; color: #e97f05; font-family: verdana; font-size: 13px; font-weight: 600; display: block; margin-top: 10px; margin-left: 14px;}



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

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

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

a:hover {
text-decoration: none;
color: #e97f05;
}

input, select, textarea {
  color: #000000;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  border: 1px solid #000000;
}

.submit {
  color: #000000;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10px;
  width: 120px;
}

h1 {
font-family: verdana;
font-size: 18px;
font-weight: bold;
color: #000000;
}

h2 {
font-family: verdana;
font-size: 16px;
font-weight: bold;
color: #000000;
}

.fehler {
padding: 3px;
border: dotted 2px #990000;
font-size: 13px;
font-family: verdana;
width: 660px;
color: #990000;
font-weight: bold;
}

.meldung {
padding: 3px;
border: dotted 2px #990000;
font-size: 13px;
font-family: verdana;
width: 660px;
color: #000000;
}

.fehlermeldung {
background: #95b2dd;
color: #000000;
border: solid 2px #ff0000;
position: fixed;
width: 400px;
font-weight: bold;
font-size: 14px;
font-family: verdana;
text-align: left;
top: 200px;
left: 200px;
visibility: hidden;
padding: 5px 5px 5px 5px;
}