#wrapper
{
  width: 860px;
}
#rzlogo
{
  padding-top: 650px;
  width: 15px;
  text-align: center;
  float: left;
}
#maincontainer {
width: 843px;
margin-top: 40px;
border: 1px solid black;
background: white;
background-image: url('/Files/System/H71_content_bg.jpg');
background-position: bottom right;
background-repeat: no-repeat;
float: left;
}

#topbanner {
margin: 0px;
padding: 0px;
background: white;
float: left;
}

#topmenu {
width: 843px;
background: white;
text-align: left;
padding-top: 7px;
padding-bottom: 5px;
background: white;
background-image: url('/Files/System/H71_topmenu_bg.jpg');
background-position: bottom right;
background-repeat: no-repeat;
float: left;
}

#contentcontainer {
width: 843px;
height: auto;
text-align: left;
float: left;
}

#content {
width: 843px;
padding-bottom: 49px;
padding-top: 0px;
margin-right: 18px;
margin-left: 18px;
text-align: left;
float: left;
}
#leftborder
{
  width: 160px;
  float: left;
  padding-bottom: 55px;
}
#maincontent
{
  width: 486px;
  float: left;
  padding-bottom: 55px;
}
#rightborder
{
  width: 160px;
  float: left;
  padding-bottom: 55px;
}
.image
{
  margin: 5px;
  float: left;
}
.contenttext
{
  margin: 5px;
  float: left;
}
.module
{
  margin: 5px;
}




/* Done by Imar Spanjaars / http://imar.spaanjaars.com/ */
#navlist
{
    float:left;
	list-style: none;
	width: 100%;
    margin: 0;
    padding-left: 40px;
    /* padding: 12px 0 0 1px;
    background: #fff url(/Files/System/bigborder.gif) no-repeat top left;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 7px;*/
}

#navlist li 
{
	float: left;
	position: relative;
	/*height: 23px;*/
	text-align: left;
    background: #fff url(/Files/System/button.gif) no-repeat top left;
	font-size: 11px;
	width: 90px;
        padding-right: 30px;
}

#navlist ul
{
	list-style: none;
	padding: 0;
        margin-top: -6px;
        margin-left: 0px;
	/*margin: 0;*/
}


#navlist li:hover, #navlist li.over
{
    background: #fff url(/Files/System/button_active.gif) no-repeat top left;
}
#navlist li li:hover, #navlist li li.over
{
    background-image: none;
}

#navlist li a
{
	color: #681111;
	text-decoration: none;
	display: block;
	height: 17px;
	padding: auto;
        font-weight: bold;
}

#navlist li li
{
	display: block;
	background-color: #fff;
	background-image: none;
	width: 110px;
	padding-top: 0;
	padding-bottom: 0;
	/*border: 1px solid red;
	border-top: none;	*/
        border-bottom: 1px solid #681111;
}

#navlist li li a 
{
	display: block;
	font-weight: normal;
	color: black;
	background-color: #fff;
	font-size: 11px;
	padding-top: 2px;
	padding-left: 9px;
        color: #681111;
}

#navlist li li a:hover
{
	border-color: #000;
	border-width: 1px;
        color: #681111;
        font-weight: bold;
}

#navlist ul li 
{
	text-align: left;
}

li ul
{
	display: none;
	position: absolute;
	top: 23px;
	left: 0;
	font-weight: normal;
    padding: 0;
}

#navlist li:hover ul, li.over ul
{
	display: block;
}

#navlist
{
	display: block; /* Show dynamic menu for modern browsers */
}

#navlist li.selected
{
    background: #fff url(/Files/System/button_active.gif) no-repeat top left;
}

#navlist li li.selected
{
    background-image: none;
}

#navlist .selected ul li a
{
	background-color: #fff;
	background-image: none;

}
