/* Start of CMSMS style sheet 'w3c' */
/* alle standaard instellingen van de browser opheffen */
* {
	padding:0px;
	margin:0px;
}
div{ position: relative; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em;}
fieldset {border: none;}
a { text-decoration: none }
a img { border:none }
img { vertical-align: bottom;}
table{
   border-collapse: collapse;
   border-spacing: 0px;
   empty-cells: show;
}

/* vind mark twijfelachtig */
address { font-style:normal }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0px; padding:0px; }



html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
  text-align: left;
  height: 100%;
}

body{
  background-color: #babbbc;
	font-size: 100%; 
}

/* structuur elementen ********************************************************/
#container {
  background-color: #ededed;
	position: relative;
	width: 960px;
  margin: 0px auto 0px auto;
  height: 100%;
}

#subcontainer {
	position: relative;
	width: 960px;
  margin: 0px 0px 0px 0px;
  background-color: white;
}
#header{
  width: 960px;
	height: 194px;
  background-color: white;
}

#hormenu{
  width: 690px;
	height: 50px;
  font-size: 0.7em;
  padding: 0px 0px 0px 270Px;
  color: #626262;
  float: right;
  background-image: url('../images/schaduwboven.gif');
  background-repeat: repeat-x;
  background-position: 0px 0px;
  z-index: 2;
}

#headerlogo{
	float: left;
  width: 930px;
	height: 154px;
	margin: -1px 20px 0px 10px;
  background-color: white;
  display: inline;
  background-image: url('../images/pattern.gif');
  background-repeat: repeat-x;
  background-position: 0px 0px;  
  z-index: 1;
}

#logo{
	width: 195px;
	height: 144px;
	float: left;
	margin: 0px 0px 0px 60px;
	display: inline;
}

/* suckerfish menu */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 12em;
}

#nav a:hover {
	color: white;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 12em;
	width: 135px;
}
#nav li ul {
	position: absolute;
	width: 12em;
	width: 135px;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	text-align: center;
	background-position: 0 0; /* dit is dan de fix */
}
/* end suckerfish menu */

/* adjustments suckerfish */

#nav{

}
#nav li{
  line-height: 50px;
}
#nav a{
	text-align: center;
	color: #626262;
	background-image: url('../images/menulefty.gif');
	background-repeat: no-repeat;
}

#nav li ul li a{
	background-image: none;
}

#nav li ul li a:hover{
	color: silver;
}
#nav li:hover, #nav li.sfhover{
	background-image: url('../images/menuhover.gif');
	background-repeat: repeat-x;
}

#nav li ul li:hover, #nav li ul li.sfhover{
	background-image: none;
}

#nav li ul li{
	line-height: 30px;
}

#nav li ul{
	background-image: url('../images/patternover2.gif');
	background-repeat: repeat-x;
	height: 144px;
}
/* end adjustments suckerfish */
#subheader{
  width: 960px;
	height: 170px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 0px;
  font-size: 3em;
  background-color: white;
}
#kolom1 {
	float: left;
	width: 420px;
  font-size: 0.8em;
  color: #363636;
  padding: 30px 20px 50px 40px;
  line-height: 16px;
}

#kolom2 {
	float: left;
	width: 460px;
  font-size: 0.8em;
}

#push{
   height: 0px;
   clear: both;
   margin: 0px auto;
   overflow: hidden;   /* IE6 */
}

/* Opmaak van tekst in #content, waar alle inputtekst van de gebruiker geplaatst wordt */
#content{
	display: inline;
	float: left;
  padding: 25px 30px 10px 0px;
  margin: 0px 0px 0px 10px;
  color: #363636;
}
	 #content p{ 
	   margin: 10px 0px 10px 0px;
	 }
   #content ul{ 
      list-style:disc;
      margin-left: 20px;
   }
   #content ol{ 
      list-style:decimal;
      margin-left: 20px;
   }
   #content .img_align_left{
   	float: left;
   	margin-right: 10px;
   }
   #content .img_align_right{
   	float: right;
   	margin-left: 10px;
   }

/* Opmaak elementen ********************************************************/
   
/* Opmaak algemene items */

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
  text-align: left;
  color: #E4191A;
  margin: 0px 0px 10px 0px;
}
h1 {
	font-size: 2.5em;
}
h2 {


	font-size: 1.7em;
	line-height: 26px;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.1em;
}
a {
  font-weight: bold;
	text-decoration: none;
	color: #363636;
}
a:hover {
	text-decoration: underline;
	color: #363636;
}

td p{ 
	padding:  0px 0px 0px 0px;
}
table { 
/* font size bepalen in table zodat td en th altijd relatief zijn aan de table, ook genest */
   padding: 0px 0px 0px 0px;
   width: 100%;
   color: #000000;
}
td{
   vertical-align: top; 
   text-align: left;
   padding: 3px 3px 3px 3px;
   
}
th{
   vertical-align: top; 
   text-align: left;
   font-weight: bold;
   background-color: #AAAAAA;
   padding: 9px 3px 3px 3px;
   color: #000000;
}
table td, table th{
   border:1px solid #AAAAAA;
}
/* Index */
.newsitem{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	width: 420px;
	border-bottom: 1px solid #BBBDBE;
}

.newsitem img{
  margin: 0px 4px 4px 4px;
}
.picture{
	float: left;
	height: 120px;
	width: 140px;
	margin: 0px 20px 0px 0px;
}

.newstext{
	float: left;
	width: 260px;
}

.newstext.breed{
	width: 420px;
}

/* End Index */

/* Landingspage */
#imageplacer{
	float: left;
	xwidth: 424px;
}

#imageplacer img{
	float: left;
	margin: 0px 10px 12px 0px;
}
#lancontent{
	float: left;
	width: 230px;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	border-right: 1px solid #BBBDBE;
}
#relcontent{
	float: left;
	width: 140px;
	font-size: 0.9em;
}

#relcontent li a{
	color: #363636;
	font-weight: normal;
}

/* Landingspage */


textarea{
  width: 310px;
}

#kolom1 h2{
  margin: 0px 0px 0px 0px;
}

#subheader img{
	margin: 0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
}
#subheader img.last{
	margin: 0px 0px 0px 0px;
}
/* End of 'w3c' */

