/**********************************************************************************
 * 
 * LastChangedDate:		$Date: 2006-07-04 13:25:51 +0200 (Tue, 04 Jul 2006) $
 * LastChangedRevision	$Rev: 5 $
 * LastChangedBy:		$Author: $
 * HeadURL:				$URL: http://linux/cd/geuzenvloot/trunk/css/layout.css $
 * ID:					$Id: layout.css 5 2006-07-04 11:25:51Z  $
 * 
/**********************************************************************************/

/* -- gallery -- */
div.gallery {
	margin-top: 20px;
}
/* -- top -- */
table.navigation {
	width: 420px;
}
table.navigation td {
}
td.previous,
td.next {
	width: 120px;
}
td.next {
	text-align: right;
}
td.previous a {
/*	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
	line-height: 30px;
	margin-left: 7px;*/
}
td.next a {
/*	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 30px;
	padding-right: 12px;
	margin-right: 7px;
	text-decoration: none;
	line-height: 30px;*/
}
td.navigation {
	text-align: center;
}
td.navigation a {
	padding: 0 3px;
	margin: 0 3px;
	text-decoration: none;
	
}
table.navigation td.navigation span.current {
	background-color: #2D15A7;
	color: #fff;
	padding: 0 3px;
	line-height: 18px;
}
/* -- middle -- */
table.index {
	width: 420px;
/*	margin: 5px 2px;*/
}
table.index td.item {
	padding: 5px;
	text-align: center;
}
table.index td.item div {
	clear: both;
	text-align: center;
}
table.index td.item a,
table.index td.item img {
	margin: 0;
	padding: 0;
}
table.index td.item img {
	float: none;
}
table.index td.item div.caption {
}
table.index td.item div.caption div {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
}
/* -- detail -- */
div.gallerydetail {
	width: 620px;
	text-align: center;
}
div.gallerydetail div.gallerydetailwrapper {
	width: 434px;
	margin: 20px auto;
}
div.gallerydetail table.navigation {
	width: 434px;
}
div.gallerydetail div.image {
	margin: 5px 2px;
}

/* sitemap */
/* quickmenusitemap */
table.quickmenusitemap {
}
table.quickmenusitemap tr td.level0,
table.quickmenusitemap tr td.level1,
table.quickmenusitemap tr td.level2 {
	width: 140px;
	line-height: 20px;
	background-color: #2D15A7;
	border-bottom: 1px solid #fff;
}
table.quickmenusitemap tr td.level0,
table.quickmenusitemap tr td.level1 {
	border-right: 1px solid #fff;
}
table.quickmenusitemap td a {
	color: #fff;
}
div.sitemap {
	padding: 10px 0;
}
table.sitemap {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
table.sitemap td.level1,
table.sitemap td.level2,
table.sitemap td.level3 {
	width: 139px;
	line-height: 20px;
	border-bottom: 1px solid #fff;
}
table.sitemap td.level1,
table.sitemap td.level2 {
	border-right: 1px solid #fff;
}
table.sitemap a {
	padding-left: 5px;
	font-size: 11px;
	display: block;
}
table.sitemap td.level1 {
	background-color: #77caff;
	color: #fff;
}
table.sitemap td.level2 {
	background-color: #d8f0ff;
}
table.sitemap td.level3 {
	background-color: #fff;
}

/* search */
div.searchresults {
}
div.searchresults div.item {
	margin-bottom: 15px;
}

/* nieuwsoverzicht */
div.nieuwsoverzicht {
}
div.nieuwsoverzicht div.item {
	margin-bottom: 15px;
}
div.nieuwsoverzicht div.item div.date {
	font-size: 10px;
	color: #f00;
}

/* wrapper */
div.wrapper {
	width: 920px;
	text-align: left;
	margin: 10px auto;
	background-color: #fff;
}

/* ---------------- top ------------- */
div.top {
	background-image:url(../img/topsection_back.jpg);
	background-repeat: no-repeat;
	height: 260px;
}
div.top div.menuholder {
	padding: 220px 0 0 220px;
}

/* --------------- middle ----------- */
div.outermiddle {
	background-image:url(../img/repeat_middle.jpg);
	background-repeat: repeat-y;
}
div.middle {
	padding: 20px 0 0 10px;
	background-image:url(../img/midsection_back.jpg);
	background-repeat: no-repeat;
}
div.middle div.left {
	width: 210px;
	float: left;
}
div.middle div.center {
	width: 440px;
	float: left;
}
div.middle div.right {
	width: 250px;
	float: left;
}

/* news */
div.news {
	margin: 27px 10px 0 10px;
}
div.news div.item {
	margin-bottom: 15px;
}
div.news div.item h1 {
	font-size: 14px;
	font-weight: bold;
}
div.news div.item div.date {
	line-height: 12px;
	height: 12px;
	font-size: 10px;
	color: #f00;
}
div.news div.item div.text {
	font-size: 10px;
	color: #666;
	line-height: 15px;
}
div.news div.item div.more {
	text-align: right;
}
div.news div.item div.more a {
	font-size: 10px;
	color: #09f;
	font-weight: bold;
}
div.news div.item div.more a:hover {
	text-decoration: none;
}


/* banners */
div.banners {
	margin: 30px 10px 0 10px;
}
div.banners div.banner {
	margin-bottom: 10px;
}

/* pageitem */
div.pageitem {
	margin: 0 10px 20px 10px;
}


/* --------------- middle ----------- */
div.bottom {
	height: 100px;
	background-image:url(../img/bottomsection_back.jpg);
	background-repeat: no-repeat;
}
div.bottom div.menuholder {
	padding: 40px 0 0 220px;
}

/* ------------------ form ----------------- */
table.form {
	margin-top: 10px;
}
table.form td.key {
	padding: 4px 10px 4px 0;
}
input.formtext {
	width: 198px;
	padding-left: 2px;
	height: 18px;
	border: 1px solid #000;
}
input.formradio {
}
input.formcheckbox {
}
select.formselect {
	width: 202px;
/*	color: #036;*/
}
select.formselect option {
/*	color: #036;*/
}
input.formreset {
	width: 202px;
	background-color: #2D15A7;
	color: #fff;
	border: 1px solid #000;
}
input.formsubmit {
	width: 202px;
	background-color: #2D15A7;
	color: #fff;
	border: 1px solid #000;
}
input.formbutton {
	width: 202px;
	background-color: #2D15A7;
	color: #fff;
	border: 1px solid #000;
}
textarea.formtextarea {
	width: 196px;
	padding: 2px;
	border: 1px solid #000;
	height: 120px;
	overflow: auto;
	margin-bottom: 4px;
/*	color: #036;*/
}
input.formfile {
}

/* ---------------- calendar --------------- */
div.calendar {
	border: 1px solid #000;
	position: absolute;
	z-index: 5;
	
	background-color: #fff;
}
div.calendar_close {
	line-height: 12px;
	font-size: 10px;
	text-align: right;
	padding-right: 4px;
}
div.calendar_close a {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}
table.calendar_navigation {
}
table.calendar_navigation td.calendar_previous {
}
table.calendar_navigation td.calendar_next {
}
table.calendar_navigation td.calendar_month {
	padding: 2px;
}
table.calendar_navigation td.calendar_year {
	padding: 2px;
}
table.calendar_navigation a {
	line-height: 20px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2px;
}
table.calendar_navigation select {
	line-height: 12px;
	font-size: 10px;
}
table.calendar_navigation select option {
	line-height: 12px;
	font-size: 10px;
	padding: 0 2px;
}
table.calendar_weeks {
}
table.calendar_weeks td {
	line-height: 12px;
	font-size: 10px;
	padding: 2px;
	text-align: center;
}
table.calendar_weeks td a {
	line-height: 12px;
	font-size: 10px;
	border: 1px solid #fff;
}
table.calendar_weeks td a:hover {
	background-color: #eee;
}
div.calendar a.current {
	border: 1px solid #000;
}
div.calendar a.selected {
	border: 1px solid #036;
	background-color: #036;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

/* ----------------- common ---------------- */
/* error */
.error {
	color: #f00;
}

/* none */
.none {
	display: none ;
}

/* clear */
div.clear {
	clear: both;
	display: block;
}
