﻿/*Valid CSS 2.1*/

/*Basic mark-up*/
body {
width					: 900px;
margin					: 5px auto 20px auto;
color					: #ffff50;
font-family				: Verdana, Arial, Sans-Serif;
font-size				: 90%;
background				: url(images/achtergrond.jpg) repeat-y #000032 center top ;
}

#header {
width					: 900px;
height					: 150px;
background				: url(images/header.jpg) no-repeat #fff;
}

#header img {
border					: none;
}

#header a {
color					: #ffff50;
text-decoration			: none;
}

#menu { 
width					: 150px;
float					: left;
background				: transparent;
}

#whereami {
font-size				: 80%;
padding					: 0;
margin					: 0;
}

#contentholderOldBrowser {
background				: transparent;
width					: 740px;
padding					: 0 0 0 10px;	
}

#contentholder {
background				: transparent;
width					: 740px;
padding					: 0 0 0 160px;
}

#footer {
font-size				: 80%;
width					: 900px;
clear					: both;
background				: transparent;
text-align				: center;
}

/*Extended mark-up*/
.hello {
font-size				: 150%;
color					: #ff0;
}

/*links*/
a img {
border					: none;
}

a {
color					: #f80;
}

a:hover {
color					: #f00;
}

a:active {
color					: #ffc380;
}

a:visited {
color					: #f80;
}

a:visited:hover {
color					: #f00;
}

a:visited:active {
color					: #ffc380;
}

/*nav links*/
.button a {
display					: block;
width					: 150px;
height					: 22px;
margin					: 0;
padding					: 8px 0 0 0px;
font-size				: 10px;
font-weight     		: bold;
font-family     		: verdana, arial, sans-serif;
color					: #ffff50;
background				: url(images/buttons.png) 0 0 no-repeat #000032;
text-align				: center;
text-decoration			: none;
}

.button a:hover {	
background-position		: -302px 0;
}

#button_selected a {
display					: block;
width					: 150px;
height					: 22px;
margin					: 0;
color					: #ffff50;
background				: url(images/buttons.png) 0 0 no-repeat #000032;
padding					: 8px 0 0 0;
font-size				: 10px;
font-weight     		: bold;
font-family     		: verdana, arial, sans-serif;
text-align				: center;
text-decoration			: none;
background-position		: -151px 0;
}

.subbutton a {
display					: block;
width					: 150px;
height					: 22px;
margin					: 0;
padding					: 8px 0 0 0px;
font-size				: 10px;
font-weight     		: bold;
font-family     		: verdana, arial, sans-serif;
color					: #ffff50;
background				: url(images/subbuttons.png) 0 0 no-repeat #003200;
text-align				: center;
text-decoration			: none;
}

.subbutton a:hover {	
background-position		: -302px 0;
}

#subbutton_selected a {
display					: block;
width					: 150px;
height					: 22px;
margin					: 0;
color					: #ffff50;
background				: url(images/subbuttons.png) 0 0 no-repeat #003200;
padding					: 8px 0 0 0;
font-size				: 10px;
font-weight     		: bold;
font-family     		: verdana, arial, sans-serif;
text-align				: center;
text-decoration			: none;
background-position		: -151px 0;
}

/*standard items*/
/*css warns for floats without a fixed width.
I don't declare this here so I can apply this
to many different items*/
.left {
float					: left;
padding					: 0 20px 0 5px;
}

.right {
float					: right;
padding					: 0 5px 0 20px;
}

.clearleft {
clear					: left;
}

.clearright {
clear					: right;
}

.clearboth{
clear					: both;
}

.floatclearleft {
clear					: left;
float					: left;
}

.floatclearright {
clear					: right;
float					: right;
}

.nobreak {
white-space				: nowrap;
}

#smaller {
font-size				: 80%;
}

/*history custom mark-up*/
p.notop {
margin-top				: 0;
padding-top				: 0;
}

p.nobottom {
margin-bottom			: 0;
padding-bottom			: 0;
}

ul.geschied {
padding-top				: 0;
padding-bottom			: 0;
margin-top				: 0;
margin-bottom			: 0;
}

/*video page mark-up*/
.video {
float					: left;
width					: 320px;
margin					: 10px;
}
.videoContainer {
width					: 700px;
}

/*link page mark-up*/
.linkHolder {
width					: 340px;
height					: 80px;
margin					: 5px 10px 5px 0;
padding					: 0 10px 0 0;
float					: left;
border					: 2px solid #f80;
}
.linkImage {
float					: left;
height					: 80px;
width					: 140px;
margin					: 0 10px 0 0;
overflow				: hidden;
}