/* Div's
------------------------------------------------------------------------- */

#container
{
	Position: relative;
	margin: 0 auto;
	text-align: left;
	width: 760px;	
        height: auto;
	background: url("/images/5.png") no-repeat 0px 120px;
}
	
#sitepadding
{
	margin: 0 20px;
	Position: relative;
        height: auto;
}

#head
{
	position: relative;
	width: 720px;
	height: 120px;
	margin-bottom: 10px;
}
	
#logo
{
	position: relative;
	top: 10px;
	left: 0px;
        margin: 0;
        padding: 0;
}

	
#logo span
{
	display: none;
}
	
#content   
{
	position: relative;
	float: left;	
	width: 470px;
	margin-right: 10px;		
        overflow: hidden;
        height: auto;
        background: #fff url(/images/21.png) repeat-x left top;
}
	
#sidebar
{	
	position: relative;
	float: left;
	width: 240px;
	color: #F9E2C3;	
	background: #BE2022 url(/images/7.png) no-repeat left top;
        overflow: hidden;     
        height: auto;  
}

#sidebar #sidebarpadding
{
	margin: 10px;
	Position: relative;
        height: auto;
}

#sidebar #rounded
{
	position: relative;
        display: block;        
        bottom: 0px;
        left: 0px;
	width: 240px;
	height: 25px;
}

#footer
{
	position: relative;
	clear: both;
	width: 720px;
        padding: 5em 0 2em;
        height: auto; 
}

#footer p
{     
        font-size: 1.1em;
        line-height: 2em;
        color: #ccc;
	border-top: solid 1px #eee;
        width: 100%;
        text-align: center;
}
	
/* Algemeen 
------------------------------------------------------------------------- */

*
{
   padding: 0;
   margin: 0;    
}
	
body
{
	background: #fff url(/images/4.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 62.5%; /* 10px */
	text-align: center;
}

a img
{
	border: none;
}

#content a
{
	color: #BE2022;
}

#content a:hover

{

        color: #F5AA73;
}

#content p
{ 
	margin-bottom: 1em;
	font-size: 1.2em;
}

#slogan
{
  height: 80px;
  width: auto;
  overflow: hidden;
  padding: 10px 10px 0px 20px;
  background: url(/images/22.gif) no-repeat 8px 12px;
}

#slogan p
{
  font-family: Georgia, Times New Roman, Serif;
  font-size: 2.5em;
  font-style: italic;
  color: #666;
  background: url(/images/23.gif) no-repeat right bottom;
}	

blockquote
{ 
	padding: 0 1em;
        font-style: italic;
}	

img.thumb
{ 

	float: left;
	margin-right: 1em;
        border: 1px solid #ccc;
        padding: 1px;
}	

#content h1
{
	font-size: 1.8em; /* 18px */		
	font-weight: normal;
	color: #9F0002;
	padding-top: 1em;
	padding-bottom: 0.5em;
}

#content h2
{
	font-size: 1.6em; /* 18px */		
	font-weight: normal;
	color: #9F0002;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
        clear: left;
}

#content h3, #content h4, #content h5, #content h6
{
	font-weight: normal;
	color: #9F0002;
        padding-top: 0.5em;
	padding-bottom: 0.5em;
}     

#content ul, #content ol
{
        /*list-style-position: inside;*/
        margin-left: 1em;
        padding-left: 1em;
        margin-bottom: 1em;
	font-size: 1.2em;
}
		
#sidebar p, #sidebar ul, #sidebar ol
{
	font-size: 1.2em;
	margin-bottom: 1em;	
         list-style-position: inside;
}		
		
#sidebar h2
{
	 font-size: 2em;
	 font-weight: normal;	 
	 color: #F5AA73;
	 padding: 0 0 0.5em;
	 }

#sidebar h3
{
	 font-size: 1.6em;
	 font-weight: bolder;	 
	 }
	 
 #sidebar a
{
	color: #F5AA73;
}
	 
 #sidebar a:hover
{
	 color: #F9E2C3; 
}

#footer a
{
       color: #ccc;
}

#footer a:hover
{
       color: #F5AA73;
}

/* Formulier


------------------------------------------------------------------------- */	

p.ok
{
       font-weight: bold;
       color: green;
}

#contactform
{
       border: 1px solid #eee;
       padding: 10px;
       width: auto;
}

#contactform ul
{
      color: red;
      margin: 0 0 1em;
      font-size: 1.1em;
}

#contactform label
{
     line-height: 1.5em;      
}


/* font size
------------------------------------------------------------------------- */	

#fontcontrol {
	background: none;
	list-style: none;
	width: 66px;
	height: 18px;
	position: absolute;
	top: 10px;
        right: 0px;
}

#fontcontrol li{
	background: none;
}
#fontcontrol i{
	display: block;
	visibility: hidden;
}
.font1 a:link, .font1 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/font1.gif) no-repeat;
}
.font2 a:link, .font2 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 22px;
	background: url(/images/font2.gif) no-repeat;
}
.font3 a:link, .font3 a:visited{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 0;
	left: 44px;
	background: url(/images/font3.gif) no-repeat;
}
.font1 a:hover, .font1 a:active{
	background-position: 0 -18px;
}
.font2 a:hover, .font2 a:active{
	background-position: 0 -18px;
}
.font3 a:hover, .font3 a:active{
	background-position: 0 -18px;
}

/* Navigatie
------------------------------------------------------------------------- */	

#nav
{

	position: absolute;
	left: 0px;
	bottom: 0px;
	width: auto;
	color: #fff;
	list-style: none;
	font-size: 1.2em;
}
	
#nav li
{
	float: left;
	background: transparent url(/images/6.gif) 100% -200px no-repeat;
	padding: 0 6px 0 0;
	margin-right: 2px;
	}	
	
#nav a
{
	display: block;
	padding:  4px 4px 4px 10px;
	background: transparent url(/images/6.gif) 0% -200px no-repeat;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}	

/* aktieve items */	
#home .nav_home { background-position: 100% 0px; }	
#home .nav_home a { background-position: 0% 0px; color: #666; }	

#musici .nav_musici { background-position: 100% 0px; }	
#musici .nav_musici a { background-position: 0% 0px; color: #666; }	

#contact .nav_contact { background-position: 100% 0px; }	
#contact .nav_contact a { background-position: 0% 0px; color: #666; }	

#repertoire .nav_repertoire { background-position: 100% 0px; }	
#repertoire .nav_repertoire a { background-position: 0% 0px; color: #666; }	


#evenement .nav_evenement { background-position: 100% 0px; }	
#evenement .nav_evenement a { background-position: 0% 0px; color: #666; }	

#nav a:hover
{
	color: #F5AA73;
}
