
	html, body { 
		background-color:rgb(51,51,51);
		background-image:url(images/rapport.jpg);
		font-family:Verdana,Arial; 
		font-size:10px;
		margin: 0px auto;
		height:100%;
	}

	.v_center {
		height:  	  	100%;
		display:  	  	table-cell;
		vertical-align:  	middle;
	}	
	
	a {
		color:rgb(196,0,106);
		text-decoration:none;
	}

	img.stern {
		position:absolute;
		top: -65px; 
		bottom: auto; 
		left: -55px; 
		right: auto ;
		visibility:visible;
		z-index: -1;
		margin: 0px auto;
		width:148px;
		height:150px;
	}

	.kontakt a { 
		font-weight:normal;
		color:#000000;
	}

	.kontakt a:hover{ /*hover background color*/
		font-weight:normal;
		color:rgb(196,0,106);
	}


	.txtNormal { 
		font-family:Verdana,Arial; 
		font-size:10px;
		line-height: 1.5;
	}

	.txtContent { 
		font-family:Verdana,Arial; 
		font-size:11px;
	}


	.txtBold { 
		font-family:Verdana,Arial; 
		font-size:10px;
		font-weight:bold;
	}

	.txtError { 
		font-family:Verdana,Arial; 
		font-size:10px;
		font-weight:bold;
		color:red;
	}

	.txtBig { 
		font-family:Verdana,Arial; 
		font-size:12px;
	}
	
	.txtNonLine {
		text-decoration:none;
	}

	.txtBoldLine { 
		font-family:Verdana,Arial; 
		font-size:10px;
		font-weight:bold;
		border-bottom-color:#808080; 
		border-bottom-width:1px; 
		border-bottom-style:dotted;
		padding:3px;
	}


	.txtSmall { 
		font-family:Verdana,Arial; 
		font-size:9px;
	}

	.tabHead { 
		font-family:Verdana,Arial; 
		font-size:12px;
		font-weight:bold;
		background-color:#C0C0C0;
	}
	
	.treeMenuBold {
        	font-weight: bold;
    	}
	


	#dropmenudiv{
		position:absolute;
		border-color:#808080; 
		border-width:1px; 
		border-style:dotted; 
		border-top-width:0px; 
		font-family:Verdana,Arial; 
		font-size:10px;
		line-height:18px;
		z-index:100;
		padding:2px;
		width:163px;
	}

	#dropmenudiv a{
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px dotted #808080;
		padding: 1px 0;
		text-decoration: none;
		color:#000000;
	}

	#dropmenudiv a:hover{ /*hover background color*/
		font-weight:bold;
		color:rgb(196,0,106);
	}


	.txtFoot { 
		font-family:Verdana,Arial; 
		font-size:9px;
		color:#FFFFFF;
		padding:10px;
		style="color:#FFFFFF;
		text-decoration:none;
	}


#divUpControl{position:absolute; width:320; left:10; top:10; z-index:1; text-align: right} 
#divDownControl{position:absolute; width:320; left:10; top:270; z-index:1; text-align: right} 
#divContainer{position:absolute; width:320; height:240; overflow:hidden; top:30; left:10; clip:rect(0,320,240,0); visibility:hidden} 
#divContent{position:absolute; top:0; left:0} 
