@charset "utf-8";
/* CSS Document */



body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #dadada;
	overflow-y:scroll;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #dadada;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #09F;
	
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2a2a2a;
	
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2a2a2a;
}

h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #C00;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #dadada;
}
a:link {
	text-decoration: none;
	color: #dadada;
}
a:visited {
	color: #dadada;
	text-decoration: none;
}
a:hover {
	color: #828282;
	text-decoration: none;
}
a:active {
	color: #dadada;
	text-decoration: none;
}



#class1 a:link {
	color: #2a2a2a;
	text-decoration: none;
}
#class1 a:visited {
	color: #2a2a2a;
	text-decoration: none;
}
#class1 a:hover {
	color: #828282;
	text-decoration: none;
}
#class1 a:active {
	color: #2a2a2a;
	text-decoration: none;
}



#class2 a:link {
	color: #09F;
	text-decoration: none;
}
#class2 a:visited {
	color: #09F;
	text-decoration: none;
}
#class2 a:hover {
	color: #828282;
	text-decoration: none;
}
#class2 a:visited:hover {
	color: #828282;
	text-decoration: none;
}
#class2 a:focus {
	color: #828282;
	text-decoration: none;
}
#class2 a:active {
	color: #2a2a2a;
	text-decoration: none;
}


#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
	
  min-width: 100%;
  min-height: 100%;
}


#maincontent2 {
	position: absolute;
	top: 215px;
	left: 0px;
	z-index: 50;
	width: 100%;
	opacity: 0.85;
	filter: alpha(opacity=90);
	height: 600px;
	}




#maincontent3 {
	color: #09F;
	position: absolute;
	top: 3000px;
	left: 0px;
	z-index: 50;
	width: 100%;
	background: url(images/bg_bottom.png) center no-repeat;
	opacity: 0.85;
	filter: alpha(opacity=90);
	height: 20px;
	text-align: center;
	}

#maincontent4 {	
	color: #09F;
	position: absolute;
	top: 1600px;
	left: 0px;
	z-index: 50;
	width: 100%;
	background: url(images/bg_bottom.png) center no-repeat;
	opacity: 0.85;
	filter: alpha(opacity=90);
	height: 20px;
	text-align: center;
	}
	
#maincontent5{
	width: 406px; 
	height: 550px; 
	overflow: inherit; 
	overflow-y: hidden; 
	overflow-x: hidden; 
	-ms-overflow-x: hidden;
	}
	
#maincontent6{
	position: absolute;
	top: 550px;
	left: 0px;
	z-index: 50;
	width: 73%;
	background: url(images/spruch.png) right no-repeat;
	opacity: 1;
	filter: alpha(opacity=90);
	height: 225px;
	}

#maincontent {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 50;
	width: 100%;
	background: url(images/bg_top.png) center no-repeat;
	opacity: 0.85;
	filter: alpha(opacity=90);
	height: 160px;
	}
