html, body {
	background-color: #333366;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

#container {
    top: 0;
	left: 0;
	width: 580px;
	height: 100%;
	text-align: center;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C8DEC3;
}

#container a {
	color: #C8DEC3;
	text-decoration: underline;
}

#frontpage {
	background-image: url(site_img/frontpage.jpg);
	width: 580px;
	height: 387px;
	margin: auto;
}

#header {
	width: 580px;
	height: 99px;
}

#showroom {
	width: 570px;
	padding: 0;
	background-color: #006699;
	padding: 0px 0px 0px 10px;
}

#showroom table {
	width: 580px;
	height: 180px;
}

#showroom td {
	width: 193px;
	height: 160px;
	padding: 10px;
	color: #97C28F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	vertical-align: top;
	text-align: left;
}

#showroom td img {
	margin: 5px 0px 5px 0px;
}

#showroom td a {
	text-decoration: underline;
	font-size: 8px;
	color: #97C28F;
}

#showroom td a:hover {
	color: #ffffff;
}

#slideshow {
	width: 580px;
	background-color: #003333;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	margin: 10px 0 0 0;
}

#flashcontent {
	width: 100%; margin: 0;
	height:820px;		
}

#flashcontent_foto {
	width: 100%; margin: 0;
	height:400px;		
}

#textcontent {
	background-color: #d1e6f1;
	padding: 0px 10px 20px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006599;
	text-align: left;
	vertical-align: top;
}

#textcontent .kop {
	font-family: Trebuchtet MS, Arial, Verdana;
	font-size: 14px;
	color: #003366;
}

#textcontent img {
	margin: 10px 10px 0 10px;
}

#textcontent a {
	text-decoration: underline;
	color: #006599;
}

#textcontent a:hover {
	text-decoration: underline;
	color: #000000;
}

#textcontent li {
	list-style: square;
	list-style-position: outside;
	margin-left: 40px;
}

#textcontent hr {
	width: 350px;
	height: 3px;
	background-color: #003366;
}

#fototekst {
	width: 580px;
	height:50px;
	padding: 10px 0 0 0;
	background-color: #006699;
}

#footer {
	background-image: url(site_img/footer.png);
	background-repeat: no-repeat;
	height: 70px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 9px 0 0 0;
}