html {
    margin:0;
    padding:0;
}

body {
    background-color:#E1DDD9;
    color:#000;
    font-family:verdana,SunSans-Regular,Sans-Serif;
    font-size:11px;
    margin:0;
    padding:0;

    background:url(../images/bg_website.gif) top repeat-y #000;
    line-height:16px;
}
#container{
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#header{
	height:240px;
	width:960px;
	position:relative;
	float:left;	
	z-index:100;
	
}
#headerlogo{
	height:240px;
	width:220px;
	position:relative;
	float:left;
	z-index:10;
	background:url(../images/logo.jpg) no-repeat #FFF;
}

#headerfoto{
	height:240px;
	width:740px;
	position:relative;
	float:left;
	z-index:1;
	background:#FFF;
}
.menu_bg{
	background-image:url(../images/menuback.png);
    position:absolute;
    top:0px;
    left:220px;
    z-index:10;
    height:52px;
    width:733px;
}
#main{
	width:960px;
	height:auto;
	position:relative;
	float:left;
	z-index:1;
}
#left{	
	height:auto;
	width:220px;
	min-height:50px;
	position:relative;
	float:left;
	color:#FFF
}
#center{
	height:auto;
	width:720px;
	position:relative;
	float:left;
	background:#FFF;
	padding-left:10px;
	padding-right:10px;
	z-index:1;
	
	
}
.centerblok{
    margin-bottom:10px;
    background-color:#000;
    color:#fff;
	position:relative;
	width:700px;
	height:auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	z-index:1;
}

.centerblok h2{
    font-size:12px;
	margin-left:-10px;
	width:705px;
    font-weight:bold;
    padding:5px;
    padding-left:10px;		
    color:#000;
    background-color:#a2c2e8;
	top:10px;
	margin-bottom:10px;
	border-top:#FFF 10px solid;
	z-index:1;
}
#centerleft{
	height:auto;
	min-height:50px;
	width:355px;
	position:relative;
	float:left;
	background:#FFF;
	z-index:1;

}
#centerright{
	height:auto;
	min-height:50px;
	width:355px;
	position:relative;
	float:right;
	background:#FFF;
	z-index:1;

}

.contentblok{
    margin-bottom:10px;
    background-color:#000;
    color:#fff;
	position:relative;
	width:350px;
	height:auto;
	z-index:1;
}

.contentblok h2{
    font-size:12px;
    margin: 0px;
    font-weight:bold;
    padding:5px;
    padding-left:10px;	
    color:#000;
    background-color:#a2c2e8;
	z-index:1;
}

.contentblok h2 a{
    color:#000 !important;
}
#menu{
	padding:10px;
	padding-top:30px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	height:12px;
	position:relative;
	float:left;
	z-index:10;
}
#menu:active, #menu:hover {
	padding:10px;
	padding-top:30px;
	font-weight:bold;
	background-color:#6B6B6B;
	z-index:10;	
	height:12px;
}
#submenu h1{
    background-color:#000;
    padding:10px;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    margin:0px;
	
}

#submenu ul{
    margin:0px;
    padding:0px;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    list-style-type:none;
    list-style-position:outside;
    background-color:#444;
    padding-bottom:10px;
    display: block;
}


#submenu li {
    display:block;
    background-color:#6b6b6b;
    margin-top:3px;
    height:auto;  
}



#tinymce body{
    background-color: #fff !important;
}

p, pre, h1 {
    margin:0 0px 0px 0;
}
h1 {
    background-color:transparent;
    color:#000;
    font-size:14px;
    padding-top:10px;
    text-transform:uppercase;
    font-weight:bold;
}

h2 {
    background-color:transparent;
    color:#000;
    font-size:11px;
    text-transform:uppercase;
    font-weight:bold;
    padding:0px;
    margin:0 0 0 15px;
}
a {
    background-color:transparent;
    color:#a2c2e8;
    text-decoration:none;
    font-weight:bold;
}
h2 a {
	color: #000;
}
a:hover {
    background-color:transparent;
    color:#FFFFFF;
    text-decoration:none;
}
pre {
    background-color:transparent;
    color:#564B47;
    font-family:Courier,Monaco,Monospace;
    font-size:11px;
}
#box {
    margin:0 auto;
    padding:0;
    text-align:left;
    width:964px;
    background-color:#FFFFFF;
}

#content {
    background-color:#FFFFFF;
    float:left;
    padding:0;
    width:725px;
    overflow: hidden;
    margin-left:10px;
    margin-top:10px;
}



#left h1{
    padding-left:10px;
    padding-top:20px;
}

#left p{
    padding-left:10px;
    padding-top:10px;
    padding-bottom:20px;
}
#head {
    background-color:#fff;
    padding-top:22px;
    border-top:14px solid #a2c2e8;
    
}

.adress p{
    color:#fff;    
}

.top_header{
    margin-left:10px;
}

.logo{
    height:239px;
    position:relative;
}

#head h1 {
    background-color:#90897A;
    color:#000;
    font-size:11px;
    margin:0px;
    padding:5px 15px;
    text-align:right;
    text-transform:uppercase;
}
#head p {
    margin:0;
    padding:10px;
}

#bottom{
    background-color:#000;
    color:#fff;
    height:24px;
    margin-bottom:50px;

}

#bottom h1{
    padding:6px 10px 0 10px;;
    font-size:10px;
    color:#fff;
    margin:0px;
    text-transform:none;
}

/*****************************************/
/* CONTENT PAGE*/
/*****************************************/

#midden_home .contentblok{
    margin-bottom:10px;
    background-color:#000;
    color:#fff;
    float: left;
    width:352px;
    margin-right: 10px;
}

#midden h1{
    display: none;
}

#midden .contentblok{
    
}

#midden .contentblok .image_links{
    float: left;
    padding: 10px;
}

#midden .contentblok .image_links img{
    width:100px;
}



.tekst_rechts{
    padding:10px;
    margin:0px;
}

.tekst ul li{
	list-style:disc;
	list-style-position:outside;
	margin-left:15px;
}

.contentblok .tekst {
	height: 130px;
}


/*****************************************/
/* MAIN MENU*/
/*****************************************/


.menu2{
    padding-left:11px;
    position:absolute;
    top:0px;
    left:224px;
    z-index:30;    
}

#nav, #nav ul{
    margin:0;
    padding:0;
    list-style-type:none;
    list-style-position:outside;
    position:relative;
    line-height:1.5em;
    height:35px;
}

#nav a{
    display:block;
    padding:0px 10px;
    padding-top:28px;
    padding-bottom:7px;
    color:#fff;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
}

#nav a:hover{
    background-color:#333333;
    color:#fff;

}

#nav li{
    float:left;
    position:relative;
    background-image:tranparant;
    height:35px;
}

#nav ul {
    position:absolute;
    display:none;
    width:11em;
    top:4em;
    background-color:#fff;
}

#nav li ul a{
    width:10em;
    height:auto;
    float:left;
    background-color:#dadada;
    color:#000000;
    background-image:none;
    border-top:1px solid #fff;
}

#nav li ul a:hover{
    background-color:#bcbcbc;

}


/* SUBMENU */

/* SUBMENU */



#submenu ul{
    margin:0px;
    padding:0px;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    list-style-type:none;
    list-style-position:outside;
    background-color:#444;
    padding-bottom:10px;
    display: block;
}


#submenu li {
    display:block;
    background-color:#6b6b6b;
    margin-top:3px;
    _height:26px;  
}


#submenu h2 a
{
    padding: 0px 10px;
    color: white;
}

#submenu ul ul li
{
    background-color: #444444 !important;
}   

#submenu ul ul ul li
{
    background-color: #000 !important ;
    margin-top: 0px;
}  

#submenu li a{
    font-weight:bold;
    display:block;
    padding:5px;
    color:#fff;
    padding-left:10px;
}

#submenu a:hover{
    background-color:#a2c2e8;
    color:#fff;
    display:block;
}

#submenu dt{
    background-color:#6b6b6b;
    margin-top:3px;    
    padding:5px;
    padding-left:10px;
    color:#fff;
    font-weight:bold;
    cursor:pointer;
    height:16px;   
}

#submenu dt a{
    color:#fff;  

}

#submenu dt a:hover{
    color:#fff;

}

#submenu dt:hover{
    background-color:#A2C2E8;
}

#submenu ul ul{
    margin:0px;
    padding:0px;
}
              


#submenu dd li{
    background-color:#444;
}

/* submenu menu aktief */

.menutop_aktief{
    background-color:#a2c2e8;
    color:#fff;
    display:block; 
}

.menutop_aktief a{
    background-color:#a2c2e8;
    color:#fff;
    display:block; 
}

.menu_aktief{
    background-color:#a2c2e8;
    color:#fff;
    display:block;  

}

.fotoalbum{
    float: left;
    overflow: hidden;
    width: 179px;
    height: 125px;
    
}

.fotoalbum a{
    border: 2px solid #fff;
    float: left;
}

.fotoalbum a:hover{
    border: 2px solid #A2C2E8;
    float: left;
}

.fotoalbum img{
    float: left;
    width: 165px;
    padding: 5px;
}

/* PRODUCTEN STYLES */
.productAanbieding {
	width: 150px;
	height: 99px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	right: 0px;
}
.productCategory {
	float: left;
	margin: 20px;
	width: 130px;
	height: 300px;
	text-align: center;
}
.productCategory .prodName {
	text-align: center;
	color: #A2C2E8;
	height: 35px;
}
.linkNoLine a {
	text-decoration: none;
}
.clear {
	clear: both;
}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider {
	width:117px;
	margin-left:2px;
	text-align:center;
	background-color:#F08710;
	color:#000;
	float:left;
	position:relative;
	font-size:18px;
	text-decoration:none;
	font-family:"Century Gothic", Arial;
	z-index:10;
}
.qmmc .qmdividery {
	float:left;
	width:0px;
}
.qmmc .qmtitle {
	display:block;
	cursor:default;
	white-space:nowrap;
	position:relative;
	z-index:1;
}
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
	float:none !important;
}
.qmmc {
	position:relative;
	zoom:1;
	z-index:10;
	clear:both;
}
.qmmc a {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:1;

}
.qmmc li {
	float:left;
	display:block;
	white-space:nowrap;
	position:relative;
	z-index:1;
	background-image:none;
}
.qmmc div a, .qmmc ul a, .qmmc ul li {
	float:none;
}
.qmsh div a {
	float:left;
}
.qmmc div {
	visibility:hidden;
	position:absolute;
}
.qmmc .qmcbox {
	cursor:default;
	display:block;
	position:relative;
	z-index:1;
}
.qmmc .qmcbox a {
	display:inline;
}
.qmmc .qmcbox div {
	float:none;
	position:static;
	visibility:inherit;
	left:auto;
}
.qmmc li {
	z-index:auto;
	
}
.qmmc ul {
	left:-10000px;
	position:absolute;
	z-index:10;
}
.qmmc, .qmmc ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.qmmc li a {
	float:none
}
.qmmc li:hover ul {
	left:auto;
}
#qm0 ul {
	top:100%;
}
#qm0 ul li:hover ul {
	top:0px;
	left:100%;
}
/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a {
	padding:10px 9px 10px 9px;
	padding-top:30px;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	height:12px;
	z-index:10;

		
	
	
}
/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul {
	color:#FFF;
		top:52px;
	
	background-image:url(../images/menuback.png);
		z-index:10000;
}
/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a {
	font-size:12px;

	padding-top:2px;
}
/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover {
	background-color:#000000;
}
/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover a {
	background-color:#a2c2e8;
	
}
/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover {
	color:#FF9900;
}
/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle {
	cursor:default;
	background-image:none;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx {
}
/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery {
	height:15px;
}
/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span {
	border-color:#FF9900;
	background-color:#000000;
}
/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent {
	padding:0px 0px 0px 4px;
}
/*"""""""" Custom Rule""""""""*/	
	.qmParentOver {
	color:#000000;
}
.qmparent:hover {
	color:#000000;
}
.qmchild li {
	background-image:none;
	padding-top:2px;
	
}
/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul {
	margin:0px 0px 0px 0px;
	
}

