body{
	color: black;
	background-color: #FFFFFF;	
    background-image: url('images/bgmenu.gif');
    background-repeat: repeat-y;
	font-family: verdana;
	font-size: 10pt;
    margin: 0px;
}

h1{	
	color: rgb(222,33,16);
	font-family: 'lucida sans ak' 'lucida sans unicode';
	font-size: 32pt;	
}
h2{	
	color: rgb(0,117,171);
	font-size: 12pt;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3, .titelh3{
	/*color: rgb(240,14,14);	*/    
	color: rgb(0,166,235);
	font-weight: bold;
	font-size: 10pt;	
}
h4{
	color: rgb(0,166,235);
	font-weight: normal;
	font-size: 10pt;
    font-style: italic;
}

/* DIVISIONS */
/* Logos bovenaan */
#logosect{
    background-image: url('images/logoswater2.jpg');
    background-color: #EEEEEE;
    border-bottom: 5px solid #777777;
    padding-bottom: 10px;
    padding-top: 10px;
}
#mainlogo{
    float: left;
}
#logos{
	/*position: absolute;
	top: 5px;
	right: 5px;*/
    /*float: right;*/
    text-align: right;
}

#topmenu, #extra1{
	text-align: center;	
	background-color: rgb(190,188,0);	
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;	
}
#extra1{    
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
}
#extra2{
    background-color: #eeeeee;    
}
#spacer{	
	clear: both;
	line-height: 0;
}
#spacer1{
	clear: both;
	line-height: 10px;
}

#main{    
}
#leftmenu{
	width: 200px;	
	padding: 15px;    
	margin-right: 10px;
	maring-left: 10px;
	background-color: #DADADA;	
	margin-bottom: 20px;
	vertical-align: top;
    float: left;
    border-top: 1px solid #EEEEEE;    
}
#content{
    margin-left: 240px;
    margin-right: 20px;
    padding-top: 10px;
    padding-bottom: 50px;
}


#topmenu{
    border-top: 1px white solid;
    clear: both;  
    list-style: none inside;
}
#topmenu li{
    background-color: background-color: rgb(190,188,0);    
    display: inline;
    border: 1px solid white;
    margin: 0px;    
    border-width: 0 0 0 1px;
    padding-left: 6px;
    padding-right: 3px;
}
#topmenu li:first-child {
    border: none;    
}
#topmenu li a {         
}
#topmenu li a:hover {
}

.insprong1{	
	margin-left: 50px;	
}
.insprong2{	
	margin-left: 100px;	
}
.kol1{
	width: 300px;
}
.kol2{
	width: 200px;
}

/* LINKS EN TEKST */
.toplink{
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}
.toplink:hover{
	color: black;
}
.topseclink{
	color: white;
	text-decoration: none;
	font-size: 12pt;
}
.topseclink:hover{
	color: black;
}
.leftlink{
	/*color: rgb(240,14,14);*/
	color: rgb(0,166,235);
	text-decoration: none;
	font-size: 12pt;
	line-height: 20pt;
}
.leftlink:hover{
	color: black;
}
.actleftlink{
	/*color: rgb(240,14,14);**/
	color: rgb(240,14,14);
	text-decoration: none;
	font-size: 12pt;
	line-height: 20pt;	
}
.acttoplink{
	/*color: rgb(255,234,0);*/
	color: rgb(222,33,16);
	text-decoration: none;
	font-weight: bold;
	font-size: 12pt;
}
.acttopseclink{
	color: rgb(255,234,0);
	/*color: rgb(240,14,14);*/
	text-decoration: none;
	font-size: 12pt;
}
a, table{
	font-size: 10pt;
}
a{
	color: rgb(0,117,171);
}
a:hover{
	text-decoration: none;
}

img{
	border: 0px;
}

.list{
	list-style-type: square;
}
