a img { border:0; }
td { vertical-align:top; }
input, textarea { font-family: Arial, "Lucida Grande", sans-serif; 
font-size: 12px;
padding: 4px;
}
html,body {
font-size: 0.9em;
font-family: Verdana, Arial, "Lucida Grande", sans-serif;
margin:0;
background: #FFF;
}
#container {
width:900px;
margin:auto;
}
.balk-grijs {
background: #F1F1F1;
height: 30px;
}
.balk-blauw, .balk-cyaan {
background: #A0B9C0;
height: 10px;
margin-top: 4px;
}
.balk-cyaan { background: #F82790; }
/* header */
#box-header {
height: 110px;
}
#logo {
float: left;
margin-left: 40px;	
margin-top: 15px;
}
#partners {
float: left;
margin-left: 110px;	
margin-top: 25px;
}
#header-menu {
color: #767676;
float: right;
margin: 0;
padding: 0;
margin-top: 85px;
}
#header-menu ul {
list-style: none;
list-style-position: inside;
margin: 0;
padding: 0;
}
#header-menu ul li {
float: left;
color: #767676;
}
#header-menu ul li a {
color: #767676;
margin: 0px 2px;
text-decoration: none;
}
#header-menu ul li a:hover {
text-decoration: underline;
}
/* eind header, links */
.box-links {
float: left;
width: 210px;
}

#hoofdmenu {
background: #F82790;
min-height: 236px;
margin-top: 4px;
}
#hoofdmenu ul {
list-style: none;
padding: 10px 20px; /* top, links, onder, rechts*/
margin: 0;
}
#hoofdmenu ul li {

}
#hoofdmenu ul li a {
background: url(../img/hoofdmenu-hover.gif) no-repeat center left;
color: #FFF;
text-decoration: none;
padding: 6px 20px;
display: block;
font-size: 1.1em;
}
#hoofdmenu ul li a:hover {
background: url(../img/hoofdmenu.gif) no-repeat center left;
text-decoration: underline;
}
#hoofdmenu ul li:hover ul { display: block; }
#hoofdmenu ul li.over ul { display: block; } /* The magic */															
/* Holly Hack. IE Requirement \*/
* html ul#menu li { float: left; height: 1%; }
* html ul#menu li a { height: 1%; }
/* End */


#hoofdmenu ul li ul { display: none; }
#hoofdmenu ul li ul {
position: absolute;
background: #F82790;
border: 1px solid #FFF;
margin-left: 130px;
margin-top: -25px;
padding: 0px 0px;
}
#hoofdmenu ul li ul li a {
background: none;
padding: 5px 10px;
}
#hoofdmenu ul li ul li a:hover {
background: none;
background: #de67a8;
}
#submenu {
background: ##EFEFEF;
min-height: 120px;
}
#submenu span {
padding-top: 10px;
padding-left: 38px;
display: block;
color: #767676;
font-weight: bold;
}
#submenu ul {
list-style: none;
list-style-position: inside;
padding: 10px 22px;
margin: 0;
}
#submenu ul li {

}
#submenu ul li a {
background: url(../img/submenu.gif) no-repeat center left;

color: #767676;
text-decoration: none;
padding: 10px 18px;
display: block;
}
#submenu ul li a:hover { text-decoration: underline; }
#box-contact {
background: #767676;
color: #FFF;
margin-top: 4px;
height: 60px;
}
#box-contact-box {
padding: 10px;
text-align: center;
}
#box-contact-box a {
color: #FFF;
text-decoration: none;
}
#box-contact-box a:hover {
text-decoration: underline;
}
/* eind links, content */
.box-rechts {
float: right;
width: 685px;
}
#content-afbeelding {
height: 240px;
background: #FAFAFC url(../img/header.jpg) no-repeat;
}
#content { 
color: #767676; 
line-height: 160%;
padding: 0px 10px;
}
#content h1, #content h2, #content h3, #content h4, #content a {
color: #F82790;
font-weight: normal;
}
#content ul.lijst {
list-style: none;
padding: 0;
}
#content ul.lijst li {
background: url(../img/check.png) no-repeat center left;
padding: 10px 40px;
}
/* eind content */
#box-footer {
background: blue;
}
#footer {
margin-top: 25px;
margin-left: 5px;
color: #767676;

}
#footer ul {
list-style: none;
padding: 0;
margin: 0;
}
#footer ul li {
float: left;
}
#footer ul li a {
color: #767676;
text-decoration: none;
display: block;
padding: 0px 10px;
}
#footer ul li a:hover {
text-decoration: underline;
}
#copyright {
float: right;
}
#copyright a {
color: #767676;
text-decoration: none;
}
#copyright a:hover {
text-decoration: underline;
}
.clear {
clear: both;
}

hr {
margin: 20px 0px;
border: 0;
border-top: 1px solid #F82790;
}
td {
line-height: normal;
}

.fontsize {
	border: 1px solid #767676;
	color: #767676;
	text-decoration: none;
}

.btn { display: block; position: relative; background: #aaa; padding: 5px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(../img/btn/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px; top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; color: #fff; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }	
* html .btn span, * html .btn i { float: left; width: auto; background-image: none; cursor: pointer; color: #fff; }

.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #a00; }
.btn:active { background-color: #444; }	
