﻿html body 
{
    margin:0;
    padding:0;
    height:100%;
    background-color:Gray;
    font-family:Verdana,Arial,Sans-Serif;
}
a {
text-decoration:none;
color:#000000;
}
a:visited
{
color:#000000;
}
a:hover
{
    color:#0f5312;
}
#maincontainer 
{
    position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:1020px;
	background:#f0f0f0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
#backgroundimage 
{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:765px;
    background-repeat:no-repeat;
    background-image:url('/afbeeldingen/Achtergrond-Home.jpg');
	background-image:url('/afbeeldingen/BeenFreiburg.jpg');
}
#maintitle
{
    position:absolute;
    top:10px;
    left:170px;
    width:644px;
    height:180px;
    font-size:90px;
    background-image:url('/afbeeldingen/logo.png');
    background-repeat:no-repeat;
}

.content
{
    background-image:url('/afbeeldingen/Achtergrond-repertoire.png');
    background-repeat:repeat;
    font-size:13px;
    line-height:17px;
    font-weight:bold;
    position:absolute;
    top:200px;

    left:40px;
    width:900px;
    text-align:justify;
      padding-left:20px;
  padding-right:20px;
}
.footer {
    background-image:url('/afbeeldingen/Achtergrond-repertoire.png');
    background-repeat:repeat;
    font-size:13px;
    line-height:17px;
    font-weight:bold;
    position:absolute;
    top:700px;
	text-align:center;
    left:340px;
    width:300px;
	padding-top:10px;
	padding-bottom:10px;
      padding-left:10px;
  padding-right:10px;

}

#welkom
{
    
  padding-left:20px;
  padding-right:20px;
}
#repertoire
{
    height:300px;
 
}
#archief
{
   padding-left:20px;

}
#archief ul
{
 list-style:none;
}

#listcol1
{
    position:absolute;
    top:0px;
    left:0px;
    width:300px;
    height:300px;
    list-style-type:none;
}
#listcol2 
{
    position:absolute;
    top:0px;
    left:300px;

    width:300px;
    height:300px;
    list-style-type:none;
}
#listcol3
{
    position:absolute;
    top:0px;
    left:600px;

    width:300px;
    height:300px;
    list-style-type:none;
}


#menucontainer
{
    position:absolute;
    top:650px;
    left:0px;
    height:30px;
    width:1020px;
}
#shadeleft {
background-image:url(/afbeeldingen/schaduw_links.png);
background-repeat:repeat-y;
height:100%;
left:0;
margin:0;
padding:0;
position:absolute;
top:0;
width:25px;
}
#shaderight {
background-image:url(/afbeeldingen/schaduw_rechts.png);
background-repeat:repeat-y;
height:100%;
left:973px;
margin:0;
padding:0;
position:absolute;
top:0;
width:25px;
}