/* CSS Document */

body {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#top {
	background-image: url(../images/baksteen_bg.jpg);
	background-repeat: repeat-x;
	width:100%;
	height:174px;
	text-align: center;
	z-index: 2;
}

#flashcontent {
	width:920px;
	height:100%;
}

#semitop {
	background-repeat: repeat-x;
	width:400px;
	height:174px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0px;
	z-index: 1;
}

#main {
	width: 920px;
	margin: 0px auto;
	max-height:100%;
	height:100%;
	padding-bottom:20px;
	min-height:800px;
}

a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}

#menu_active {
	color: #FFFFFF;
	font-weight:bold;
}


div.menu_item {
	vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	float:left;
	color: #FFFFFF;
	font-size:10px
}

#left_column {
	width:220px;
	text-align:right;
	float:left;
	padding-top:20px;
}

#content_column {
	width:680px;
	float:right;
	text-align:left;
	padding-top:20px;
}

.content_field {
	background-color:#FFFFFF;
	padding:10px 10px 10px 10px;
	max-height:100%;
	height:100%;
}

#main_content {
}

.standard_content{
  padding:0px 0px 10px 0px;
}

div.separator{
	clear:both;
	display:block;
	width:100%;
	border-style:dashed;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	height:0px;
	margin:0px 0px 10px 0px;
	padding-top:10px;
}

.kop{
	padding-bottom:20px;
	position: relative;
}

.subkop{
	font-size:16px;
	font-weight:bold;
}

#left_content_container {
	width: 220px;
}

#left_content {
 text-align:left;
}

#contactinfo {
	color:#FFFFFF;
	padding-top: 10px;
}

.whitelink{
	color:#FFFFFF;
	text-decoration: none;
}

div.formitem{
  padding: 5px 0px 5px 0px;
}

div.formitemcontent{
  padding: 10px 0px 10px 0px;
}

.formfield{
  font-size:10px;
}

.formfieldcontent{
	14px;
}

.error{
	color:#931018;
}

div.separator_left{
	display:block;
	width:180px;
	border-style:dashed;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	height:0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}

#bruut{
	color:#FFFFFF;
	font-size: 10px;
}

.fix{
 width:100%;
 color:#FFFFFF;
 clear:both;
}

.topmenu {
	background-image: url(../images/baksteen_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
}
.contentcontainer {
	width: 920px;
}
div.kalender{
	position: relative;
}
div.week{
	position: relative;
	clear: both;
}
.day , .day_a, .day_h, .day_e, .day_past, .day_a_past{
	float: left;
	height: 14px;
	width: 22px;
	background-color: #DDDDDD;
	margin: 2px;
	font-size: 12px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #CCCCCC;
	color: #999999;
}
.day_a, .day_a_past{
	background-color: #666666;

}
.day_a a{
	color: #FFFFFF;
	text-decoration: none;
}
.day_h{
	background-color: #FFFFFF;
	color: #333333;
}
.month {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	float: left;
}
.day_e{
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}.month_nav {
	float: right;
	padding-right: 8px;
}
.kop .back {
	position: absolute;
	left: 370px;
	top: 10px;
	width: 100px;
	text-align: right;
}
.kop .reserveer {
	position: absolute;
	top: 10px;
	left: 480px;
	width: 100px;
	height: 20px;
	padding-left: 10px;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #CCCCCC;
}
.day_past {
	background-image: url(../images/kal_past.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.day_a_past {
	background-image: url(../images/kal_past.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
