@charset "utf-8";
/* CSS Document */

body
{
background-color: #999999;
}

#container
{
background-color: #FFFFFF;
height: 600px;
width: 800px;
margin-left: auto;
margin-right: auto;
}

#navigatie
{
height: 50px;
width: 300px;
float: left;
margin-top: 45px;
color: #972321;
}
a:visited {
color: #972321;
text-decoration: none;
}
a:hover {
color: #999999;
text-decoration: none;
}
a:active {
color: #972321;
text-decoration: none;
}


#logo
{
height: 105px;
width: 500px;
float: right;
margin-top: 5px;
}

#home
{
height: 450px;
width: 800px;
margin-top: 115px;
}

#iframe
{
height: 450px;
width: 800px;
}

#copyright
{
height: 20px;
width: 800px;
margin-left: auto;
margin-right: auto;
}
