/* -------------------------------------------------------------- START CONTAINER -------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%; /* Heel belangrijk voor je meebewegende footer */
	background-image: url('../images/background_lucht.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color: #1A426E;
	font-family: Corbel Bold, Corbel;
}


div#flashcontent {
	width:2440px;
	height:1810px;
	text-align:left;
	margin:0px auto;
	position:absolute;
	top:-430px;
	left:-35%;
	margin-left:0px;
	z-index:0;
} 


div#container {
	position: relative; /* De container positioneer je relative omdat je de footer absoluut aan de container positioneert */
	margin: 0px auto; /* deze div centreren */
	top:30px;
	width: 870px;
	background-color: #ebebeb; /* lichtgrijs */
	border-style: solid;
	border-color: #FFFFFF;
}
/* -------------------------------------------------------------- END CONTAINER -------------------------------------------------------------- */



/* -------------------------------------------------------------- START HEADER -------------------------------------------------------------- */

div#header_tekst {
	padding: 3px;
	background-color: #ebebeb;
	border: 3px solid white;
}

div#header_tekst p {
	color: #5f5f5f;
	font-size: 12px;
	text-align: center;
}

div#header_tekst h1 {
	font-size: 22px;
	text-align: center;
	padding: 50px 30px 0px 0px;
	color: #5f5f5f;
}

div#header.menu1 a {
	background-image: url('../../template/images/menu_kp.png');
}

div#header.menu1 a:hover {
	background-image: url('../../template/images/menu_kp_shadow.png');
}

div#header {
	height: 94px;
	padding-left: 45px;
}

div.fadehover {
	float: left;
	height: 94px;
	width: 250px;
	margin-right: 20px;
}
 
img.a {
	display:	block;
	float:		left;
	z-index: 	10;
}
 
img.b {
	float: left;
	margin-top: -94px;
}


/* -------------------- START TOP MENU -------------------- */
div#menu {
	width: 870px;
	height: 275px;
	background-image: url('../images/header.png');
	background-repeat: no-repeat;
	background-position: 0px 30px;
}

div#menu.relatiegeschenk {
	background-image: url('../images/header1.png');
}

	div#top_menu ul {
		list-style: none;
		margin: 0px;
	}
	
	div#top_menu li {
		float: right;
		text-align: center;
		list-style: none;
	}
	
	div#top_menu li a {
		display: block;
		text-decoration: none;
		color: #999999;
		font-size: 14px;
		font-weight: bold;
		height: 20px;
		line-height: 20px;
		padding:0px 10px 0px 10px;
	}
	
	div#top_menu li a:hover {
		color: red;
	}
		
	div#top_menu li.current a {
		color: #686868;
	}
	
	div#top_menu li.current a:hover {
		color: #686868;
	}
/* -------------------- END TOP MENU -------------------- */
/* -------------------- START MENU LEFT -------------------- */
	div#left_menu{
		width: 185px;
		clear: both;
	}

	div#left_menu ul {
		list-style: none;
	}
	
	div#left_menu li {
		list-style: none;
		width:  285px;
		color: #FFFFFF;
		/*font-family: Franklin Gothic Book Italic;*/
		font-family: Corbel Bold, Corbel;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
		padding: 30px 0 0 10px;
	}
	
	div#left_menu li a {
		display: block;
		/*color: #1c1914; /* donkerbruin van menu achtergrond */
		line-height: 67px;
		text-align: left;
		padding-left: 5px;
	}
	
	div#left_menu li a:hover {
		color: #FFFFFF;
	}
	
	div#left_menu li.current a {
		color: #FFFFFF;
	}
	
	div#sharebutton {
		padding: 30px 0 0 15px;
	}	
/* -------------------- END MENU LEFT -------------------- */
/* -------------------------------------------------------------- END HEADER -------------------------------------------------------------- */



/* -------------------------------------------------------------- START CONTENT -------------------------------------------------------------- */
div#content {
	color: black;
	margin-top: -60px;
}
	
	div#content h1 {
		color: #424242;
		font-size: 20px;
		text-align: center;
		padding-bottom: 15px;
	}

	div#content h2 {
		font-size: 17px;
		color: black;
		text-align: center;
		padding-bottom: 12px;
	}
	
	div#content p {
		color: #424242;
		font-size: 14px;
		line-height: 15px;
		padding-bottom: 10px;
	}
	
	div#content blockquote {
		padding: 0 0 0 55px;
	}

	div#content a {
		color: #065A8B;
		text-decoration: none;
	}
	
	div#content a:hover {
		color: #18ACFF;
	}
	
	div#content ul {
		list-style:  circle;
	}
	
	div#content li {
		list-style: circle;
		width:  500px;
		color: #424242;
		font-family: Corbel Bold, Corbel;
		text-decoration: none;
		font-size: 14px;
		padding: 10px 0 0 0px;
	}
	
	div#content li a {
		display: block;
		/*color: #1c1914; /* donkerbruin van menu achtergrond */
		line-height: 67px;
		text-align: left;
		padding-left: 5px;
	}
	
	div#content li a:hover {
		color: #18ACFF;
	}
	
	div#content li.current a {
		color: #424242;
	}
	
/* -------------------- START CONTENT LEFT -------------------- */
div.left_content {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 227px;
}
div.left_content_top {
	height: 8px;
	background-image: url('../images/left_content_top.png');
	background-repeat: no-repeat;
}
div.left_content_middle {
	background-image: url('../images/left_content_middle.png');
	background-repeat: repeat-y;
	padding: 10px 15px 15px 15px;
}
div.left_content_bottom {
	height: 10px;
	background-image: url('../images/left_content_bottom.png');
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
/* De negatieve margins zijn om de witte randen om het plaatje heen weg te werken.*/
div.catalogus img.catalogus{
	margin: -5px 0px -8px 5px;
} 
div.catalogus {
	padding: 0px;
	margin: 0px;
}

/* De negatieve margins zijn om de witte randen om de plaatjes van de partners weg te werken.*/
div#content img.partners{
	float: left;
	margin: 0px 10px;
}
div#content div.partners {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
div#content div.partners p {
	height: 60px;
	font-size: 11px;
	line-height: 13px;
	color: #797979;
	padding-bottom: 5px;
}

div#content div.left_content form p {
	padding-bottom: 2px;
	font-size: 12px;
}

div#content div.left_content form input {
	margin-bottom: 10px;
}
/* -------------------- END CONTENT LEFT -------------------- */
/* -------------------- START CONTENT RIGHT -------------------- */
div.right_content {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
	width: 600px;
}
div.right_content_top {
	height: 8px;
	background-image: url('../images/right_content_top.png');
	background-repeat: no-repeat;
}
div.right_content_middle {
	background-image: url('../images/right_content_middle.png');
	background-repeat: repeat-y;
	padding: 10px 15px 15px 20px;
}
div.right_content_bottom {
	height: 10px;
	background-image: url('../images/right_content_bottom.png');
	background-repeat: no-repeat;
}

div.right_content div.product {
	float: left;
	width: 150px;
	padding: 9px;
	margin: 8px;
	border: 1px solid #ccc;
}

div.right_content div.product:hover {
	border: 1px solid #333;
}

div#content div.product h2 {
	font-size:	12px;
	height:		20px;
}

div.right_content div.product div.image {
	height:		150px;
	overflow:	hidden;
}

div.right_content p.bladeren {
	text-align: center;
	padding-top: 3px;
}
/* -------------------- END CONTENT RIGHT -------------------- */
/* -------------------------------------------------------------- END CONTENT -------------------------------------------------------------- */



/* -------------------------------------------------------------- START FOOTER -------------------------------------------------------------- */
div#clear {
	clear: both;
	height: 35px;
	width: 700px;
}

div#footer {
	clear: both;
	width: 700px;
}

div#footer p {
	color: #797979;
	font-size: 10px;
	padding: 0px 20px 5px 20px;
}
/* -------------------------------------------------------------- END FOOTER -------------------------------------------------------------- */



/*
 * Tabel
 */

.tabel {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border-spacing:1px;
	background-color:#E7E7E7;
	color: #333;
	width: auto;
}

.tabel th {
	padding: 8px;
 	font-weight: bold;
	text-align: right;
	background: #F5F5F5;
	color: #333;
	border: 1px solid #FFF;
}

.tabel .left {
	text-align: left;
}

.tabel .center {
	text-align: center;
}

.tabel .right {
	text-align: right;
}

.tabel .aantal {
	text-align: center;
}

.tabel .aantal form {
	padding: 0 5px; 
	margin: 0; 
	float:left;
}

.tabel .aantal input[type=image] {
	vertical-align: top;
}

.tabel tr	{
	background-color:#FFF; 
	text-align: center;
	
}
.tabel tr.odd 	{
	padding: 6px;
	background: #f9f9f9;
	border-top:1px solid #FFF;
}
.tabel td {
	padding: 6px;
}

.submit_ja {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:10px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color: #969696;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.submit_ja:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}

.submit_nee {
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-size:10px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#969696;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.submit_nee:hover {
    background-color:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

/*
 * Titel balk voor bv winkelwagen
 */

div.titel {
	width: 545px;
	background-image: url('../images/titel_achtergrond.jpg');
	background-repeat: no-repeat;	
	color: #fff;
	font-size: 12px;
	padding: 7px 10px;
	margin: 10px 0;
}

/*
 * Style the message boxes
 */

.messagebox {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/icons/info_medium.png');
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/icons/success_medium.png');
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/icons/warning_medium.png');
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/icons/error_medium.png');
}


/*
 * CSS voor gebruiker site
 */

.gebruiker_menu div {
	padding: 5px 5px;
	margin: 0;
	width: 150px;
	border-bottom: 1px dashed #ccc;
}

div#header_gebruiker {
	width: 870px;
	height: 275px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}