/*	CSS code for dreamdivision.com	*/



/* -- OLD CODE ---------------------------------------------------------------------- */
	
.title-page {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-bottom: 2px;
	}

.copyright {
	color: #888;
	font-size: 0.9em;
	}

.title-body {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	padding-top: 30px;
	padding-bottom: 10px;
	line-height: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	}

.FormField {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	color: #000;
	border: 1px solid #CCC;
	background-color: #FFF;
	margin: 0px 0px 4px 0px;
	padding: 2px 3px 1px 5px;
	cursor: text;
	}

.FormField:hover {
	background-color: #F3F3F3;
	}

.FormButton {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	background-color: #FF9900;
	text-transform: uppercase;
	margin: 4px 0px 0px 0px;
	padding: 3px 8px 3px 8px;
	border: none;
	cursor: hand;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.FormButton-grey {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	background-color: #CCC;
	text-transform: uppercase;
	margin: 4px 0px 0px 0px;
	padding: 3px 8px 3px 8px;
	border: none;
	cursor: hand;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

/* -- END OLD CODE ---------------------------------------------------------------------- */







td {
	font-size: 1.0em;
	line-height: 1.6em;
	}



.newsflash {
	color: #FFF;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	background-color: #39C; /*--- was FFEECC ---*/
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 8px;
	border: 1px solid #FFF;
/*	border-left: 1px dotted #990000;
	border-right: 1px dotted #990000;	*/
	width: 97%; /* 600px - 2x padding */
	line-height: 1.4em;
	display:block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.newsflash a:link, .newsflash a:hover, .newsflash a:visited, .newsflash a:active {
	color: #FF0;
	text-decoration:none;
	font-weight:bold;
	}


.pricetable {
	margin: 15px 0px 20px 0px;
	}

.pricetable td {
	background-color: #EEE;
	margin: 0px;
	padding: 6px 6px 6px 6px;
	border-bottom: 1px solid #FFF;
	border-right: 3px solid #FFF;
	vertical-align:text-top;
	}

.pricetable-header td {
	background-color: #999;
	color:#FFF;
	font-size: 1.1em;
	font-weight:bold;
	margin: 0px;
	padding: 2px 6px 2px 6px;
	border-bottom: 1px solid #FFF;
	vertical-align:text-top;
	}

.pricetable-subtable td {
	background-color: #EEE;
	margin: 0px;
	padding: 6px 6px 6px 6px;
	border-bottom: none;
	border-right: 3px solid #FFF;
	vertical-align:text-top;
	}

.pricetable-price td {
	background-color: #DDD;
	padding: 6px 6px 6px 6px;
	font-weight:bold;
	border-top: 2px solid #FFF;
	border-bottom: 3px solid #FFF;
	border-right: 3px solid #FFF;
	vertical-align:text-top;
	}





/* ---------------------------------------------------------------------------- */
/* FINAL CODE STARTS HERE                                                       */
/* ---------------------------------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background: #ececec url(images/bg.png) repeat-y center;
	color: #555;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	}

hr{visibility:hidden;}
a:link { color: #000; text-decoration: underline}
a:hover { color: #000; text-decoration: none}
a:active { color: #000; text-decoration: underline}
a:visited { color: #000; text-decoration: underline}

.clear{display:block;clear:left}
.imgborder {border: 6px solid #EEE;}


/* ---------------------------------------------------------------------------- */


#header {height: 120px;background:#FFF url(images/header_bg.png) repeat-x top;}
#header .header_logo {float:left;}
#header .header_logo img {margin: 45px 0px 0px 30px;border:none;}
#header .menu {
	float:right;
	margin:52px 20px 0 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}
#header .menu ul {
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px; /* zelfde waarden (verticaal) configureren als padding navigation a */
	}
#header .menu li {display: inline;list-style-type: none;}
#header .menu a {margin: 0;padding: 6px 10px 6px 10px;background:#EEE;}
#header .menu a:link {color: #777;text-decoration: none;}
#header .menu a:visited {color: #777;text-decoration: none;}
#header .menu a:hover,#header .menu_selected {color: #777;background-color: #FFF;text-decoration: none;}


/* ---------------------------------------------------------------------------- */


#content {
	clear:both;
	}

#content ul li {
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: url(images/listbullet.png);
	margin-bottom: 0.5em;
	}
#content ol li {
	margin-left: -20px;
	margin-bottom: 0.5em;
	}

#content .headerimg {border: 1px solid #DDD;margin: 0px 0px 60px 0px;}


/* --- add content .main & content .sidebar --- */



#content .subnav H2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #990000;
	border-bottom: 1px solid #DDD;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 20px 0px;
	}



#content .subnav ul {margin:10px 0 0 0;padding:0;font-size: 1.1em;border-top: 1px dotted #EEE;}
#content .subnav li {
	border-bottom: 1px dotted #EEE;
	list-style:none;
	margin:0;padding:0;
	}
#content .subnav li a {
	padding: 8px 0 8px 8px;
	display:block;
	text-decoration:none;
	background-color:#FFF;
	}

#content .subnav li a:link {color:#333;}
#content .subnav li a:visited {color:#333;}
#content .subnav li a:hover {color:#000;background-color:#EEE;}




#content .main_2col {	/* --- later, change to '#content-main.main_2col' --- */
	float: left;
	width: 280px;
	margin: 0px 20px 0px 0px;
	}

#content .main_3col {	/* --- later, change to '#content-main.main_3col' --- */
	float: left;
	width: 190px;
	margin: 0px 10px 0px 0px;
	}


#content H1 {	/* --- later, change to '#content-main h1' --- */
	font-size: 1.4em;
	font-weight: bold;
	color: #990000;
	border-bottom: 1px solid #DDD;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	}

#content H4 {	/* --- later, change to '#content-main h4' --- */
	clear:both;
	font-size: 1.3em;
	font-weight: bold;
	color: #FF9900;
	padding: 25px 0px 0px 0px;
	}

#content H2 {	/* --- later, change to '#content-sidebar h2' --- */
	font-size: 1.4em;
	font-weight: bold;
	color: #990000;
/*	border-top: 1px solid #DDD;	*/
	border-bottom: 1px solid #DDD;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	}


#content .gallery {

	text-align: center;
	padding: 0px;
	margin-top: 45px;
	margin-bottom: 45px;
/*	background: #DDD;	*/
	}

#content .gallery img {
	border: 1px solid #333;
	margin-right: 7px;
	margin-left: 7px;
/*	padding: 0px;	*/
	display: inline;
	}




#newsletter {
/*	background-color: #eee;	*/
	border: 0px;
	font-size: 0.9em;
	line-height: 1.3em;
	color: #777;
	text-align: left;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 8px 0px;
	width: 200px;
	}

#newsletter form {
	color: #808080;
	background-color: #F2F2F2;
	padding: 0px 8px;
	margin: 0px;
	border: solid 1px #EEE;
	}

#newsletter input, #newsletter select, #newsletter textarea {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1em;
	text-align: left;
	color: #666;
	background-color: #FFF;
	padding: 3px 3px 3px 7px;
	margin: 2px 0px;
	border: solid 1px #ccc;
	width: 170px;
	}

#newsletter .formbutton {
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	background-color: #888;
	padding: 2px 10px;
	margin: 2px 0px;
	border: solid 1px #FFF;
	cursor: hand;
	width:auto;
	}



/* ---------------------------------------------------------------------------- */

#footer {
	clear:both;
	font-size: 1em;
	background:#E6E6E6;
	color: #666;
	margin: 60px 20px 20px 30px;
	padding: 15px;
	border: 1px solid #DEDEDE;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

#footer h4 {
	font-weight:bold;
	font-size:1em;
	color:#444;
	margin-top: 0;
	margin-bottom: 8px;
	padding:0;
	border-bottom: 1px solid #BBB;
	}

#footer ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#footer li {
	margin-bottom: 1px;
	}

#footer ul a {
	margin: 0;
	padding: 0;
	color:#666;
	text-decoration:none;
	}

#footer ul a:hover {
	color:#000;
	}

#footer .footer_cola {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0px 60px 0px 0px;
	}
#footer .footer_colb {
	float: left;
	width: 155px;
	margin: 0px 0px 0px 0px;
	}
#footer .footer_colc {
	float: left;
	width: 145px;
	margin: 0px 70px 0px 0px;
	}
#footer .footer_cold {
	float: left;
	width: 180px;
	margin: 0px 0px 0px 0px;
	}



/* ---------------------------------------------------------------------------- */

#copyright {
	clear:both;
	display:block;
	font-size: 0.9em;
	color: #888;
	margin: 20px 20px 20px 30px;
	padding: 2px 0px 0px 0px;
	border-top: 1px solid #CCC;
	}


