BODY, {
	color : Black;
	font-weight : normal;
	font-size : 9px;
	font-family : Arial;
	list-style-position : outside;
	scrollbar-3d-light-color:#000000;
	scrollbar-arrow-color:#000000;
	scrollbar-base-color:#FFFFFF;
	scrollbar-dark-shadow-color:#C0C0C0;
	scrollbar-face-color:#FFA500;
	scrollbar-highlight-color:#C0C0C0;
	scrollbar-shadow-color:#000000;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-position : center;
	background-repeat : no-repeat;
	background-color : White;
}

TD {
	color : Black;
	font-weight : normal;
	font-size : 9pt;
	font-family : Arial;
	list-style-position : outside;
}

A:LINK {
	color : Black;
	text-decoration : none;
	font-weight : bold;
	border : #663300;
}

A:VISITED {
	color : Black;
	text-decoration : none;
	font-weight : bold;
}

A:ACTIVE {
	color : Black;
	text-decoration : none;
	font-weight : normal;
}


A:HOVER {
	color : Silver;
	text-decoration : none;
	font-weight : bold;
}

H1 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

H2 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
}

H3 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

H4 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

H5 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	background-color : #F0F0F0;
	padding-left : 3px;
	border-top-color : Black;
	border-top-style : solid;
	border-top-width : thin;
}

H6 {
	color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8px;
}

BLOCKQUOTE {
	margin-left : 0;
}

CAPTION {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : 800;
}


/*Klassen für News*/
.news_content {
	margin-bottom: 20px;
	padding: 10px;
	text-align: justify;
	float: left;
	text-indent: 0px;
}

.newstitle {
	color : #000000;
	font-size : 12px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	text-align: left;
	text-indent: 0px;
	padding: 0px;
}

.newsdatum {
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	float: left;
	font-weight : normal;
	margin-bottom: 10px;
	clear: both;

}

.newsbild {
	border: 1px solid #000;
	margin-right: 5px;
	margin-bottom: 3px;
	float: left;
	clear: both;
}

.clear {
	clear: both;
}

.line {
	height: 1px;
	background-color: #000;
	display: block;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 5px;
	clear: both;
}
/*Ende Klassen für News*/
