body { 
	width					: 100%;
	text-align				: center;
	margin					: 0;
	padding					: 0;
	background				: #91b6f5;
	background-image		: url('./images/main_bg.png');
	background-repeat		: repeat-x;
}

div, span, p, h1, h2, li, td, th {
	font-family				: Verdana, Arial, Tahoma, Helvetica;
	font-size				: 10px;
	color					: #444444;
	border					: 0px;
	line-height				: 18px;
	resize					: none;
} 

select, input, textarea {
	font-family				: Verdana, Arial, Tahoma, Helvetica;
	font-size				: 10px;
	color					: #444444;
	border					: 0px;
	padding					: 3px;
	margin					: 0;
	line-height				: 18px;
	resize					: none;
}

.submit {
	background-image		: url('./images/button.png');
	border					: 0;
	width					: 124px;
	height					: 19px;
	line-height				: 21px;
	vertical-align			: middle;
	color					: #fff;
	padding					: 0;
	margin					: 0;
}

a {
	font-weight				: bold;
	text-decoration			: none;
	color					: #444444;
	background-color		: transparent;
}

a:hover {
	text-decoration			: underline;
	color					: #BF1520;
	background-color		: transparent;
}

img {
	border					: 0;
}

.pagelink a:active,
.pagelink a:visited,
.pagelink a:link,
.pagecurrent a:active,
.pagecurrent a:visited,
.pagecurrent a:link {
	text-decoration			: none;
}		

textarea, input, select {
	font-size				: 10px;
	background-color		: #fff;
	border					: #e8e8e8 1px solid;
	font-family 			: verdana;
	color 					: #222222;
	padding					: 1px 3px;
	line-height				: 10px;
}

#outline {
	width					: 964px;
	margin					: 0 auto;
	padding					: 0;
}

#wrapper {
	width					: 964px;
	margin					: 0;
	padding					: 0;
}

.header {
	width					: 964px;
	height					: 328px;
	margin					: 0;
	padding					: 0;
	margin-top				: 94px;
	text-align				: left;
	background-image		: url('./images/header.jpg');
}

.logo {
	float					: right;
	position				: relative;
	left					: -18px;
}

#menu {
	position				: relative;
	top						: 44px;
	height					: 130px;
}

.menu {
	float					: left;
	padding					: 0;
	height					: 40px;
	margin					: 20px 0 0 20px;
	text-align				: left;
}

.menu ul {
	margin					: 0;
	padding					: 0;
	list-style-type			: none;
}

/*Top level list items*/
.menu ul li {
	display					: inline;
	float					: left;
	position				: relative;
	margin					: 0 15px;
	padding					: 0;
}

/*Top level menu link items style*/
.menu ul li a {
	float					: left;
	display					: block;
	height					: 40px;
	line-height				: 35px;
	text-align				: center;
	vertical-align			: middle;
	text-decoration			: none;
	color					: #555;
	font-size				: 11px;
	font-weight				: normal;
	text-transform			: uppercase;		
	padding					: 0;
	margin					: 0;		
}
	
/*1st sub level menu*/
.menu ul li ul {
	padding					: 0;
	margin					: 0;
	position				: absolute;
	top						: 1em; /* no need to change, as true value set by script */
	visibility				: hidden;
	border-top				: 0;
	padding-bottom			: 2px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li {
	clear					: both;
	float					: none;
	display					: block;
	border					: 0;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menu ul li ul li ul { 
	left					: 100px; /* no need to change, as true value set by script */
	top						: 0;
	position				: absolute;
}

/* Sub level menu links style */
.menu ul li ul li a {
	width					: 300px;
	display					: block;
	background				: none;
	height					: 20px;
	line-height				: 20px;
	color					: #fff;
	text-decoration			: none;
	vertical-align			: middle;
	text-align				: left;
}

.menu ul li a:hover {
	color					: #00aeef;
	background				: url('./images/menu_item_hover.png');
	background-repeat		: repeat-x;
}

.menu ul li a.link_selected {
	color					: #00aeef;
	padding					: 0;
	margin					: 0;
	background				: url('./images/menu_item_hover.png');
	background-repeat		: repeat-x;
}

.menu ul li ul li a:hover {
	color					: #ececec;
	text-decoration			: underline;
	background				: transparent;
}

.banner_bar {
	clear					: both;
	float					: none;
	text-align				: left;
	height					: 106px;
	padding					: 0;
	padding-left			: 15px;
	padding-top				: 8px;
	line-height				: 106px;
	margin					: 0;
}

.banner_bar img {
	vertical-align			: middle;
}

.reserv_text {
	width					: 371px;
	height					: 101px;
	padding					: 0;
	margin					: 0 auto;
	line-height				: 80px;
}

.reserv_text_inner {
	padding					: 15px 40px 40px 15px;
	margin					: 0;
	vertical-align			: middle;
	text-align				: center;	
	font-weight				: bold;
}

* html p#iepara { /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top				: 1em;
}
	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { float: left; height: 1%; }
/* End */

.content_outer {
	width					: 964px;
	min-height				: 653px;
	height					: auto !important;
	height					: 653px;
	background-repeat		: repeat-y;
	text-align				: left;
	margin					: 0;
	padding					: 0;
	float					: left;
}

.content_inner {
	width					: 860px;
	margin					: 0 35px;
	padding					: 0;
	padding-bottom			: 20px;
}

.text_bg {
	height					: 410px;
	width					: 605px;
	margin					: 0 auto;
}

.text_header {
	position				: relative;
	left					: 8px;
	top						: 0px;
	background-image		: url('./images/text_top.png');
	height					: 13px;
	line-height				: 13px;
	width					: 590px;
	padding					: 0;
}

.text_footer {
	position				: relative;
	left					: 8px;
	top						: -1px;
	background-image		: url('./images/text_footer.png');
	height					: 13px;
	line-height				: 13px;
	width					: 590px;
}

.footer {
	clear					: both;
	float					: none;
	height					: 40px;
	width					: 964px;
	padding					: 0;
	margin					: 0;
	margin-bottom			: 10px;
}

.footer_text_left {
    float                   : left;
	height					: 23px;
	width					: 100px;
	text-align				: left;
	position				: relative;
	top						: -20px;
	left					: 20px;
	color					: #808080;
}

.footer_text_left a {
    font-weight             : normal;
}

.footer_text_left2 {
	clear					: both;
	text-align				: left;
	position				: relative;
	top						: -20px;
	left					: 20px;
}

.footer_text_left2 a {
	font-size				: 9px;
	color					: #26a7e0;
}

.footer_text_right {
    float                   : right;
	height					: 23px;
	width					: 680px;
	text-align				: right;
	position				: relative;
	top						: -20px;
	left					: -30px;
	color					: #808080;
}

.zeelande_detailed {
	margin					: 0;
	padding					: 0;
	padding-bottom			: 20px;
}

.zeelande_reg {
	background				: #fff;
}

.zeelande_reg td {
	height					: 20px;
	vertical-align			: top;
}

.zeelande_table_tr, .zeelande_table_tr td {
	padding					: 0;
	background				: #fff;
	border-bottom			: 1px solid #e9e9e9;
}

.zeelande_table_tr2, .zeelande_table_tr2 td {
	padding					: 0;
	background				: #91cae2;
	border-bottom			: 1px solid #fff;
}

.zeelande_table_tr3, .zeelande_table_tr3 td {
	padding					: 0;
	background				: #a4e4ff;
	border-bottom			: 1px solid #fff;
}

.agenda {
	text-align				: center;
	height					: 100px;
	width					: 150px;
	margin-top				: 13px;
}

.date {
	height					: 20px;
	line-height				: 27px;
	vertical-align			: middle;
	width					: 150px;
	font-size				: 12px;
	color					: #fff;
}

.day {
	height					: 80px;
	width					: 150px;
	line-height				: 80px;
	font-size				: 45px;
	vertical-align			: middle;
	font-weight				: bold;
}

.banner {
	width					: 150px;
	text-align				: center;
	margin					: 0 auto;
}

.zeelande_overzicht {
	width					: 890px;
	margin:					: 0 auto;
}

.zeelande_month {
	font-size				: 16px;
	color					: #00aeef;
	font-weight				: bold;
	border-bottom			: 1px solid #00aeef;
	padding-left			: 20px;
}

.zeelande_table_top {
	text-align				: center;
	font-weight				: bold;
	border-right			: 1px solid #e9e9e9;
	border-bottom			: 1px solid #e9e9e9;
}

.zeelande_table_row {
	border-right			: 1px solid #e9e9e9;
	border-bottom			: 1px solid #e9e9e9;
	text-align				: left;
	padding					: 2px;

}

.zeelande_table_row a {
	font-weight				: normal;
}

.agenda_title {
	margin					: 0;
	padding					: 0;
	color					: #222;
	font-weight				: bold;
	height					: 19px;
	background-color		: #d0e7ef;
	border-bottom			: 1px solid #00aeef;
}

.news_title {
	font-size				: 16px;
	color					: #00aeef;
	font-weight				: bold;
	border-bottom			: 1px solid #00aeef;
	padding-left			: 10px;
}

.zeelande_submit {
	margin					: 0;
	margin-top				: 5px;
	padding					: 5px 15px;
	background-color		: #d2232a;
	color					: #fff;
	font-weight				: bold;
}

.show_text {
	padding-left			: 10px;
}

.loginform td {
	padding					: 2px;
}

.signup_form td {
	padding					: 2px;
}

.veiling {
	border-left				: 1px solid #29abe2;
	margin:					: 0 auto;
}

.veiling_row {
	border-right			: 1px solid #29abe2;
	border-bottom			: 1px solid #29abe2;
	text-align				: left;
	vertical-algin			: middle;
	height					: 18px;
	padding					: 0;
	padding-left			: 5px;
	margin					: 0;
}

.links {
	float					: left;
	position				: relative; 
	top						: 40px; 
	left					: 20px; 
	vertical-align			: middle;
	width					: 120px; 
}

.links a {
	background-image        : url('./images/table_bg.png');
	display					: block; 
	width					: 120px; 
	height					: 19px; 
	color					: #fff;
	margin-bottom			: 2px;
	text-align				: center;
}