html
{
	overflow-y: scroll;
	cursor:default;
}
html, body
{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
font-size:16px;
	color:#D56100;
	background-color:#FFEFD5;
	
	z-index:-1;
}
h1{font-size:18px;}
h2{font-size:22px;}
html,
body {
   margin:0;
   padding:0;
   height:100%;
   min-height:100%;
   /*overflow: hidden;*/
}
*
{
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

form#doneer {
	background: #D56100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px;
	width: 440px;
}
form#doneer label {
	color: #FFEFD5;
	float: left;
	font-size: 13px;
	width: 110px;
}
form#doneer button {
	background: #D56100;
	color: #FFEFD5;
	
	border: none;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
	display: block;
	letter-spacing: 1px;
	
	padding: 7px 25px;
	text-shadow: 0 1px 1px #000000;
}
form#doneer button:hover {
	background: #FFEFD5;
	color: #D56100;
	cursor: pointer;
}
a
{
	text-decoration: none !important;
	color:#D56100;
}
p a
{
	text-decoration: underline !important;
}
hr
{
	color: black;
	background-color: black;
	border-color: black;
}
#container {
z-index:1;

	width:800px;
	margin:0px auto;
   min-height:100%;
   position:relative;
   padding-bottom:0px;
}
#innerContainer
{
	/*margin:0px 15px;*/
}

#body {
/*padding-top:1px;*/

   padding-bottom:110px;   /* Height of the footer */
}
#footer {
	background-color:#FFEFD5;
	position:absolute;
	bottom:0px;
	width:100%;
	/* height:50px;    Height of the footer */
}
.menu
{
	background-color:#D56100;     
	width:100%;
	height:50px;
	text-align:center;
}
.menu>div
{
	width:20%;
	float:left;
}
.menu a
{
	color:#FFEFD5;
}
.menu>.selectedmenu a
{
	color:#D56100;
}
.menu>.selectedmenu
{
	background-color:#FFEFD5;
	height:100%;
	/*-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px; */
}
.sponsors
{
	clear:both;
	height:50px;
	background-color:white;
	overflow:hidden;
}

.sponsors img
{
	display: block;
    margin-left: auto;
    margin-right: auto;
	max-width:200px;
	max-height:50px;
}

.sitemap
{
		/*display:none;*/
}
.sitemap>div
{
	text-align:center;
	width:33%;
	float:left;
	display:inline;
	font-size:12px;
	height:60px;
}
.sitemap a
{
	color:#D56100;
}
.sas
{
	color:#FFAA63;
	background-color:#D56100;
	/*text-align:center;*/
}
.gallerij_image
{
	width:100px;
}

.sleen
{
	border-right:1px #FFAA63 solid;
}
.content
{
	border-radius: 0px 0px 20px 20px;
	background-color:#FFEFD5;
	padding:25px;
	min-height:400px;
}
.receptlink
{
	cursor: pointer;
}
.receptenbox>div
{
	display:none;
	border-bottom:1px solid;
}
.receptenbox div.selected
{
	display:block;
}