/********** Styles voor tekst *************/

body  {	font-family: arial, Helvetica;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
         background-image:url(../back/bg.jpg);	

 }


 .endless #bodywrapper{
       	width:	100%;
	margin:	0;
}

html {overflow: -moz-scrollbars-vertical;}	
 

 .endless #container {
	width: 990px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left; /* dit overschrijft text-align: center van het body element. */
	height: 55%;
	
} 
 

 .endless #header {
	width: 990px;
	height: 182px;
	
} 

 .endless #main {
 	width: 990px;
	
	
	
} 





/*********** Nieuws koppen **************/
	
.small {
	font-family: arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	line-height: 1.6em;
	font-weight:  normal;
	
}

.small a {font-weight: bold;
	color:#000000;
	text-decoration:none
}

.small a:hover  {
	color: #f49f06;
	text-decoration:none;
}

.small a.selected  { 
        color: #000000;
        text-decoration: none }



.small1 {
	font-family: verdana, arial, Helvetica;
	font-size: 8px;
	line-height: 1.7em;
	color: #000000;
	font-weight: bold;
}


/*********** Header posities **************/

#logo { position: absolute;
    top: 0px;
	width: 200px;
	margin: 0px 0px 0px 0px;
	
}

#headerrechts { position: absolute;
       top:5px;
	margin: 0px 0px 0px 790px;
	letter-spacing: 1px;
	padding: 0 0 0;
	color: #ffffff; 
	font-weight: normal;
	font-size: 9pt;
	font-family: arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 1.4em;
	}

#headerrechts a {
	letter-spacing: 1px;
	padding:0 0 0 0;
	color:#ffffff;
	text-decoration:none
}

#headerrechts a:hover  {
	letter-spacing: 1px;
	padding:0 0 0 0;
	color: #000000;
	text-decoration:none;
}

#headerrechts a.selected  { 
    letter-spacing: 1px;
    padding:0 0 0 0;
    color: #ff0000;
    text-decoration: none }



/*********** Content Inhoud tekst. **************/

.endless #content { 
        margin: 0px 0px 0px 10px; /* positie text  */
        padding: 0 0px; /*  padding is de ruimte binnenin div box en margin is de ruimte buiten de box */
        font-family: arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6em;
	} 

.endless #content p{ 
        font-family: arial;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.6em;
	} 




/* Styles voor formulier */


 .box {  
    background: #f3f2f1; 
	height: 345px;
   } 

 .box1 {  
    background: #f3f2f1; 
	height: 398px;
   } 

.boxtop {background: url(../back/ne.gif) no-repeat top right;  
        } 
 
.boxtop div {height: 10px;  
        background: url(../back/nw.gif) no-repeat top left;  
        }
  
.boxbottom {background: url(../back/se.gif) no-repeat bottom right;  
        }  

.boxbottom div {height: 10px;  
         background: url(../back/sw.gif) no-repeat bottom left;  
         }   
 
 .boxcontent {  
  padding: 0px 10px 0px 10px;  
 }  

#fotobox {width: 600px;
	  
	
}


#inschrijven {width: 600px;
	     
	
}

.invul {
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
	font-size: 13px;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background-color: #ffffff;
	width: 270px;
	margin: 1px;
	padding: 1px;
	float: left;
	height: 22px;
}

.formkop {
	letter-spacing: 1;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin: 1px;
	padding: 1px;
	float: left;
	height: 24px;
	width: 180px;
}

.formkop1 {
	letter-spacing: 1;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	margin: 3px;
	padding: 1px;
	width: 270px;
	height: 20px;
	
}

textarea.invul {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	background-color: #ffffff;
	width: 270px;
	height: 60px;
}


#form {
	color: #E0E0E0;
	border: 1px solid #BBBBBB;
	padding: 8px 8px 4px 4px;
	margin: 5px 0px 20px 0px;
	font-weight: bold;
	font-size: 13px;
	width: 500px;
	height: 390px;
	background-color: #E5E5E5;
}

.verstuur {
	font-family: arial, Helvetica;
	font-weight: normal;
	font-size: 13px;
	width: 100px;
	height: 55px;
	float: left;
}
		 


.trans img        { filter:alpha(opacity=70);
                    -moz-opacity: 0.7; 
                    opacity: 0.7; 
                   -khtml-opacity: 0.7;
 }

.trans:hover img { filter:alpha(opacity=100); 
                   -moz-opacity: 1.0; 
                   opacity: 1.0; 
                   -khtml-opacity: 1.0; 
 }
 
 .trans1 img       { filter:alpha(opacity=100);
                    -moz-opacity: 1.0; 
                    opacity: 1.0; 
                   -khtml-opacity: 1.0;
 }

.trans1:hover img { background: #788FE7;filter:alpha(opacity=70); 
                   -moz-opacity: 0.7; 
                   opacity: 0.7; 
                   -khtml-opacity: 0.7; 
 }
 
/*********** Styles voor footer **************/

#footer1 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 120px;
	height: 10px;
	border-bottom: 0px;
	color: #999999;
	font-weight: normal;
	font-size: 7pt;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	background-image: url(../back/line.gif);		
	
}

#footer1 a {
	color: #999999;
	text-decoration: none;
}

#footer1 a:hover  {
	color: #1E90FF;
	text-decoration: none;
}

#footer1 a.selected  {
	color: #1E90FF;
	text-decoration: none;
}

/************* footer2 *************/


.footer2 {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	color: #999999;
	font-weight: normal;
	font-size: 7pt;
	font-family: verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	
	
}

.footer2 a {
	color: #cccccc;
	text-decoration: none;
}

.footer2 a:hover  {
	color: #ffffff;
	text-decoration: none;
}

.footer2 a.selected  {
	color: #1E90FF;
	text-decoration: none;
}


/************** adres *************/

#adres {position: absolute;
        top:550px;
	width: 240;
	font-family: arial, Tahoma, Helvetica;
	font-size: 11pt;
	line-height: 1.3em;
	color: #000000;
	padding: 15px 15px 15px 15px;
        margin: 0px 0px 0px 20px;
	text-align: right;
        background-color: #e5e5e5;
	border: 1px solid #ff0000;
	
	}




/************** navigatie hor *************/


#navigatie {position: absolute;
	top: 154px;
	padding:0px 0px 0px 0px;
        border-left: 1px solid #ffffff;
	color: #ffffff;
	/* width: 100%; */
	margin: 0px 0px 0px 240px;
	width: 660px;
	
	
	
}

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

#navigatie li { list-style:none; float:left; }

#navigatie li a{ 
	display:block;
	padding:6px 0px 6px 0px;
	border-right: 1px solid #ffffff;
	text-decoration:none;
	color:#ffffff;
	font-size: 12px;
	font-family: "Arial"; 
	font-weight:bold;
	text-align:center;
	width: 124px;
        
	
	
}

#navigatie li a:hover{ 
 background-color:#000000;}


#navigatie li a.selected { 
background-color:#000000;}



/************* navigatie vert *************/


#button {margin: 0px 0px 0px 6px;
position: absolute;
top: 190px;
letter-spacing: 1px;
} 
#button ul {
        padding: 0px 0px 0px 0px;   
        margin: 0;
      
}

#button ul li {
         margin: 0;
         padding: 2px 0px 2px 0px;   
        list-style: none;
	text-align: left;
  }
#button li a {
	display: block;
	padding: 4px 5px 4px 5px;
	border: 1px solid #ffffff;
        border-right-width: 1px;
        font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
        align: left;
	font-size: 13px;
	background-color: #cccccc;
	color: #000000;
	text-decoration: none;
	width: 216px;
	}
html>body #button li a {
	width: 216px;
margin: 0px 0px 0px 0px;     
	}

#button li a:hover{
        border: 1px solid #ffffff;
        border-right-width: 1px;
        background-color: #ed1f24;
        color: #ffffff;
	}

#button li a.selected{
        border: 1px solid #ffffff;
        border-right-width: 1px;
        background-color: #ed1f24;
        color: #ffffff;
       	}


#opsomming ul{
	vertical-align: top;
	
}

#opsomming ul li{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding-left: 0.5em;
	padding-top: 0px;
	list-style-image: url(../images/pijl.gif);
	text-transform: none;
	vertical-align: top;
	list-style-position: inside;
	
}


#opsomming li a:hover{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding-left: 0.5em;
	padding-top: 0px;
	list-style-image: url(../images/pijl.gif);
	text-transform: none;
	vertical-align: top;
        color:#000000;
	list-style-position: inside;
	
}
	
#opsomming li a{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
	padding-left: 0.5em;
	padding-top: 0px;
	list-style-image: url(../images/pijl.gif);
	text-transform: none;
	vertical-align: top;
        color:#ff0000;
	list-style-position: inside;
	
}

/************* footer *************/


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.clearfloat { /* belangrijk voor het sluiten van de hoofdcontainer */
	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}




/* Styles voor koppen */


h1
{
	letter-spacing: 1px;
	font-family:  Arial, verdana,;
	font-size: 20px;
	color: #ff0000;
	font-weight: bold;
 }

h2
{letter-spacing: 1px; 
           font-family:   Arial, verdana,;
          font-size: 19px; 
          color: #ff0000;
          font-weight: bold;}


h3
{letter-spacing: 1px;
           font-family: Arial, verdana,;
          font-size: 18px; 
          color: #ff0000;
          font-weight: bold;}
		   
h4
{
	letter-spacing: 1px;
	font-family:  Arial, verdana,;
	font-size: 17px;
	color: #ff0000;
	font-weight: bold;
}

h5
{       letter-spacing: 1px;
       	font-family:  Arial, verdana,;
        font-size: 13px; 
        line-height: 1.5em; 
        color: #ff0000;
        font-weight: bold;}

h6
{
	letter-spacing: 1px;
	font-family:  Arial, verdana,;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
}

p
{}


a:link       { text-decoration: none; color: #ff0000 }
a:active     { text-decoration: none; color: #ff0000 }
a:visited    { text-decoration: none; color: #ffoooo }
a:hover      { text-decoration: none; color: #000000 }