/* CSS Document */

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

body {
background-image: url(images/bg_bellis.gif); 
font-family: Verdana, Arial, Sans-serif; 
font-size: 0.9em;    
padding:0px;
margin:0px;
 
}

/*p, h2,  {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}*/

p {
font-size:small;
} 

h2 {
font-size:medium;
font-weight:bold;
padding-top:10px;
color: #144316;
background-color: transparent;
	}

h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #ffffff;
background-color: #144316;
padding:5px 15px;
margin:0px
}
h4 {
font-size: small;
font-weight: normal;
}
a { 
color: #144316;
font-size: small;
font-weight: bold;
background-color:transparent;
text-decoration: none; 
}
.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}
.whitelink
a { 
color: #ffffff;
font-size: small;
font-weight: bold;
text-decoration: none; 
}

/*  positioning-layers  */
#main_container {
	margin: 15px 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;
}
#header {
	margin-top:0px;
	}
#inhoud {
	float:right;
	margin-right: 15px;
	margin-top: 30px;
	width: 700px;
	height: 375px;
	overflow:auto;
	}
#inhoud_breed {
	float:right;
	margin-left: 15px;
	margin-top: 15px;
	width: 900px;
	height: 375px;
	overflow:auto;
	}
#navigatie{
	float:left;
	margin-right: 15px;
	margin-top:15px;
	width:175px;
	border-right:2px solid #144316;
	}
#footer{
	clear:both;
	width:100%;
	margin-bottom:0px;
	background-color:#144316;
	color:#ffffff;
	font-weight:bold;
	padding:0px;
	text-align:center;

}
.fotorechts {
margin-left: 10px;
}

/* menu */
#menu {
	width: 165px;
	border: 0px solid #ccc;
	margin: 5px;
	}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #144316;
	display: block;
	background: url(images/menu.gif);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover, #menu3 li a:active {
	color: #ff3333;
	background: url(images/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

