/****************************** 
	Global
******************************/

* {
	margin: 0;
	padding: 0;
	font-family: verdana, Arial, sans-serif, Helvetica;
	color: #000;
	font-size: 11px;
}

html,
body {
	height: 100%;	
	background-color: #fff;
	line-height: 16px;
	text-align: left;
	font-size-adjust: none;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

img {
	border: 0;
}

a {
	text-decoration: none
}

a:link {
	color: #000
}

a:visited {
	color: #000
}

a:active {
	color: #000;
}

a:hover {
	color: #f00;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

label:hover {
	color: #f38f1f;
}

select, input, textarea {
	border: 1px solid #cfcfcf;
	width: 230px !important;
}

input.button {
	width: 100px !important;
	cursor: pointer;
}

input.button:hover {
	background: #adadad;
	color: #f00;
}

table.form td.label {
	font-weight: bold;
	font-size: 10px;
}

input.radio {
	border: 0;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

/*div#middle_content ul {
	list-style-type: disc;
	list-style-position: inside;
}*/

.hr {
	clear: both;
	overflow: hidden;
	width: 250px;
	height: 1px;
	border-bottom: 1px solid #000;
}

.hr hr {
	display: none;
}

br.clear {
	clear: both;
}

fieldset {
	border: 0;
}

fieldset legend {
	display: none;
}

fieldset dl dt {
	clear: both;
	float: left;
}

fieldset dl dt span.required {
	color: #f00;
	margin-right: 4px;
}

/****************************** 
	Main divisions
******************************/

div#container {
	overflow: visible;
	position: relative;
	width: 990px;
	margin: 0 auto;
	background: url('../images/b.gif') repeat-y center top;
}

div#head {
	width: 990px;
	height: 60px;
	margin: 0 auto;
	background: url('../images/b_head.gif') repeat-y right top;
}

div#middle {
	overflow: hidden;
	width: 990px;
	height: auto;
	margin: 0 auto;
}

div#foot {
	overflow: hidden;
	width: 990px;
	height: 12px;
	margin: 0 auto;
	background: url('../images/b_foot.gif') no-repeat right bottom;
}

/****************************** 
	Sub divisions
******************************/

div#middleLeft {
	float: left;	
	width: 770px;
	height: auto;
}

div#middleRight {
	float: right;	
	width: 220px;
	height: auto;
}

div#middleMenu {
	float: left;
	width: 150px;
	height: auto;
}

div#middleContent {
	position: relative;
	float: right;
	/*overflow: auto;*/
	overflow: hidden;
	width: 580px; /* 550 */
	height: auto;
	padding: 40px 20px 20px;
}

/****************************** 
	Specializations
******************************/

div#head div.language {
	float: left;
	padding: 15px;
}

div#head ul {
	float: right;
	margin:18px 40px 0 0;
	/*padding: 20px 0 0 508px;*/
}

div#head ul li {
	float: left;

}

div#head ul li.s {
	padding: 0 6px;
	color: #fff;
	font-weight: bold;
}

div#head ul li  a,
div#head ul li a:visited {
	color: #fff;
	font-weight: bold;
}

div#middleMenu a.logo,
div#middleMenu a.logo:visited {
	display: block;
	/*margin: 25px 0 78px;*/
	margin: 25px 0 62px;
}

div#middleLeftTop a span {
	display: none;
}

div#middleMenu ul.navigationbox {
	margin: 10px 0 0;
}

div#middleMenu ul.navigationbox li {
	float: none;
	padding: 10px 0 10px 26px;
	background: url('../images/li_image.gif') no-repeat left 14px;
}


div#middleMenu ul.navigationbox li  a,
div#middleMenu ul.navigationbox li  a:visited {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

div#middleContent div.crum {
	position: absolute;
	top: 0;
	left: 0;
	width: 620px;
	height: 22px;
	background: url('../images/b_crum.gif') repeat-x left top;
}

/* <p>U bent hier:</p> */
div#middleContent div.crum div.component_htmlbox {
	float: left;
	margin: 0;
	padding: 2px 0 0 20px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

div#middleContent div.crum ul li {
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	margin: 3px 0 0 4px;
	text-transform: lowercase;
}

div#middleContent div.crum ul li a,
div#middleContent div.crum ul li a:visited {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-transform: lowercase;
}

div#middleContent div.horseDetailContainer {
	position: relative;
	/*overflow: visible;*/
	/*overflow: auto;*/
	overflow: hidden;
	
	min-height: 350px;
}

/* Internet Explorer *
/*\*/
* html div#middleContent div.horseDetailContainer {
	height: 350px;
}
/**/

div#middleContent div.horseDetailColumn1 {
	float: left;
	width: 280px;
}

div#middleContent div.horseDetailColumn2 {
	float: right;
	width: 300px;
	
	overflow: hidden;
}

div#middleContent div.horseDetailColumn1 h2 {
	/*padding: 84px 0 0;*/
	color: #A90231;
	font-weight: bold;
	font-size: 19px;
}

div#middleContent div.horseDetailColumn1 p {
	margin: 0;
}

div#middleContent div.horseDetailColumn1 p a,
div#middleContent div.horseDetailColumn1 p a:visited {
	font-size: 10px;
	text-decoration: underline;
	font-weight: bold;
}

div#middleContent div.horseDetailColumn1 img.small {
	float: left;
	margin: 0 6px 0 0;
}

div#middleContent div.horseDetailColumn1 div.hr {
	margin: 10px 0 15px;
	width: 275px;
	border-bottom: 2px solid #847776;
}

div#middleContent div.horseDetailColumn1 table.table {
	position: absolute;
	bottom: 0;
	left: -2px;
	width: 275px;
}

div#middleContent div.horseDetailColumn1 table.table td {
	background-color: #3E434F;
	color: #fff;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 13px;
}

div#middleContent div.horseDetailColumn2 img {
	margin: 26px 0 0;
	/*position: absolute;
	bottom: 0;
	margin-bottom: 4px;*/
}

/* Nieuws pagina */
div#middleContent div.news a.moreImage,
div#middleContent div.news a.moreImage:visited {
	display: block;
	float: left;
	
}

div#middleContent div.news a.moreImage img{
	width: 90px;
	margin: 10px 0 20px 5px;
}

div#middleContent div.news div.column {
	float: right;
	width: 470px;
}


div#middleContent div.news div.column span.date {
	font-weight: bold;
	font-size: 8px;
}

div#middleContent div.news div.column h2.news_h2 a,
div#middleContent div.news div.column h2.news_h2 a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #A90432;
}

div#middleContent div.news div.hr {
	width: 580px;
}

div#middleContent div.news a.more,
div#middleContent div.news a.more:visited {
	display: block;
	clear: both;
	width: 100px;
	height: 15px;
	margin: 4px 0;
	
	font-weight: bold;
	text-decoration: underline;
	background: url('../images/news_bullet.gif') no-repeat right 4px;
}

div#middleContent div.component_news span.date {
	font-weight: bold;
	font-size: 8px;
}

div#middleContent div.component_news img.newsImage {
	/*float: left;*/
	/*margin: 5px 10px 5px 0*/
	margin: 0px 0px 15px 0px;
}

div#middleContent div.component_news div.newsImageContainer {
	float:left;
	margin: 5px 10px 5px 0;
}

div#middleContent div.component_news p.teaser {
	margin: 4px 0 0;
	font-weight: bold;
}

div#middleContent div.form_module table.form tr td.input {
	padding: 1px 0 2px;
	width: 240px;
}

div#middleContent div.form_module table.form tr td.input input {
	padding: 1px;
}

div#middleContent div.form_module table.form  input.checkbox {
	border: 0;
	width: auto !important;
}

div#middleRight img.head_title {
	display: block;
	margin-top: -2px;
}

div#middleRight div.catalogIndex ul {
	margin: 5px 0 0 94px;
}

div#middleRight div.catalogIndex ul  li {
	margin: 4px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #A90432;
}

div#middleRight div.catalogIndex ul li.hl a,
div#middleRight div.catalogIndex ul li.hl a:visited {
	color: #fff;
}

div#middleRight div.catalogIndex a.allItems,
div#middleRight div.catalogIndex a.allItems:visited {
	display: block;
	width: 100px;
	margin: 10px 0 5px 68px;
	color: #A90432;
	font-weight: bold;
}

div#middleRight div.horseCategoryContainer {
	padding: 20px 0 0 18px;
	/*overflow: auto;*/
	overflow: hidden;
}

div#middleRight a.horseCategory,
div#middleRight a.horseCategory:visited {
	display: block;
	overflow: hidden;
	float: left;
	width: 82px;
	height: 112px;
	margin: 0 16px 23px 0;
}

div#middleRight a.horseCategory:hover span {
	color: #A90231;
}

div#middleRight a.horseCategory span {
	display: block;
	font-weight: bold;
}

div#middleRight div.component_calendarlinks {
	width: 200px;
	padding: 5px;
}

div#middleRight div.component_calendarlinks a,
div#middleRight div.component_calendarlinks a:visited {
	font-weight: bold;
}

/* Nakomelingen */

div#nakomelingenContainer div {
	overflow: auto;
	float: left;
	width: 260px;
	height: 330px;
	margin: 10px;
	padding: 5px;
	background-color: #990033;
}

div#nakomelingenContainer div img {
	width: 100%;
	clear: both;
}

div#nakomelingenContainer div p {
	margin: 4px 0;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

/* product lijst */
div#middleContent div.productList div.productListItem {
	overflow: hidden;
	position: relative;
	clear: both;
	height: 120px;
	padding: 10px 0 15px;
}

div#middleContent div.productList div.productListItem img {
	float: left;
	margin: 0 20px 0 0;
}

div#middleContent div.productList div.productListItem h2 {
	font-weight: bold;
	font-size: 14px;
}

div#middleContent div.productList div.productListItem p {
	margin: 2px;
}

div#middleContent div.productList div.productListItem a.moreLink,
div#middleContent div.productList div.productListItem a.moreLink:visited {
	position: absolute;
	width: 55px;
	bottom: 4px;
	left: 115px;
	font-weight: bold;
	text-decoration: underline;
	background: url('../images/news_bullet.gif') no-repeat right 4px;
}

div#middleContent div.productList div.hr {
	width: 580px;
}

/* Form module */

div#middleContent div.form_module td.icon img {
	display: none;
}


/* Calandar */

/* lijst */
div#middleContent div.component_calendar div.view_ {
	padding: 10px 0 0;
}

div#middleContent div.component_calendar div.view_ div.hr {
	width: 100%;
}

div#middleContent div.component_calendar div.view_ h2 {
	clear: both;
	color: #E3173E;
}

div#middleContent div.component_calendar div.view_ dl {
	display: block;
	clear: both;
	height: 30px;
	margin: 8px 0;
}

div#middleContent div.component_calendar div.view_ dl dt {
	float: left;
	clear: both;
	width: 270px;
}

div#middleContent div.component_calendar div.view_ dl dd {
	float: right;
}

div#middleContent div.component_calendar div.view_ dl dd a,
div#middleContent div.component_calendar div.view_ dl dd a:visited {
	display: block;
	width: 250px;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	background: url('../images/calandar_arrow.gif') no-repeat right center;
}

/* detail */
div#middleContent div.component_calendar div.view_d div.hr {
	width: 100%;
	margin: 0 0 10px;
}

div#middleContent div.component_calendar div.view_d dl {
	overflow:hidden;	
	display: block;
	clear: both;
	margin: 8px 0;
	
	padding: 0 0 4px;
	border-bottom:1px solid #000;
}

div#middleContent div.component_calendar div.view_d dl dt {
	float: left;
	clear: both;
	width: 220px;
	font-weight: bold;
}

div#middleContent div.component_calendar div.view_d dl dd {
	float: left;
	font-weight: bold;	
}

div#middleContent div.component_calendar div.view_d dl dd.backurl a,
div#middleContent div.component_calendar div.view_d dl dd.backurl a:visited {
	display: block;
	width: 75px;
	background: url('../images/level_up.png') no-repeat right center;
}

div#middleContent div.component_calendar div.view_d dl dd.backurl {
	float: right;
}

div#middleContent div.component_calendar div.view_d  table.details {
	margin: 20px 0 30px;
}

div#middleContent div.component_calendar div.view_d  table.details td.label {
	width: 60px;

}

