body, div, table, tr, td {
	font-family:helvetica, arial, sans-serif;
	font-size:12px;
	color: #660099;
	}
	
table {
	margin-left:10px;
	}	
	
div#pop {
	position: relative; 
	top: 10px; 
	left: 0px; 
	height: 400px; 
	font: 12px Helvetica, Arial, sans-serif; 
	z-index: 100;
	}

div#pop a {
	font-weight:bold;
	display: block;
	padding: 0px 0px;
	margin: 0 0 1px;
	text-decoration: none;
	color: #660099;
  }
  
div#pop a:hover {
	color: #660099;
	background: transparent;
	}
  
div#pop a span {
	display:none;
	}
	
div#pop a:hover span {
	display: block;
	position: absolute;
	top: 50px;
	right: 0;
	width: 500px;
	padding: 5px;
	z-index: 100;
	color: #660099;
	background: #FFEECC;
	font: 12px Helvetica, Arial, sans-serif;
	border: 2px ridge #660099 ;
	}
div#pop a:hover span img {
	border:0;
	}	
	
div#pop a.norm {
	display:inline;
	font-weight:normal;
	color:blue;
	}	
	
div#pop a.norm:hover {
	display:inline;
	font-weight:normal;
	color:blue;
	text-decoration:underline;
	}		
	
div.title {
	display:inline;
	font-weight:bold;
	position:absolute;
	left:120px;
	}	
	
	img {
	padding:0;
	}

/* Hintergrund Vorträge */	
.backv {
	width:670px;
	background-image:url(vortrag/images/f_vortrag.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	}	
	
/* Hintergrund Seminare */
.backs {
	width:670px;
	height:670px;
	background-image:url(seminar/images/f_seminar.jpg);
	background-repeat:no-repeat;
	background-position:right 150px;
	}		

/* Hintergrund Exkursionen */
.backe {
	width:670px;
	height:600px;
	background-image:url(exkurs/images/f_exkurs.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	}		

/* Hintergrund Ausbildungen */
.backa {
	width:690px;
	height:600px;
	background-image:url(ausbild/images/f_ausbild.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	}		
	
/* Hintergrund Bücher */
.backb {
	width:700px;
	background-image:url(buchverkauf/images/f_buch.jpg);
	background-repeat:no-repeat;
	background-position:right 250px;
	}		

/* Beschreibungen */	
.beschr {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#660099;	
	width:690px;
	height:400px;
	margin: 20px 20px 0 10px;
	}

ul {
	margin:0;
	padding:0px 0px 0px 30px;
	}	

