html, body {
	width: 100%;
	margin: 0px;

	background-color: #F0F1F3;
}

table {
	border-spacing: 0;
}
tr {
	vertical-align: top;
}
img {
	border: 0px;
}
td,th, div, span, p, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #444343;
}
a:link, a:visited {
	text-decoration: underline;
	color: #444343;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #444343;
}
h1 { 
	font-size: 18px;
	color: #444343;
	text-transform:uppercase;
}
h2 { 
	font-size: 16px;
	color: #444343;
	font-weight: bold;
}
h3 { 
	font-size: 14px;
	color: #444343;
	font-weight: bold;
}
.clear {
	clear: both;
}
div#wrapper {
	position: relative;
	margin: 10px  auto;
	width: 944px;
	background-color: #D7DDE9;
}
div#top {
	width: 944px;
	height: 214px;
	background-image: url(../../images/structure/top.jpg);
	background-repeat: no-repeat;
}
div#menu {
	width: 944px;
	vertical-align: top;
}

div#logo {
	position: absolute;
	top: 50px;
	left: 40px;
	width: 720px;
	height: 60px;

}
div#submenu {
	position: absolute;
	top: 251px;
	right: 0;
	background-color: #164587;
	border: 1px solid #8AABCF;
	height: 19px;
	width: 388px;
	padding: 2px 0 0 10px;
	color: #BFBFBF;
	font-size: 12px;
	font-weight: bold;
}
div#submenu a, div#submenu a:active, div#submenu a:hover, div#submenu a:visited {
	color: #BFBFBF;
	text-decoration: none;
}
div#midden {
	width: 944px;
}

div#adres_left {
	position: absolute;
	top: 120px;
	right: 560px;
	text-align: right;
	color: #fff;
	font-size: 11px;
}

div#adres_right {
	position: absolute;
	top: 120px;
	left: 555px;
	color: #fff;
	font-size: 11px;
}

div#content {
	float: left;
	width: 659px;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	padding: 30px 0 0 40px;
}
div#right {
float: left;
	width: 240px;
	text-align: right;
	padding: 30px 5px 0 0;
}
div#bottom {
	background-color: #073571;
	height: 19px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
}
div#bottom a {
	color: #fff;
	text-decoration: none;
}

div#marquee {
	position: absolute;
	top: 254px;
	left: 0;
	width: 544px;
}
.marquee span{
	color:#073571;
	font-size: 14px;
	font-weight: bold;
}
.marquee { 
	visibility: hidden;
} 

