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

body {
background-color:#666666;
background-image:url(images/bg_body.jpg);
font-family: Verdana, Arial, Sans-serif; 
font-size: 12px;    
padding:0px;
margin:0px;
}

/* tekst */
p {
font-size:1.0em;
} 


h1 {
font-size: 16px;
font-weight:bold;
color: #78554A;
}
h2 {
font-size:14px;
font-weight:bold;
color: #78554A;
background-color: transparent;
	}
h4 {
font-size: small;
font-weight: normal;
}
a { 
color: #78554A;
font-size: 1em;
font-weight: bold;
background-color:transparent;
text-decoration: none; 
}
a:hover {
color:#ff6600;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

/*  positioning-layers  */
#main_container {
	margin: 0px auto 0px auto;
	background-image: url(images/bg_xaverius.jpg); 
	/*background-attachment: fixed;*/
	background-repeat:no-repeat;
	width:975px;
	height:650px;

}
	
#navigatie{
	float:right;
	margin-left: 275px;
	margin-top:122px;
	width:700px;
	/*border-top:1px solid #144316;
	border-bottom:1px solid #144316;*/
	background-color:#BEA88C;


	}
#col1 {
	float:left;
	display: inline;
	margin-left: 285px;
	margin-top: 12px;
	width: 325px;
	height: 475px;
	overflow:auto;
	background-color:transparent;
	border-right:1px solid #BEA88C;
	padding-right:10px;

	}
#col2 {
	float:left;
	display: inline;
	margin-left: 15px;
	margin-top: 12px;
	width: 325px;
	height: 475px;
	overflow:auto;
	background-color:transparent;

	}
#inhoud_breed {
	float:left;
	display:inline;
	margin-left: 285px;
	margin-top: 12px;
	width: 675px;
	height: 475px;
	background:transparent;
	overflow-y:auto;
	overflow-x:hidden;

	}

#footer{
	float:left;
	display: inline;
	margin-left: 275px;
	margin-top:10px;
	width:700px;
	/*border-top:1px solid #144316;
	border-bottom:1px solid #144316;*/
	background-color:#BEA88C;
	font-size:0.8em;
	}



/* menu */
#nav, #nav ul {
padding: 0 0 0 0;
margin: 0;
list-style: none;

}

#nav li {
float: left;
width: 95px;
}

#nav ul {
position: absolute;
width: 95px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
text-align:center;
}

ul a{
font-weight: normal;
color: #78554A;
cursor: default;
}
ul a:hover, ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}
ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #78554A;
cursor: pointer;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: pointer;
}

ul li{
background-color: #BEA88C;
border-right: 2px solid #F6F0DD;
}

ul ul li{
background-color: #BEA88C;
border-top: 2px solid #F6F0DD;
border-right: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 2px solid #F6F0DD;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */
#inhoud_breed p {
	line-height:18px;
	}
#inhoud_breed ul li{
list-style:disc;
list-style-position:outside;
background-color:transparent;
margin:15px;

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