/* CSS Document */

/* Algemene CSS */

*
{
margin: 0px;
padding: 0px;
border: none;
}

body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
}

p
{
margin-top: 12px;
}

#wrapper
{
position: relative;
margin: 50px auto 0 auto;
text-align: left;
width: 850px;
}

.roundcont
{
background-color: #F0F0F0;
position: relative;
}

.roundtop
{
background: url(./images/tr.png) no-repeat top right;
}

/* CSS voor de header */

#logo
{
position: absolute;
top: -25px;
left: -25px;
float: left;
}

#bolletjes
{
float: left;
position: relative;
margin-left: 97px;
margin-top: 37px;
}

h1
{
text-align: right;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 48px;
font-weight: bold;
font-style: italic;
margin-right: 25px;
}

#center
{
background-color: #F0F0F0;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
clear: both;
}

/* CSS voor het menu */

ul
{
background-color: #FF9933;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
margin-left: 50px;
padding-left: 50px;
height: 20px;
}

li
{
list-style-type: none;
border-left-color: #FFFFFF;
border-left-width: 2px;
border-left-style: solid;
display: inline;
padding-left: 5px;
}

a
{
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}

/* CSS voor de content */

#content
{
margin-left: 150px;
padding: 30px;
background-color: #FFFFFF;
text-align: justify;
}

#content a
{
color: #000000;
text-decoration: underline;
font-weight: normal;
}

#bolletje
{
position: relative;
float: left;
margin-top: 3px;
}

h2
{
font-size: 18px;
margin: 0px 0px 0px 20px;
}

/* CSS voor de footer */

#footer
{
color: #FFFFFF;
background-color: #FF9933;
font-weight: bold;
text-align: center;
height: 20px;
}

.roundbottom
{
background: url(./images/br.png) no-repeat top right;
}

img.corner
{
width: 15px;
height: 15px;
border: none;
display: block !important;
}