/* This CSS script determines the formatting of the Cabtal site */

/*Elements */
body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: .74em "Trebuchet MS", Arial, Sans-Serif;
	color: #444;
}
table {font-size: 9pt;}	
a:link, a:visited {
	text-decoration: none;
	color: #396572;
}
a:hover { text-decoration: underline;}

/* Top edge */
#logo {
	position: absolute;
	top: 5px;
	left: 10px;
}
#searchcontainer {
	position: absolute;
	top: 10px;
	left: 800px;
	z-index: 1;
}
#searchbox {
	background-color: white;
	border: thin solid;
	width: 90px;
	font-size: 11px;
	color: #396572;
	}
#searchbutton {
	font-size: 11px;
	color: #396572;
}
#breadcrumb {
	position: absolute;
	top: 35px;
	left: 275px;
	z-index: 1;
}
.trail {
	padding-left: 14px;
	padding-right: 4px;
	background: url(images/arrow.png) no-repeat left center;
}
#header { position: absolute; 
	top: 60px; 
	height: 80px; 
	width: 99.9%;
	background: #fff url(images/headerbg.jpg)	repeat-x;
}
#header h2 {
	margin: 10px 0 0 10px;
	color: #FFF2B3;
	font-size: 1.6em;
}
#header p {
	margin: 5px 0 0 10px;
	color: #FFF2B3;
	font-size: 1.2em;
}
#image { position: absolute;
	top: 60px;
	right: 80px;
 }
 
/* Menu */
#menuwrapper {
	position: absolute;
	top: 10px;
	left: 275px;
	z-index:2;
}
.menu { float:left; position:relative; cursor:pointer; white-space:nowrap; }
.menu a { text-decoration: none; color: white; }
.menu h3 {
	float: left;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 3px 5px;
	background: #396572 url(images/g1.jpg) repeat-x bottom;
}
.menu h3 { border-right:1px solid #ffffff; }
.menu h3:hover {
	background: url(images/g2.jpg) repeat-x bottom;
}
.menu ul   {
	position: absolute;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	background: #396572 url(images/g3.jpg) repeat-x bottom;
}
.menu ul.dropdown { top:-99999px;  clear:left; }
.menu li { margin: 0; padding: 1px 15px; list-style-type: none; }
.menu li:hover { background-color:#396572; } 

/* Left column */
#navigation {
	position: absolute;
	overflow: hidden;
	left: 5px;
	top: 170px;
	bottom: 10px;
	z-index: 1;
	font-size: 11px;
	width: 15%;
}
#navscroll {
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	top: 50px;
	bottom: 0px;
	font-size: 11px;
	
}
.navpagetitle{
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
/* Common pages */
.common {
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	left: 15%;
	top: 145px;
	width: 83%;
	height: 400px;
	z-index: 1;
}

.pagetitle {
	font-size: 17px;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
.partitle {
	font-size:15px;
	font-weight:600;
	color: #BF3052;
	}
.subtitle {
	font-size:13px;
	font-weight: bold;
	color: #BF3052;
}
.first {
	margin-top: 1em;
}
.first:first-letter {
	font-size: 18px;
	color: #BF3052;
}
.author {
	text-align: right;
}
.caption {
	font-family: sans-serif;
	font-size: 9pt;
	margin: 0;
	color: Navy;
	vertical-align: top;
}
.floatleft {
	float: left;
	width: 45%;
}
.floatright {
	padding-right: 10px;
	float:right;
	width: 45%;
}
.float-divider {
	clear: both;
	display: block;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

p.date {
	color: silver;
	text-align: right;
}

#albumcontainer {
	position: relative;
}
.album {
	position: absolute;
	top:0px;
	left:0px;
}

#tableimage{
	background-color: transparent;
}
#panel {
	list-style-type: none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}
.clear-both {
	clear:both;
}
.clear-none {
	clear:none;
}
.second {
	float:right;
	clear:left;
}
.third {
	float:left;
	clear:right;
}
#panel {
	list-style-type: none;
	margin-left: 0;
	padding-left :0;
}
.radio {
	font-family: monospace;
	margin: 0;
	padding: 0;
}
.groupframe {
color: #777;
border: 1px solid #777;

padding: 0 10px 0 7px;

}
legend {
	color: #777;
}
#shownav {
	width: 100px;
}

/* Specific pages */
.specific {
	position:absolute;
	overflow: auto;
	left: 15%;
	top: 145px;
	width: 80%;
	padding: 13px 30px 13px 13px;
	height: 400px;
	z-index: 1;
}

#legenda {
	float: right;
	border: thin groove #996633;
	width: 300px;
   padding: 10px;
}


/* Sitemap */
#sitemap td {font-family:"MS Sans Serif";font-size:11px;line-height:9px;font-weight:normal;color:black;}
#sitemap a, #sitemap a:visited {color:blue;text-decoration:none;}
#sitemap a:hover {text-decoration: underline;}

/* Contact */
.invalid {background: #FFE4E1; }
.valid {background: #F0FFF0; }
.warning{background: #FFFACD;}	

/* Search */
span#keywordmark {
	color:red;
}
a#search {
	font-weight:bold;
}
a#search:link,
a#search:visited {
	color:blue;
}

/* Inloggen */
.groen { color: green}
.rood { color: red}
.blue { color: blue;}
.stuk{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.inputtext {
	text-align: right;
}
