/****************************************************
 **  GENERAL  *********************
 ****************************************************/
* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
body{
	background-color: #b9c050;
	font-size: 8pt;
	font-family: Arial, sans-serif;
	
	color: #666;
	text-align: center; /* to center the container - for IE */
	margin: auto;
	padding: 0;
	min-height:500px;/* for good browsers*/
	min-width:960px;/* for good browsers*/
	
}

#xouter{
	height:100%;
	width:100%;
	display:table;
	vertical-align:middle;
}



/* horizontally center the container in the browser */
#container {
	width: 960px;
	margin: auto;
	background-color: #b9c050; 
	text-align: left; /* to reset text alignment for all content */
	position: relative; /* to contain the menu which is absolutely positioned. */
	vertical-align:middle;
	display:table-cell;
	height: 500px;	
}


#xinner {
	width:960px;
	background:#fff;
	height: 500px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	
}

#rkotxt {
	color: #b9c050;
font-size: 1pt;
background:#b9c050;
}

#maingfx {
	table-layout:fixed;
	height: 453px;
	width:960px;
	padding: 0;
	margin: 0;
	border-spacing: 0px;
	background-color: #b9c050;
	vertical-align:middle;
	background-image: url(../img/backgfx960x453.gif);
	background-repeat:no-repeat;	
}

#maingfxbedankt {
	table-layout:fixed;
	height: 453px;
	width:960px;
	padding: 0;
	margin: 0;
	border-spacing: 0px;
	background-color: #b9c050;
	vertical-align:middle;
	background-image: url(../img/backgfxbedankt.jpg);
	background-repeat:no-repeat;	
}

#maingfxromantic {
	table-layout:fixed;
	height: 453px;
	width:960px;
	padding: 0;
	margin: 0;
	border-spacing: 0px;
	background-color: #b9c050;
	vertical-align:middle;
	background-image: url(../img/backgfxromantic.jpg);
	background-repeat:no-repeat;	
}


#maingfxboeken {
	table-layout:fixed;
	height: 453px;
	width:960px;
	padding: 0;
	margin: 0;
	border-spacing: 0px;
	background-color: #b9c050;
	vertical-align:middle;
	background-image: url(../img/backgfxboeken.jpg);
	background-repeat:no-repeat;	
}

#maingfxborrel {
	table-layout:fixed;
	height: 453px;
	width:960px;
	padding: 0;
	margin: 0;
	border-spacing: 0px;
	background-color: #b9c050;
	vertical-align:middle;
	background-image: url(../img/backgfxborrel.jpg);
	background-repeat:no-repeat;	
}

a {
	color: #003d32;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #003d32;
}
a img {
	border: 0px;	/* to eliminate the ugly 2px blue border around img inside a tags */
}


#menu {
	width: 960px;
	height:55px;
	background-color: #b9c050;
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(../img/gradient-menu2.jpg);
	background-repeat: repeat-x;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left; /* also to stretch to contain the floating children */
	cursor: default;  /* instead of text select cursor */
}
/* begin first level unselected */
#menu ul li {
	z-index:1000;
	position: relative;  /* to contain the dropdown menu */
	margin-left: 0.1em;
	margin-top: 33px;
	text-decoration: none;
	float: left;
}
#menu ul li:hover,
#menu ul li.sfhover {
	background-color: #818548;
	background-image: url(../img/corners-menu-hover.png);
	background-repeat: no-repeat;
}
#menu ul li a {
	display: block;
	font-size: 110%;	/* to override the browser default */
	font-weight: normal;
	color: #003d32;
	padding: 0 0.6em;
	line-height: 19px;
	padding-bottom: 3px;
	letter-spacing: 0.1em;
}
#menu ul li a:hover,
#menu ul li:hover a,
#menu ul li.sfhover a {
	color: #fff;
	background-image: url(../img/corners-menu-hover.png);
	background-position: right top;
	background-repeat: no-repeat;
}
/* end first level unselected */
/* begin first level selected */
#menu ul li.selected {
	background-color: #fff;
	cursor: default;
	background-image: url(../img/corners-menu-hover.png);
	background-repeat: no-repeat;
}
#menu ul li.selected a {
	color: #003d32;
	background-image: url(../img/corners-menu-hover.png);
	background-position: right top;
	background-repeat: no-repeat;	
}
#menu ul li.selected a:hover {
	color: #0c3c60;
	background-color: transparent;
}
/* end first level selected */
/* begin drop down menu with son of suckerfish */

#menu ul li ul.dropmenu {
	position: absolute;
	display: block;
	left: -999em;
	width: 1%;
	border: 1px solid #818548;
	padding: 0.3em 0.3em 0.3em 0.3em;
	text-indent: 6px;
	background-color: #fff; /* it needs to have a white background to cover what is underneath */
	background-image: none;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}


#menu ul li:hover ul.dropmenu,
#menu ul li.sfhover ul.dropmenu {
	left: auto;
	left: -1px;
	z-index: 900; /* place it above the page content */
	width: 15em;
}
#menu ul li ul.dropmenu li {
	display: block;	
	color: #000;
	text-decoration: none;
	line-height: 2em;
	border-bottom: 2px dotted #fff;
	margin: 0;
	width: 100%;
	background-image: none;
	background-color: #fff;
	
}
#menu ul li ul.dropmenu li a {
	display: block;
	width: 100%;	
	cursor: pointer;
	color: #003d32;
	font-size: 100%;
	font-weight: normal;
	line-height: 2em;
	height: 2em;
	background-image: none;
	padding: 0;
	

}
#menu ul li ul.dropmenu li a:hover {
	background-color: #b9c050;
	color: #000000;
}
/* end drop down menu with son of suckerfish */
#menu ul li ul.dropmenu li.separator {
	border-top: 2px dotted #fff;
	height: 0px;
	margin: 1px 0px;
	padding: 0pt;
	cursor: default;
}
#menu ul li ul.dropmenu li.separator:hover {
	background-color: inherit; /* avoid separator changing color on hover */
}

.titel{
	color: #003d32;
	font-size:10pt;
	text-align: normal;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-style: normal;
}

.clear { 
	display: block;
	clear: both; 
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

