* {
padding: 0;
margin: 0;

}
body, html {
color: #000; 
font-family: Verdana, Arial, Tahoma, sans-serif;
background-image: url(../bg/bg.jpg); 
text-align: center; 
height: 100%;
border: 1;

}
body {

}
p {padding: 7px 0 7px 0;}

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

h1, h2, h3 {
color: #ffd521;

padding-bottom: 5px;
}
h1 {
font-size: 1.2em;
font-weight: normal;
}
h2 {
font-size: 1.4em;
font-weight: bold;
}
h3 {
font-size: 1.3em;
font-weight: bold;
}
h4{
color: #0000FF;
font-size: 1.2em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }



#Container {
width: 1000px;
margin: 0 auto; 
min-height: 100%;

background-image: url(../bg/home.jpg);
text-align: left; 

}
* html #Container {
height: 100%; 
}
/**************************
HEADER
**************************/
#header {
padding-bottom:30px;
text-align:center;
height:450px;
color: #fff;
font-size:  12px;

	
}
.stijl1{
	color: #ffffff;
	font-size: 11px;
	font: bold;
}	
/**************************
Inhoud en kolommen
**************************/
.outer {
padding-left: 157px;  /*als dit te breed is krijg je een hor scrollbalk*/
}
* html .outer {
padding-right: 120px; 
}
.inner {        /********verplaatst de rechterkolom naar links of rechts.**/ 
width:800px; 
padding-bottom: 30px;
}
* html .inner {
width: 100%;
}

.float-wrap {/********verplaatst de inhoud naar links of rechts.**/ 
float: left;
width: 940px;
margin-left: -190px; 
}

#content {
float: right;
width: 900px;
font-size: 11px;
	color: #ffffff;
	line-height:15px;
	padding-bottom:60px;
}

* html #content {
position: relative;  
}
.contentWrap{
padding: 20px 5px 45px 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 5px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}

/**************************
Linker kolom
**************************/

#left {
float: left;
width: 20px;
color:#fff;
font-size: 11px;
padding: 5px;



}
* html #left {
position: relative;  
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}

/*************************
Rechter kolom
**************************/
#right {
float: right; 
width: 20px;
padding: 5px;
color:#fff;
font-size: 11px;
}
* html #right {
position: relative;  
margin-right: -120px; /*** IE krijgt deze margin. ***/
}


/**************************
FOOTER
**************************/
#footer {
width: 1000px;
color:#fff;
height: 122px;
margin: 0 auto;
margin-top: -122px;
text-align: center;
background-image: url(../bg/footer.jpg)
}

td.wit {
color: #ffd521;
text-decoration: none;	
font-size: 11px;
}

