/* CSS Document */

<!--
* {
    font-family: verdana;    
}
td,p {
	font-size: 13px;
    color: #555555;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #220461;
	}
h2 {  
	font-weight: bold; 
	font-size: 13px; 
	color: #220461;
	}
.hl2 {  
	font-weight: bold; 
	font-size: 13px; 
	color: #220461;
	}
a {  
	font-size: 13px; 
	color: #6F5D96; 
	text-decoration: none;
	}
td.stripe {
	background-color:#FFFFFF;
	border-bottom: 3px solid #F4F4F4;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
td.content {
	padding-right: 20px;
}
td.impressum{
	padding-left: 36px;
	padding-right: 50px;
}
-->

