/*################## Größe des Srcollbereichs ohne scrollbalken########################*/
div#hold	{
	position:relative;
	overflow:visible;
	width:298px;
	height:590px;
	z-index:100;
	
	}
	
/*################## Größe des Srcollbereichs inklusive scrollbalken########################*/
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:298px; 
	height:633px; 
	clip:rect(0px, 298px, 653px, 0px); 
	overflow:visible;	
	z-index:1; 
	}
	
/*################## css für die Schrift im Inhaltsbereich ########################*/
div.content { 
	position:absolute; visibility:visible;
	left:0px; top:0px; 
	z-index:1;
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	text-align:left;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom:10px;
	text-align:justify;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:16px; height:599px; 
  font-size:1px; z-index:1;
  }
  
  /*################## größe des srollbalken hintergrundes ########################*/
div#track { 
  position:absolute; left:0; top:0px;
  width:19px; height:599px;
  background: url(../srollbalken/images/track.gif) #cc99cc repeat;
  z-index:1;
  visibility:visible;
  }
  
/*################## Größe des des scrollbalkens und farbe########################*/
div#dragBar {
	position:absolute;left:0px;top:1px;
	width:17px;
	height:80px;
	background-color:#ffccff;
	z-index:1;
	visibility:hidden;
	cursor:pointer;
  }  
div#up { position:absolute; left:0; top:-16; z-index:2;visibility:visible; }  
div#down { position:absolute; left:0; top:599; z-index:3; visibility:visible;}  


.links_aktuelles {
	text-align:left;
	}
	
.links_aktuelles a:link, .links_aktuelles a:hover, .links_aktuelles a:active, .links_aktuelles a:visited {
text-decoration:none; color: #000000; font-variant:600;}

img { border:none;}

#Tabelle_01  #cuadro_margen  {
	text-indent: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 39px;
	position: absolute;
	width: auto;
	float: left;
	height: auto;
}

