/* CSS Document */


/* CONTAINERS */

BODY {
	font-family: Verdana;
  margin: 0px;
  padding: 0px;
  /*background: #e1e8f5 url(../images/background_gradient.png) repeat-x 0px 0px;*/
}

#background {
  display: block;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
  text-align: center;
  background-color: #e1e8f5;
  background-image: url(../images/achtergrond_stallen.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

#background.width IMG { width: 100%; }
#background.height IMG { height: 100%; }

/*
#background_left {
  display: block;
	position: fixed;
	top: 0px;
	bottom: 0px;
	right: 50%;
	left: 0px;
  margin-right: 407px;
  background-image: url(../images/background-rio-olympics-left.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

#background_right {
  display: block;
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 50%;
	right: 0px;
  margin-left: 407px;
  background-image: url(../images/background-rio-olympics-right.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
*/
#background_right IMG{
  display: none;
/*
  margin: 20px 0;
  min-width: 100px;
  max-width: 150px;
  width: 100%;
*/
}

#container {
	position: relative;
	width: 775px;
	top: 0px;
	margin: 0px auto;
	padding: 0px 20px;
  background: #FFFFFF;
}

#header {
	position: relative;
	width: 775px;
	height: 422px; /* originaal - 430px | verkleind - 383px */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#content {
	position: relative;
	width: 775px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
  overflow: hidden;
}


/* HEADER ID'S */

#logo {
	position: absolute;
	width: 393px;
	height: 97px;
	left: 0px;
	top: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 100;
}

.kopfoto1,
.kopfoto2,
.kopfoto3,
.kopfoto7,
.kopfoto8,
.kopfoto9,
.kopfoto10,
.kopfoto4,
.kopfoto5,
.kopfoto6 {
	position: absolute;
	width: 775px;
	height: 345px; /* originaal - 310px | verkleind - 310px */
	left: 0px;
	top: 60px; /* originaal - 107px | verkleind - 60px */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.kopfoto1 { background: url(../images/kopfoto_home.jpg); }
.kopfoto2 { background: url(../images/kopfoto_biografie.jpg); }
.kopfoto7 { background: url(../images/kopfoto_nieuws.jpg); }
.kopfoto3 { background: url(../images/kopfoto_diensten.jpg); }
.kopfoto4 { background: url(../images/kopfoto_paarden.jpg); }
.kopfoto5 { background: url(../images/kopfoto_partners.jpg); }
.kopfoto6 { background: url(../images/kopfoto_contact.jpg); }
.kopfoto8 { background: url(../images/kopfoto_sennheiser.jpg); }
.kopfoto9 { background: url(../images/kopfoto_senrum.jpg); }
.kopfoto10 { background: url(../images/kopfoto_ruiterfitheid.jpg); }

.kopfoto IMG {
  position: absolute;
  top: 0px;
  left: 0px;
}

.socialmedia {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
}
.socialmedia IMG { width: 100%; }
.socialmedia.youtube { left: 688px; top: 350px; }
.socialmedia.horsus { left: 568px; top: 350px; }
.socialmedia.facebook { left: 648px; top: 350px; }
.socialmedia.twitter { left: 608px; top: 350px; }
.socialmedia.webshop { left: 728px; top: 350px; }

#menu {
	position: absolute;
	width: 770px;
	height: 20px;
	right: 0px;
	bottom: 0px;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
}

/* Geen idee of deze wordt gebruikt */
#submenu {
	border-top: 1px solid #999999;
	margin: 0 0 10px 0;
	padding: 7px 0 0 0;
	text-align: right;
}

#iconen {
	position: absolute;
	right: 5px;
	top: 17px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#flags {
	position: absolute;
	right: -7px;
	top: 71px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#flags .flag {
  display: block;
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
  cursor: pointer;
}

#flags .flag.nederlands { background: url(../images/flag_block_nederlands.png) no-repeat 0 0; }
#flags .flag.engels { background: url(../images/flag_block_english.png) no-repeat 0 0; }
#flags .flag.duits { background: url(../images/flag_block_deutsch.png) no-repeat 0 0; }

#flags .flag.nederlands:hover, #flags .flag.nederlands.selected { background: url(../images/flag_block_nederlands.png) no-repeat 0 0; }
#flags .flag.engels:hover, #flags .flag.engels.selected { background: url(../images/flag_block_english.png) no-repeat 0 0; }
#flags .flag.duits:hover, #flags .flag.duits.selected { background: url(../images/flag_block_deutsch.png) no-repeat 0 0; }


/* CONTENT ID'S */

#left {
	position: relative;
	width: 190px;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
}

#right {
	position: relative;
	border-left: solid 1px #999999;
	width: 545px;
	height: auto;
	right: 0px;
	top: 0px;
	float: right;
	margin: 0px 11px 0px 0px;
	padding: 0px 0px 0px 15px;
	text-align: left;
	color: #333333;
	font-size: 13px;
	font-weight: normal;
}

#bottom {
	position: relative;
	border-top: solid 1px #999999;
	width: 770px;
	height: auto;
	float: right;
	margin: 10px 5px 0px 0px;
	padding: 8px 0px 10px 0px;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	z-index: 5;
}

#bottom a {
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

#bottom a:hover {
	color: #003399;
	font-size: 11px;
	font-weight: normal;
}

#bottom SPAN {
  background: url(../images/telefoon.png) no-repeat 0 2px;
	position: absolute;
	color: #003099;
	font-size: 14px;
  top: 5px;
  right: 0px;
  padding-left: 20px;
}


.w_left,
.w_right {
  display: block;
  position: absolute;
  width: 200px;
  height: 200px;
  left: 50%;
}

.w_left IMG,
.w_right IMG {
  border: none;
  width: 100%;
}

.w_left { margin: 120px 0px 0px -615px; }
.w_right { margin: 120px 0px 0px 425px; }


/* STYLEN */

.menu {
	color: #BABABA;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 9px;
}

.menu:hover {
	color: #003099;
}

.menu.selected {
	color: #003099;
	margin: 0px 7px;
}

.submenu {
	color: #BABABA;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 9px;
}

.submenu:hover {
	color: #003099;
}

.submenu.selected {
	color: #003099;
}



.icon_img {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

.icon {
	color: #003099;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 2px 0px 5px 20px;
	float: left;
}

.icon:hover {
	color: #BABABA;
}


.input {
	background: url(../images/contact_input.jpg);
	width: 394px;
	height: 22px;
	border: 0px;
	padding: 1px 0px 0px 5px;
}

.textarea {
	background: url(../images/contact_text2.jpg) no-repeat;
	width: 394px;
	height: 129px;
	border: 0px;
	padding: 1px 0px 3px 5px;
	overflow: none;
}

.foto img{
	display: block;
	border: 1px solid #003099;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	width: 180px;
}

.foto img.hoogte {
	width: 110px !IMPORTANT;
}

.foto SPAN {
	display: block;
	padding: 0px 0px 10px 0px;
  font-size: 10px;
  color: #AAAAAA;
}


LI { list-style-image: url("../images/bullet_check.png"); }

.partner {
	text-decoration: none;
	color: #333333;
}

.partner:hover {
	color: #003099;
}

.link {
	display: block;
	float: left;
	width: 170px;
	height: 90px;
	/* margin: 10px 0px 0px 14px; */
	text-align: center;
}

.link img {
	border: solid 1px #003099;
	display: block;
	margin: 0px 0px 3px 0px;
}


.blauw {
	color: #003099;
}

A {
	text-decoration: none;
	color: #003099;
}

.titel {
	display: block;
	width: 100%;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	color: #003099;
	font-weight: bold;
	text-decoration: underline;
}


.paard_even,
.paard_oneven {
	background: url(../images/zilver2.jpg) left;
	display: block;
	width: 99%;
	padding: 6px 5px 6px 5px;
}

.paard_even { border-top: 1px solid #003099; }


.button {
	background: url(../images/contact_input.jpg) no-repeat left top;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	height: 22px;
	width: 397px;
	border: 0px;
}

.button:hover {
	background: url(../images/contact_input_hover.jpg) no-repeat left top;
}

.vlak {
	background: url(../images/zilver5.jpg);
	display: block;
	height: 345px;
	width: 185px;
	border: 1px solid #d9d9d9;
	padding: 8px 0px 0px 8px;
}

.vlak2 {
	background: url(../images/zilver3.jpg);
	display: block;
	height: 135px;
	width: 185px;
	border: 1px solid #d9d9d9;
	padding: 15px 0px 0px 8px;
}

.opschuiver {
	display: block;
	position: relative;
	height: 375px;
}

.opschuiver2 {
	display: block;
	position: relative;
	height: 181px;
}

.opschuiver3 {
	display: block;
	position: relative;
	height: 110px;
}

.partner_beschikbaar {
  display: block;
  background: url(../links/wjpis-groot.jpg) no-repeat 0 0;
  border: 1px solid #003099;
  margin: 0px 0px 3px 0px;
  width: 543px;
  height: 142px;
  text-align: center;
  font-family: arial;
  font-size: 29px;
  font-weight: bold;
  font-style: italic;
}


#home_logos {}

#home_logos A {}

#home_logos IMG {
  display: block;
  width: 100px;
  margin: 0px auto;
}


/* IFRAMES */

.iframe {
	display: block;
	width: 100%;
	height: 400px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.iframe2 {
	display: block;
	width: 102%;
	height: 640px;
	border: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.iframe_home {
	display: block;
	width: 262px;
	height: 400px;
	border: 1px solid #003099;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/zilver6.jpg);
	z-index: 100;
}

.foto {
	display: block;
	margin: 35px 0px 0px 0px;
}


FORM .error {
  color: #FF0000;
}



.table_lesklanten {
  font-size: 13px;
}

.rij_foto {
  width: 203px;
}


.rij_line {
  /* border-left: 1px solid #999999; */
  background: url(../images/line_grey.png) repeat-y 0 0;
  width: 15px;
}

.rij_titels {
  width: 100px;
  color: #003099;
}

.rij_tekst {
  padding: 0px 0px 10px 0px;
}


.logos_home {
  display: block;
  float: left;
  width: 270px;
}

#tweetFeed {
  display: block;
  float: right;
  width: 265px;
  height: 400px;
  border: 1px solid #003099;
  overflow: hidden;
}

#tweetFeed UL.jta-tweet-list {
  margin-top: 0px;
  margin-bottom: 0px;
}

#twitterbird {
  display: block;
  position: absolute;
  background: url(../images/twitter_bird.png) no-repeat 0 0;
  width: 30px;
  height: 21px;
  top: 233px;
  right: -9px;
}




/* IMAGEBOX */

img{
	border: none;
	}

#ImageBoxOverlay{
	background-color: #d9e0f0;
	}

#ImageBoxCaption{
	background-color: #ffffff;
	}

#ImageBoxContainer{
	width: 250px;
	height: 250px;
	background-color: #ffffff;
	}

#ImageBoxCaptionText{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 12px;
	color: #000;
	}

#ImageBoxCaptionImages{
	margin: 0;
	font-size: 12px;
	}

#ImageBoxNextImage{
	background-image: url(../images/imagebox/spacer.gif);
	background-color: transparent;
	}

#ImageBoxPrevImage{
	background-image: url(../images/imagebox/spacer.gif);
	background-color: transparent;
	}

#ImageBoxNextImage:hover{
	background-image: url(../images/next.gif);
	background-repeat:	no-repeat;
	background-position: right top;
	}

#ImageBoxPrevImage:hover{
	background-image: url(../images/previous.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	}



/***  PHOTO ENLARGE  ***/

.PhotoEnlarged {
	display: none;
	position: absolute;
	border: 1px solid #003099;
	z-index: 100;
	overlfow: hidden;
}

.PhotoHover {
	display: block;
	position: absolute;
	cursor: pointer;
	z-index: 200;
}