input {
 display: none
}
body {
  font-size:40; 
  color: #333; 
  font-weight: bold; 
  font-family: arial;
  margin:4px;
}

img {
  border:0px;}

#text_gross {
  font-size:9; 
  color: #000; 
  font-weight: bold; 
  font-family: arial;
  font-style:italic;
}

#text_mittel {
  font-size:12; 
  color: rgb(102, 102, 102); 
  font-weight: bold; 
  font-family: arial;
  font-style:italic;
}

#text_klein {
  font-size:10; 
  color: rgb(102, 102, 102); 
  font-weight: bold; 
  font-family: arial;
}

#box {
position:absolute; 
z-index:3;}

#box a {
text-decoration:none;
display:block;
padding:0px;
border:0px solid black;}

#box a:hover {
color:black;
width:600px;}

#box a span {display:none;}

#box a:hover span {
  top: 80px;
  border:1px dashed #666;
  display:block;
  padding:0px;
  background: #fff;
  text-align: justify;
  padding: 10px;
  font-size:12; 
  color: rgb(102, 102, 102); 
  font-weight: bold; 
  font-family: arial;
}

.schattenunten {
	BACKGROUND-IMAGE: url(/pic/bg_sh_vertical.jpg); BACKGROUND-REPEAT: repeat-x
}
.schattenrechts {
	BACKGROUND-IMAGE: url(/pic/bg_sh_horizontal.jpg); BACKGROUND-REPEAT: repeat-y
}