/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}






body {
	background-color: #000;
	font-size: 62.5%;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;;
}



#horizon {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

#wrapper {
	background: #000000 url(../img_soon/bg.png) no-repeat;
	left: 50%;
	margin-left: -460px;
	position: absolute;
	text-align: left;
	top: 60px;
	width: 920px;
	height: 690px;
}

#logo {
	left: 283px;
	position: relative;
	top: 63px;
	width: 360px;
}

#verkoopadressen {
	font-size: 1.4em;
	left: 0px;
	line-height: 150%;
	position: absolute;
	top: 480px;
	text-align: center;
	width: 920px;
}

#contactgegevens {
	font-size: 1.4em;
	left: 0px;
	position: absolute;
	top: 385px;
	text-align: center;
	width: 920px;
}

a {
	text-decoration: none;
}

#verkoopadressen a:link    { color: #000 }
#verkoopadressen a:visited { color: #000 }
#verkoopadressen a:hover   { color: #FFF }
#verkoopadressen a:active   { color: #242424 }

#contactgegevens a:link    { color: #000 }
#contactgegevens a:visited { color: #000 }
#contactgegevens a:hover   { color: #cd0000 }
#contactgegevens a:active   { color: #FF0000 }


		#makeMeScrollable
		{
			width:100%;
			height: 330px;
			position: relative;
		}
		
		#makeMeScrollable div.scrollableArea *
		{
			position: relative;
			float: left;
			margin: 0;
			padding: 0;
		}



