/* CSS Document */

html { 
  padding:0px;
  margin:0px;
}

body {
background-image: url(images/bg_body_digitaldreams.jpg); 
background-color:#98B819;
font-family: Verdana, Arial, Sans-serif; 
font-size: 12px;    
padding:0px;
margin:0px;
text-align:center;
}

/* tekst */
p {
	font-size:0.9em;
	margin-top:5px;
	margin-bottom:0px;

} 
h1 {
font-size: 1.4em;
text-transform:uppercase;
text-align: right;
color: #ffffff;
background-color: #144316;
padding:5px 15px;
margin:0px
}
h2 {
font-size:1.2em;
font-weight:bold;
padding-top:10px;
color: #144316;
background-color: transparent;
	}


h4 {
font-size: small;
font-weight: normal;
}
a { 
color: #9CBB22;
font-size: 0.9em;
font-weight: bold;
background-color:transparent;
text-decoration: none; 
}
hr {
	color:#9CBB22;
	height:3px;
	}

/*  positioning-layers  */
#main_container {
	margin: 0px auto 0px auto;
	background-color:#FFFFFF;
	/*background-image: url(images/bg_bellismain.gif); 
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position: bottom right;*/
	width:950px;
	text-align:left;
	height:625px
}
#header {
	margin-top:0px;
	background-image: url(images/bg_header_digitaldreams.jpg); 
	background-repeat:no-repeat;
	height:185px;
	}
	
#navigatie{
	float:right;
	margin-right: 15px;
	margin-top:15px;
	width:575px;
	background-color:transparent;
	display:inline;
	}
#buttons {
	clear:both;
	float:right;
	width:600px;
	margin-top:50px;
	
	}
#box_inhoud {
	margin-top:0px;
	background-image: url(images/bg_inhoud_digitaldreams.jpg);
	background-repeat:repeat-y;
	/*min-height:100%;*/
	height:374px;
	}
#inhoud1 {
	float:left;
	margin-left: 40px;
	margin-top:0px;
	width: 410px;
	display: inline;
	height:370px;
	padding:0px;
	}
#inhoud2 {
	float:left;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom:0px;
	width: 410px;
	height:370px;
	display:inline;
		padding:0px;
	}	
#inhoud_breed {
	float:left;
	margin-left:40px;
	margin-top: 0px;
	width: 820px;
	height: 370px;
	overflow-y:auto;
	overflow-x:hidden;
	}
#inhoud_scroll {
	float:left;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom:0px;
	width: 410px;
	height:370px;
	display:inline;
		padding:0px;
		overflow:auto;
	}
#footer{
	clear:both;
	margin-bottom:0px;
	background-image:url(images/bg_footer_digitaldreams.jpg);
	background-repeat:no-repeat;
	color:#6F6F6F;
	font-weight:bold;
	font-size:0.9em;
	padding:0px;
	text-align:center;
	height:70px;
	padding-top:10px;

}


/* menu */
#menu {
	float:right;
	width: 550px;
	margin: 0px 35px 0px 0px;
	height:16px;
	text-align:right;

	}

#menu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	border-left: 2px solid #F4E48B;
	padding:0px 10px 0px 10px;
	color:#000000;

	}	
	
#menu li a:link
#menu li a:visited {
	color: #000000;
	padding: 10px;


	}
	
#menu li a:hover{
	color: #ffffff;

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


	}
/* classes */
.fotorechts {
margin-left: 10px;
}
.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}
.whitelink
a { 
color: #ffffff;
font-size: small;
font-weight: bold;
text-decoration: none; 
}
.nadruk {
	color:#9CBB22;
	font-weight:bold;
	}
