/*
Template name: Transparentia
Template URI: http://templates.arcsin.se/transparentia-website-template/
Release date: 2006-08-20
Description: Simple, lightweight and slightly blue.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
/** {
	margin: 0;
	padding: 0;
}*/
a {
	color: #E0EFE4;
}
a:hover {
	color: #F36F21;
}
body {
	background: #EEE url(img/bg_3.gif);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code{
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

ul {
	font-size: 1.2em;
	padding-bottom: 1.0em;
	padding-left: 16px;
}

ul ul {
	font-size: 1.0em;
	padding-left: 14px;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 4px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #46b9a4;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #46b9a4;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	padding-bottom: 6px;
	width: 767px;
	border-bottom: 1px solid #DDD;
}
.header {
	background-color: #46B9A4;
	margin-bottom: 12px;
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em Verdana,sans-serif;
	height: 150px;
	line-height: 150px;
	margin-bottom: 8px;
	text-align: center;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #005B6F;
	color: #FFF;
	float: left;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
	padding-top: 12px; 
}
.sidenav {
	color: #E0EFE4;
	background: #005B6F;
	border: 1px solid #FFF;
	float: left;
	width: 200px;
}
.sidenav h1 {
	color: #6FC6B8;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
	text-decoration: none;
}
.sidenav h1 a{
	color: #E0EFE4;
	height: 20px;
	margin-top: 1.2em;
	text-decoration: none;
}
.sidenav h1 a:hover{
	color: #6FC6B8;
}
.sidenav ul {
	border-top: 1px solid #E0EFE4;
	/*background: #005B6F url(img/bgul.gif) repeat-x;*/
	background: #007985;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #E0EFE4;
	/*border-top: none;*/
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #E0EFE4;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #6FC6B8;
}

/* content */
.content {
	float: right;
	width: 520px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #B9DCC5;
	background: #FFF;
	margin-bottom: 8px;
}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li-2.gif);
}
.content .item a {
	color: #6FC6B8;
	font-weight: bold;
}
.content .item a:hover {
	color: #8FC6B8;
}

/* search form */
form {
	padding: 0 0 6px 8px;
}
.styled {
	border: 1px solid #6FC6B8;
	padding: 4px;
}
.button {
	background: url(img/search.gif) no-repeat left bottom;
	border: none;
	height: 27px;
	width: 27px;
}

/* footer */
.footer {
	background: #FFF;
	border: 1px solid #B9DCC5;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	width: 731px;
}
.footer a {
	color: #4E7B8D;
	text-decoration: none;
}
.footer a:hover {
	color: #00A4A4;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 6px 12px;}
.footer .right, .footer .right a {color: #AAA;}
.footer .right a:hover {color: #666;}

/* floats */
.left {float: left;}
.right {float: right;}

/* Additions Michiel */
table.login {
  font-size: 8pt;
  font-size: 1.2em;
}
td.loginleft {
  padding: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 80px;
  text-align: right;
  vertical-align: center;
}
td.loginright {
  padding: 2px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 140px;
  text-align: left;
}
td.loginbottom {
  text-align: center;
}
select.el {
  font-size: 10pt;
}
table.entry {
	padding: 6px 12px;
	background: #FFF;
	font-size: 1.2em;
}
td.entryleft {
  width: 100px;
  text-align: right;
  padding-right: 4px;
}
td.entrylefttop {
  width: 100px;
  vertical-align: top;
  text-align: right;
  padding-right: 4px;
}
td.entryright {
  width: 340px;
  vertical-align: top;
}
td.entryweight {
  width: 120px;
  text-align: right;
  padding-right: 4px;
}
td.entryskill {
  width: 320px;
  text-align: right;
  padding-right: 4px;
}
td.entrydel {
  width: 20px;
  text-align: right;
  padding-right: 4px;
}
td.entrybottom {
  text-align: center;
}
img.imglink {
  border: 1px solid #000000;
}
table.gebitboven {
  background: url('img/melkboven.png');
  font-size: 8pt;
}
table.gebitonder {
  background: url('img/melkonder.png');
  font-size: 8pt;
}
td.tand {
  width: 220px;
  height: 32px;
  padding: 0px;
  vertical-align: bottom;
}
input.tand {
  font-size: 8pt;
}
table.skills {
  font-size: 1.2em;
}
td.skill {
  width: 440px;
  padding: 2px;
  padding-top: 4px;
  padding-bottom: 8px;
  vertical-align: top;
}
.tags {
	color: #6FC6B8;
	font-size: 8pt;
}
.seltags {
	font-size: 8pt;
}
