.Background1 {
	background-color: #FFF3B3;
}
.Fliesstext1 {
	color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	vertical-align: top;
	font-variant: normal;

}
.Fliesstext12 {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	
}
.Fliesstext13 {
	color: #990000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
}
	
.Headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #cc9900;

}
.Subline {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;

}
.Links {
	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}	
bilder {
	margin-left:auto;
	margin-right:auto;
	background-position: center top;
}

body {
	background-color: #FFFFCC;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;

}
table {
	margin-left:auto; margin-right:auto;
	


/* this style are only for the menu - strickly tabu */
}
.menu {
	width:600px;
	height:25px;
	position:relative;
	z-index:100;
	font-family:arial, sans-serif;
	font-weight: normal;
	font-variant: normal;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:600px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:100px;
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#006600;
	width:100px;
	height:25px;
	background:#FFFFCC;
	padding-left:5px;
	line-height:25px;
	font-weight:bold;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#f2d894;
	
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#f2d894;
	
}
.menu ul ul :hover > a.drop {
	background:#FFCC00;	
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#f2d894;	
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#FFCC00;	
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:170px;
	top:0px;
	width:190px;	
}
/* position the third level flyout menu for a right flyout  */
.menu ul ul ul {
	left:170px;
	top:0;
	width:190px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:1px;
	visibility: hidden;
	z-index: 3;	
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#f2d894;
	color:#000000;
	height:17px;
	line-height:20px;
	padding:5px;
	width:160px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#000000;
	background:#FFCC00;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000000;
	background:#FFCC00;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;	
}

