/*This is the core style sheet of the site.*/

body {
background-color: #dedede;
color: #333333;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
background-image: url(algemeen/background.gif);
margin: 0;
}

p {
font-size: .8em;
text-align: justify;
line-height: 1.3em;
}

h1 {
font-size: 1.1em;
text-align: left;
font-style: italic;
letter-spacing: 3px;
color: #333333;
}

h2 {
font-size: .8em;
text-decoration: none;
color: #333333;
}

h3 {
font-size: .7em;
text-align: right;
font-weight: bold;
}

h4 {
font-size: .6em;
font-weight: bold;
}

ul {
	font-size: .8em;
	text-align: justify;
	line-height: 1.3em;
	list-style-type: circle;
}

p.index {
font-size: .8em;
text-align: center;
font-weight: bold;}

p.footer {
font-size: .6em;
text-align: center;
font-weight: bold;
}

a:link {
color: #333333;
text-decoration: underline;
}

a:visited {
color: #333333;
text-decoration: underline;
}

a:hover {
color: #666666;
}

a:active {
color: #333333;
}

img {
margin-top: 0px;
border: 0px;
}

img.c1 {
position: relative;
float: right;
margin-left: 5px;
}

hr {
color: #dedede;
}

#main-content {
background-color: #ffffff;
border: 0px;
position: absolute;
left: 120px;
top: 105px;
padding: 5px;
width: 650px;
}

#navbar {
background-color: #ffffff;
position: absolute;
top: 105px;
left: 0px;
width: 115px;
font-size: .8em;
}

#navbar a:link, #navbar a:visited {
display: block;
color: #7e7e7e;
background-color: #ffffff;
padding-bottom: 3px;
padding-top: 3px;
text-decoration: none;
text-align: center;
font-weight: bold;
}

#navbar a:hover {
background-color: #dedede;
}

#second-image {
margin-left: 0px;
margin-top: 0px;
}

table {
width: 100%;
border: 1px solid #6699ff; }

td {
vertical-align: middle;
text-align: center;
font-size: .9em;
width: 20%; 
border: 1px solid #6699ff; }

td.nude {
vertical-align: bottom;
text-align: center;
font-size: .8em;
width: 50%; 
border: 1px solid #6699ff;
}

td.nude2 {
vertical-align: top;
text-align: center;
font-size: .8em;
width: 50%;
height: 35px; }
