body {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:6px;
	margin-top:0px;

	background-color:#000000;
	background-position:0px 0px;
	background-attachment:fixed;
	background-image :url(_img/screen.jpg);
}
body,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
	font-size: 1.4 em; 
	text-align:justify; 
	font-family:tahoma,Arial, Helvetica, sans-serif; 
	color:#ffffff;}

/* Counter-Anzeige */
.counter_titel {
	color:#ffffff;
	position:fixed; 
	z-index:20;	
	left: 0px;
	top: 86%;
	width:100%;
	height:40px;
	font-size:0.7em;
}

/* Bilder-Titel-Anzeige-Schatten*/
.pic_titel_shadow {
	color:#333333;
	position:fixed; 
	z-index:20;	
	left: 1px;
	top: 1px;
	width:100%;
	height:40px;
	font-size:2.5em;
}
/* Bilder-Titel-Anzeige */
.pic_titel {
	color:#ffffff;
	position:fixed; 
	z-index:20;	
	left: 0px;
	top: 0px;
	width:100%;
	height:40px;
	font-size:2.5em;
}


h1 { 
	font-size: 1.6 em;
	font-weight:700;}


a:link {
	color:#ffffff;
	text-align:center; 
	text-decoration:none; 
	cursor: pointer;}

a:visited { 
	color:#ffffff;
	text-align:center; 
	text-decoration:none; 
	cursor: pointer;}

a:hover {
	font-size: 2.2em; 
	font-weight:700;
	color:#ffffff;
	text-align:center; 
	text-decoration:none; 
	cursor: pointer;}


a:active { 
	color:#ffffff;
	text-align:center; 
	text-decoration:none; 
	cursor: pointer;}


/* zurück blättern */
.back {
	position:fixed; 
	z-index:20;	
	left: 82%;
	top: 88%;
	width:40px;
	height:40px;
}
/* vor  blättern */
.fwd {
	position:fixed; 
	z-index:20;	
	left: 92%;
	top: 88%;
	width:40px;
	height:40px;
}

/* zur Übersicht */
.home {
	position:fixed; 
	z-index:20;	
	left: 87%;
	top: 82%;
	width:40px;
	height:40px;
}

/* Grafik formatieren: */
.pic {

	position:absolute;
	z-index:5;
	left: 20px;
	top: 20px;
	width:60%;
	height:80%;
	
/*	*/
	
	/* kein eigener Hintergrund
	background:#91A800;
	background-image :    url(../imgs/clouds.jpg);
	background-repeat : no-repeat;
	background-position:0px 0px;
	background-attachment:fixed;
	background-repeat : no-repeat;*/

}

/* Bild zentrieren */
IMG.displayed {
	align:center;
/*    display: block;
	margin-left: 168px;
    margin-right: auto */

}

/* zentrierte Ausgabe */
.centered{	
	z-index:6;
	position:fixed; 
	position:absolute;
	font-size:0.7em;
	left:50%;
	top:50%;
	margin-left:-5em;
	margin-top:-5em;
	min-width:2.1em;
	text-align:center;
}
/*   Klickbereiche  ein weiteres mal aber mit Color  
click_a {
	position:fixed; 
	z-index:20;	
	left: 0px;
	top: 0px;
	width:49%;
	height:31%;
	background-color:darkred; 
}
.click_b {
	position:fixed; 
	z-index:20;	
	left: 0px;
	top: 33%;
	width:49%;
	height:31%;
	background-color:white; 
}
.click_c {
	position:fixed; 
	z-index:20;	
	left: 0px;
	top: 66%;
	width:49%;
	height:31%;
	background-color:blue; 
}
.click_d {
	position:fixed; 
	z-index:20;	
	left: 51%;
	top: 0px;
	width:49%;
	height:31%;
	background-color:grey; 
}
.click_e {
	position:fixed; 
	z-index:20;	
	left: 51%;
	top: 33%;
	width:49%;
	height:31%;
	background-color:green; 
}
.click_f {
	position:fixed; 
	z-index:20;	
	left: 51%;
	top: 66%;
	width:49%;
	height:31%;
	background-color:yellow; 
}
*/
/*   Klickbereiche  ein weiteres mal aber OHNE Color 
Aufteilung:
a    |     d
b    |     e
c    |     f

 */
.click_a {
	position:fixed; 
	z-index:20;	
	left: 0px;
	top: 0px;
	width:49%;
	height:31%;
}
.click_b {
	position:fixed; 
	z-index:20;	
	left: 0px;
	top: 33%;
	width:49%;
	height:31%;
}
.click_c {
	position:fixed; 
	z-index:20;	
	left: 0px;
	top: 66%;
	width:49%;
	height:31%;
}
.click_d {
	position:fixed; 
	z-index:20;	
	left: 51%;
	top: 0px;
	width:49%;
	height:31%;
}
.click_e {
	position:fixed; 
	z-index:20;	
	left: 51%;
	top: 33%;
	width:49%;
	height:31%;
}
.click_f {
	position:fixed; 
	z-index:20;	
	left: 51%;
	top: 66%;
	width:49%;
	height:31%;
}

