@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #CCC8B7;
	line-height: 24px;
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 14px;
	color: #333;
}


a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FFF;
	}
	
img {
	border: 0;
}

#topbar {
	background: #444B4B;
	width: 100%;
	height: 36px;
	border-bottom: 2px solid #596060;
	}
	
#header {
	height: 56px;
	background: #7B8588; 
	border-bottom: 2px solid #90989a;
	}	
	
	
#breadcrumbs {
	margin: 0 0 0 400px;
	padding: 10px 0 0 0;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	width: 650px;
	}	
	
#breadcrumbs a {
	text-decoration: none;
	color: #D8D4C6;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 2px;
	}
	
/*menu*/

#menuwrapper {
	position: absolute;
	height: 120%;
	width: 220px;
	background: #D9DCDD;
	left: 40px;
	top:0;
	z-index: 100;
	}	

#menu-inside {
	margin: 0 2px;
	padding: 0 5px;
	background: #444B4B;
	height: 100%;
	}

#menu-top {
	margin: 0;
	padding: 10px;
	height: 100px;
	border-top: solid 10px #444B4B;
	background-color: #444B4B;
	
	}
	
#menuitems {
	color: #666;
	margin: 0;
	padding: 0 ;
	height: 460px;
	background: #444B4B;
	}


.menu table tbody tr td {
	width: 190px;
	background-color:#ccc7ba;
	text-align:left;
	}	

	
.menu table tbody tr td a {
	line-height: 20px;
	text-decoration: none;
	font-size: 12px;
	}	

.menu table tbody tr td a:hover {
	color: #FFF;
	}	
	
.maincatmenu {
	padding: 0 0 0 20px;
	}
	
.smallcatmenu {
	padding: 0 0 0 40px;
	}		
	
.emptycell {
		}	
	
#copyright {
	font-size: 9px;
	text-align: right;
	padding-right: 5px;
	}	
#contact {
	padding: 15px;
	width: 400px;
	height: 560px;
	position: absolute;
	left:340px;
	top:120px;
	border: 1px solid #333333;
	background-color: #E2DFD5;
	}

#tekst {
	padding: 15px;
	width: 600px;
	height: auto;
	position: absolute;
	left:340px;
	top:150px;
	border: 1px solid #333333;
	background-color: #E2DFD5;
	}

.tekst {
	color: #333;
	}
.tekst a {
	font-size: 16px;
	}

.tekst a:hover {
	color:#09F;
	}
	
#foto {
	padding: 15px;
	width: 55%;
	height: 70%;
	position: absolute;
	left: 340px;
	top:130px;
	border: 1px solid #333333;
	background-color: #444B4B;
	}	
	
.foto {
	color: #fff;
	}	
	
	
#prijs {
	margin: 40px 50px 50px 340px;
	padding: 15px;
	width: 640px;
	height: auto;
	float: left;
	border: 1px solid #333333;
	background-color: #E2DFD5;
	}
	
caption {
font-size:14px;
font-weight:bold;
line-height:14px;
padding:5px;
text-align:left;
}

#pricetable {
	font-size: 12px;
	line-height: 14px;
}

.pricecat {
background-color:#C4BEA8;
color:#000000;
font-weight:bold;
}

.pricenormal {
background-color:#D8D4C6;
color:#000000;
}

.slots {
background-color:#E8E6DF;
color:#000000;
}

.pricedisclaimer {
font-style:italic;
text-align:right;
width:800px;
}	

/* simpleviewer */


.ctrllinks {
    font-size: 80%;
}


img.small {
    border: 1px solid black;
    margin: 2px;
    padding: 0px;
    display: block;
}

img.medium {
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mediumpaper {
    color: inherit;
    background: #282828;
    border-style: solid;
    border-color: #282828;
    border-left-width: 15px;
    border-right-width: 15px;
    border-top-width: 8px;
    border-bottom-width: 14px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
}

#smallpaper {
    color: inherit;
    background: #282828;
    text-align: center;
    font-size: 80%;
    padding: 0px;
    margin-top: 17px;
    margin-left: auto;
    margin-right: auto;
}



#mainlayer {
   visibility: visible;
   position: relative;
}

#lightboxlayer {	
    visibility: hidden;
    position: absolute;
    
    width: 100%;
    height: 100%;
    color: inherit;
    background: #333333;
    z-index: 3;
    overflow: auto;
}

#flashcontent {
	position: relative;
	width: 800px;
	height: 650px;
	overflow: auto;
	}
	
#lightboxcontainer {
    margin-top: 20px;
    margin-left:10px;
    margin-right:10px;
}

#smalliframe {
    position: absolute;
    visibility: hidden;
    z-index: 2;
}

#mediumiframe {
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

.imgfloatright {
	float: right;
	margin: 10px 5px 10px 10px;
	
	}

