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

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, ul, li,
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;
}

p
{
	margin-bottom: 15px;
}

body {
	line-height: 1;
}
ol, ul, dl {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;




}
BODY,HTML{
	height: 100%;
}


DIV.container{
	height: 100%;
}
DIV.header{
	height: 128px;
	background: #CCC center 0px url(images/header_flamingo.jpg);
	border-bottom:1px solid #999;
	
	
}
DIV.content{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333;
	min-height: 400px;
	background: #ffffff;
	width: 706px;
	margin: 0px auto;
	margin-bottom: 0px; /* before 120px */
	position: relative;
	padding: 30px 30px 100px 30px;
	
	
}
DIV.shadow-left,
DIV.shadow-right{
	position: absolute;
	width: 50px;
	left: -50px; top: 0px; bottom: 0px;
	background: url(images/fade_sprite.png) repeat-y;
}

DIV.shadow-right{
	left: auto; right: -50px; top: 0px; bottom: 0px;
	background-position: right top;
}

DIV.shadow-left DIV,
DIV.shadow-right DIV{
	position: absolute;
	width: 50px; height: 200px;
	left: 0px; top: 0px;
	background: url(images/fade_top.png) no-repeat;
	
}


DIV.shadow-right DIV{
	background-position: right top;
}

DIV.shadow-left DIV.bottom,
DIV.shadow-right DIV.bottom{
	position: absolute;
	width: 50px; height: 200px;
	bottom: 0px; top: auto;
	background: url(images/fade_bottom.png) no-repeat;
}

DIV.shadow-right DIV.bottom{
	background-position: right top;
}

DIV.top{
	width: 706px;
	margin: 0px auto;
	position: relative;
	height: 128px;
}

UL.menu{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	color:#666666;
	position: absolute;
	bottom: 5px;
	text-transform:uppercase;
	letter-spacing:1px;
}

UL.menu a{
	color:#666666;
	text-decoration:none;
}


UL.menu LI{
	float: left;
	padding: 0px 20px 0px 0px;
}

H1.logo{
	position:absolute;
	margin-top:10px;
}

H1.logo, H1.logo A{
	display: block;
	width: 128px;
	height: 67px;
}

H1.logo A{
	text-indent: -1000px;
	background: url(images/flamingologo.png) 0px 0px no-repeat;
}

.content A:link {text-decoration: underline; color: #333333;}
.content A:visited {text-decoration: underline; color: #333333;}
.content A:active {text-decoration: underline; color: #333333;}
.content A:hover {text-decoration: none; color: #000000;}

.menu A:link {text-decoration: none; color: #666666;}
.menu A:visited {text-decoration: none; color: #666666;}
.menu A:active {text-decoration: none; color: #666666;}
.menu A:hover {text-decoration: none; color: #000000;}

H2
{
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#666666;
margin-bottom: 14px;
}

.jqeury
{
	position:relative; 
	margin-left:auto; 
	margin-right:auto;
}











UL.menu{ 
	padding: 0px;
	overflow: visible;
	clear: both;
	height: 35px;
}
UL.menu LI{
	float: left;
	background: none;
	padding: 0px;
	position: relative;
	0border: 1px solid #000000;
}
UL.menu LI A{
	padding: 8px 20px 8px 0px;
	0background: #000000;
	display: inline-block;
}
UL.menu LI A,
UL.menu LI.active UL LI A{
	color: #999999;
	text-decoration: none;
}
UL.menu LI A:hover{
	color: #333;
}
UL.menu LI.current_page_item A,
UL.menu LI.active A,
UL.menu LI.active UL LI.active A{
	color:#FF0000;
	color:#000000;
}


UL.menu LI UL{
	position: absolute;
	left:0px;
	display:none;
	width: 150px;
	background:#FFF;
	z-index: 999;
	font-size:12px;
    0-moz-box-shadow: 5px 5px 5px #333;
    0-webkit-box-shadow: 5px 5px 5px #333;
    0box-shadow: 5px 5px 5px #333;
}

UL.menu LI:hover{
	color: #333;
}
UL.menu LI:hover UL{
	display: block;
}

UL.menu LI UL LI.page_item{
	position: relative;
	float: none;
	display: block;
	border: 1px solid #cccccc;
	border-width: 0px 1px;
}
UL.menu LI UL LI.page_item_first,
UL.menu LI UL LI.page_item_last{
	height: 1px;
	background: #999999;
}

UL.menu LI UL LI.page_item A{
	display: block;
	padding: 5px 10px;

}

UL.menu LI.active UL LI.page_item A{
}

UL.menu LI UL LI.page_item A:hover{
	background: #ededed;
}
UL.menu LI UL.hidden{
	/*display: none;*/
}








#sliderTitle{
	position: absolute;
	z-index: 999;
	background: #999;
	padding: 7px 10px;
	color: #FFF;
	bottom: 0px;	
	left: 0px; right: 0px;
}

DIV.slider{
	width: 706px;
	border: 0px solid #000000;
	height:378px;
	position: relative;
	clear:both;
	margin-bottom:30px;
}
#slidernav{
	border: 0px solid #000000;
	text-align: center;
}
#slidernav A { 
	margin: 40px 0;
	padding:0; 
	background: url(images/cycle-control.gif) 0px -0px; 
	text-decoration: none;
	text-indent: -10000px;
	display: inline-block;
	height: 16px;
	width: 16px;
	0float: left;
}
#slidernav A.activeSlide{
	background-position: 0px -16px;
}
#slidernav A:focus{
	outline: none;
}



DIV.zoeken
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	top:10px;
	position:absolute;
	right:0px;
}

#s
{
background:none repeat scroll 0 0 #999;
border:1px solid #666666;
color:#000000;
margin-right:6px;
width:130px;
}

#searchsubmit
{
background:none repeat scroll 0 0 #666666;
border-color:#888888;
color:#BBBBBB;
text-shadow:none !important;
}





DIV.zoeken #go{
background-color:transparent;
border:medium none;
cursor:pointer;
float:right;
height:26px;
width:25px;
}
DIV.zoeken  #searchform {
background:url(images/searchbox.png) no-repeat scroll 0 0 transparent;
border:0 none;
float:right;
height:26px;
width:170px;
}
DIV.zoeken #s {
background:none repeat scroll 0 0 transparent;
border:0 none;
color:#ACACAB;
float:left;
margin:4px 0 0 4px;
width:137px;
}


DIV.content  DIV.zoeken
{
	position: relative;
	margin: 0px;
}

DIV.content DIV.zoeken  #searchform {
	float:left;
	margin:0px;
}

#footer
{
	text-align:center;
}

#editfooter
{
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

html {
overflow: -moz-scrollbars-vertical;
overflow: scroll;
overflow-x: hidden;
}

