@charset "utf-8";
#flashmovie {
	
	height: 140px;
	width: 80px;
	position:fixed;
	bottom:0;
	right:0;

	

}

body {
	width: 715px;
	margin: 10px auto;
	color: #666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #E15757;

}

a {
	color: #333;
}

#wrapper {
	height: 807px;
	width: 715px;
	background-color: #F4F4F4;
	-webkit-box-shadow: 0 0px 2px rgba(0,0,0, .9);
	-moz-box-shadow: 0 0px 2px rgba(0,0,0, .9);
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.lists {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}

#wrapper #contentbox {
	position: absolute;
	left: 4px;
	top: 147px;
	width: 697px;
	height: 646px;
	background-color: #FFFFFF;
	padding: 5px;
	z-index: 1;
}

#wrapper #header {
	height: 100px;
	width: 715px;
	background-color: #FFE794;
	background-image: url(img/den_ateljee_header.jpg);
}

/* ----------- MENUBAR --------- */
/*	Menubar Options */
#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #7192b7 url(img/gradient.png) repeat-x 0 -110px; /* versions < CSS3 */
	background: -moz-linear-gradient(center top , #7192b7, #769cc2 60%);
	background: -webkit-gradient(linear, center top, center bottom, from(#7192b7), to(#769cc2));
	line-height: 100%;
}
#nav {
	display: inline-block;
} 

#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* Menubar Main Link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* Menubar Main Link Hover */
#nav .current a, #nav li:hover > a {
	background: #666 url(img/gradient.png) repeat-x 0 -40px;
	background: -moz-linear-gradient(center top , #e4e2e2, #cacaca 90%); 
	background: -webkit-gradient(linear, center top, center bottom, from(#e4e2e2), to(#cacaca));
	
	color: #444;
	border-top: solid 1px #f8f8f8;
	
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* Second Menu Link Hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}

/* liste déroulante */
#nav li:hover > ul {
	display: block;
}

/* Sub Menu  */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 170px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(img/gradient.png) repeat-x 0 0;
	background: -moz-linear-gradient(center top , #fff, #ddd);
	background: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#ddd));
	border: solid 1px #b4b4b4;
	-webkit-border-radius: 10px;
	-moz-border-radius: 0px 0px 8px 8px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
	z-index: 2;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* Menu 3+ */
#nav ul ul {
	left: 186px;
	top: -2px;
}

/* Corners of selected items in the list */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;

	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;

	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #E1D857;
	background-color: #F4F4F4;
	text-transform: capitalize;
}
#footer {
	position: relative;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
#bloemflash {
	position: relative;
}
.img2 {
	padding: 10px;
	height: 115px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
