/* ÜBERSCHRIFT */
h1 { 
		font-size: 14px;
		line-height: 18px; 
		color: #000000 ; 
		font-weight: bold; 
		border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; 
		margin-bottom: 0px; 
		border-style: solid; 
		border-width: 0px 0px 3px 0px;
		}

h2, h3 { 
		font-size: 12px; 
		line-height: 16px; 
		color: #000000; 
		font-weight: bold;
		font-style: italic;
		border-color: #FFFFFF #FFFFFF #FFFFFF #FFFFFF; 
		margin-bottom: 0px; 
		border-style: solid; 
		border-width: 0px 0px 0px 0px;
		}	

div#inhalt {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	text-align: justify;
	}

div#inhalt p {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: justify;
	}

div#inhalt a:link, div#inhalt a:visited, div#inhalt a:active, div#inhalt a:hover{
	color: #333333;
	}

.ueberschrift {
	padding-top: 18px;
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	}