* {
	margin: 0;
	padding: 0;
}
td {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	padding: 0px;
}
a {
	text-decoration: underline;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(226,0,122);
}
body {
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	background: #fff;
	scrollbar-arrow-color: #0000FF;
	scrollbar-base-color: #ffffff;
	scrollbar-dark-shadow-color: ##ED7530;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ED7530;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3d-light-color: #ffffff;
	overflow-y: scroll;
}
#wraper {
	width: 938px;
	height: 100%;
	_height: 100%;
	margin: 0 auto;
	text-align: left;
	background: #fff;
	border:0px solid black;
}


#header {
	width: 938px;
	height: 188px;
	background: url(/images/headero.jpg) no-repeat left bottom;
	background-position: 0% 0%;
	/*overflow: hidden;*/
}








/*  headmenu style */
#headmenu {
	width: 938px;
	height: 130px;_height:135px;
	border:0px solid blue;
}
#ulmom {
	margin-left: 20px;
	padding: 0;
	list-style: none;
}
#ulmom li {
	float: left;
	position: relative;
	text-align: left;
	padding: 10px 0 0px 0px;
	padding-right:20px;
	
}
#ulmom li a {
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
#ulmom li a:hover {
	color: #e2007a;
}
/*#ulmom li a:hover li ul{
	display:none;
}*/

/*submenu style*/
.submenu {
	display:none;
	margin-left: 20px;
	margin-top: -2px;
	padding-top:15px;
	width: 400px;
	min-height: 40px;_height: 40px; /*drukt title omlaag*/
	border:0px solid black;
}

.submenu a {
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	width: 390px;
	display:block;
	float:left;
}
.submenu a:hover {
	color: #e2007a;
}
.pinkmenu {
	color: #e2007a;
	border:0px solid black;
}

/*subsubmenu*/
.subsubmenu {
	display:block;
	margin-left: 20px;
	margin-top: -2px;
	width: 380px;
	min-height:20px;_height:25px;
	border:0px solid green;
}
.subsubmenu a {
	text-decoration: none;
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	width: 390px;
	display:block;
	/*float:left;*/
}
.subsubmenu a:hover {
	color: #e2007a;
}










/*  headtito style */
#headtito {
	width: 918px;
	/*height:100px;*/                                                                           
	font-family: verdana;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	border:0px solid black;
}

/*  contentwraper style */

#contwraper {
	width: 938px;
	border:0px solid black;
}
/*html>body #contwraper {
	overflow:hidden;
}*/


/*  content style */
#content {
	float: left;
	width: 668px;
}
.contenttito {
	width: 600px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(226,0,122);
	margin: 35px 0 0 20px;
}
.contenttext {
	width: 600px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 35px 0px 0 20px;
	padding: 0 20px 10px 0px;
}
#contentimage {
	float: left;
	width: 270px;
	padding: 0px 0 0 0px;
	border:0px solid black;
}
#contentimage img {
	margin: 90% 0 20px 20px;
}

/*  footer style */

#footer {
	width: 938px;
	height: 22px;
	background: #FF6700;
	clear: both;
	border:0px solid black;
}
.roze {
    color:#ff3399;
}
