body {
	background-color: #000000;
	background-position: center;
	margin: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	line-height: 17px;
}

a {
	text-decoration: underline;
	color: #ff4e0e;
}
a:hover {
	text-decoration: none;
	color: #ff4e0e;
}
h1 { 
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
h2 { 
	font-weight:bold;
	font-size: 14px;
	line-height: 16px;
	color: #ff4e0e;
}
h3 { 
	font-weight:bold;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
#wrapper {
	background-image:url(../../images/structure/bg.jpg);
	background-repeat:repeat-y;
	min-height:650px;
	height: auto !important;
	min-height: 650px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
#menu {
	width: 960px;
	height: 34px
}
#left {
	float: left;
	background-image:url(../../images/structure/logo.jpg);
	background-repeat: no-repeat;
	width: 168px;
	height: 550px;
}
#contact {
	padding-top: 400px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
#head{
	background-image: url(../../images/structure/header.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 46px;
	text-align: right;
}

#main {
	background-image:url(../../images/structure/content_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 790px;
	min-height: 450px;
	height: auto !important;
	min-height: 450px;
}
#content {
	padding: 10px 10px 10px 10px;
}
#financiering_blok {
	width: 120px;
	margin: 2px;
	position: absolute;
	top: 300px;
	left: 20px;
}

div#marquee {

}
div.marquee span{
font-size: 14px;
	text-transform: uppercase;
	color: red;
	font-weight: bold;
}
div#maquee span.marquee { 
	visibility: hidden;
}
.clear {
	clear: both;
}