﻿body
{
	/*font-styles*/
	font-family:Verdana;
	font-size:8pt;
	
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	
}
/*Header Styles*/
H1
{
	font-size:10pt;
	
	}
	
H1.subpageHeader
{
	margin-top:0px;
	}	
H2
{
	
}
H3
{
	
}
H4
{
	
}	

/*balken oben*/
div.top
{
	height:40px;	
}
div.top2
{
	height:28px;	
}

div.middle
{
	height:410px;
	
	text-align:left;
	padding-left:20px;
}

/*blauer balken*/
div.bottom
{
	height:28px; /*hoehe blauer balken  BLAU = #000080 */
	
	}

/*logo startseite*/	
img.logoStartseite
{
	border:0px;
	margin:5px; /*allgemeiner abstand*/
	margin-bottom:50px; /*unterer abstand*/
}	
	
	
.iFrame
{
	border:0px;
	margin:0px;
	padding:0px;		
}


/*Link styles*/
a:link 
{
	color:Black;	
	text-decoration:none;	
}   
a:visited  
{
	color:Black;	
	text-decoration:none;
}
a:hover  
{
	color:Blue;
	text-decoration:underline;
}
a:active 
{
	color:Black;
	text-decoration:underline;
}
a:focus 
{
	color:Black;
	text-decoration:underline;
	}
