body {
background-image: url(../images/container-bg.png);
background-repeat: repeat-x;
}

div#container{
margin: 0 auto 0 auto;
width: 750px;
text-align: left;
}

div#top{
float: left;
background-image: url(../images/header-zw-gr.png);
background-repeat: no-repeat;
background-position: right top;
background-color: white;
border-bottom: 1px black solid;
width: 750px;
height: 85px;
}

div#nav{
background-image: url(../images/guitar-left-bg.png);
background-repeat: no-repeat;
background-position: right 150px;
padding-top: 50px;
background-color: white;
float: left;
width: 20%;
height: 600px;
}

div#content{
padding-top: 50px;
padding-left: 40px;
background-color:white;
border-left: 1px black solid;
background-image: url(../images/guitar-right-bg.png);
background-repeat: no-repeat;
background-position: left 150px;
position: relative;
float: left;
width: 74.5%;
height: 1024px;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 0.9em;
}

.titletxt{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 1.5em;
font-weight: 700;
color: #252424;
}

.subtitletxt{
font-family: verdana, arial, helvetica, sans-serif;
font-size: 1.25em;
font-weight: 200;
color: #E47C00;
}

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

li{
margin: 0;
padding: 0;
font-family: verdana;
}

li a{
display: block;
text-decoration: none;
padding: 2px 5px 2px 5px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #fff;
width: 120px;
}

li a:link, li a:visited{
background: #FFFFFF;
color: #E47C00;
font-weight: 600;
}

li a:hover, li a:active{
background: #943D0E;
color: #FFF;
font-weight: bold;
}

li li a:link, li li a:visited{
background: #F9E5CD;
color: #E47C00;
font-weight: normal;
}

li li a:hover, li li a:active{
background: #E47C00;
color: #FFF;
font-weight: normal;
}

ul ul{
margin: 0 0 0 25px;
}

.mouseover a:hover {background: url(../images/g-sleutel-wh.png-hover) -66px 0;}

