/* Css style voor Prijzen-Winnen.net */


/* Style: Algemeen.*/

body {
  background: #ffffff url('../images/bg.jpg') no-repeat top left;
  font-family: Arial, Verdana; 
  font-size: 14px;
  margin: 0 auto;
  height: 100%;
}

* {
  outline-style: none;
}

img {
	border: 0px;
}

h2 {
    color: #ffab08;
}



.logo {
	margin-top: -12px;
	margin-left: -65px;
	float: left;
}

#container {
       height: 100%;
       width: 100%;
       left: 0;
       top: 260px;
       position: absolute;
  }

#header {
	margin-top: 16px;
	margin-left: 90px;
	width: 887px;
	height: 135px;
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;
	float: left;
}

#ad {
	margin-top: 10px;
	margin-left: 55px;
	width: 575px;
	height: 118px;
    background-image: url('../images/ad_bg.png'); 
	background-repeat: no-repeat;
	text-align: center;
	float: left;
}
  .ad {
	  margin-top: 30px;
	  margin-left: -8px;
  }
	
#nav {
	margin-left: 18px;
	margin-top: 28px;
	width: 250px;
	background: url('../images/nav-titel.png') no-repeat top center;
}

 #navcontent {
	 width: 232px;
	 margin-left: 6px;
	 margin-top: 22px;
	 background: url('../images/navcontent_bg.png') repeat-y top center;
 }
 
  #navcontent p {
	 height: 28px;
	 margin-top: -18px;
	 margin-left: 4px;
	 font-size: 18px;
	 display: block;
 }

  #item {
	 width: 227px;
	 line-height: 26px;
	 margin-left: 3px;
 }
 
  #itemcolor {
	 width: 227px;
	 line-height: 26px;
	 margin-left: 3px;
	 background: url('../images/item_bg.png') repeat top left;
 }
 
   .navhover {
	 background: url('../images/nav_hover.png') repeat top left;
 }


 #navcontent a:link, #navcontent a:visited {
	 color: #000;
	 text-decoration: none;
	 display: block;
 }
 
 #navcontent a:active, #navcontent a:hover, #navcontent a:visited:hover {
	 color: #2b83f1;
	 text-decoration: none;
	 display: block;
 }

	
#content {
     width: 614px;
	 margin-left: 320px;
	 margin-top: -180px;
	 float: left;
}

#content  a:link, #content a:visited{
         color: #1e87e9;
	 text-decoration: underline;
}

#content a:active, #content a:hover, #content a:visited:hover {
	color: #116cc0;
	text-decoration: underline;
}

 .content-top {
	 width: 614px;
	 height: 40px;
	 margin-top: -25px;
	 margin-left: 1px;
 }
 
  .content-bottom {
	 width: 614px;
	 height: 40px;
	 display: block;
	 position: absolute;
 }
 
#content-text {
	background: url('../images/content_bg.png') repeat-y;
	margin-top: 0px;
}

     #content-text h2{
		margin-top: -12px;
        margin-left: 14px;
      }
	 #content-text p{
		margin-top: -14px;
        margin-left: 32px;
		width: 550px;
      }
	  
	.prijs-image {
		margin-left: -4px;
	}
	.prijs-image1 {
		margin-left: 8px;
	}


#footer {
	height: 108px;
	width: 100%;
	background: url('../images/footer_bg.png') repeat-x bottom left;
	float: left;
	bottom: 0;
	display: block;
	position: absolute;
}

   .fcontent {
	   margin-top: 2px;
	   margin-left: 24px;
	   color: white;
    }

#footer  a:link, #footer a:visited{
     color: white;
	 text-decoration: underline;
}

#footer a:active, #footer a:hover, #footer a:visited:hover {
	color: #CCC;
	text-decoration: underline;
}

 .ovs {
	 float: right;
	 margin-top: -25px;
	 margin-right: 12px;
 }

 .ovsover {
	 float: right;
	 margin-top: -25px;
	 margin-right: 12px;
     background-image: url('../images/ovs-h.png');
 }
 #content-text table{margin-left:32px;}

 
/* (c) OlavvanSchie.nl */



