body {
	background-color: #f8f8f8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: justify;
	margin-right: 10px;
}

.leiste {
	font-size: 10px;
	color: #FFFFFF;
	}
	
.abi {
	color: #000000;
	font-size: 15px;
	width: 100%;
	font-variant: normal;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	text-decoration: none;
	word-spacing: 2px;
	text-indent: -40px;
	}
	
a {
	color: #293E4F;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a:hover {
	color: #ffa200;
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}

li {
	vertical-align: middle;
}

table {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

input {
  font-size:10px;
  background-color : #f8f8f8;
  border: 1px solid #2B4658;
  font-family: Verdana;
	width: 148px;
}

input.radio {
	width: 20px;
}

.button {
  font-size:10px;
  background-color : #f5f5f5;
  border: 1px solid #2B4658;
  font-family: Verdana;
  width: 100px;
}
textarea {
  background-color : #f5f5f5;
  border: 1px solid #2B4658;
  font-size:10px;
  font-family: Verdana;
  width: 250px;
}

.hinweis {
  text-align: center;
  padding: 10px 0px 10px 0px;
}

.comment {
  font-style: oblique;
  padding: 10px 0px 0px 0px;
}