body { 	overflow: auto; 
		margin: 0px;
		padding: 0px;
		background-color:#05556E;
		color:#666666;
}
#site { position: relative;
	width: 850px;
	height: 660px;
	overflow:hidden;
	margin:0px auto;
	top: 0px;
	bottom: 0px;
}
#headlinediv {
	position: relative;
	overflow:visible;
	width: 850px;
	height: 128px;
	visibility: visible;
	background-image: url(../graphik/bk/hdl.jpg);
	background-repeat: no-repeat;
}
#picturediv {
	position: relative;
	width: 850px;
	height: 207px;
	visibility: visible;
	overflow: hidden;
	background-image: url(../graphik/bk/pic_start.jpg);
}
#textdiv { 
	position: relative;
   	width: 850px;
	height: 325px;
	background-image: url(../graphik/bk/mnl.jpg);
	background-repeat: no-repeat;
}
#textdivscroll { 
	position: relative;
   	width: 840px;
	height: 315px;
	overflow:auto;
	text-align:left;
}
h1 {font-family: "Century Gothic", "Century", "Verdana";
	color:#05556E;
	font-size:17px;
	font-weight:normal;
	margin-top:3px;
	margin-bottom:4px;
}
h2 {font-family: "Century Gothic", "Century", "Verdana";
	color:#05556E;
	font-size:15px;
	font-weight:100;
	margin-top:3px;
	margin-bottom:4px;
}
h3 {font-family: "Century Gothic", "Century", "Verdana";
	color:#05556E;
	font-size:15px;
	font-weight:100;
	margin-top:3px;
	margin-bottom:4px;
}
h4 {font-size:15px;
	text-decoration:none;
	color:#666666;
	font-family: "Century Gothic", "Century", "Verdana";
	font-weight:100;
	margin-top:3px;
	margin-bottom:4px;
}
h5 {margin-top:15px;
	margin-bottom:15px;
	font-family: "Century Gothic", "Century", "Verdana";
	color:#666666;
	font-size:10pt;
    text-decoration:none;
    font-variant:small-caps;
    font-weight:100; 

}
h6 {font-family: "Century Gothic", "Century", "Verdana";
	font-size:18px;
	color:#666666;
    font-variant:normal;
    font-weight:100; 
	margin-top:2px;
	margin-bottom:2px;
	line-height: 50%;
}
hr {font-family: "Century Gothic", "Century", "Verdana";
	font-size:2px;
	color:#666666;
	margin-top:-6px;
	margin-bottom:2px;
	line-height: 5px;
}
p, li, div  	{ 	font-size:13px;
       				font-family:"Century Gothic", "Century", "Verdana";
					color:#666666;
}
table, th, td  	{
	font-size:13px;
	font-family: "Century Gothic", "Century", "Verdana";
	font-weight:100;
	color:#666666;
}
.text {
	font-size:13px;
	font-family: "Century Gothic", "Century", "Verdana";
	font-weight:100;
	color:#666666;
}
.smalltext {
	font-size:11px;
	font-family: "Century Gothic", "Century", "Verdana";
	font-weight:100;
	color:#666666;
}
.linkgrey  	{ 			font-size:12px;
						line-height:100%;
       					font-family: "Century Gothic", "Century", "Verdana";
        				color:#666666;
        				text-align: center; 
						text-decoration: none;    					
}
.linkred  	{ 				font-size:12px;
							line-height:100%;
       						font-family: "Century Gothic", "Century", "Verdana";
        					color:#800000;
        					text-align: center;
							text-decoration: none;
}
a:link {
	text-decoration: none;
	color:#666666;
}
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration: underline;
}