@CHARSET "ISO-8859-1";

body {
	background: #eee;
	color: grey;
	font-family: Arial, sans-serif;
	font-size: 8pt;
}

table {
	font-size: 9pt;
	text-align: justify;	
}

table#menu {
	margin-top: 15px;	
}

table#menu td {
	width: 100px;
	border-right: 5px #ffc solid;
	/* Active Color */
	padding: 2px;	
}

p#footer {
	font-size: 7pt;
	color: grey;
	text-align: center;	
}

p#links {
	margin-top: 5px;
	letter-spacing: 0.2em;
	font-weight: bold;
	font-size: 8pt;
}

p#content a{
	color: #333;	
}

table#Tabelle_01 {
	margin-top: auto;
	margin-bottom: auto;	
}

table#Tabelle_02 {
	margin-top: 0px;	
}

a {
	text-decoration: none;
	color: grey;
}

a img {
	border: 0px;
	
}

a:hover {
	color: #333;
}

table#content {
	margin-top: 5px;
	vertical-align: top;	
}

td#content_bg {
	padding-top: -20px;
	padding-left: 20px;
	padding-right: 7px;
	vertical-align: top;
}

div#content {
	margin-top: -15px;	
}

div#content_text {
	margin-top: -15px;
	margin-right: 5px;
	margin-left: 5px;	
}

div#menu {
	margin-top: 9px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	/* position: absolute; */
}


div#menu a {
	border-right: 5px solid #eee;
	/* BG Color */
	color: grey;
	width: 97px;
	padding: 2px;
	display: block;
}

div#menu a:hover {
	border-right: 5px solid #999;
	/* Hover Farbe */
	color: #333;
}
