#{
padding: 0;
margin: 0;
}
body{
text-align: center;
background: url(../images/bg.jpg) repeat-x;
background-color: #a30303;
}
#wrap{
width: 1000px;
text-align: left;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #a30303;
margin:0 auto;
}
#header{
width: 1000px;
height: 248px;
background:  url(../images/header.jpg) no-repeat;
}
#main-body{
float: left;
background:  url(../images/mid.jpg) repeat-y;
width: 1000px;
}
#left{
float: left;
width: 200px;
}
#nav{
width: 180px;
padding-top: 5px;
padding-left: 40px;
}
#content{
float: right;
width: 700px;
padding-left: 5px;
padding-top: 5px;
padding-right: 30px;
margin-right: 15px;
}
#footer{
clear: both;
height: 60px;
background:  url(../images/footer.jpg) no-repeat;
padding-bottom: 10px;
font-size: 10px;
}
.inside{
padding: 20px;
}
.module h3{
background:  url(../images/titel.jpg) no-repeat;
width: 180px;
line-height: 22px;
font-size: 14px;
text-align: center;
margin-top: 5px;
margin-bottom: 3px;
margin-left: 0px;
}
a.mainlevel:link, a.mainlevel:visited{
display: block;
background:  url(../images/knop.jpg) no-repeat;
width: 160px;
line-height: 18px;
color: #a30303;
padding-left: 15px;
margin-left: 10px;
padding-bottom: 2px;
text-decoration: none;
font-weight: bold;
}
a.mainlevel:hover{
color: #d72323;
}
.sectiontableheader{
background: #575555;
color: #a30303;
}
.sectiontableentry1{
background: #6b6b6b;
}
.sectiontableentry2{
background: #828282;
}
.sectiontablefooter{
background: #575555;
color: #a30303;
}
a, a:visited{
color: #a30303;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #d72323;
text-decoration: underline;
}
.contentheading{
font-weight: bold;
font-size: 14px;
}
.componentheading{
font-weight: bold;
font-size: 14px;
}
.back_button{
background-color:  #a0a0a0;
width: 52px;
padding-left: 2px;
padding-top: 1px;
padding-right: 2px;
padding-bottom: 2px;
border-top: 1px solid #a80808;
border-left: 1px solid #a80808;
border-bottom: 2px solid #740404;
border-right: 2px solid #740404;
}
.button{
background-color: #a0a0a0;
color: #a30303;
font-weight: bold;
width: auto;
border-top: 1px solid #a80808;
border-left: 1px solid #a80808;
border-bottom: 2px solid #740404;
border-right: 2px solid #740404;
}
.inputbox{
border-top: 1px solid #a80808;
border-left: 1px solid #a80808;
border-bottom: 2px solid #740404;
border-right: 2px solid #740404;
color: #a30303;
background-color: #a0a0a0;
font-weight: bold;
}
#mod_login_remember{
background-color: #636363;
}