body {
	margin:		0px;
	padding: 	5px;
	width:		880px;
}

div { 
	margin:		0px;
	padding: 	0px;
	background-repeat: no-repeat;
	background-position: center;
}

div.body {
	border: 	1px solid black;
	margin-bottom:	2px;
}

div.head {
	height:		122px;
	padding: 	0px;
	background-image:	 url(bilder/logo_klein.gif);
	background-repeat:	 no-repeat;
	background-position: 15px 4px;
}

div.news {
	width: 200px;
	height: 92px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid black;
	font-size:10pt;
	position:absolute;
	top: 0px;
	left: 658px;
}

div.quicklink {
	height:		20px;
	padding: 	0px;
	text-align:	center;
	background-color:	#cc0000;
	border-top:	2px solid black;
}

div.menu {
	width: 180px;
	float: left;
}

div.VFP-link {
	display:	block;
	margin-top: 20pt;
	margin-bottom: 4pt;
	text-align:	center;
}

div.content {
	width: 654px;
	min-height: 440px;
	margin-top:	2px;
	margin-bottom:	10px;
	padding:	20px;
	border: 1px solid black;
	float: right;
}

div.bottom {
	clear:both;
	padding:	5px;
	border-top: 3px solid black;
	font-size:10pt;
	text-align:	right;
}


font,H1,H2,H3,H4,H4,p,a,li,div,table,tr,th,td,img {
	font-family:	Arial, Sans-serif;
	font-size:		12pt;
	color:		black;
	margin:		0px;
	padding: 	0px;
	text-indent: 0px;
}

font.head {
	font-size:		11pt;
	font-weight:	bold;
}


H1 {
	font-size:	26pt;
	font-style:	italic;
	color:		#cc0000;
}

H2 {
	font-size:	20pt;
	margin-bottom:15px;
}

H3 {
	font-size:	16pt;
	margin-top:10px;
	margin-bottom:5px;
}


p  {
	font-size: 12pt;
	margin-top:7pt;
	text-align: justify;
}


a {
	text-decoration: none;
	font-size:	12pt;
}

a:link { color:black; }
a:hover { color:blue }
a:active { color:blue }

a.quicklink {
	padding:		0px 50px;
	font-size:		9pt;
	font-weight:	bold;
	color:			white;
	border-left:	2px solid black;
	border-right:	2px solid black;
}

a.quicklink:hover {
	color:	black;
	background-color: white;
}

a.menu {
	display:	block;
	margin-top:	2px;
	padding:	1px 0px 1px 5px;
	background-color: white;
	font-size:		10pt;
	border:	1px solid black;
}

a.submenu {
	display:	block;
	margin-top:	2px;
	margin-left:	12px;
	padding:	1px 0px 1px 5px;
	font-size:	9pt;
	background-color: white;
	border:	1px solid black;
}

a.subsubmenu {
	display:	block;
	margin-top:	2px;
	margin-left:	20px;
	padding:	1px 0px 1px 5px;
	font-size:	9pt;
	background-color: white;
	border:	1px solid black;
}

a.menu:hover {
	color:	white;
	background-color: #cc0000;
}

a.submenu:hover {
	color:	white;
	background-color: #cc0000;
}

a.subsubmenu:hover {
	color:	white;
	background-color: #cc0000;
}

img {
	border:0px;
}

img.arrow_up {
	border:0px;
	margin: 5px;
}

ul {
	padding:0px;
	margin: 5px 0px 5px 25px;
}

li {
	line-height: 1.2;
}

table{
	border: 0px;
}

th {
	padding: 2px 10px 2px 10px;
	border: 2px solid black;
	font-size:	 13pt;
	font-weight: bold;
	background-color: #bbbbbb;
}

td {
	padding:	0px 20px 0px 10px;
	font-size:	12pt;
	text-align:	left;
	background-color: #e6e6e6;
}