/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
h1		{ font-family: Arial; font-size: 12pt; color: #000000; font-weight: bold; margin-bottom: 0;}
h2		{ font-family: Arial; font-size: 9pt; color: #000000; font-weight: bold;  margin-bottom: 0;}
h4		{ font-family: Arial; font-size: 9pt; color: #000000; font-weight: normal;  margin-bottom: 0;}
pre		{ font-family: Arial; font-size: 10pt; color: #000000; }
dt		{ font-family: Arial; font-size: 9pt; color: #000000; }
p		{ font-family: Arial; font-size: 9pt; color: #000000; }
li		{ font-family: Arial; font-size: 9pt; color: #000000; }
table		{ font-family: Arial; font-size: 9pt; color: #000000; }
strong		{ font-weight: normal; }
a:link { text-decoration:none; color: #23435B; }
a:visited { text-decoration:none; color: #23435B; }
a:hover { text-decoration:underline;color: #CC0000; }
a:active {text-decoration:none; color: #CC0000; }
body {	background-color : #FFFFFF;
        background-image:url('images/background_all.jpg');
		font-family:Arial;
        font-size:8pt;}
hr		{ color:#CC0000; height:1px; border-width: 1px; width: 100%; align: left;}

#menue_table
{
	border-collapse: collapse;
	background-image: url(images/background-menu-left.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 210px;
	height: 100%;
	border-width: 0px;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
