/* 
** weimar - default stylesheet
** 
** This stylesheet is based on an open source layout by  
** Jonas John (www.jonasjohn.de) !
**  Nov 18, 2006 - (version 1.0)
** flowertree.css
*/
/* page overall: */

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #b7b965; /*#d8d3b3; /*D4D0C8*/ 
	text-align: center;
	margin-top: 6em;
}
/* donkere groene kleur: a3a349 */
.page {
	/* Page width: */
	width: 800px;
}
#kerstmenu {
	position: absolute;
	right: 10px;
 	top: 10px;
 	width: 135px;
	height: 90px;
	overflow: hidden;
	background: #e0d0af url(../images/kerst.jpg) no-repeat top left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%
}
#kerstmenu .gutter {
	padding: 20px 10px 0 10px;
}
#kerstmenu a, #kerstmenu a:visited {
	text-decoration: none;
	color: #FFD700;
}
#kerstmenu a:hover, #kerstmenu a:active {
	text-decoration: none;
	color: red;
}
#all-you-can-eat{
	float: right;
	width: 350px;
	height: 77px;
	padding-top: 5px;
	text-align: center;
	color: #fff;/* #9A9C00; */
	font-weight: bold;
}

#logo {
	margin: 0 auto;
	text-align: left;
	font-family: Union, Trebuchet MS, Arial;
	font-size: 1.7em;	
	margin-bottom: 0.2em;
	letter-spacing: -0.01em;
}

#logo a:link, #logo a:visited, #logo a:hover, #logo a:active {
	text-decoration: none;
	/* logo color 1: */
	color: #C43917;
}

#logo_black {
	/* logo color 2: */
	color: #000000;
}

#contentbox {
	background-color: #fff;                
	margin: 0 auto;
	text-align: left;
}

/* menu: */

#menu {
	margin: 0 auto;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #99846E;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	background-color: #758a91; /*#666;*/
	height: 2em;
}
#menu ul {
	list-style-type: none;
	margin:0;
	padding: 0;
}
#menu ul li {
	float: left;
	width: 14%;
	padding-top: 0.2em;
	text-align:center;
	border-right: 1px solid #C9BDA2;
	height:1.8em;
	overflow:hidden;
}

#menu a, #menu a:visited {
	color: #e0d0af; /*#C9BDA2; /*#99846E*/
	text-decoration: none;
}
#menu a:hover, #menu a:active {
	color: #C43917;
	text-decoration: none;
}
#menu a.active {
	color: #c43917;
}

#padding {
	padding: 1em;
}
#copy {
	margin: 0 auto;
	margin-top: 0.5em;
	color: #e0d0af;
	font-family: Verdana, Arial;
	font-size: 0.7em;
}
#copy a:link, #copy a:visited {
	color: #e0d0af;
	text-decoration: none;
}
#copy a:hover, #copy a:active {
	color: #C43917;
	text-decoration: none;
}
#innerpage {
	/* Background image: */
	background-image: url("../images/bg_home.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 445px;
}

/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #fff; 
	filter: Alpha(opacity=95); 
	opacity: .95;
	float: left; 
	width: 210px; 
	height: 430px;
	padding: 0.5em;
	font-family: Verdana, Arial;
	font-size: 0.7em;
	overflow: auto;
}

#content p {
	font-size: 0.9em;
	margin-top: 0.9em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #a3a349;
}
#content h2 {
	font-size: 1.2em;
	font-family: Trebuchet MS;
}

/* link colors */
#content a:link {
	color: #C2361D;
}

#content a:hover, #content a:active {
	color: #33201D;
}

#content a:visited {
	color: #892614;
}

table { font-size: 0.9em;
border-collapse:seperate;
width: 100%; }
.imgcenter { 
text-align: center;
}
table th {
	padding: 5px;
	text-transform: uppercase;
	color: #a3a349;
	}
table .opm {
	color: #758a91;
	}
.verstuur {
	border: 1px solid #BF2016;
	background-color: #C9BDA2;
	color: #BF2016;
}
.verstuur:hover {
	background-color: #ccc;
}
.error {
	font-weight:bold;
	color: red;
}
.ok {
	color: green;
}
/*#menu a.actief {
	color: #ccc;
	font-weight: bold;
}
#menu a.actief:hover {
 color: red;
 }*/
