@charset "utf-8";
/* CSS Document */


#formatierung {
	font-size: 12px;
	color: #4a535d;
}



#formatierung .bold{
	font-weight: bold;
}



#formatierung a, a {
	color: #0082cb;
	text-decoration: none;
}



#formatierung a:hover, a:hover {
	color: #0082cb;
	text-decoration: underline;
}



#formatierung a img{border: 0px none;}



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


h1 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color: #0082cb;
	text-transform:uppercase;
}


h2, h3 {
	font-size: 12px;
	color: #4a535d;
	font-weight: bold;
	margin-bottom: 8px;
	padding: 0;
}
