body,html {
	font-family:Tahoma;
	color:#000044;
	margin:0px;
	height:100%;
	background:url(images/img_background.jpg) fixed;
}

#header {
	width:100%;
	margin: 0 auto;
}

#footer {
	position:fixed;
	left:0px;
	bottom:0px;
	width:100%;
	height:45px;
	background-color:yellow;
}

#mainbox {
	height:100%;
	background:url(images/img_background.jpg) fixed;
} 

#contentbox {
	margin: 0 auto;
	width: 1020px;
	height:1000;
	min-height:100%;
	margin-top:190px;
	margin-bottom:-190px;
	background-image:url(images/bg_transparency.png);
}

.newstext {
	font-family:Tahoma;
	font-size:80%;
	line-height:140%;
	text-align:justify;
	color:000044;
}

.titlebar {
	font-family:Tahoma;
	color:white;
	font-weight:bold;
	background-color:#006fba;
	font-size:90%;
	padding:3px;
}

.titleline {
	font-family:Tahoma;
	color:#006fba;
	background-color:#d7e5f0;
	font-size:85%;
	font-weight:normal;
	padding:3px;
	padding-bottom:6px;
}

.newslistbox {
	border:solid 1px #c0c7d6;
	background-image:url(images/bg_frame.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.newsphotobox {
	border:solid 1px #c0c7d6;
	background-image:url(images/bg_frame.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.picturebox {
	border:solid 1px #026eb7;
	text-align:center;
	padding:5px;
	margin-bottom:12px;
	margin-top:4px;
	background-image:url(images/bg_picborder_300.png);
	background-repeat:repeat-x;
}

.picturetext {
	font-family:Tahoma;
	font-size:75%;
	color:#026eb7;
	margin-top:4px;
	text-align:left;
}

a.mainmenulink:link, a.mainmenulink:visited, a.mainmenulink:active, a.mainmenulink:hover {
	font-family:Tahoma;
	font-size:90%;
	font-weight:normal;
	text-decoration:none;
	color:#404080;
}

a.link:link, a.link:visited, a.link:active, a.link:hover {
	font-family:Tahoma;
	font-size:80%;
	font-weight:bold;
	text-decoration:none;
	color:#404080;
}
