HTML {
	text-align:left;
	font-family:"Verdana";
	font-size:12px;
}
BODY {
	background-color:#8dd3d3;
	background-image:url('bg.png');
	background-repeat:repeat-x;
	background-position:top;
}
#menu A {
	color: white;
	font-weight: bold;
	font-size:16px;
	font-family:"Arial";

}
#top {
	height: 295px;
}


#content .actual {
	padding:20px 50px 20px;
}

#content IMG {
    border:none;
}


.first {
	border-left: 2px white dotted;/**/
}
P {
	color:#333333;
	font-family:Verdana;
}
H1, H2 {
	font-size: 14px;
	color: #26cccc;
}
H3 {
	color: #929090;
}
a:link {
color: black; 
text-decoration: none;
}
a:hover {
color: #1dadff; 
text-decoration: none;
}

#menu {
	margin-left:58px;
	margin-top:-57px;
	padding:0;
	position:absolute;
}


ul {
	list-style-image: url('pijl.gif');
	margin-left: 10px;
}
.popupmenu DIV {
	background-color: #81a0a0;
	margin-top: 29px;
	background-position:top;
}
.popupmenu DIV A {
	color: white;
}
.popupmenu DIV A:hover {
	background-color: #6eb2b2;
	text-decoration: underline;
}
.shade {
	margin-top: 30px;
	margin-left:-1px;
}

.index h3 {
	background:#FC8E35 none repeat scroll 0 0;
	color:white;
	font-family:arial;
	font-size:15px;
	padding:7px;
}
