/* CSS Document */
body{

	 	
		/*leicht dunkel*/
		background-image: url("../pagepics/mainpage_03_leichtdunkel.jpg");
		/*sehr dunkel*/
		/*background-image: url("../pagepics/mainpage_03_dunkel.jpg");*/
		/*normaler Hintergrund*/
		/*background-image: url("../pagepics/mainpage_03.jpg");*/
		background-repeat:no-repeat;
		background-color:#DEE2EB;
		font-family:verdana,arial,helvetica,times;
		font-size: 10pt;
		color:#1A4A96;
		margin:0px;
		
		scrollbar:size 3px;
		scrollbar-face-color:#DEE2EB;
		scrollbar-highlight-color:#DEE2EB;
		scrollbar-3dlight-color:white;
		scrollbar-darkshadow-color:white;
		scrollbar-shadow-color:#DEE2EB;
		scrollbar-arrow-color:#1A4A96;
		scrollbar-track-color:#DEE2EB;
		
}

a:link{
	color: #1A4A96;
	text-decoration:underline;
}
a:visited{
	color: #1A4A96;
	text-decoration:underline;
}
a:hover{
	color: #1A4A96;
	text-decoration:underline overline;
	background-color:#FFFFFF;
}
a:active{
	color: #1A4A96;
	text-decoration:underline;
}

table{

	font-size: 10pt;
	
}

#main{
	position:absolute;
	left:4px;
	top:-2px;
	width:699px;
	height:380px;
	overflow:auto;
				
}
	
table.maintable{

	width:100%;
	height:100%;
	border:0px solid #000000;
	padding:10px;
	margin:0px;
	

}
	
#head{
		font-size: 11pt;
		font-weight:bold;
}

td.siteheadline{
	
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	vertical-align:top;
	height:40px;

}

#textcont{

	line-height:15pt;
	text-align:justify; 
	display:table; 
	width:80%;

}

