
.container
{
width: 95%;
margin: 10px auto;
background-color: #FFF;
color: #333;
border: 3px solid blue;
line-height: 130%;
}

#top
{
background-image: url('/images/achter01jpg.jpg');

padding: 0em;
background-color: #EEEEEE;
border-bottom: 1px solid gray;
}

#logo {
    position: absolute;
    margin-left: 0px;
    margin-top: 0px;
    z-index: +1;

}


#top h1
{
padding: 0;
margin: 0;
}

#leftnav
{
float: left;
width: 200px;
margin: 0;
padding: 1em;
}

#rightnav
{
float: right;
width: 200px;
margin: 0;
padding: 1em;
}

#content
{
margin-left: 300px;
border-left: 0px solid gray;
margin-right: 250px;
border-right: 0px solid gray;
text-align: center;
padding: 2em;
min-height: 900px;
max-width: 66em;

}

#content1
{
margin-left: 300px;
border-left: 0px solid gray;
margin-right: 250px;
border-right: 0px solid gray;
text-align: left;
padding: 1em;
min-height: 900px;
max-width: 66em;

}



#footer
{
background-image: url('/images/footerimg.png');
text-align: center;
clear: both;
margin: 0;
padding: 2.5em;
color: #333;
background-color: #EEEEEE;
border-top: 1px solid gray;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
margin-top: 0px;
margin-left: auto;
font: bold 15px Arial;
text-align: center;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 7;
text-align: center;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(/images/menu5.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
text-align: center;
color: white; /*text color*/
padding: 5px 24px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/

}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: yellow !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: red url(/images/menu6.png) center center repeat-x;
}

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: #BDC9DC url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/pencil.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: blue;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}




