body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

.smalltext {font-size: 9px}

.BraunRub {
	color: #CC9966;
	font-weight: bold;
}

.boarderlinetop { 
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}
.boarderlinerght { 
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 0px; 
	border-left-width: 0px;
}
.boarderlineleft { 
	border: #999999; 
	border-style: solid; 
	border-top-width: 1px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
}
.boarderlinebottom { 
	border: #999999; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 0px;
}

.whitelank a {  
	color: #FFFFFF;  
	text-decoration: underline;
}
.whitelank a:link {
	text-decoration: underline;
	color: #FFFFFF;
}
.whitelank a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
.whitelank a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.whitelank a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

a:link {
	text-decoration: underline;
	color: #000000;
}

a:visited {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

a:active {
	text-decoration: underline;
	color: #000000;
}
