/* CCS RESET */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Manual changes */
html {
	margin:0;
	padding:0;
}

body { 
	margin:0; 
	padding:0; 
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#444444;
	font-size:12px;
	line-height:20px;
	background-color:#efefff;
 /*	background:#990099 url(/_static/images/dmm_bg2.png) repeat-x;*/
    background:#efefff URL(/_static/images/dmm_clouds2.png) no-repeat;
 	background-position:bottom right;
} 

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:0px;
	margin:0px 0px 20px 0px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-1px;
	color:#990099;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:0px;
	margin:0px 0px 20px 0px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-1px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-1px;
}

h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-1px;
	color:#990099;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	padding:0px;
	margin:0px 0px 30px 0px;
	font-style:normal;
	font-weight:normal;
	letter-spacing:0px;
	color:#dddddd;
	line-height:15px;
}

p
{
	padding:0px;
	margin:0px;
}

a, a:link, a:visited {
/*	color:#ba5fbb; */
	color:#990099;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul
{
	width:auto;
	height:auto;
	margin:15px;
	padding:0px;
}

li
{
	width:auto;
	height:auto;
	list-style:square;
	float:none;
}

ol
{
	width:auto;
	height:auto;
	margin:15px 15px 15px 25px;
	padding:0px;
}

ol li
{
	list-style:decimal;
}

.roundedcorners {
    /* Do rounding (native in Firefox and Safari, CC in IE) */
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.roundedcornersbottom {
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
  	-moz-border-radius-bottomright: 7px;	
}

#pagewidthbg {
	width:100%;
    background:URL(/_static/images/dmm_clouds.png) no-repeat;
	background-position:top left;	
	margin-bottom:40px;
}

#pagewidth { 
	width:960px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto;
	background-color:#ffffff;
	background:#ffffff URL(/_static/images/mi_bg_hz.png) repeat-x;
	padding-bottom:10px;
	/*border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;*/
} 

#headertop {
	height: 30px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	/*background-color:#efefff;*/
	/*background-image: URL(/_static/images/dmm_pagetop.png);*/
	background-repeat:no-repeat;
	background-position:bottom;
}

#headertopmenu {
	padding:25px 50px 0px 0px;
	float:right;
	
	display:inline;
}

#headertopmenu a, #headertopmenu a:link, #headertopmenu a:visited {
	color:#ba5fbb;
	text-decoration:none;
	font-weight:bold;
	padding-left:5px;
	font-size:11px;
}

#headertopmenu a:hover {
	text-decoration:underline;
}
 
#header {
	
	height:80px; 
	width:100%;
} 

#wrapper {
	margin-top:0px;
	margin-bottom:20px;
	/*background-color:#dddddd;*/
	width:930px;
	margin-left:15px;
	margin-right:15px;
	padding-bottom:20px;
	padding-top:10px;
	min-height:400px;
}

#topcols {
	width:930px; 
	margin:0px 0px 0px 0px;
	padding:20px 0px 35px 0px;
	clear:both;	
}

#row2cols {
	width:930px; 
	margin:0px 0px 0px 0px;
	padding:35px 0px 35px 0px;
	clear:both;	
	background-color:#dddddd;
}

#imagecols {
	width:930px;
	background-color:#333333;
    /*border:2px solid #666666;*/
	padding:35px 0px 35px 0px;
	margin:0px 0px 15px 0px;
	clear:both;
	font-size:11px;
	line-height:11px;
	color:#dddddd;
}

.leftcol {
	width:270px; 
 	float:left; 
 	 
	margin:0px 15px 0px 30px;
	display:inline;
}
 
.middlecol {  
	width:270px;
	float:left; 
	display:inline; 
	 
	margin:0px 30px 0px 15px;
}

.rightcol {
	width:270px;
	float:left; 
	
	margin:0px 30px 0px 0px;
	display:inline;
}

#videocols {
	width:930px;
	background-color:#333333;
	padding:35px 0px 35px 0px;
	color:#ffffff;
	margin:0px 0px 15px 0px;
	clear:both;
}

.twocols {
	width:570px; 
 	float:left; 
 	 
	margin:0px 30px 0px 30px;
	display:inline;
}

.hostingtext {
	color:#eeeeee;
	font-size:12px;
	line-height:20px;
}
 
#logo {
	float:left;
	margin-left:45px;
	margin-top:10px;
}

.topmenu_item {
	margin-right:10px;
}

a.topmenu_selected, a.topmenu_selected:link, a.topmenu_selected:visited, a.topmenu_selected:active {
	color: #444444;	
	font-weight:bold;
}

a.topmenu_selected:hover {
	text-decoration:underline;
	font-weight:bold;
}

a.topmenu_default, a.topmenu_default:link, a.topmenu_default:visited, a.topmenu_default:active  {
	color: #ba5fbb;
	font-weight:bold;
}

a.topmenu_default:hover {
	text-decoration:underline;
}

#topmenu {
	text-align:left;
	padding-top:25px;
	font-size:11px;
	padding-left:45px;
}

#portfoliocols {
	width:926px;
	background-color:#333333;
    border:2px solid #666666;
	color:#ffffff;
	margin:15px 0px 0px 0px;
	clear:both;	
}

#portfoliocols a {
	padding-left:15px;
}

/*

#twocols {
	width:615px;	
 	float:left; 
 	position:relative; 
	display:inline;
	margin-right:15px;
}
 

#twocols_content {
	padding-top:20px;
	margin:20px 25px 20px 32px;
	clear:both;
}

#twocols_content_top {
	padding-top:0px;
	margin:20px 25px 20px 32px;
	clear:both;
}

*/


#rightcol_portfolio {
	width:350px;
	float:right; 
	
	margin:20px 12px 20px 0px;
	background-color:transparent;
	padding-top:0px;
	display:inline;
}

#fourcols {
	width:1020px; 
	padding-top:20px;
	margin:0px 0px 0px 32px;
	clear:both;
}

#row2col1 {
	width:240px; 
 	float:left; 
 	 
	margin:0px 15px 0px 0px;
	display:inline;	
}

#row2col2 {
	width:240px; 
 	float:left; 
 	 
	margin:0px 15px 0px 0px;
	display:inline;	
}

#row2col3 {
	width:240px; 
 	float:left; 
 	 
	margin:0px 15px 0px 0px;
	display:inline;	
}

#row2col4 {
	width:240px; 
 	float:left; 
 	 
	margin:0px 15px 0px 0px;
	display:inline;	
}

#portfoliocol {
/*	width:665px; */
	width:1046px;
	padding-top:20px;
	margin:0px 13px 20px 13px;
	clear:both;
}

#portfolio_container {
	width:1046px;
	height:390px;
	background-color:#333333;
    border:2px solid #666666;
	color:#ffffff;
	margin:0px 0px 20px 0px;
}

#portfolio_container_content {
	padding:20px 10px 13px 20px;
}

.portfolio_description {
	color:#aaaaaa;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:18px;
	cursor:pointer;
	padding-top:3px;
	padding-bottom:3px;
}

#quote_container_voorpagina {
	width:1046px;
	background-position:bottom;
	background-color:#ffffff; 
	border:2px solid #eeeeee;
	clear:both;
}

#quote_container_content_voorpagina {
	width:1010px;
	padding:0px 20px 0px 20px;
}

#quote_top_voorpagina {
	width:40px;
	height:30px;
	background:URL(_static/images/dmm_quotes_start_greybg.png) no-repeat;
	margin:0px 0px 0px 0px;
	float:left;	
}

#quote_quote_voorpagina {
	font-style:italic;
	color:#777777;
	padding:0px 50px 0px 50px;
}

#quote_bottom_voorpagina {
	width:40px;
	height:30px;
	background:URL(_static/images/dmm_quotes_end_greybg.png) no-repeat;
	background-position:right;
	float:right;
}

#quote_source_voorpagina {
	font-weight:bold;
	text-align:right;
	padding:15px 60px 15px 20px;
}

#footer {
	height:100px;
	/*background-color:#ba5fbb;*/
	background-color:#ffffff;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	margin-bottom:10px;
	clear:both;
}

#footer_left {
	width:530px; 
 	float:left; 
 	
	margin:11px 0px 0px 25px;
	color:#555555;
	font-size:11px;
	display:inline;
}

#footer_right {
	width:300px;
	float:right; 
	
	margin:11px 25px 0px 0px;
	color:#555555;
	font-size:11px;
	text-align:right;
	display:inline;
}

#footer_right a, #footer_right a:link, #footer_right a:visited {
	color: #555555;
}

#footer_right a:hover {
	text-decoration:underline;
}

#news_container {
	width:346px;
	background-position:bottom;
	background-color:#989898; 
	color:#ffffff;
	border:2px solid #bbbbbb;
}

#news_container_content {
	width:306px;
	padding:18px 20px 10px 20px;
	color:#ffffff;
}

#news_container_content a, news_container_content a:link, news_container_content a:visited {
	color:#ffffff;	
}

#news_container_content a:hover {
	text-decoration:underline;
}

#news_container_content h1 {
	color: #ffffff;	
}

#quote_container {
	width:346px;
	background-position:bottom;
	background-color:#ffffff; 
	border:2px solid #eeeeee;
}

#quote_container_content {
	width:306px;
	padding:18px 20px 10px 20px;
}

#quote_top {
	width:306px;
	height:30px;
	background:URL(_static/images/dmm_quotes_start.png) no-repeat;
	margin:0px 0px 0px 0px;
	/*display:none; /* FadeIn by jQuery */
}

#quote_quote {
	font-style:italic;
	color:#777777;
	padding:15px 20px 15px 20px;
	/*display:none; /* FadeIn by jQuery */
}

#quote_bottom {
	width:306px;
	height:30px;
	background:URL(_static/images/dmm_quotes_end.png) no-repeat;
	background-position:right;
	/*display:none; /* FadeIn by jQuery */
}

#quote_source {
	font-weight:bold;
	text-align:right;
	padding:15px 40px 15px 20px;
	/*display:none; /* FadeIn by jQuery */
}

#navigate_container_content {
	font-size:11px;
}

a.more_button, a.more_button:visited, a.more_button:link {
	background: URL(/_static/images/dmm_arright_off.png) no-repeat;
	background-position:right;
	padding: 10px 20px 10px 0px;
	display:block;
	font-size:12px;
}

a.more_button:hover {
	background: URL(/_static/images/dmm_arright_on.png)  no-repeat;
	background-position:right;
	padding: 10px 20px 10px 0px;
	display:block;
}

a.more_button_white, a.more_button_white:visited, a.more_button_white:link {
	background: URL(/_static/images/dmm_arright_off.png) no-repeat;
	background-position:right;
	padding: 10px 20px 10px 0px;
	display:block;
	font-size:11px;
	color:#bbbbbb;
}

a.more_button_white:hover {
	background: URL(/_static/images/dmm_arright_on.png)  no-repeat;
	background-position:right;
	padding: 10px 20px 10px 0px;
	display:block;
	color:#bbbbbb;
}

a.more_button_white_darktext, a.more_button_white_darktext:visited, a.more_button_white_darktext:link {
	background: URL(/_static/images/dmm_arright_off.png) no-repeat;
	background-position:right;
	padding: 0px 20px 0px 0px;
	display:block;
	font-size:14px;
	color:#666666;
}

a.more_button_white_darktext:hover {
	background: URL(/_static/images/dmm_arright_on.png)  no-repeat;
	background-position:right;
	display:block;
	color:#666666;
}

.sidebar_container {
	width:310px;
	height:100px;
	background-color:#989898;
	margin:20px 0px 20px 0px;
	padding:20px 20px 20px 20px;
	color:#ffffff;
}

#contact {
	margin-left:auto;
	margin-top:0px;
	width:550px;
	text-align:right;
	/*border:1px solid #aaaaaa;*/
	padding:10px;
	margin-right:30px;
	background-color:#cccccc;
}

/* Portfolio pagina */

h4
{
	color:#444444;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	line-height:18px;
	cursor:pointer;
	padding-top:3px;
	padding-bottom:3px;
}

.list_link_off
{
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	color:#444444;
	font-weight:normal;
	cursor:pointer;
	padding-left:10px;
	display:block;
}

.list_link_off:hover
{
	color:#990099;	
}

.list_link_on
{
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	color:#990099;
	font-weight:normal;
	cursor:pointer;
	padding-left:10px;
	display:block;
}

.list_link_on:hover
{
	color:#990099;	
}

.collapse-container
{
	background-color:#eeeeee;
	padding:10px 15px 10px 15px;
	margin-left:25px;
	border:2px solid #efefef;
	
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

/* Forms */

label {
  	width:100px;
  	height:30px;
  	display:block;
  	float:left;
}

.contactform {
	display:block;
	height:365px;
}

input[type="text"] {
  	width:150px;
  	border:0px;
  	background-color:#cccccc;
 	height:18px;
	margin-bottom:13px;
	font-family:Arial, Helvetica, sans-serif;
  	font-size:15px;
	font-weight:bold;
	float:left;
}

.input_wrap {
	float: left;
}

.input_left {
	float: left; 
	width: 9px; 
	height: 20px; 
	background: url('/_static/images/dmm_input_left.png');
}

.input_right {
	float: left; 
	width: 9px; 
	height: 20px; 
	background: url('/_static/images/dmm_input_right.png');
}

.textarea_left {
	float: left; 
	width: 9px; 
	height: 100px; 
	background: url('/_static/images/dmm_textarea_left.png');
}

.textarea_right {
	float: left; 
	width: 9px; 
	height: 100px; 
	background: url('/_static/images/dmm_textarea_right.png');
}

textarea {
  	width:150px;
  	height:100px;
  	border:0px;
  	background-color:#cccccc;
	font-family:Arial, Helvetica, sans-serif;
  	font-size:15px;
    float:left;
	overflow:auto;
	padding:0px;
	margin:0px;
}

.submit {
	float:left;	
}

/*
input[type="text"]:focus, textarea:focus {
  	background-color:#eeddee;
}
*/

.required {
  	display:block;
  	width:300px;
  	padding-bottom:10px;
}

.submit {
    margin-top:10px;
    padding-left:100px;
}

/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */ 

.clearfixroundedcorners:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfixroundedcorners {
	display: inline-block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

/*printer styles*/ 
@media print{ 
/*hide the left column when printing*/ 
	#leftcol{display:none;} 

/*hide the right column when printing*/ 
	#rightcol{display:none;} 
	#twocols, #maincol{width:100%; float:none;}
}

img, div { behavior: url(/_static/css/iepngfix.htc) }


/*** MENU ***/

/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu {
   padding-top:15px;
   float:right;
   padding-right:45px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
/*
.clearb { clear: both; }
#menuwrapper { 
   background-color: #ECECEC;
   border-bottom: 1px solid #C0C0C0;
   width: 100%;
}
*/

/* Set the width of the menu elements at second level. Leaving first level flexible. */
#primary-nav li li { 
   width: 180px; 
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
	
#primary-nav li { 
   list-style: none; 
   margin-left: -1px;
   float: right; /* TEST */
}
#primary-nav li li { 
   list-style: none; 
   margin-left: 20px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}

/* Styling the basic lay-out of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 4px 0px 6px 20px; /* TEST */
   text-decoration: none; 
   color: #666666;
   font-size:16px;
   letter-spacing:0px;
   padding-top:10px;
}
#primary-nav li a { 
   border-right: 0px;
   border-left: 0px;
}
#primary-nav li li a { 
   background-color: #990099; /* dark blue */
   border: 0px;
}	
#primary-nav li, #primary-nav li.menuparent { 
   color: #ffffff;
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
  /* background-color: #fff; */
}

#primary-nav li.menuactive a {
    color: #990099;  /* purple */
	letter-spacing:0px;
	background-image:url(/_static/images/mi_menu_dot.png);
	background-repeat:no-repeat;
	background-position:67% 0%;
	padding-top:10px;
}

#primary-nav li.menuactive ul li a {
    color: #ffffff;
}

#primary-nav li.menuactive ul li.menuactive a {
    color: #00A3E7;
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
	color: #ba5fbb;  /* light purple */
	letter-spacing:0px;
	
/* arrow for menuparents */
/*
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
*/

}

#primary-nav li a:hover,
#primary-nav li.menuparent a:hover 
{
	letter-spacing:0px;
	background-image:url(/_static/images/mi_menu_dot_off.png);
	background-repeat:no-repeat;
	background-position:67% 0%;
	padding-top:10px;
}

/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   color: #ba5fbb; /* light purple */
   letter-spacing:0px;
}

#primary-nav li ul li a {
	color: #ffffff;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none;
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

/* Tooltip */

/* tooltip styling */ 
.tooltip { 
    display:none; 
    background:url(http://static.flowplayer.org/tools/img/tooltip/black_arrow_big.png); 
    height:163px; 
    padding:30px 30px 20px 30px; 
    width:310px; 
    font-size:12px; 
    color:#fff; 
	line-height:13px;
} 

.tooltip_tarieven {
    cursor:pointer; 
}

