@media screen
{
/* CSS Document */

body {
background-color:#333;
margin:0;
padding:0;
font-size:11px;
font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}

#page {
position:relative;
}

#header {
display:none;
}

#menu {
position:absolute;
left:0;
top:153px;
}


#content {
position:absolute;
left:225px;
top:183px;
width:550px; /* 800 - 220 */
}

p {
color: #eaeaea;
font-size: 1em;
line-height: 1.5em;
}


hr  {
color: #91CEFB;
height: 1px;
}


h1 {
color: #91CEFB;
font-weight: bold;
font-size: 1.6em;
line-height: 1.5em; 
}

h2 {
color: #91CEFB;
font-size: 1.3em;
font-weight: bold;
margin-bottom:0;
}

h3 { /*inline */
color: #91CEFB;
font-weight: bold;
display: inline;
font-size: 1em;
line-height: 1.5em;
}

.blauw {
color: #91CEFB;
}


#footer {
color:#999;
font-size: 0.8em;
margin-bottom:20px;
}

a:link, a:visited, a:active  {
color: #F5D67C;
text-decoration: underline;
}

a:visited  {
color: #BB913B;
text-decoration: underline;
}

a:hover {
color: #ff0;
text-decoration: none;
}

li {
line-height: 1.5em;
color: #eaeaea;
list-style-type: square;
list-style-position: outside;
}

}
@media print

{

body {
font-size:11pt;
font-family:  "Times New Roman";
line-height: 15pt;
}

h1 {
font-size:14pt;
font-weight:bold;
}

h2 {
font-size: 12pt;
font-weight: bold;
margin-bottom:0;
}

h3 {
font-weight: bold;
display: inline;
}


#header {
display:block;
font-size:10pt;
line-height: 13pt;
}

#top {
display: none;
}

#menu {
display: none;
}

}

