/* CSS Document */

#inhalt {
   position:absolute;
   z-index:2;
   top:10px;
   left:200px;
   width:800px;
   height:400px;
   overflow-x:hidden;
   overflow-y: auto;
   padding:0px;
   margin:0px;
   border:1px;
}
body{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
.text_gr{
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;

}
.caption{
	font-family: Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 900;

}
a{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}





