*{
padding:0;
margin: 0;
}
body{
text-align:center;
background: url(../images/bg.jpg);
}
#wrap{
width: 1000px;
text-align: left;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: auto;
}
#header{
width: 1000px;
height: 200px;
background: url(../images/header.jpg) no-repeat;
}
#main-body{
float: left;
background: url(../images/mid.jpg) repeat-y;
}#left{
float: left;
width: 200px;
}
#nav{
width: 180px;
padding-top: 5px;
padding-left: 20px;
}
#content{
float: right;
width: 725px;
padding-left: 15px;
padding-top: 5px;
padding-right: 10px;
margin-right: 15px;
}
#footer{
clear: both;
height: 40px;
background: url(../images/footer.jpg) no-repeat;
vertical-align: top;
}
.inside{
padding: 20px;
}
.module h3{
background: url(../images/titel.jpg) no-repeat;
width: 200px;
line-height: 22px;
font-size: 14px;
text-align: center;
margin-top: 5px;
}
a.mainlevel:link, a.mainlevel:visited{
display: block;
background: url(../images/knop.jpg) no-repeat;
width: 200px;
line-height: 20px;
vertical-align: middle;
color: #000;
padding-left: 10px;
margin-left: 0px;
padding-bottom: 2px;
text-decoration: none;
}
a.mainlevel:hover{
color: #404040;
}
.sectiontableheader{
background: #595757;
}
.sectiontableentry1{
background: #848080;
}
.sectiontableentry2{
background: #aeaaaa;
}
.sectiontablefooter{
background: #8d8787;
}
a, a:visited{ 
color: #525050;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #848080;
text-decoration: underline;
}
.contentheading{
font-weight: bold;
font-size: 15px;
}
.componentheading{
font-weight: bold;
font-size: 15px;
}
.back_button{
background: url(../images/button.jpg);
width: 52px;
padding-left: 2px;
padding-top: 1px;
padding-right: 2px;
padding-bottom: 2px;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 2px solid #404040;
border-bottom: 2px solid #404040;
}
.button{
background: url(../images/button.jpg);
color: #000;
font-weight: bold;
width: auto;
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 2px solid #404040;
border-bottom: 2px solid #404040;
}
.inputbox{
border-top: 1px solid #808080;
border-left: 1px solid #808080;
border-right: 2px solid #404040;
border-bottom: 2px solid #404040;
color: #000;
background-image: url(../images/button.jpg);
background-color: #c0c0c0;
font-weight: bold;
}
