﻿body, html {
  padding: 0;
  margin: 0;
}

body {
  background-color: #595959;
}

#container{
  width: 960px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#zwartebalk {
  width: 946px;
  height: 24px;
  background-color: #1f1f1f;
  display: block;
  overflow: hidden;
  margin: 0;
  padding-left: 14px;
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
}

#zwartebalk a {
  color: #b1b1b1;
  text-decoration: none;
}

#zwartebalk a:hover {
  text-decoration: underline;
}

.headerfoto {
  width: 960px; 
  height: 102px;
  background: url(../images/cowhouse-header.jpg) no-repeat;
  display: block;
  padding: 0;
  margin: 0;
}

#wittebalk {
  width: 960px;
  height: 4px;
  background-color: #fff;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  filter:alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}

.taalkeuze {
  position: absolute;
  left: 20px;
  top: 44px;
  margin: 0px;
  padding: 4px 4px 4px 10px;
  width: 125px;
  background: #ffffff;
  border: 1px solid #b9b9b9;
}

.taalkeuze li {
  float: left;
  margin: 0px 8px 0px 0px;
  padding: 0px;
  list-style: none;
}

.taalkeuze li a {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
}

.taalkeuze li.active a {
  border: 1px solid #999999;
}

.taalkeuze li a img {
  display: block;
  border: 0px;
}

/*
#dropdownmenu  { 
  position: absolute;
  left: 18px;
  top: 53px;
  z-index: 200;
  cursor: pointer;
}
.dropdowntekst {
  padding-top: 4px;
  padding-left: 6px;
  height: 16px;
  width: 134px;
  font-family: Verdana, Serif;
  font-size: 11px;
  color: #404041;
  background-color: #fff;
  border-left: 1px solid #c3c3c3;
  border-top: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  float: left;
}

.dropdowntekst img {
  float: left;
  margin-right: 8px;
  margin-left: 0px;
  margin-top: -1px;
  margin-bottom: 0px;
  padding: 0;
}

.dropdownbutton {
  float: left; 
  height: 22px;
  width: 22px;  
  float: left;
}

.dropdownlist {
  z-index: 1000;
  position: absolute;
  padding: 0;
  left: 18px;
  top: 75px;
  width: 140px;
  background-color: #fff;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  background: #fff;
  display: none;
  clear: both;  
}

.dropdownlist ul, .dropdownlist ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 140px;
  background: #fff;
}

.dropdownlist ul li {
  height: 19px;
}

.dropdownlist a, .dropdownlist a:link, .dropdownlist a:visited {
  background-color: #fff;
  height: 16px;
  padding-top: 2px;
  padding-bottom: 0px;
  width: 110px;
  padding-left: 30px;
  font-family: Verdana, Serif;
  font-size: 11px;
  color: #404041;
  text-decoration: none;
  display: block;
  margin: 0;
}

.dropdownlist a:hover {
  background-color: #e6e6e6;
}
*/

#vlag {
  position: absolute;
  right: 10px;
  top: 0px;
  width: 269px;
  height: 162px;
  display: block;
  overflow: hidden;
  background: url(../images/vlag-canada.png) no-repeat;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='../interface/images/vlag-canada.png');
  z-index: 290;
}

#menu {
  position: relative;
  width: 960px;
  height: 37px;
  background: url(../images/menu-bg.png) repeat-x;
  overflow: visible;
  z-index: 100;
}

#menu_inner {
  position: absolute;
  z-index: 10;
  top: -9px;
  left: 10px;
  height: 60px;
  display: block;
  overflow: visible;
}

#menu_inner a {
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #404041;
  text-decoration: none;
}

#menu_inner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#menu_inner ul li {
  width: 85px;
  height: 53px;
  float: left;
  z-index: 12;
  position: relative;
}

#menu_inner li ul {
  position: absolute;
  top: -9000px;
  left: 0px;
  border-top: 1px solid #d2d2d2;
}

#menu_inner li.actief ul {
  top:51px;
  left:4px;
}

#menu_inner li ul li {
  width: 215px;
  height: 23px;
  background: #ffffff;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
#menu_inner li ul li a {
display: block;
padding-left: 9px;
line-height: 23px;
color: #404041;
}
#menu_inner li ul li:hover, #menu_inner li ul li.sfhover {
  background: #e6e6e6;
}

#menu_inner li:hover ul li ul, #menu_inner li.actief ul li ul{
  position:absolute;
  top:-9000px;
  left:216px;
}

#menu_inner li:hover ul li:hover ul, #menu_inner li.actief ul li.sfhover ul{
  left:216px;
  top:-1px;
}

.content {
  position: relative;
  margin: 0;
  width: 960px;
  min-height: 447px;
  _height: 447px;
  background: url(../images/bg-home.jpg) no-repeat;
  /*display: block; */
}

.content input {
  border: 1px solid #c3c3c3;
  height: 17px; 
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  color: #ed1c24;
  padding-top: 3px;
  padding-left: 3px;
}

#nieuwsbrief_impressies {
  width: 459px;
  height: 221px;
  display: block;
  position: absolute;
  top: 21px;
  left: 10px;
  background: url(../images/cow-house-logo-bg.jpg) no-repeat;
}

#nieuwsbriefaanmelden {
  position: absolute;
  top: 192px;
  left: 10px;
  font-family: Verdana;
  font-size: 13px;
  color: #000;
  font-weight: bold;
}

#nieuwsbriefaanmelden a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#nieuwsbriefaanmelden a:hover {
  color: #ed1c24;
}

#bekijkimpressies {
  position: absolute;
  top: 192px;
  left: 241px;
  font-family: Verdana;
  font-size: 13px;
  color: #000;
  font-weight: bold;  
}

#bekijkimpressies a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#bekijkimpressies a:hover {
  color: #ed1c24;
}

#nieuwsitem {
  position: absolute;
  top: 20px;
  left: 482px;
  width: 453px;
  height: 220px;
  background: url(../images/nieuws-item-home-bg.gif) repeat-x;
  display: block;
  overflow: hidden;
  border: 1px solid #c3c3c3;  
}

#nieuwsfoto {
  position: absolute;
  top: 8px;
  left: 9px; 
  width: 220px;
  height: 202px;
  display: block;
  background: none;
}

#nieuwscontent {
  position: absolute;
  top: 8px;
  left: 235px;  
  width: 197px;
  height: 175px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  color: #000;
  line-height: 14px;
  padding-right: 11px;
  padding-left: 4px;
  border-bottom: 1px solid #c4c4c4;
}

#nieuwscontent h1 {
  font-family: Verdana, Sans-serif;
  font-size: 16px;
  color: #ed1c24;
  line-height: 19px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 5px;
}

#nieuwscontent a{
  color: #ed1c24;
  text-decoration: underline;
}

#nieuwscontent a:hover {
  text-decoration: none;
}

#nieuwsarchief {
  position: absolute;
  top: 189px;
  left: 235px;
  font-family: verdana;
  font-size: 13px;
  color: #000;
  font-weight: bold;
  padding-left: 4px;
}

#nieuwsarchief a {
  color: #000;
  text-decoration: none;
}

#nieuwsarchief a:hover {
  color: #ed1c24;
}

#nieuwsarchiefbutton {
  position: absolute;
  top: 189px;
  left: 426px;
  width: 22px;
  height: 22px;
}

#nieuwsarchiefbutton img {
  border: 0;
}

#agenda {
  position: absolute;
  top: 255px;
  left: 10px;
  width: 457px;
  height: 171px;
  background: url(../images/agenda-home-bg.gif) repeat-x;
  display: block;
  overflow: hidden;
  border: 1px solid #c3c3c3;  
}

#agenda_titel {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ed1c24;
  font-family: Verdana, Sans-Serif;
  font-size: 16px;
}

#agenda_items {
  position: absolute;
  top: 30px;
  left: 10px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
}

.agenda_item {
  width: 441px;
  height: 32px;
  padding-top: 4px;
  border-bottom: 1px solid #c4c4c4;
}

.agenda_item a {
  color: #000;
  text-decoration: none;
}

.agenda_item a:hover {
  text-decoration: none;
  color: #ed1c24;
}

.agenda_item_grijs {
  color: #a5a5a5;
}

#toon_jaarkalender{
  position: absolute;
  left: 10px;
  top: 150px;
  color: #ed1c24;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

#toon_jaarkalender a {
  color: #ed1c24;
  text-decoration: underline;
}

#toon_jaarkalender a:hover {
  text-decoration: none;
}

#product{
  position: absolute;
  top: 255px;
  left: 482px;
  width: 228px;
  height: 171px;
  background: url(../images/product-home-bg.gif) repeat-x;
  display: block;
  overflow: hidden;
  border: 1px solid #c3c3c3;    
}

#product_titel {
  position: absolute;
  top: 10px;
  height: 20px;
  left: 10px;
  color: #ed1c24;
  font-family: Verdana, Sans-Serif;
  font-size: 16px;
  overflow: hidden;
}

#product_omschrijving {
  position: absolute;
  top: 33px;
  left: 10px;  
  width: 126px;
  height: 93px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
}

#product_meerinfo{
  position: absolute;
  left: 10px;
  top: 150px;
  color: #ed1c24;
  font-family: Arial, sans-serif;
  font-size: 11px;
}

#product_meerinfo a {
  color: #ed1c24;
  text-decoration: underline;
}

#product_meerinfo a:hover {
  text-decoration: none;
}

#product_img {
  position: absolute;
  top: 33px;
  left: 135px; 
  margin: 0;
  padding: 0; 
}

.dealer_login{
  position: absolute;
  top: 255px;
  left: 724px;
  width: 211px;
  height: 171px;
  background: url(../images/dealer-login-bg.gif) repeat-x;
  display: block;
  overflow: hidden;
  border: 1px solid #c3c3c3;
  margin: 0;
  padding: 0;    
}

#dealer_login_titel {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #ed1c24;
  font-family: Verdana, Sans-Serif;
  font-size: 16px;
}
#dealer_login_tekst {
  position: absolute;
  top: 33px;
  left: 10px;
  color: #000;
  width: 193px;
  font-family: Arial, Sans-Serif;
  font-size: 11px;  
  padding: 0;
  margin: 0;
}

#dealer_login_tekst input {
  width: 160px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 4px;
  margin-left: 0px;
  padding-bottom: 0px;
  float: left;
  display: inline;
}
#dealer_login_tekst label {
  float: left;
  clear: both;
font-weight: bold;
width: 170px;
}

.loginsubmit {
  width: 22px;
  height: 22px;
  float: left;
  margin: 0;
  padding: 0;
  background: url(../images/go-button.gif) no-repeat;
  display: block;
  background-color: #ff0000;
  border: none;
}

.aanmeldensubmit {
  width: 22px;
  height: 22px;
  float: left;
  margin-top: -14px;
  padding: 0;
  background: url(../images/go-button.gif) no-repeat;
  display: block;
  background-color: #ff0000;
  border: none;

}

#sitemapkop {
 position: relative;
 width: 936px;
 height: 17px;
 padding-left: 24px;
 padding-top: 4px;
 display: block;
 background-color: #d0d0d0;
 font-family: Verdana, Serif;
 font-size: 11px;
 font-weight: bold;
 color: #000;
}

#dbt {
  position: absolute;
  top: 6px;
  left: 868px;  
}

#dbt img {
  border: 0;
}

#sitemap {
  width: 950px;
  padding-top: 16px;
  padding-left: 10px;
  padding-bottom: 15px;
  background-color: #1f1f1f;
  font-family: Verdana;
  font-size: 11px;
  color: #ddd;
  font-weight: bold;
  text-decoration: none;
  display: block;
  float: left;
}


#sitemap ul {
  padding: 0;
  margin: 0;
  float: left;
}

#sitemap ul li {
  padding: 0;
  margin: 0;
  margin-top: 3px;
  list-style-type: none;
  clear: both;
  float: left;
}

#sitemap ul ul {
  width: 940px;
  border-bottom: 1px solid #646464;
  padding-top: 2px;
  padding-bottom: 3px;
  display: block;
  min-height: 18px;
  _height: 18px;
  float: left;
}

#sitemap ul ul li {
  float: left;
  clear: none;
}

#sitemap a {
  color: #b7b7b7;
  font-family: Verdana, Sans-Serif;
  font-size: 10px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 8px;
  background: url(../images/sitemap-linkbg.gif) no-repeat 100% 50%; 
}

#sitemap a.sitemapfirstclass {
  background-image: none;
}

#sitemap .sitemaplastclass {
  border-bottom: none;
}


#sitemap a:hover {
  color: #ed1c24;
}

#footer {
  position: relative;
  width: 942px;
  height: 19px;
  background-color: #efefef;
  padding-top: 7px;
  padding-left: 18px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  border-bottom: 8px solid #202020;
clear: both;
}

#footerlinks {
  position: absolute;
  right: 12px;
  top: 7px;
  font-family: Verdana, sans-serif;
  font-size: 11px;
}

#footerlinks a {
  color: #000;
  text-decoration: underline;
}

#footerlinks a:hover {
  text-decoration: none;
}

/*vanaf hier begin een specifiek gedeelte voor de contentpagina's */

#logocowhouse {
  position: absolute;
  left: 0px;
  top: 20px;
  margin: 0;
  padding: 0;
  background-image: url(../images/cowhouse-logo-paginas.png);
  width: 253px;
  height: 126px;
  display: block;
  overflow: hidden;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='../interface/images/cowhouse-logo-paginas.png');
  cursor:hand;
  cursor:pointer;
}

#tekst {
  position: relative;
  left: 273px;
  top: 19px;
  width: 665px;
  padding: 0;
  margin: 0; 
  background-color:#F5F5F5;
}

#tekst_titel {
  width: 637px;
  height: 37px;
  background-color: #f5f5f5;
  background: url(../images/content-titel.png) no-repeat;
  display: block;
  font-family: Verdana, Sans-Serif;
  font-size: 16px;
  color: #ed1c24;
  padding-top: 20px;
  padding-left: 28px;
  margin: 0;
  font-weight: bold;
}

#tekst_inhoud {
  width: 618px;
  min-height: 627px;
  _height: 627px;
  background-color: #f5f5f5;
  font-family: Arial, Sans-Serif;
  font-size: 11px;
  color: #000000;
  margin: 0;
  display: block;
  padding-left: 28px;
  padding-right: 17px;
  padding-bottom: 15px;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #c3c3c3;
  border-left: 1px solid #c3c3c3;
}

#tekst_inhoud a {
  color: #ed1c24;
  text-decoration: none;
}

#tekst_inhoud a:hover {
  text-decoration: underline;
}

#tekst_inhoud img {
  border: 1px solid #c3c3c3;
}

#tekst_inhoud label {
	text-align: right;
}

#tekst_inhoud h2 {
  font-family: Verdana, Sans-Serif;
  font-size: 14px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 7px;
  padding: 0;
}

.fotosboven{
  margin: 0;
  padding: 0;
  display: block;
}

.fotosboven img
{  
  clear:both;
  margin: 0;
  margin-bottom: 7px;
  padding: 0;
}

.fotoslinks
{
  float:left;
  margin-right:10px;
  margin-top: 3px;
  margin-bottom: 0px;
  display: block;
  width:310px;
}
.fotoslinks img
{
  clear:both;
  margin-bottom: 0px;
  padding: 0;
}

.fotosrechts
{
  float:right;
  margin-top:3px;
  padding: 0;
  width:310px;
}
.fotosrechts img
{
  clear:both;
  margin-bottom:5px;
  margin-left:10px;
  padding: 0;
}

.fotosonder
{
  clear:both;
  margin-top:10px;
}
.fotosonder img
{
  margin-bottom:5px;
  margin-left: 0px;
}

#ondertekst {
  position: relative;
  margin-top: -300px;
  margin-left: 0px;
  height: 19px;
  width: 940px;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 0;
}

#impressies_pagina {
  position: absolute;
  top: -253px;
  left: 12px;
  width: 230px;
  height: 79px;
  background-image: url(../images/bg-Impressies.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-family: Verdana;
  font-size: 14px;
}

#impressies_pagina a {
  width: 230px;
  height: 80px;
  margin-top: 20px;
  margin-left: 10px;
  overflow: hidden;
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding-left: 0px;
  padding-top: 30px;
}

#impressies_pagina a:hover {
  color: #ed1c24;  
}

#nbaanmelden_pagina {
  position: absolute;
  top: -350px;
  left: 12px;
  width: 230px;
  overflow: hidden;
  height: 80px;
  background-image: url(../images/bg-NBaanmelden.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  font-family: Verdana;
  font-size: 14px;
}

#nbaanmelden_pagina a {
  width: 230px;
  height: 80px;
  margin-top: 20px;
  margin-left: 10px;
  overflow: hidden;
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  padding-left: 0px;
  padding-top: 30px;
}

#nbaanmelden_pagina a:hover {
  color: #ed1c24;  
}

#submenu {
  width: 228px;
  border: 1px solid #d2d2d2;
  display: block;
  position: absolute;
  left: 15px;
  top: 155px;
}

#submenuheader {
  width: 228px;
  height: 23px;
  background: url(../images/bg-submenu.gif) no-repeat;
  display: block;
}

#submenu a {
  width: 198px;
  height: 23px;
  background: #ffffff;
  display: block;
  margin: 0;
  padding-left: 30px;
  line-height: 23px;
  border-bottom: 1px solid #d2d2d2;
  font-family: Arial, Sans-Serif;
  font-size: 12px;
  color: #404041; 
  text-decoration: none;
}

#submenu a:hover {
  background-color: #e6e6e6;
}

#submenufooter {
  width: 228px;
  height: 8px;
  display: block;
  background: #f5f5f5;
}

.verzendbutton {
margin-top: 7px;
height: 27px;
width: 70px;
background: url(/interface/images/button.gif);
background-position: top right;
background-repeat: no-repeat;
text-align: right;
color: #444444;
font-family: Arial, Sans-Serif;
font-size: 11px;
font-weight: bold;
padding-right: 30px;
display: block;
border-left: 1px solid #bdbdbd;
line-height: 27px;
overflow: hidden;
}

#tekst_inhoud a.verzendbutton {
color: #444444;
font-family: Arial, Sans-Serif;
font-size: 11px; 
text-decoration: none;
}

#tekst_inhoud a.verzendbutton:hover {
color: #ed1c24; 
text-decoration: underline;
}

#fotoalbum_overzicht_foto a {
  display:block;
  overflow:hidden;
  float:left;
  background-repeat:no-repeat;
  background-position:center center;
}

#fotoalbum_overzicht_foto .imgklein {
  width:84px;
  height:84px;
  padding: 1px;
  border: 1px solid #c3c3c3;
  margin-right: 25px;
  margin-top: 13px;
}

#fotoalbum_overzicht_foto .pijllinks {
  width: 22px;
  height: 88px;
  background: url(/interface/images/pijllinks.gif) no-repeat;
  display: block;
  margin-right: 14px;
  margin-top: 13px;
}

#fotoalbum_overzicht_foto .pijlrechts {
  width: 22px;
  height: 88px;
  background: url(/interface/images/pijlrechts.gif) no-repeat;
  display: block;
  margin:0;
  margin-top: 13px;
}