	body{
	  font-family: Georgia, Arial, sans-serif;
	  font-size:11px;
	  line-height: 16px;
	  color: #4C4C4C;
	  background-color:#ffffff;
	  margin: 10px 20px 10px 20px;
	}
	
	td{
		color: #4C4C4C;
		font-family: Georgia, Arial, sans-serif;
		font-size:11px;
		line-height: 16px;
		}
	p,br{
		color: #4C4C4C;
		font-family: Georgia, Arial, sans-serif;
		font-size:11px;
		line-height: 16px;
		text-align:justify;
		}
	ul{
		color: #4C4C4C;
		font-family: Georgia, Arial, sans-serif;
		font-size:0px;
		text-align:left;
		margin-top:0px;
		margin-bottom:0px;
		}
	li{
		color: #4C4C4C;
		font-family: Georgia, Arial, sans-serif;
		font-size:11px;
		text-align:left;
		margin-top:6px;
		margin-bottom:6px;
		}
	.tdunderline{
		border-bottom:1px solid black;
		padding-bottom:0px;
		margin:0px;
		}
	.standard{
		color: #4C4C4C;
		font-family: Georgia, Arial, sans-serif;
		font-size:11px;
		line-height: 16px;
		}
		
	.headline{
		font-family: Georgia, Arial, sans-serif;
		font-size:18px;
		font-weight:bold;
		text-align:left;
		}
		
	.subheadline{
		font-family: Georgia, Arial, sans-serif;
		font-size:14px;
		text-align:left;
		font-weight:bold;
		margin-top:18px;
		margin-bottom:3px;
		}

		}
	.headlinelink{
		color: #4C4C4C;
		font-family: Georgia, Arial, sans-serif;
		font-size:14px;
		font-weight:bold;
		text-align:left;
		text-decoration:none;
		}
	.hint{
		color:#ce0000;
		font-size:12px;
		}
	a:link{
		font-family: Georgia, Arial, sans-serif;
		color:#ce0000;
		}
	a:visited{
		font-family: Georgia, Arial, sans-serif;
		color:#ce0000;
		}
	a:hover{
		font-family: Georgia, Arial, sans-serif;
		color:#ce0000;
		
		}
	a.bold:active{
		font-family: Georgia, Arial, sans-serif;
		color:#ce0000;
		font-weight: bold;
		text-decoration: none;
		}
		
		
	a.bold:link{
		font-family: Georgia, Arial, sans-serif;
		font-weight: bold;
		color:#ce0000;
		text-decoration: none;
		}
	a.bold:visited{
		font-family: Georgia, Arial, sans-serif;
		color:#ce0000;
		font-weight: bold;
		text-decoration: none;
		}
	a.bold:hover{
		font-family: Georgia, Arial, sans-serif;
		color:#ce0000;
		font-weight: bold;
		text-decoration: underline;
		
		}
	a.bold:active{
		font-family: Georgia, Arial, sans-serif;
		color:#ce0000;
		font-weight: bold;
		text-decoration: none;
		}
		
table.data{
  padding-left: 3px;
  background-color: #EFEFEF;
	border-top: 1px solid black;
  border-bottom: 1px solid black;
}

table.data tr.trenner td {
        border-bottom: 1px solid black;
}		