body, html {
	margin: 0;
	padding: 0;
	height:100%;
	background: #000000;
}

body {
	min-width: 830px;
}

p,td,li,.inhalt,.form,.textfeld,.textfeld2,.header,.button,.mapinp,.mapbut,.label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
  	color: #283990;
  	text-decoration: none;
}

a:hover {
  	text-decoration: underline;
}

.header {
	font-size: 14pt;
	font-weight: bold;
}

.textfeld,.textfeld2 {
  width: 99%;
  background-color: #FFFFFF;
  border: 1px #000000 solid;
}

.textfeld2 {
  border: 1px #999999 solid;
}

.button {
  width: 99%;
}

.map {
  border: 1px #000000 solid;
}

.label,.mapbut {
  color: #999999;
  font-size:9px;
}

.mapinp,.mapbut {
  background-color: #F4F4F4;
  color: #555555;
  border: 1px #CCCCCC solid;
  height: 15px;
}

.mapbut {
  height: 19px;
}

.sep {
  height: 10px;
}


