html, body {
	background:#fcfbf8 url('../img/body_bg.png') center top repeat-y;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:1.4em;
	margin:0;
	padding:0;
}
p {
	margin:0 0 1em 0;
	padding:0;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border:0;
}
a:focus {
	-moz-outline:none;
}
h1 {
	color:#cb3a50;
	font-size:1.9em;
	margin:0 0 1em 0;
	padding:0;
}
h2 {
	color:#cb3a50;
	font-size:1.5em;
	margin:0 0 1em 0;
	padding:0;
	font-weight:900;
}
.content_left h2, .content_algemeen h2 {
	margin:0;	
}
.categorie_titel h2 {
	margin:5px 0 5px 0;	
}
h3 {
	color:#000;
	font-size:1.2em;
	margin:0 0 5px 0;
	padding:0;
}
h4 {
}
form {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}
.terug_link {
	margin:15px 0 0 0;
}
.terug_link a {
	color:#cb3a50;
	text-decoration:none;
}
.terug_link a:hover {
	font-weight:900;
}


/* positioning */
.wrapper {
	margin:0 auto;
	width:980px;
	padding-bottom:20px;
}
.wrapper_line {
	background-color:#e8556b;
	height:4px;
}
.header_logo {
	height:100px;
	left:20px;
	position:absolute;
	top:16px;
	width:208px;
	z-index:5;
}


/* slide */
#bg_slide {
    position:relative;
    height:311px;
}
#bg_slide img {
    position:absolute;
    top:0;
    left:0;
    z-index:1;
}
#bg_slide img.active {
    z-index:3;
}
#bg_slide img.last-active {
    z-index:2;
}



/* header home */
.header_home_container {
	height:611px;
	position:relative;
}
.header_home_bg {
	background:url('../img/header_roundings.png') left bottom no-repeat;
	bottom:0px;
	height:11px;
	position:absolute;
	width:980px;
	z-index:4;
}
.home_frame_1 {
	background:url('../img/home_frame_1.png') left top no-repeat;
	line-height:1.3em;
	right:0px;
	padding:15px 15px 5px 15px;
	position:absolute;
	top:230px;
	width:409px;
	z-index:4;
}
.home_frame_1 h1 {
	color:#fff;
	margin:0;
	font-weight:normal;
}
.home_frame_2 {
	height:111px;
	left:20px;
	position:absolute;
	top:420px;
	width:360px;
	z-index:4;
}


/* header vervolg pagina's */
.header_container {
	height:246px;
	position:relative;
}
.header_bg {
	background:url('../img/header_roundings_vervolg.png') left bottom no-repeat;
	bottom:0px;
	height:11px;
	position:absolute;
	width:980px;
}

/* content vervolgpagina's */
.content_container {
	background-color:#f3ede9;
	padding:20px 0 20px 35px;
}
.product_container {
	background-color:#f3ede9;
}
	.product_container .omschrijving {
		float:right;
		width:470px;
		height:400px;
		overflow:auto;
	}
.content_algemeen {
	padding:0 35px 0 0;
}
.content_left {
	float:left;
	margin:0px;
	padding:0 30px 0 0;
	width:609px;
}
.content_right {
	float:left;
	margin:5px 0 0 0;
	padding:0;
	width:270px;
}
.content_right_opsomming {
	float:left;
	width:270px;
}
.content_right_opsomming ul {
	margin:0;
	padding:0;
}
.content_right_opsomming ul li {
	list-style:none;
}
.content_right_opsomming ul li a {
	display:block;
	width:270px;
	text-decoration:none;	
}
.content_right_opsomming ul li a:hover, .content_right_opsomming ul li.actief {
	font-weight:900;
}
.content_right_image {
	margin:0 0 5px 0;
	width:270px;
}
.nieuws_foto {
	float:right;
	margin:5px 0 5px 5px;
}

/* content footer */
.footer_content_container {
	padding:45px 0 0 0;
}
.footer_content {
	background:url('../img/home_seperator.png') right top no-repeat;
	float:left;
	margin:0 0 0 35px;
	min-height:250px;
	padding:0 10px 0 0;
	width:215px;
}
.footer_content ul {
	margin:0;
	padding:0;
}
.footer_content ul li {
	list-style:none;
}
.footer_content ul li a {
	display:inline-block;
	font-weight:900;
	width:205px;
	text-decoration:none;
	vertical-align:top;
	
}
.footer_content ul li a:hover {
	text-decoration:underline;
}
.footer_content_nieuws {
	float:left;
	margin:0 0 0 35px;
	width:390px;
}

.footer_button_top{
	background-image: url("../img/footer_button_top.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	height:3px; 
	width:214px;
}
	.footer_button_top.hover{
	background-image: url("../img/footer_button_top_b.png");
	}
.footer_button_main{
	background-image:url("../img/footer_button_main.png"); 
	background-position: left top;
	background-repeat: repeat-y;
	width:204px;
	padding:3px 5px 5px 5px;
}
	.footer_button_main.hover{
		background-image: url("../img/footer_button_main_b.png");
	}
.footer_button_bottom{
	background-image:url("../img/footer_button_bottom.png"); 
	background-position: left top;
	background-repeat: no-repeat;
	height:3px; 
	width:214px;
}
.footer_button_bottom.hover{
	background-image:url("../img/footer_button_bottom_b.png"); 
}
/* extra voor wysiwyg en bestellen pagina */
.table_tarieven {
	width:100%;
}
.table_tarieven_title {
	background-color:#c8bdb4;
	color:#fff;
	font-weight:bold;
}
.table_tarieven_even {
	background-color:#e0d8d2;
}
.table_tarieven th, td {
	text-align:left;
	vertical-align:top;
}
.table_tarieven th {
	padding:1px 3px 1px 3px;
}
td {
	vertical-align:top;
}
input.veld {
	width:200px;	
}
input.veld_small {
	width:142px;	
}
input.veld_tiny {
	width:50px;	
}
input.bestellen {
	border:0;
	background:url('../img/header_menu/bestellen_b.png') left top no-repeat;
	cursor:pointer;
	height:24px;
	width:106px;
	
}
.melding {
	border:1px dashed #red;
	margin:10px 0 10px 0;
	padding:10px;
	background-color:#fff;
	width:300px;
}


