/* CSS reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body {
	background-color: #F7F7F7;
	font-family: Verdana;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#error {
	color: #F30;
}

#saved {
	color: #390;
}

#index {	
	left:50%;
	margin-left: -335px;
	position: absolute;
	width: 670px;
}

#logo {
	background-image: url( "../../img/site/logo_banner.png" );
	background-repeat: no-repeat;
	float: left;
	height: 113px;
	margin: 10px 0 0 0;
	width: 309px;
}

#special {
/*	background-image: url( "../../img/site/background_maandaanbieding.png" ); */
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: 2px #d8d8d8 solid;
	float: left;
	font-size: 9px;
	height: 104px;
	margin: 14px 0 0 40px;
	padding: 10px 0 0 10px;
	width: 285px;
}

#special_title {
	color: #ff4dea;
	font-size: 15px;
	font-weight: bold;
}

#menu {
	background-image: url( "../../img/site/menu_background.gif" );
	clear: left;
	float: left;
	height: 34px;
	position: absolute;
	top: 140px;
	width: 100%;
}

#content {
	background-color: #ECECEC;
	clear: left;
	float: left;
	margin-top: 60px;
	padding: 10px;
}

#content_title {
	color: #FE2CE9;
	font-size: 16px;
	font-weight: bold;
	padding-left: 15px;
	margin: 0;
}

#content_page {
	margin-top: 10px;
}

#flowers_left {
	background-image: url( "../../img/site/background_bloem_left.png" );
	background-repeat: no-repeat;
	position: absolute;
	height: 364px;
	top: 112px;
	width: 211px;
}

#flowers_right {
	background-image: url( "../../img/site/background_bloem_right.png" );
	background-repeat: no-repeat;
	height: 292px;
	position: absolute;
	right: 0;
	top: 250px;
	width: 290px;
}

#current_menu_item {
	background-image: url( "../../img/site/menu_background_current.gif" );
	padding:5px 0 5px 0;
	margin-top: -5px;
}

/* For the dropdown menu */
#menubar {
	background-image: url( "../../img/site/menu_background.gif" );
	font-size: 16px;
	font-weight: bold;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	text-align:center;
	width: 777px;
}

#menubar li {
	float: left;
	width: 110px;
}

/* Sub item markup */
#menubar li ul li {
	background-color: #FFCFFD;
	padding: 3px;
	margin-top: 2px;
}

#menubar ul {
	position: absolute;
	left: -1000px;
	list-style: none;
	width: 120px;
	margin: 0;
	padding: 0;
}

/* Menu item */
#menubar li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}

/* Sub item */
#menubar li ul li a {
	color: white;
	display: block;
	text-decoration: none;
}

#menubar li:hover ul, #menubar li.ie_does_hover ul {
	left: auto;
	background-position: 0 0;
}
