/* CSS FILE */
* {
	margin:0 auto;
}

html, body {
	background:#161314 url(../images/bg.gif) center top repeat-x;
	margin: 0 auto;
	padding: 0px;
	overflow-x:hidden;
}

#logo {
	background:url(../images/wilmavanhoesel.png) center top no-repeat;
	width:166px;
	height:180px;
	margin-bottom:20px;
}

#ruler {
	background:#FFF;
	height:1px;
	width:98%;
}

#scroll {
	width:100%; 
	height:386px; 
	z-index:10; 
	overflow:hidden;
}

#content {
	width:300px;
	height:351px; 
	padding-top:35px;
}

#content_prijzen {
	width:550px; 
	padding-top:35px;
}

#content_contact {
	width:390px; 
	padding-top:35px;
}

/* Divscroll */
#content_index {
	width:5070px;
}

#content_index img {
	margin-left:-20px;
	text-align:center;
}

#content_bruid {
	width:4240px;
}

#content_bruid img {
	margin-left:-20px;
	text-align:center;
}

#content_portret {
	width:3800px;
}

#content_portret img {
	margin-left:-20px;
	text-align:center;
}

#content_zwanger {
	width:2495px;
}

#content_zwanger img {
	margin-left:-20px;
	text-align:center;
}

#content_reizen {
	width:6280px;
}

#content_reizen img {
	margin-left:-20px;
	text-align:center;
}

#content_natuur {
	width:7000px;
}

#content_natuur img {
	margin-left:-20px;
	text-align:center;
}

#content_dieren {
	width:5500px;
}

#content_dieren img {
	margin-left:-20px;
	text-align:center;
}

/* Divscroll */

#left {
	background:url(../images/left.png) center top no-repeat;
	width:57px;
	height:76px;
	position:fixed;
	left:0px;
	top:330px;
}

#right {
	background:url(../images/right.png) center top no-repeat;
	width:57px;
	height:76px;
	position:fixed;
	right:0px;
	top:330px;
}
 

#navigatie {
	text-align:right;
	margin-top:8px;
	width:98%;
}

#aanbieding {
	position:fixed;
	right:0px;
	top:0px;
}

#spacer {
	margin:0px 10px 0px 10px;
}

img {
	border:none;
}

h1 {font-family: Arial, Helvetica, sans-serif; font-size:20px; font-weight:bold; font-variant:small-caps; color:#E6E7E8; margin-bottom:10px;}
h2 {font-family: Arial, Helvetica, sans-serif; font-size:15px; font-weight:bold; font-variant:small-caps; color:#E6E7E8;}
p{font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#E6E7E8; margin-bottom:10px;}
hr {border:#E6E7E8 1px solid; margin-bottom:20px;}

table {font-family: Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; color:#E6E7E8; position:relative;}
form {position:relative;}

#content_prijzen p {margin-bottom:20px;}

a{font-family: Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFF; text-decoration:none;}
a:link{color:#FFF; text-decoration:none;}
a:visited{color:#FFF; text-decoration:none;}
a:hover{color:#8D9092; text-decoration:none;}
a:active{color:#E6E7E8; text-decoration:none;}


