.black {
	background-color: #000000;
}
.shad_down {
	background-image: url(images/unten.png);
	background-repeat: repeat-x;
}
.shad_r {
	background-image: url(images/rechts.png);
	background-repeat: repeat-y;
}
.unnamed1 {
	background-image: url(images/backgr.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.big_tab {
	background-image: url(images/big_body_top.png);
	background-repeat: repeat-x;
}
.Stil1 {
color: #FF0000
}
.Stil2 {
font-size: 30px
}
.Stil3 {
	font-size: 48px;
	color: #FF0000;
	font-weight: bold;
}
.Stil5 {
font-size: 30px; font-weight: bold;
}
.Stil6 {
font-size: 9px
}
.Stil7 {
color: #000000
}
.Stil8 {
font-size: 48px
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:active {
	color: #00FF00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

.hide {
   display: none;
   visibility:hidden;
}

#hidepage{
	}
	
#hidepageOuter{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
	}
	
#hidepageInner{
   background-color: #fff;
   width:100px;
   height:100px;
   top:50%;
   left:50%;
   position: absolute;
   margin-top:-50px;
   margin-left:-50px;
   z-index: 110;	
	}
	
#hidepagePicture{   
   top: 34px;
   margin-top:34px	
	}

img {
   border:0;
}