@charset "utf-8";

/* Page
----------------------------------------------- */
html {
height:100%;
width:100%;
}

body {
width:100%;
height:100%;
margin:0px;
padding:0px;	
font-family: Arial,Verdana;
color:#505050;
font-size:11px;
background-image:url(../gfx/site/bg_body.jpg);
background-repeat:repeat;
}

.clear {
	clear: both;	
}
/* Headers
----------------------------------------------- */
h1, h2, h3, h4, h5 {
padding:0;
margin:0;
}

h1{
font-size:18px;
font-weight:bold;
}

.header {
color:#7b3900;
font-weight:bold;
font-size:13px;
line-height:24px;
}

/* Paragraphs
----------------------------------------------- */
p{
padding:0;
margin:0;
}


/* Lists
----------------------------------------------- */
ul {}
ul li {}

ul.menu{	
	width: auto;
	padding:0;
	margin:0;
	display: block;
}
ul.menu li{
	display: inline;
}
ul.menu li a{
	width: auto;
	padding:5px 15px 10px 0;
	background-repeat:no-repeat;
	list-style:none;
}

ul.menu li a, #enter a {
	text-decoration:none;
	color: #7b3900;
	font-weight:normal;
	font-size:11px;
}

ul.menu li a:hover, #enter a:hover{
	text-decoration:none;
	color: #505050;
	font-weight:normal;
	font-size:11px;
}

ul.menu li.active a{
	text-decoration:underline;
	font-weight:bold;
}





/* Forms
----------------------------------------------- */
input {}

textarea{}

form label {}

form p{}

/* Tables
----------------------------------------------- */
table.table_content td{
width:50%;
padding-right:15px;
}

/* Links
----------------------------------------------- */
a{
color:#050505;
text-decoration:underline;
}

a:hover {
color:#050505;
text-decoration:none;
}


/* Misc
----------------------------------------------- */
img {
border:0px
}

img.polaroid{
margin:0 -18px 0 -18px;

}
hr {}
blockquote{}
pre{}
em{}

/* Main wrapper
----------------------------------------------- */

#wrapper {
position:relative;
margin:auto;
width:999px;
height:auto;
background-image:url(../gfx/site/bg_wrapper.jpg);
background-repeat:repeat;
border-left:1px solid white;
border-right:1px solid white;
}


/* Content
----------------------------------------------- */
#content{
position:relative;
width:999px;
background-image:url(../gfx/site/bg_content.png);
background-position:top;
background-repeat:repeat-x;
padding-top:30px;
line-height:24px;
word-spacing:1px;
}

#content_start{
position:relative;
width:959px;
background-image:url(../gfx/site/bg_content_start.png);
background-position:top;
background-repeat:no-repeat;
padding:0px 20px 0 20px;
margin:auto;
line-height:24px;
}

#content_start img{
padding:0 10px 0 10px;
}

#content_left{
position:relative;
float:left;
width:429px;
padding:0 25px 0 45px;;
}

#content_right{
position:relative;
float:left;
width:429px;
padding:0 15px 0 25px;
}
#content_4cols{
position:relative;
float:left;
width: 900px;
padding:0 25px 0 45px;;
}

#top{
position:relative;
top:0px;
width:999px;
height:102px;
background-image:url(../gfx/site/top.jpg);
}

#top_start{
position:relative;
top:0px;
width:999px;
height:307px;
background-image:url(../gfx/site/top_start.jpg);
border-bottom: 1px solid #c0b4ac;
}

#top_start_verkoop{
position:relative;
top:0px;
width:999px;
height:307px;
background-image:url(../gfx/site/top_start_verkoop.jpg);
border-bottom: 1px solid #c0b4ac;
}

#verkoop_btn{
position:absolute;
left:807px;
top:20px;
width:173px;
height:160px;
}

#opendag_btn{
position:absolute;
left:0;
top:184px;
width:292px;
height:123px;
}

#enter{
position:relative;
top:4px;
left:770px;
width:150px;
height:54px;
letter-spacing:1px;
}


/* Primary navigation
----------------------------------------------- */
#nav{
position:relative;
background-image:url(../gfx/site/bg_nav.png);
background-repeat:repeat;
padding: 10px 0 0 0;
width:999px;	
height:24px;
text-align: center;
}
