.container{
margin: 0 auto;
font-family: arial;
font-size: 12px;
height: 1500px;
width: 910px;
padding:0%;
}

.head{
background-image:url('afbeeldingen/achtergr4.png');
background-repeat:repeat-x;
}

.banner{
position:absolute;
width:1001px;
height:237px;
margin-top:-5px;
margin-left:25px;
}

.terug{
cursor: hand;
cursor: pointer;
text-decoration: none;
font-weight: bold;
font-size: 12px;
color: #5D81BD;
}



.menu{
position: absolute;
margin-top:30px;
margin-left:60px;
width:220px;
}

.box{
position:absolute;
margin-top:232px;
width: 910px;
height: 1500px;
background-image:url('afbeeldingen/achtergr2.png');
background-repeat:repeat-y;
background-position : top right;
margin-left: 100px;
}

.content{
position: absolute;
width: 500px;
border-style: solid;
border-width:0px;
margin-top:0px;
margin-left:310px;
font-family: arial;
font-size: 12px;
height:auto;
}

.contentshop{
position: absolute;
width: 800px;
border-style: solid;
border-width:0px;
margin-top:10px;
margin-left:100px;
font-family: arial;
font-size: 12px;
height:auto;
background-color: #DEC3F2;
}

.iframe{
position:absolute;
overflow: visible;
width: 500px;
height: 1500px;
display: none;
z-index: 100;
}

.iframeshop{
position:absolute;
overflow: visible;
width: 850px;
background:transparent;
height: 1500px;
display: none;
z-index: 100;
}

.afb{
width:1001px;
height:237px;
}

#ajaxticker1{
width: 100%;
height: 100%;
border: 0px ridge #D87E00;
padding: 0px;
background:transparent;
font:arial;
font-size: 16px;
color: #FFFFFF;
font-style: bold;
z-index: 3;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background:transparent;
}

.someclass{ //class to apply to your scroller(s) if desired
}

.arrowlistmenu{
position: absolute;
width: 90%; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 16px Arial;
color: white;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 16px Arial;
color: white;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin-left: 10%;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #9C72BC;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 10%; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #000000;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
background-color: #9C72BC;
}

.greep{
position:absolute;
margin-top:60px;
margin-left:450px;
width: 300px;
height: 100px;
font-family:arial;
font-style: italic;
font-size: 20px;
color: #FFFFFF;
border: 0px ridge #D87E00;
background:transparent;
z-index:2;
}


