/* CSS Document av Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	background-image: url(images/background1.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 912px;
   padding: 1px;
   text-align: left;
}

#header {	
  margin-left:25px;
	height: 200px;
	padding-top: 5px;
	background: url(images/headertje_test1.jpg);
	background-repeat: no-repeat;
}
#header-img  {
float:right;
}

#left {
	float:left;
	width: 25%;
	margin-left: 8px;
	margin-top: 0px;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:20px;
	background: url(images/achter_links.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}

#left1{
	float:left;
	width: 25%;
	margin-left: 8px;
	margin-top: 0px;
	padding-left:20px;
	padding-top:15px;
	padding-bottom:20px;
	background: url(images/1achter_links.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}


#right {
	float:right;
  width: 60%;
  margin-left:20px;
	margin-right: 10px;
	margin-top: -60px;
}

img#vp{	
	margin-top:40px;
	margin-bottom:-15px;
	}
	
#wof {	position:absolute;
    float:right;
    font-size: 11px;
	text-align: center;
	font-weight:bolder;
    margin-right:25px;
	margin-top:100px;
	}

#teller {
width:130px;
margin-left:18px;

}

#footer {
	clear: both;
	margin-left: 25px;
	margin-right: 5px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	background-image: url(images/footer_extra.jpg);
		background-repeat: no-repeat;
	background-position: left bottom;
	}

.pijl	{
float: left;
margin-bottom: 10px;
}
/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 15px;
}

.titel {
  font-size:100%;
  font-weight:bolder;
}

h1 {
	color: #87a448;
	margin-top: 85px;
	margin-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #000;
	margin-top: 20px;
	margin-left:170px;
	margin-bottom: 10px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 20px;
	background-color: none;
	padding-top: 15px;
	padding-left: 50px;
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bolder;
	color: black;
}

h4 {
	width: 175px;
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: none;
	padding: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #3d2e1c;
		border-bottom-color: #3d2e1c;
	font-size: 1.2em;
	color: #000000;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

.naam  {
	font-weight:bold;
	font-style: italic;
	margin-left:8px;
}
.naamspan {
	font-weight:bold;
	font-style: italic;
	margin-left:110px;
}

.verkocht {
	font-size:10px;
	font-style:italic;
	color:#821115;
}

.premier  {
	font-weight:bold;
	font-style: italic;
	margin-left:8px;
}
.premierspan {
	font-weight:bold;
	font-style: italic;
	margin-left:80px;
}

img {border: none;}

.banner {
	border: 1px solid #cca670;
	margin-top: 7px;
	}


.float_left {float: left;
              margin-right: 10px;}
			  
.float_right {float: right;
              margin-left: 10px;
              margin-bottom: 10px;}
			 
a:link {color: #821115; text-decoration: none;}     /* unvisited link */
a:visited {color: #821115; text-decoration: none;}  /* visited link */
a:hover {color: #330000; text-decoration: none;}   /* mouse over link */
a:active {color: #821115; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

/* navigation */
.nav {
margin-left:20px;
  background: none;
  }
.nav1 {
padding-top:10px;
margin-left:20px;
  background: none;
  }

  /*
.nav a {
	background: url(images/buttonleft1.gif) no-repeat left top;
	float:left;
	font: bold 1em Verdana,sans-serif;
	line-height: 48px;
	padding: 0 22px;
}

.nav a span {
   float:left;
   display:block;
   background: url(images/buttonright2.gif) no-repeat right top;
   padding:5px 20px 5px 5px;
   color:#330000;
   }
   
.nav a:hover {
  cursor:pointer;
	text-decoration: none;
	color:#660000;
	background: url(images/Nav_achter.gif) no-repeat left top;
}

.nav a:hover span {
   color:#990000;
   	background: url(images/buttonright.gif) no-repeat right top;
   }
   */
a {

  font-size: 0.9em;
	line-height: 10px;
	text-decoration: none;
	font-weight: bolder;
	background: inherit;
	color:  #660000;
	outline: none;
	}
a:visited {
	color:  #red;
	}
a:active {
	color:  #blue;
	}
a:hover {
  font: normal;
	color: #33000;
	text-decoration: underline;
	}


/**************************************** extra classes: gastenboek ****************************/


textarea {width: 435px;
      background: url(images/linnen2.jpg);
		  border-bottom: 1px solid white;
		  border-right: 1px solid white;
			margin-top: 3px;}

.inputtext	{width: 100px;
      background: url(images/linnen2.jpg);	
      }	

.submit {
	margin-top: 15px;
	padding: 2px;
	background-color: #fff;
}

/**************************************** extra classes: tabellen ****************************/

table	td{
text-align:top;
padding-left:5px;
padding-right:10px;
padding-bottom:20px;
}