@charset "windows-1252";
/* CSS Document */


.table-headers {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 12px;
	color: #111;
	font-weight: bold;
	line-height: 25px;
	padding-left: 0px;
}
.table-td-data {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #111;
	font-weight: normal;
	line-height: 25px;
	padding-left: 0px;
	background-color: #FFF;
}



/* LAYOUT */

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #FFF; 
	/*
	border: 1px solid #EFEFEF;
	*/
}

div.spacer {
	clear: both;
}

#footer {
	text-align: left;
	min-height: 40px;
	position: relative;
	top: 40px;
	left: 0px;
}

/* HEADER */
#header {
	position: relative;
	width: 1000px; 
	text-align: left;
	height: 250px;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	
}

#mainnavigation {
	position: relative;
	width: 960px;
	text-align: left;
	height: 240px;
	margin-left: 20px;
	margin-top: 0px;
	vertical-align: middle;
}

/* HEADER FIRST ROW*/

#toplinks {
	position: relative;
	float: left;
	width: 720px; 
	text-align: left;
	height: 40px;
	margin-left: 10px;
	margin-top: 10px;
}

#logo {
	position: relative;
	float: left;
	width: 220px; 
	text-align: left;
	height: 50px;
	margin-left: 10px;
	margin-top: 0px;
}

/* HEADER SECOND ROW */

#pageimage {
	position: relative;
	float: left;
	width: 540px; 
	text-align: left;
	height: 180px;
	margin-left: 0px;
	margin-top: 10px;
}

#uitgavelogo {
	position: relative;
	float: left;
	width: 180px; 
	text-align: left;
	height: 180px;
	margin-left: 10px;
	margin-top: 10px;
}

#contactreserveren {
	position: relative;
	float: left;
	width: 220px;
	text-align: left;
	height: 180px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: #083976;
}

/* PAGE CONTENT */

#content {
	width: 1000px;
	text-align: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#pagecontent {
	position: relative;
	width: 730px;
	text-align: left;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	background-color: #FFF;
	
	/*
	border: 1px solid #FFCCCC;
	*/

}

#page{
	position: relative;
	float: left;
	width: 530px;
	min-height: 519px;
	text-align: left;
	margin-left: 10px;
	margin-top: 0px;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #111;
	font-weight: normal;
	line-height: 18px;
	
}

#pageitems{
	position: relative;
	float: left;
	width: 178px; 
	text-align: left;
	margin-left: 10px;
	margin-top: 0px;
	background-color: #FFF; 
		
	/*
	border: 1px solid #FFCCCC;
	*/
}

/* SUBNAVIGATION */

#subnavigation {
	width: 220px;
	min-height:100px;
	text-align: left;
	margin-top: 0px;
	margin-left: 10px;
	padding:0px;
	float: left;
	background-color: #FFF; 
}
.subnav-line {
	height: 1px;
	background-color: #fff;
}

.subnav-line-anwb {
	height: 1px;
	background-color: #EFEFEF;
}

.subnav-planningtool {
	height: 47px;
	background-color: #0C9FDB;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
}

.subnav-zoeken {
	height: 47px;
	background-color: #FFF;
	/*
	background-color: #b8e5f8;
	*/
}

.subnav-td-anwb {
	height: 23px;
	background-color: #FFF;
}

.subnav-td-english {
	height: 23px;
	background-color: #FFF;
	background-image: url(../gfx/frontoffice/homepage/english.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.subnav-td-german {
	height: 23px;
	background-color: #FFF;
	background-image: url(../gfx/frontoffice/homepage/german.png);
	background-repeat: no-repeat;
	background-position: right center;
}


.subnav-td-dutch {
	height: 23px;
	background-color: #FFF;
	background-image: url(../gfx/frontoffice/homepage/dutch.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

/* LINKS */

.link-active
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding-left: 0px;
}

a.link-active:hover
{
	color: #3CF;
}
.link-planningstool
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	line-height: 18px;
	height: 25px;
	padding-left: 0px;
	font-style: bold;
	
}

a.link-planningstool:hover
{
	color: #3CF;
}

.link-uitgave
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding-left: 0px;
}

a.link-uitgave:hover
{
	color: #000;
}

.link-subnav
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #083976;
	text-decoration: none;
	line-height: 18px;
	height: 25px;
	padding-left: 0px;
}

a.link-subnav:hover
{
	color: #3CF;
}

.link-reserveren {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal; 
}

a.link-reserveren:hover
{ 
	text-decoration: underline;
}

.link-topnavigatie {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #083976;
	text-decoration: none;
	line-height: 17px;
	font-weight: normal; 
}

a.link-topnavigatie:hover
{ 
	text-decoration: none;
	color: #3CF;
	
}

.link-text {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #111;
	text-decoration: none;
	line-height: 17px;
	font-weight: normal; 
}

a.link-text:hover
{ 
	text-decoration: none;
	color: #3CF;
	
}

/* FONTS */

.text 
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #111;
	font-weight: normal;
	padding-right: 40px;
	line-height: 18px;
}


.heading-small {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 16px;
	color: #111;
	font-weight: bold;
	line-height: 15px;
	padding-left: 0px;
}

.text-footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #111;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 18px;
}

.table-td-options {
	height: 25px;
	text-align: center;
	width: 120px;
}
.table-td-text {
	height: 25px;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #000;
}
.text-dot {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 12px;
	color: #3CF;
	font-weight: normal;
	padding-left: 7px;
	padding-right: 7px;
	line-height: 18px;
}
.table-topnavigation {
	height: 40px;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 11px;
	color: #000;
}
.text-panel-reserveren {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 22px;
}
.text-panel-reserveren-small {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.text-uitgave-doelgroepen {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Arial", "Verdana", sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	line-height: 10px;
	padding-left: 10px;
}
.subnav-planningtool-leeg {
	height: 23px;
	background-color: #0C9FDB;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left;
}
.subnav-planningtool-img {
	height: 47px;
	background-color: #0C9FDB;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../gfx/frontoffice/homepage/planningstool.png);
}

