body { padding: 0px; margin: 0px;}

* {
	color:#2B2B2B;
	font-family:Verdana,Arial;
	font-size:12px;
	line-height:16px;
} 

html {
 background-color: #ffffff;
}

table {
 width: 100%;
 border: none;
 
}

td {
	margin:0px;
	padding-bottom: 6px;
}

.beruf{
 font-weight: bold;
}

a:link {
	text-decoration : none;
}
a:visited {
	text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
a:active {
	text-decoration : none;
}
a:focus {
	text-decoration : none;
}
