body {
	background-color: #F2F2F2;
	color: #002C57;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.button {
	color: #000000;
	font-family: Tahoma;
	font-size: 12px;
}

.formtable {
	padding: 8px;
	
}

.inputtable  {
	padding-bottom: 5px;
	padding-left: 15px;
	padding-top: 5px;
	
}

.inputtable td.textbeitrag {
	width: 130px;
}

.inputtext {
	border: 1px solid #CCE1F0;
	color: #5F5F55;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	width: 266px;
}

.required {
	border: 1px solid #002C57;
	color: #002C57;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding-left: 5px;
	width: 266px;
}

.subtitel {
	color: #002C57;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}

.textbeitrag {
	color: #002C57;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
}

.textbeitrag a, .textbeitrag a:link, .textbeitrag a:visited {
	color: #5F5F55;
	text-decoration: none;
}

.textbeitrag a:hover {
	color: #5F5F55;
	text-decoration: underline;
}

.textbeitrag a:active {
	color: #5F5F55;
	text-decoration: none;
}

.titel {
	color: #002C57;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}

