/* Basis code */
body
{
	width: 845px;
	background: #B0A180;
	font: 8pt Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 0;
}


p
{
	margin-bottom: 0px;
	margin-top: 0px;
}

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

.enter
{
	margin-bottom: 15px;
}


/* begin header & menu & content */

.header
{
	width: 845px;
	height: 247px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	
}

.menu
{
	padding: 10px 0 0 0;
	width: 845px;
	height: 25px;
	background-image: url('images/menu.jpg');
	background-repeat: no-repeat;
}

.menu a
{
	padding: 8px 5px 9px 10px;
	color: #fff;
	font-size: 10pt;
	text-decoration: none;

}
.menu a:hover
{

	padding: 8px 5px 9px 10px;
	color: #A58F55;
	font-size: 10pt;
	text-decoration: none;
	background: url('images/menu_hover.jpg');
}

#content
{

	width: 825px;
	background-color: #fff;
	padding: 10px;
}

/* einde header & menu & content */



/* begin table */
.table {
	border:0px;
	border-collapse: collapse;
	margin-bottom: 10px;

}

/* links */
.left
{
	vertical-align: top;
	width: 620px;


}

/* rechts */
.right
{
	vertical-align: top;
	width: 180px
}

/* einde table */

/* begin css indeling links */
/* titel */
.home_title
{
	color: #544317;
	font-size: 17pt;
	font-family: Arial Black;


}
/* Subtitel / Data / Waar */
.home_sub_title
{
	color: #155306;
	font-family: Georgia;
	font-size: 9pt;
	margin-bottom: 10px;

}
/* standaard text */
.home_text
{

	min-height: 48px;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #DDCDA9;


}

/* Blog text */
.home_blog
{
	position: relative;
	margin-bottom: 25px;
	min-height: 150px;
}
.right
{
	float: right;
	margin-bottom: 25px;
}




/* balkje onder */
.home_bottom
{
	float: left;
	width: 100%;
	padding: 5px 0 5px 5px;
	height: 13px;
	background: #F4F3EF;
	border-bottom: 1px dashed #DDCDA9;
	border-top: 1px dashed #DDCDA9;
	color: #858480;
	margin-bottom: 25px;
	margin-right: -5px;
}

.home_item
{
    float: left;
	width: 100%;
	padding: 5px 0 5px 5px;
	height: 13px;
	background: #F4F3EF;
	border-bottom: 1px dashed #DDCDA9;
	border-top: 1px dashed #DDCDA9;
	color: #858480;
	margin-bottom: 4px;
	margin-right: -5px;

}

/* einde css indeling links */
/* begin indeling rechts */


/* actie */
.actie
{
	margin-left:  25px;
	height: 80px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #DDCDA9;
	width: 180px;
}
.actie_text
{
	margin-top: 10px;
	width: 100px;
	float: right;
	font-size: 10pt;
	font-family: Arial Black;
}

.actie img
{
	float: left;
}

/* merken */
.right_brands
{
	text-align: center;
	margin-left: 25px;
}

.right_brands img
{
	width: 180px;
	border: 0px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #DDCDA9;

}

/*textarea */
.textarea
{
	border: 1px solid #bbb;
	overflow: auto;
	width: 600px;
	height: 290px;
	color: #000;
}

.thumbs
{
	margin-top: 5px;
	max-width: 120px;
	border: 1px solid #000;
}
.thumbs_groot
{
	margin-top: 5px;
	max-width: 450px;
	border: 1px solid #000;

}

.home_gallery
{

	margin-top: 45px;
	vertical-align: bottom;
}
.home_gallery img
{
	border: 0px;
}

.contact_user
{
	float: left;
	margin-top: 15px;
	padding: 10px;
	width: 45%;
	min-height: 440px;
	max-height: 440px;
	background: #B0985C;
	margin-right: 10px;
	overflow: hidden;
}

.contact_image
{
	margin-top: 10px;
	width: 276px;
	border: 1px solid #fff;
	margin-bottom: 2px;
}

#contact_form
{
	width: 500px;
	background: #B0A180;
	height: 0px;
	visibility: hidden;
	padding: 10px;
}
