html, body {
	margin:0px;
	padding:0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#313131;
	height:100%;
	font-family: Verdana,Arial,Tahoma; 
	font-size: 9pt; 
	color:fff;
}

a:link {
	font-weight:bold;
	text-decoration: none; 
	color: #ff9900; 

}
 
a:active {
	font-weight:bold;
	text-decoration: none; 
	color: #ff9900; 
}
 
a:visited {
	font-weight:bold;
	text-decoration: none; 
	color: #ff9900; 
} 

a:hover {
	font-weight:bold;
	text-decoration: underline; 
	color: #ff9900;
	cursor: hand; 
}

hr {
	border: none 0;
	border-top: 1px dotted #999999;
	height: 1px;
}

td  {
	font-family: Verdana,Arial,Tahoma; 
	font-size: 9pt; 
	color:fff;
}

img {
	border:0px;
}

.content {
	padding-left:20px;
	padding-top:20px;
	padding-bottom:10px;
}

.content_right {
	padding-top:20px;
	padding-left:50px;
}

H1 {
	font-family: Verdana,Arial,Tahoma; 
	font-size: 11pt;
	font-weight:bold; 
	margin:0px;
	padding:0px;
}

.line {
	height:1px;
	width:412px;
	margin-bottom:15px;	
}

.formular {
	border: 1px solid #ff9900;
	color:#313131;
	padding:1px;
}

.block {
	width:396px;
	border-left:16px solid #ff9900;
	background:#525252;
	padding:10px;
	margin-bottom:5px;

}

.block2 {
	width:396px;
	border-left:16px solid #fff;
	background:#525252;
	padding:10px;
	margin-bottom:5px;

}

.leistungen {
	margin-top: 15px;
	font-size: 9pt;
}