body {
  margin: 0px;
}

head {
  height: 100%;
}

* {
  font-family: "Arial", sans-serif;
  font-size: 12px;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th, td {
  padding: 0px;
}

form {
  margin: 0px;
}

img {
  border: 0px;
}

hr {
  border: 1px solid #97b3d4;
  margin-bottom: 20px;
  size: 1;
  height: 1px;
}

a:link, 
a:hover, 
a:active, 
a:visited {
  text-decoration: none;
  color: black;
}

a:hover,
a:active {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  color: black;
}

h2 {
  font-size: 14px;
  color: #0066B4;
}
h3{
  font-size: 15px;
}
h4{
  font-size: 14px;
}

p {
  line-height: 20px;
}

/*DIVS*/
.Container {
 background-color: white;

}
.Header {
  position: absolute;
  color: #0066B4;
  top: 0px;
  left: 0px;
  height: 82px;
  width: 100%;
  background-color: #DFE9F3;
}

.HeaderContent { 
  width: 980px;
}

.Header .Logo {
  position: absolute;
  left: 45px;
  top: 5px;
}

.Header .Slogan {
  position: absolute;
  right: 20px;
  top: 20px;
}

.SearchForm {
  position: absolute;
  left: 385px;
  width: 180px;  
  top: 34px;
  z-index: 100;
}
.melding {
  font-weight: bold;
  color: green;
}
.SearchForm #ProductSearchResults {
  position: absolute;
  top: 38px;
  left: 0px;
  border: 5px solid #9DACD3;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding: 10px;
  background-color: white;
  width: 700px;
}

.SearchForm #ProductSearchResults a:link,
.SearchForm #ProductSearchResults a:hover,
.SearchForm #ProductSearchResults a:active,
.SearchForm #ProductSearchResults a:visited {
  font-size: 12px;
}

.SearchForm label {
  font-size: 10px;
}

.SearchForm input[type="text"]{
  width: 146px;
}

.SearchForm .SubmitButton {
  background-image: url( ../images/SearchSubmit.jpg ); 
  width: 25px;
  height: 21px;
  border: none 0;
}

.TopMenu {
  position: absolute;
  width: 370px;
  width: 400px;
  left: 583px;
  left: 570px;
  color: #0066B4;
  font-size: 10px;
  top: 28px;
}

#TopMenuWider{
  position: relative;
  width: 380px;
  padding-left: 15px;
  float: left;
  color: #0066B4;
  font-size: 10px;
  padding-top: 35px;
}

.TopMenu a.MenuItem:hover,
.TopMenu a.MenuItem:active,
.TopMenu a.MenuItem:link,
.TopMenu a.MenuItem:visited {
  display: block;
  float: left;
  text-align: center;
  width: 57px;
  color: #0066B4;
  font-size: 10px;
  text-decoration: none;
}

.TopFarm {
  position: absolute;
  left: 809px;
  width: 170px;
  top: 7px;
}

/*CompanyMENU*/
#CompanyMenu {
  position: absolute;
  margin-left: 35px;
  margin-top: 20px;
}

.SubMenu {
  padding: 0px;
  margin: 0px;
  list-style: none;
  border: 6px solid #a1b0d5;
  background-color: white;
  display: none;
}

.SubMenu li {
  padding: 2px;
  margin: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

.SubMenu li a:link,
.SubMenu li a:hover,
.SubMenu li a:active,
.SubMenu li a:visited {
  width: 120px;
  line-height: 17px;
  padding-left: 2px;
  padding-right: 2px;
  display: block;
  text-decoration: none;
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: 13px;
}

.SubMenu li a:hover,
.SubMenu li a:active {
  background-color: #DFE9F3;
  color: #0066B4;
}

.MainHolderFull {
  position: relative;
  margin: 0 auto;
  margin-top: 102px;
  width: 935px;
}

.MainHolder {
  position: relative;
  padding-left: 45px;
  padding-top: 102px;
  width: 935px;
}

.MainContent {
  position: relative;
  width: 895px;
  border: 10px solid #9dacd3;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.MainContent h1.Titel {
  width: 889px;
  background-color: #DFE9F3;
  padding: 3px;
  font-weight: bold;
  font-size: 13px;
}

.Content h1 {
  padding: 3px;
  font-size: 13px;
  background-color: white;
}

.Content a:hover,
.Content a:link,
.Content a:active,
.Content a:visited {
  text-decoration: underline;
  color: #0066B4;
}

.Template1 .Content {
  padding-left: 215px;
  padding-right: 300px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.Template2 .Content {
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.Template3 .Content form {
  padding: 0px;
  margin: 0px;
}

.Template3 .Content table.RelatieGegevens {
  margin-bottom: 10px;
}
.Template3 .Content table.RelatieGegevens input[type="text"] {
  width: 228px;
}

.Template3 .Content table td.VAlignTop {
  vertical-align: top;
}

.Template3 .Content table td {
  vertical-align: bottom;
  padding-right: 5px;
}

.GegevensBekend .Verberg {
  visibility: hidden;
}

.GegevensBekend td {
  visibility: hidden;
}

.GegevensBekend td.Email {
  visibility: visible;
}


.Template3 .Content table td.VAlignTop {
  vertical-align: top;
}

.Template3 .Content form.Bottomline {
	padding-top: 5px;
	border-bottom:1px solid #9DACD3;
}

.Template3 .Content table.OfferteInformatie td.Col1 {
  width: 190px;
}

.Template3 .Content table.OfferteInformatie td.Col3 {
  width: 150px;
}

.Template3 .Content table.RelatieNummer td.Col1 {
  width: 115px;
}

.Template3 .Content table.Invoeren td.Col1 {
  width: 115px;
}
.Template3 .Content table.Invoeren td.Col3 {
  width: 132px;
  padding-left: 30px; 
}

.Template3 .Content table.RelatieGegevens td.Col2 {
  width: 220px;
}

.Template3 .Content table.Versturen td.Col1 {
  width: 288px;
}

.Template3 .Content table.Versturen td.Col2 {
  width: 100px;
}

.Template3 .Content table.Versturen td.Col3 {
  width: 300px;
  padding-left: 20px;
}

.Template3 .Content table.RelatieGegevens .Versturen input {
  width: 225px;
}

.Content .Button {
  background-color: white;
  padding: 2px; 
  font-size: 12px;
  font-weight: bold;
  width: 130px;
}

.Content .Button:hover {
  background-color: #d6e1ee;
}

.Template3 .Content table.RelatieGegevens input.Telefoon {
  width: 95px;
}

.Template3 .Content table.RelatieGegevens input.Postcode {
  width: 55px;
}

.Template3 .Content table.RelatieGegevens input.Plaats {
  width: 120px;
}

.Template3 .Content .TextArea {
  width: 360px;
  height: 65px;
}

.Template3 .Content .SmallText {
  font-size: 11px;
  text-align: justify;
  padding-left: 10px;
  padding-right: 100px;
}

.Template3 .Content table td.AlignRight {
  text-align: right;
}

.Artnr {
  width: 140px;
}
.Type {
  width: 140px;
}
.Aantal {
  width: 20px;
  text-align: center;
}
.Prijs {
  width: 90px;
  text-align: center;
}
.Totaal {
  width: 90px;
  text-align: center;
}

.Winkelwagen {
  width: 550px;
  border-top: 1px solid #e0e8f2;
  border-bottom: 1px solid #e0e8f2;
}

.Winkelwagen .Kop {
  padding-bottom: 5px;
}

.Content .Winkelwagen .Omschrijving {
  font-weight: bold;
  padding-top: 10px;
}

.ProductCategorie {
  padding: 8px;
  background-color: #9dacd3;
  width: 894px;
  margin-bottom: 20px;
  margin-bottom: 5px;
  position: relative;
}

.ProductCategorie .Details {
  padding: 8px;
  background-color: white;
  padding-bottom: 5px;
}

.ProductCategorie .Details h1 {
  font-size: 15px;
  padding: 3px;
  padding-left: 8px;
  margin: 0px;
  font-weight: bold;
  height: 40px;
  background-color: #d6e1ee;
  position: relative;
}

.ProductCategorie .Details h1 a:link,
.ProductCategorie .Details h1 a:hover,
.ProductCategorie .Details h1 a:active,
.ProductCategorie .Details h1 a:visited {
  position: absolute;
  width: 120px;
  height: 40px;
  right: 0px;
  top: 3px;
  color: #0067ae;
  font-size: 10px;
  text-align: center;
}

.ProductCategorie .Details table td {
  vertical-align: top;
}

.ProductCategorie .Details table p {
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}

.ProductCategorie .Details .ProductOmschrijving {
  margin-top: 17px;
  margin-bottom: 0px;
}

.ProductCategorie .Details .ProductOmschrijving,
.ProductCategorie .Details .ProductOmschrijving p {
  line-height: 20px;
  font-size: 12px;
}

.ProductCategorie .Details .ProductOmschrijving h1,
.ProductCategorie .Details .ProductOmschrijving h2,
.ProductCategorie .Details .ProductOmschrijving h3 {
  background-color: white;
  padding-left: 0px;
}

.ProductCategorie .Details .ProductOmschrijving h1 {
  font-size: 20px;
  font-weight: bold;

}

.ProductCategorie .Details .ProductOmschrijving h2 {
  color: #3067aa;
  font-size: 16px
}

.ProductCategorie .Details .ProductOmschrijving h3 {
  font-size: 16px;
  color: black;
}

.ProductCategorie .Details .Col1 {
  width: 160px;
  padding-right: 3px;
}

.ProductCategorie .Details .Col2 {
  width: 347px;
  padding-right: 20px;
}

.ProductCategorie .ExtraInformatie {
  width: 894px;
  border-top: 10px solid #9DACD3;
}

.ProductCategorie .ExtraInformatie td {
  vertical-align: top;
  background-color: white;
}

.ProductCategorie .ExtraInformatie td.Col1 {
  width: 553px;
}

.ProductCategorie .ExtraInformatie td.Col1,
.ProductCategorie .ExtraInformatie td.Col3 {
  padding: 10px;
  background-color: white;
}

.ProductCategorie .ExtraInformatie td.Col2 {
  background-color: #9dacd3;
  width: 9px;
}

.ProductCategorie .Producten {
  width: 894px;
  margin-top: 8px;
}

.ProductCategorie .Producten td {
  vertical-align: top;
  background-color: white;
}

.ProductCategorie .Producten td {
  vertical-align: top;
  background-color: white;
}

.ProductCategorie .Producten td.Col1 {
  width: 553px;
}

.ProductCategorie .Producten td.Col1,
.ProductCategorie .Producten td.Col3 {
  padding: 10px;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.ProductCategorie .Producten td.Col2 {
  background-color: #9dacd3;
  width: 9px;
}

.ProductCategorie .Producten .Div1 {
  float: left;
  width: 164px;
}

.ProductCategorie .Producten .Div2 {
  float: right;
  width: 125px;
  overflow: hidden;
}

.ProductCategorie .Producten td.Col1,
.ProductCategorie .Producten td.Col3 {
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 3px;
}

.ProductCategorie .Producten .Nr0 td.Col1,
.ProductCategorie .Producten .Nr0 td.Col3 {
  background-image: none;
}

.ProductCategorie .Producten td.Col1 {
  background-image: url( ../images/ProductenCol1.jpg );
}

.ProductCategorie .Producten td.Col3 {
  background-image: url( ../images/ProductenCol3.jpg );
}

.ProductCategorie .Uitvoeringen {
  position: relative;
  width: 547px;
  margin-left: 3px;
}

.ProductCategorie .Uitvoeringen .C1 {
  padding-left: 6px;
  width: 116px;
}

.ProductCategorie .Uitvoeringen .C2 {
  width: 310px;
}

.ProductCategorie .Uitvoeringen .C3 {
  width: 55px;
}

.ProductCategorie .Uitvoeringen .C4 {
  width: 30px;
}

.ProductCategorie .Uitvoeringen .C5 {
  width: 30px;
}

.ProductCategorie .Uitvoeringen th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;

}

.ProductCategorie .Uitvoering .Offerte,
.ProductCategorie .Uitvoering .Bestellen {
  visibility: hidden;
}

.ProductCategorie .Uitvoering .InBag,
.ProductCategorie .Hover .Offerte,
.ProductCategorie .Hover .Bestellen {
  visibility: visible;
}

.ProductCategorie .Uitvoering .C1 {
  padding-left: 6px;
  width: 116px;
}

.ProductCategorie .Uitvoeringen .C2 {
  width: 180px;
}

.ProductCategorie .Uitvoering td {
  vertical-align: top;
  border-top: 1px solid white;
  line-height: 20px;
}

.ProductCategorie .Hover td {
  border-top: 1px solid #e2e5f2;
  background-color: #d8dced;
  cursor: pointer;
}

.ProductCategorie .ToevoegenMelding {
  position: absolute;
  left: 140px;
  top: 300px;
  border: 10px solid #9DACD3;
  padding: 15px;
  background-color: white;
  width: 500px;
  z-index: 200;
}

.ProductCategorie .Producten .Specificaties {
  display: block;
  float: right;
  width: 113px;
  padding: 1px;
  height: 14px;
  padding-top: 2px;
  padding-left: 7px;
  background-image: url( ../images/Button.jpg );
  text-decoration: none;
  background-position: top left;
}

.ProductCategorie .Producten .Specificaties:hover {
  background-position: bottom left;
  padding-top: 1px;
  padding-bottom: 2px;
}

.Globe {
  position: absolute;
  bottom: 0px;
}
.WorldMap {
  position: relative;
  text-align: center;
}

.FlagHolder {
  position: relative;
  margin-left: 140px;
  padding-top: 20px;
  width: 650px;
  height: 85px;
}

.FlagHolder a.Flag:hover,
.FlagHolder a.Flag:active,
.FlagHolder a.Flag:link,
.FlagHolder a.Flag:visited {
  position: relative;
  display: block;
  float: left;
  text-align: center;
  padding-top: 0px;
  width: 106px;
  height: 85px;
  color: black;
  text-decoration: none;
  font-size: 11px;
}

.FlagHolder a.Flag:hover {
  background-position: 0px -94px;
}

.FlagHolder a.Flag span {
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-decoration: none;
  cursor: pointer;
  width: 106px;
  text-align: center;
}

.FlagHolder #GB {
  background-image: url( ../images/GB.jpg );
}
.FlagHolder #NL {
  background-image: url( ../images/NL.jpg );
}
.FlagHolder #AR {
  background-image: url( ../images/AR.jpg );
}
.FlagHolder #GER {
  background-image: url( ../images/GER.jpg );
}
.FlagHolder #POL {
  background-image: url( ../images/POL.jpg );
}
.FlagHolder #RUS {
  background-image: url( ../images/RUS.jpg );
}

.SectorHolder {
  height: 400px;
}

.Sector {
  font-size: 16px;
  font-weight: bold;
  float: left;
  position: absolute;
}

.Sector a:link,
.Sector a:active,
.Sector a:visited,
.Sector a:hover {
  display: block;
  color: black; 
  text-align: center;
  background-repeat: no-repeat;
  background-position: 0px 10px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.Sector a span {
  position: absolute;
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
#Sector3 {
  left: 0px;
  top: 67px;
}

#Sector3 a:link,
#Sector3 a:active,
#Sector3 a:visited,
#Sector3 a:hover {
  width: 230px;
  height: 240px;
  background-image: url( ../images/SectorPigs.jpg );
}

#Sector3 a:hover,
#Sector3 a:active {
  background-repeat: no-repeat;
  background-position: 0px -225px;
}

#Sector1 {
  top: 0px;
  left: 230px;
}

#Sector1 a:link,
#Sector1 a:active,
#Sector1 a:visited,
#Sector1 a:hover {
  width: 392px;
  height: 402px;
  background-image: url( ../images/SectorPoultry.jpg );
}

#Sector1 a:hover {
  background-position: 0px -382px;
}

#Sector2 {
  left: 620px;
  top: 67px;
}

#Sector2 a:link,
#Sector2 a:active,
#Sector2 a:visited,
#Sector2 a:hover {
  width: 230px;
  height: 240px;
  background-image: url( ../images/SectorLivestock.jpg );
  
}

#Sector2 a:hover {
  background-position: 0px -225px;
}

.ProductMenu {
  width: 334px;
  float: left;
  padding: 0;
  margin-bottom: 20px;
  border: 8px solid #9DACD3;
  border-top: none;
}

.ProductMenu h1{
  color: black;
  margin: 0px;
  padding: 0px;
  background-color: #9DACD3;
  font-size: 15px;
  line-height: 25px;
  height: 25px;
  padding-left: 90px;
  font-weight: normal;
}

.ProductMenu ul {
  margin: 0px;
  list-style-type: none;
  padding: 10px;  
}

.ProductMenu li {
  padding: 0px;
  margin: 0px;
}

.ProductMenu li a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.ProductMenu li ul {
  padding: 0px;
}

.ProductMenu li a.Actief,
.ProductMenu li a:hover,
.ProductMenu li a:active {
  color: #3067aa;
  background-color: #dae4f0;
}

.ProductMenu li ul li a {
  font-size: 12px;
  font-weight: bold;
  padding-left: 32px;
}

.ProductMenu li ul li ul li a {
  padding-left: 64px;
  font-size: 12px;
  font-weight: bold;
}

.ProductMenu li ul li ul li ul li a {
  padding-left: 96px;
}

.ProductMenu li ul {
  padding-top: 2px;
  padding-bottom: 2px;
}

.KruimelPad {
  background-color: #D6E1EE;
  padding: 0px;
  margin: 0px;
  margin-bottom: 5px;
  list-style-type: none; 
  font-weight: bold;
  width: 750px;
  float: left;
}

.KruimelPad li {
  padding: 0px;
  margin: 0px;
  display: inline;
}

.KruimelPad a:link,
.KruimelPad a:hover,
.KruimelPad a:active,
.KruimelPad a:visited {
  font-size: 12px;
}

.Back {
    background-color: #D6E1EE;
	width: 160px;
	margin: 0px;
	padding: 0px;
	margin-right: 25px;
    font-weight: bold;
	list-style-type: none;
	float:right;
	text-align: center;
	display: inline;
}

.Back li {
	padding: 0px;
	margin: 0px;
	display: inline;
	text-align: right;
}

.Cart {
    width: 880px;
	margin-right: 10px;
	padding-right: 45px;
	text-align: right;
}

.ProductOverviewRight {
  float: left;
  margin-left: 100px;
  width: 392px;
  height: 492px;
  position: relative;
  text-align: center;
}

.ProductOverviewRight a:link,
.ProductOverviewRight a:hover,
.ProductOverviewRight a:active,
.ProductOverviewRight a:visited {
  position: absolute;
  text-decoration: none;
  display: block;
  text-align: center;
}

.Clear {
  clear: both;
  height: 0px;
  width: 0px;
  overflow: hidden;
}

.Printed {
  height: 25px;
  background-color: #DFE9F3;
}

.Footer {
  clear: both;
  left: 0px;
  position: relative;
  padding-top: 30px;
  height: 30px;
  text-align: center;
  background-color: #3067aa;
  bottom: 0px;
  color: white;
}

.Footer a:link,
.Footer a:hover,
.Footer a:active,
.Footer a:visited {
  color: white;
}

body.Sector1 .Footer {
  background-color: #3067aa;
}

body.Sector2 .Footer {
  background-color: #6aa03a;
}

body.Sector3 .Footer {
  background-color: #af0e23;
}

.Footer ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.Footer ul li {
  margin: 0px;
  padding-left: 4px;
  padding-right: 4px;
  
}

.Footer span.Sector {
  position: absolute;
  right: 20px;
  top: 25px;
  text-transform: lowercase;
}

/*MAILFORMULIER*/

.MFErrorMessage {
  color: red;
}

.MFSubmitButton, .MFCancelButton {
  background-color: white;
  padding: 2px;
  font-size: 12px;
  font-weight: bold;
  width: 130px;
}

.MFSubmitButton:hover {
  background-color: #d6e1ee;
}

.MFSubmitTD,
.MFDataTD {
  text-align: left;
}

.MFTD {
  width: 110px;
  vertical-align: top;
  font-weight: normal;
  text-align: right;
  padding-right: 10px;
}

.MFKop {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}

.MFNaamType, .MFEmailType, .MFFileType {
  border: 1px solid black;
  width: 270px; /* old: 350 */
  margin: 2px;
  padding-left: 3px;
}

.MFExtraUitleg {
  font-weight: normal;
  font-style: italic;
  padding-bottom: 10px;
}

.MFVerplichtTD {
  color: red;
  font-weight: bold;
}

.MFFileType {
  border: 1px solid black;
  margin: 2px;
  padding-left: 3px;
  padding-right: 3px;
  width: 304px;
}

#IC_Photo_DarkLayer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3000;
  display: none;
  background-color: black;
  -moz-opacity:0.5;
  opacity:0.5;
}

#IC_Photo_Popup_Holder {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 300px;
  height: 300px;
  border: 10px solid #9DACD3;
  display: block;
  text-decoration: none;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center 15px;
  z-index: 3001;
}

#IC_Photo_Popup_Holder .AltLabel {
  position: absolute;
  display: block;
  top: 7px;
  width: 80%;
  left: 10%;
  font-weight: bold;
  text-align: center;
}

#IC_Photo_Popup_Holder a.CloseButton:link,
#IC_Photo_Popup_Holder a.CloseButton:hover,
#IC_Photo_Popup_Holder a.CloseButton:visited {
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 22px;
  height: 20px;
  text-decoration: none;
  color: white;
  background-color: #9DACD3;
  text-align: center;
}

#IC_Photo_Popup_Holder a.CloseButton:hover {
  background-color: #3067AA;
  color: white;
}

