@font-face {
    font-family: 'EurostileLTStdMedium';
    src: url('../font/../font/eurostileltstd-webfont.eot');
    src: url('../font/../font/eurostileltstd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/eurostileltstd-webfont.woff') format('woff'),
         url('../font/eurostileltstd-webfont.ttf') format('truetype'),
         url('../font/eurostileltstd-webfont.svg#EurostileLTStdMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'EurostileLTStdBold';
    src: url('../font/eurostileltstd-bold-webfont.eot');
    src: url('../font/eurostileltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/eurostileltstd-bold-webfont.woff') format('woff'),
         url('../font/eurostileltstd-bold-webfont.ttf') format('truetype'),
         url('../font/eurostileltstd-bold-webfont.svg#EurostileLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
   font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
   font-size: 14px;
   color: #292c2d;
}
   html, body,
   div, p, form, input, ul, ol, dl, dt, dd, li,
   h1, h2, h3, h4, h5, h6 {
      margin: 0;
      padding: 0;
   }
   
   p, ul, ol {
      margin-bottom: 1em;
   }
   ul, ol {
      margin-left: 2em;
   }
   a, a:visited {
      color: #b70419;
      cursor: pointer;
   }


img {}
   img.noBorder,
   .mainContent img.noBorder,
   body img {
      border: 0;
   }
   img.right {
      float: right;
      margin: 0 0 0.5em 10px;
   }


.mainContent {
   line-height: 1.5em;
   text-align: justify;
}

h1, h2, h3 {
   font-weight: normal;
   line-height: normal;
   margin-bottom: 0.6em;
}
   h1.nospacing, h2.nospacing, h3.nospacing {
      margin-bottom: 0;
   }

h1 {
	color: #515D63;
	font-size: 25px;
	margin-bottom: 0;
	padding-top: 20px;
	font-family: 'EurostileLTStdMedium', Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#left h1, #right h1 {
	margin-bottom: 20px;
	padding-top: 0px;
}

h2 {
   font-size: 20px;
}
h3 {
   font-size: 18px;
   color: #457798;
}


textarea {
   height: 120px;
}


#nieuwsPage, #productPage {}
#nieuwsPage #left,
#productPage #left {
   width: 620px;
}
#nieuwsPage #right,
#productPage #right {
   width: 290px;
}
   #nieuwsPage .subMenu li,
   #productPage .subMenu li {
      width: 281px;
   }
   #nieuwsPage .subMenu a,
   #productPage .subMenu a {
      width: 257px;
   }
   .pagination {
      text-align: right;
      padding: 7px 12px;
   }
      #menu-sub .pagination a {
         padding: 3px;
         color: #fff;
      }

#productPage #right .menu .menu {
   margin-left: 1em;
}


/* Overviews */
.blocks {
   margin: 0;
}
   .blocks li {
      margin: 10px;
      position: relative;
   }
   .blocks a {
      color: #fff;
      text-decoration: none;
   }
   .blocks h3 {
      margin: 0;
      border: 1px solid #191c1f;
   }
      .blocks h3 a {
         display: block;
         padding: 3px 5px;
         background: url(../gfx/bgGreyHeader.gif) repeat-x #4f4f4f;
      }
   .blocks .more {
      display: block;
      position: absolute;
      bottom: 5px;
      right: 5px;
      padding: 3px;
      font-size: 11px;
      border: 1px solid #00288f;
      background: url(../gfx/bgMore.gif) repeat-x #002da0;
   }


#projectOverviewMenu {}
   #projectOverviewMenu li {
      margin: 10px;
      position: relative;
      width: 200px;
   }
   #projectOverviewMenu .imgLink {
      width: 198px;
      height: 132px;
      border-left: 1px solid #454b4d;
      border-right: 1px solid #454b4d;
      border-bottom: 1px solid #454b4d;
      overflow: hidden;
      display: block;
   }


/* Koi category overview */
#koiCategoryOverview {}
	#koiCategoryOverview li {
      width: 132px;
      margin: 5px;
	}
	#koiCategoryOverview li a {
      width: 132px;
	}
	#koiCategoryOverview li a .name {
	  border: 1px solid #7e0400;
	  color: #fff;
     text-decoration: none;
     font-size: 12px;
     background: url(../gfx/bgOverviewHeader.gif) repeat-x #9f0500;
     padding: 5px;
   }
   

/* CategoryKoisList */
#categoryKoisList {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
   #categoryKoisList li {
      width: 310px;
   }
   #categoryKoisList .info {
      font-size: 11px;
      background: #eaeaea; /* Old browsers */
		background: -moz-linear-gradient(left,  #eaeaea 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #eaeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #eaeaea 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #eaeaea 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(left,  #eaeaea 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

   }
   
	   #categoryKoisList .info .inner {
	   	width: 135px;
	   	float: right;
	   	padding: 40px 20px 20px;
	   }
	   
	   #categoryKoisList .info .inner h3{ border: 0px; padding: 0px; margin: 0px;}
	   #categoryKoisList .info .inner h3 a{
	   	border: 0px;
	   	color: #FE0601;
	   	background: none;
	   	padding: 0px;
	   	margin: 0px;
	   	font-size: 17px;
	   	font-family: 'EurostileLTStdMedium', Lucida Sans Unicode, Lucida Grande, sans-serif;
	   }
	   #categoryKoisList .overview-image {
	     float: left;
	   }
   #categoryKoisList .info,
   #categoryKoisList td {
      font-size: 11px;
      color: #000;
   }
   #categoryKoisList .more {
      bottom: 10px;
      right: 10px;
   }

/* Footer under the koi detail page */
#detailsContainer {
	position: relative;
	background: #fff;
	padding: 12px;
	padding-bottom: 40px;
}

	#detailsContainer .inner {
		position: relative;
		padding-bottom: 50px;
		background: #eaeaea; /* Old browsers */
		background: -moz-linear-gradient(left,  #eaeaea 0%, #ffffff 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eaeaea), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left,  #eaeaea 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left,  #eaeaea 0%,#ffffff 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left,  #eaeaea 0%,#ffffff 100%); /* IE10+ */
		background: linear-gradient(left,  #eaeaea 0%,#ffffff 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	}
	
		#detailsContainer .inner .image-product {
			float: left;
			width: 300px;
			height: auto;
			border: 15px solid #006aa7;
		}
		
		.fishDetails{
			float: right;
			width: 245px;
			padding: 40px 20px 20px 40px;
		}
		
			.fishDetails h2{
				color: #FE0601;
				font-family: 'EurostileLTStdMedium', Lucida Sans Unicode, Lucida Grande, sans-serif;
			}
	
	#koiFooter {
		position: absolute;
		height: 40px;
		bottom: 0;
		left: 0;
		width: 100%;
	}
		#koiFooter a {
			padding: 5px;
			margin: 5px 10px;
			background: url('../font/../gfx/bgOverviewHeader.gif') repeat-x;
			border: 1px solid #9F0500;
			color: #fff;
			text-decoration: none;
		}
		#catLink {
		  float: left;
		}
		#nextKoi, #prevKoi {
			float: right;
		}
   

/* Product overview */
.categoryOverview {}
   .categoryOverview div {
      float: left;
      display: inline;
      width: 145px;
      height: 206px;
      padding: 0;
      margin-left: 10px;
      margin-bottom: 10px;
      text-align: center;
      border: 1px solid #CAD3D5;
      background: #fff;
   }
      .categoryOverview div.first {
         margin-left: 0;
      }
      .categoryOverview div h3 {
         padding: 2px 5px;
      }
         .categoryOverview div h3 a {
            font-size: 13px;
            text-decoration: none;
         }
            .categoryOverview div h3 a:hover {
               text-decoration: underline;
            }

.productOverview {}
   .productOverview div {
      float: left;
      display: inline;
      width: 135px;
      height: 220px;
      padding-left: 16px;
   }
      .productOverview div.first {
         padding-left: 2px;
         clear: left;
      }
      .productOverview div h4 {
         margin-top: 0.2em;
         font-size: 12px;
      }


/* Contact page / Google maps */

#contactPage #left {
	width: 600px;
}
#contactPage #right {
   width: 280px;
}

/* Nieuwsbrief */
#returnMsg .error {
   font-size: 10px;
   color: #c4c4c4;
}


/* news page */

.news-overview{
   margin: 0px;
   list-style: none;
}

   .news-overview li{
      position: relative;
      width: 570px;
      padding: 20px 25px ; 
      overflow: hidden;
      border-bottom: 1px solid #adadad;
      background: #f3f3f3; /* Old browsers */
		background: -moz-linear-gradient(top,  #f3f3f3 0%, #e5e5e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #f3f3f3 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #f3f3f3 0%,#e5e5e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #f3f3f3 0%,#e5e5e5 100%); /* IE10+ */
		background: linear-gradient(top,  #f3f3f3 0%,#e5e5e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
   }
   
   .news-overview li:hover{
      background: #f3f3f3;
      cursor: pointer;
   }
   
      .news-image{
         float: right;
         margin: 0px 0px 0px 20px;
         border: 1px solid #7e7e7e;
      }
      
      .news-overview h3 a{
         text-decoration: none;
      }
      
      .news-read-more{
         position: absolute;
         bottom: 0;
         right: 0;
      }
