/* CSS Document */
html,body{
margin-top:5%;
padding:0; 
background-image: url(../images/bg.gif);
}

body{
font: 76% arial,sans-serif;
text-align:center;
}

p{
margin:0 10px 10px;
}

a{
color: #2f393d;
}

a:hover { 
color: #2f393d; 
text-decoration:none;
}

/* div */

div#container{
width: 743px;
margin:0 auto;
border:#000000 1px solid;
padding: 5px;
height:auto;
background-color:#FFFFFF;
}

/* topmenu */

#topmenu {
border-left:#e4bd96 1px solid;
border-top:#e4bd96 1px solid;
border-bottom:#e4bd96 1px solid;
height: 80px;
}

#topmenu ul{
list-style: none;
margin: 0px;
padding: 0px;
}

#topmenu ul li {
float:left;
line-height:40px;
border-right:#e4bd96 1px solid;
padding-left:25px;
padding-right:25px;
}

#topmenu a.menu {
	text-decoration: underline;
	font-family:"Trebuchet MS";
	font-size:12px;
}

#topmenu a.menu:hover {
	text-decoration: overline;
}

#topmenu a.menu:hover, a.menu:visited {
	margin-top: 10px;
	text-decoration: overline;
}

/* header */

div#header h1{
background-color:#ffbf01;
margin:0px;
width:100%;
height:50px;
line-height:50px;
}

div#subheader h2{
background-color:#ff7f00;
margin:0px;
width:100%;
height:30px;
line-height:30px;
}

#content{
background-color:#ebe9d2;
margin:0px;
width:100%;
height:100%;
font-size: 12px;
font-family:"Trebuchet MS";
text-align:left;
}

#pictures {
height:200px;
}

#tabel {
height:200px;
}

.td {
border-left:#000000 1px solid;
height:150px;
}

#footer {
background-color:#d59859;
width:100%;
clear:both;
color:#000000;
}