/*Design*/
#header {
        background-image:url(header-2.png);
        background-repeat:no-repeat;
        width:800px;
        height:182px;

        margin:auto;
        }
        
#top-middle {
        background-image:url(top-800.png);
        background-repeat:no-repeat;
        width:800px;
        height:40px;
        margin: 10px auto auto auto;
        }



#error {
        background-image:url(error.png);
        background-repeat:no-repeat;
        width:800px;
        height:40px;
        margin: 10px auto auto auto;
        }        

#error .links{
	margin: 5px auto auto 10px;
	line-height:23px;
	float:left;
	}

#error .rechts{
	margin: 5px 10px auto auto;
	line-height:23px;
	float:right;
	}

#middle {
        background-color: #1C1C1C;
        width:800px;
        margin: 0 auto auto auto;
        }
        
#bottom-middle {
        background-image:url(bottom-800.png);
        background-repeat:no-repeat;
        width:800px;
        height:40px;
        margin: 0 auto auto auto;
	
	}

/*Undertext*/

#sitemap-middle{
	background-color: #333333; /*werkt niet! float!*/
	width:800px;
	margin: 0 auto;
	}

#sitemap-middle .rechts{
	margin: 5px auto auto auto;
	float:right;
	}

#sitemap-middle .links{
	margin: 5px auto auto auto;
	float:left;
	}

/*Overig*/

body	{
	background-color:#333333;
	}

#middle ul {
        list-style-type:none;
        margin: auto auto auto 320px;
        font-family: Arial;
        margin: auto;
        }

.centeredimage {
	text-align:center;
	}


        
/*Font-styles*/

form	{
	margin: 0 10 0 10;
	}

p       {
        color:white;
        margin: 0 10 0 10;
        font-family:Arial;
        letter-spacing:auto;
        text-transform:auto;
        }
/*
#link-1	{
	color:#ffffff;
	text-decoration:auto;
	border-bottom:1px solid #ffffff;
	}
*/


a.normal {
	color:#ffffff;
	text-decoration:underline;
	}

#sitemap-middle {
         color:white;
         font-size:11px;
         font-family:Arial;
         }


	

         
p a     {
        text-decoration:none;
        color:#ffffff;
        }

h1, h2, h3, h4, h5, h6 {
        color: white;
        margin: 0 10 0 10;
        font-family:Arial;
        letter-spacing:auto;
        text-transform:auto;
        }

p.white {
        color:white;
        text-align:right;
        font-size:10px;
        line-height: 40px;
        margin-right:30px;
        }
        
/* Navigatie */

#navigation ul {
	list-style-type:none;
        margin: auto auto auto 320px;
	font-family: Arial;
	}
	
#navigation li {
	float:left;
	text-align:center;
	text-transform:capitalize;
	}
	
#navigation li a {
	display:block;
	height:182px;
	width:100px;
	text-decoration:none;
	color:#ffffff;
        line-height: 175px;
	}
	
#navigation li a:hover {
	color:#000000;
	background:url(botton-active.png);
	width:100px;
	height:182px;
	background-repeat:repeat-x;

	}
#navigation .active {
	color:#000000;
	background:url(botton-active.png);
	width:100px;
	height:182px;

	background-repeat:repeat-x;
	}

/*Link-kleuren*/

#sitemap-middle a {
	color:#ffffff;
	text-decoration:none;
	border-bottom:1px dotted #ffffff;
	}

#middle li a {
      color:#FFFFFF;
      text-decoration:none;
      }

/*Tables*/

#num1 table {
	width:800px;
	
	}

#num1 a:link {
	text-decoration: none;
	}

#num1 a:visited {
	text-decoration:none;
	}

#num1 a:active {
	text-decoration: none;
	}

#num1 a:hover {
	text-decoration: none;
	}








