body { 
	background-color:#660000;
	scrollbar-base-color:#FFEDCA;
	scrollbar-3dlight-color:#FFEDCA;
	scrollbar-arrow-color:#FFEDCA;
	scrollbar-darkshadow-color:#FFEDCA;
	scrollbar-face-color:#800000;
	scrollbar-highlight-color:#FFEDCA;
	scrollbar-shadow-color:#AA0000;
	scrollbar-track-color:#FFEDCA; 
	}

a:link {
	color: darkslategray;
	text-decoration: none;
	}

a:visited {
	color: gray;
	text-decoration: none;
	}

a:hover {
	color: red;
	text-decoration: none;
	}

#opener {
	background:transparent url(images/frack2.jpg) no-repeat;
	text-align:left;
	margin:0px auto;
	width:900px;
	height: 837px;
	}

#welcome {
	position:relative;
	top: 400px;
	left:75px;
	font: normal small-caps bold 2em/2em times, serif;
	}

#background {
	background:transparent url(images/frack5.jpg) no-repeat;
	text-align:left;
	margin:0px auto;
	width:900px;
	height: 837px;
	}

#content {
	position:absolute;
	top: 120px;
	left: 50%;
	margin-left: -425px;
	width:850px;
	}

#blindtext {
	position:absolute;
	left:0px;
	top:0px;
	display:none;
	} 

#menu {
	position:absolute;
	top:69px;
	left:50%;
	margin-left:-438px;
	width:876px;
	}


.hovermenu ul{
	font: bold 13px arial;
	margin-left:0px;
	height: 25px;
	}

.hovermenu ul li{
	list-style: none;
	display: inline;
	}

.hovermenu ul li a{
	width:150px;
	padding: 2px 0.5em;
	text-align: center;
	text-decoration: none;
	float: left;
	color: black;
	background-color: #C0C0C0;
	border: 2px solid #C0C0C0;
	}

.hovermenu ul li a:hover{
	background-color: #660000;
	border-style: solid;
	}


.titel { 
	text-align:center; 
	font-family:Tahoma,sans-serif; 
	font-style:italic; 
	font-weight:bold; 
	font-size:20pt; 
	font-variant:small-caps; 
	color:#660000; 
	margin-top:8pt; 
	margin-bottom:5pt; 
	}

.subtitel { 
	text-align:center; 
	font-family:Tahoma,sans-serif; 
	font-style:italic; 
	font-weight:bold; 
	font-size:16pt; 
	font-variant:small-caps; 
	color:#660000; 
	margin-top:8pt; 
	margin-bottom:5pt; 
	}

.text { 
	text-align:center; 
	font-family:Verdana,sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	font-size:10pt; 
	color:black; 
	line-height:12.5pt; 
	margin-top:0pt; 
	margin-bottom:5pt; 
	}	

.textblue { 
	text-align:center; 
	font-family:Verdana,sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	font-size:10pt; 
	color:rgb(0,0,128); 
	line-height:12.5pt; 
	margin-top:0pt; 
	margin-bottom:5pt; 
	}

.textred { 
	text-align:center; 
	font-family:Verdana,sans-serif; 
	font-style:normal; 
	font-weight:bold; 
	font-size:10pt; 
	color:rgb(170,0,0); 
	line-height:12.5pt; 
	margin-top:0pt; 
	margin-bottom:5pt; 
	}

.inhalt { 
	text-align:justify; 
	font-family:Verdana,sans-serif; 
	font-style:normal; 
	font-weight:normal; 
	font-size:10pt; 
	color:black; 
	line-height:12.5pt; 
	margin-top:0pt; 
	margin-bottom:5pt; 
	}	

html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
	border-style: inset;
	}

