/* CSS Document */
* {
margin: 0;
padding:0;
}
body {
background: #FC0 url(images/achtergrond.jpg) repeat-x;
margin: 0 auto;
padding: 0;
text-align: center;
}
div {
font: 12px/20px Tahoma, Verdana, Helvetica, sans-serif;
}
h1 {
color: #C09;
margin: 0;
padding: 0;
font: 24px/24px "Century Gothic", Helvetica, sans-serif;
}
p {
margin: 0 0 24px 0;
}
ul, ol {
margin: -24px 0 24px 24px;
}
#container {
margin: 0 auto;
text-align: left;
width: 850px;
height: 100%;
}
#content {
background: #FFF;
border: 1px solid #666;
padding: 1%;
width: 98%;
height: 100%;
min-height: 310px;
}
#header {
background: url(images/logo.gif) no-repeat;
text-align: right;
clear: left;
width: 100%;
height: 110px;
}
#language {
width: 100%;
height: 36px;
padding: 17px 0 17px 0;
text-align: right;
}
#image {
padding: 30px 5px 5px 10px;
width: 275px;
float: right;
}
#image img {
border: 1px solid #666;
}
#menu {
background: #666 url(images/menu_achtergrond.gif) repeat-x;
border: 1px solid #666;
width: 100%;
height:40px;
text-align: left;
vertical-align: top;
overflow: hidden;
}
#menu #item {
float: left;
height: 40px;
margin: 0;
width: 110px;
padding: 10px;
border-right: 1px solid #666;
}
#menu #item a {
color: #FFF;
height: 40px;
width: 110px;
text-decoration: none;
}
#menu #item:hover {
background: #9C3 url(images/menu_achtergrond_hover.gif) repeat-x;
}
#footer, #footer a {
color: #FFF;
text-decoration: none;
text-align: center;
}
#footer a:hover {
color: #C09;
}

