* {
margin: 0;
padding: 0;
}

.header {
	visibility: hidden;
}

.header_title {
	visibility: hidden;
}

.content_frame {
	top: 5px;
	width: 770px;
	position: absolute;
	margin-top: 6px;
	margin-left: 5px;

	font-size: 12px;
	color: #000000;
	text-align: justify;
	margin-right: 3px;
}

.content {
	width:100%;
	margin-top:3px;
}

.sidebar {
	visibility:hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin-left: 0px;
	margin-top: 0px;
}

p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
}

.hr {
	width: 100%;
	height: 3px;
	background-image: url(../_grafik/hr.gif);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 8px;
	margin-bottom: 8px;
}

.formular {
	visibility: hidden;
}

.newsbox {
	position: relative;
	width: 95%;
	margin-top: 5px;
	padding-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
}

.kommentarblock {
	position: relative;
	width: 433px;
	margin-top: 5px;
	padding: 30px 50px 20px 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-color: #E1F0FF;	
}

.kommentar {
	background-image: url(../_grafik/commentbg.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 420px;
	padding: 10px 5px 3px 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	background-color: #FFF;	
}

.newsbox h2 {
	font-size: 17px;
	color: #000000;
	margin-bottom: 3px;
}

.newsinfotop {
	visibility: hidden;
}

.newsinfobottom {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	float: right;
	width: 400px;
}

.newsdatum {
	visibility: hidden;
}

.newsimage {
	float: right;
	margin: 3px 1px 3px 5px;
	border: 1px solid #000000;
} /*** for IE6 ***/

html[xmlns] .newsimage {margin: 3px 1px 3px 5px; } /*** Moz put the image too low ***/

.content h1 {
	font-size: 18px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	background: #A8D3FF;
	border-top-color: #B90000;
	border-bottom-color: #B90000;
	margin-bottom:10px;
	padding-left: 3px;
}

.content h3 {
	font-size: 10pt;
	font-weight: bold;
}

.datatable {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

.datatable td {
	background-color: #E1F0FF;
	padding: 2px;
}

.datatable .ohne {
	background-color: #FFFFFF;
	text-align: center;
}

.sidebar h1 {
	width: 100%;
	font-size: 8pt;
	font-weight: normal;
	background-color: #A8D3FF;
	border-top-color: #B90000;
	border-bottom-color: #B90000;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	text-align: center;
}

.rechts {
	text-align: right;
}

.clearing {
	clear: both;
}
