a {
  color: #DD7700;
  text-decoration: underline;
}

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #236AA1;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: 0.4em;
	margin-top: 0;
}

h1 {
	font-size: 200%;
}

h2{
	font-size: 180%;
}

h3{
	font-size: 140%;
}

p{
	font-size: 1em;
	margin-top: 0;
}

table{
	border: 1px solid #349DED;
	border-right: none;
	margin-bottom: 1em;
	width: 90%;
}

caption{
	color: #236AA1;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: bold;
}

th{
	border-right: 1px solid #349DED;
  border-bottom: 1px solid #349DED;
	color: #1E5179;
	padding: 0.2em;
}

tr{
   background-color: #CFE5F6;
}

tr.odd{
	background-color: #E4F0FA;
}
tr.blanco{
	background-color: #EDEDED;
}

td{
	text-align: right;
	border-right: 1px solid #349DED;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

td.left{
	text-align: left;
}

td.center{
	text-align: center;
}

td.blue{
	background-color: #349DED; 
}

#artikel img{
	border: 1px solid #349DED;
	margin: 0 10px 2px 0;
	padding: 2px; 	
}

#artikel table{
	border: 1px solid #349DED;
	margin-bottom: 1em;
	width: auto;
}

#artikel td{
	text-align: left;
	border: none;
}

.artikelfloat{
	width: auto;
	height: auto;
	float: left;
	margin-right: 2em;
}

.nieuws{
	border: 1px solid #349DED;
	margin-bottom: 1em;
	padding: .5em;
}

.nieuws h2{
	margin: 0px;
}

.nieuws img{
	float: left;
	border: 1px solid #349DED;
	margin: 0 10px 2px 0;
	padding: 2px; 
}

.linklist{
	border: 1px solid #349DED;
	margin: 0.2em;
	padding: .5em;
	width: auto;
	height: auto;
}

.linklist h2{
	margin: 0px;
}

.linklist ul{
	margin-left: 0;
	padding-left: 0;
}

.linklist ul li{
	list-style-type: none;
}

.clear{
	clear: both;
}

#compmenu{
  visibility: hidden;
  display: none;
  width: 0;
  height: 0;
}

#compmenu form label{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#compmenu input.blue{
  background-color: #236AA1;
  color: #EDC234;
}


#content {
	background-color: white;
	color: #121212;
	margin: 1em;
}

.buttons{
	height: 1.5em;
}

.buttons ul{
	padding-left: 0;
	margin: 0;
}

.buttons ul li{
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}

.buttons a{
	padding: 3px 10px;
	border-bottom: 1px solid #000080;
	border-left: 1px solid #00FFFF;
	border-right: 1px solid #000080;
	border-top: 1px solid #00FFFF; 
	background-color: #236AA1;
	color: #EDC234;
}

.buttons a:link, .buttons a:visited
{
	text-decoration: none;
}

.buttons a:hover
{
	background-color: #EDC234;
	color: #236AA1;
}

#footer{
	clear: left;
	height: 2em;
	padding: 0.2em 1em 0 1em;
	text-align: right;
}

#header {
	height: auto;
	position: relative;
	border-bottom: 1px solid #349DED;
}

#header h1{
  text-align: center;
}

a.skip {
  visibility: hidden;
  width: 0;
  height: 0;
}

#navigation{
  visibility: hidden;
  display: none;
  width: 0;
  height: 0;
}

#navigation ul {
  visibility: hidden;
}

#navigation ul li {
  visibility: hidden;
}


#navigation ul li a {
  visibility: hidden;
}

#navigation li ul {
  visibility: hidden;
}

#wrapper {
	margin: 2em;
  width: auto;
	height: 100%;
}
