body{
	font-family: tahoma, helvetica, arial, sans-serif;
	color: #3b3b3b;
	font-size: 13px;
	height: 100%;
	width: 98%;
}

a:link, a:visited, a:active{
	color: #00727A; 
  	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
}

h3 {
	color: #3b3a3d;
	font-size: 13px;;
	font-weight: normal;
}

h3 a:link {
	color: #3b3a3d;
	font-weight: normal;
}

h3 a:visited{
	color: #00727A;
	font-weight: normal;
}

h3 a:hover{
	font-weight: normal;
	text-decoration: underline;
}

h6{
	color:#3b3b3b;
	font-size: 10px;
	font-weight:normal;
}

h6 a{
	color:#00727a;
}

p {
	color: #3b3a3d;
	font-size: 13px;
}

a img{
	border: none;
}

.info {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	background-color: yellow;
	color: red;
	font-weight: bolder;
	width:500px;
	text-align:center;
}

table.vk {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}
div.header {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;

	font-size: 18px;
	height: 23px;
	line-height: 20px;
	color: #00727A;
	font-weight: bold;
}
div.text {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
}

span.pflicht_red {
	color: red;
	font-weight: bolder;
}
span.pflicht_black {
	color: black;
	font-weight: bolder;
}


#page {
	text-align:left;
	margin-bottom: 20px;
	background-color: white;
}

#content{
	overflow:hidden;
	clear:both;
	min-height: 500px;
}

#empty{
	margin-top:20px;
	margin-bottom: 20px;
}