body {
	background: #f3eee4;
	height: 100%;
	color: #586562;
}
a {
	color: #004b95;
	text-decoration: none;
	outline:none !important;
}
a:hover {
	color: #004b95;
	text-decoration: underline;
}
small {
	font-size: 75%;
}
/*
.contentCenter .main-content-block.entry a:visited {
	color: #a03187;
}
*/
h1 {
	font-size: 18px;
	color: #008463;
}
h2 {
	color: #008463;
	font-size: 14px;
	margin-bottom: 12px;
}
h3 {
	color: #586562;
	font-size: 13px;
	margin-bottom: 6px;
}
hr {
	border-color: #f3eee4;
	margin-bottom: 10px;
}
p {
	margin-bottom: 10px
}
.nowrap {
	white-space: nowrap;
}
.hidden {
	display: none;
}

/**
 * HEADER
 */
.header {
	height: 91px;
	font-size: 12px;
}
.header .logo {
	float: left;
}
.header .header-right {
	padding: 34px 0 0 0 ;
	float: right;
}
.header .top-menu {
	float: right;
	margin-top: 5px;
}
.header .top-menu li {
	float: left;
	margin: 0 0 0 12px;
	padding: 0 12px 0 0;
}
.header .top-menu li.first {
	list-style: none;
}
.header .top-menu .smaller {
	font-size: 10px;
}
.header .top-menu .normal {
	font-size: 11px;
}
.header .top-menu .larger {
	font-size: 12px;
}
.header .search {
	float: right;
}
.search-input-wrapper {
	width: 220px;
	height: 28px;
	background: url('/images/search-input-wrapper.png') no-repeat;
}
.search-input-wrapper input {
	font-size: 11px;
	color: #586562;
	border: 0;
	margin: 7px 0 0 9px;
	width: 178px;
}
.search-submit-wrapper input {
	width: 24px;
	height: 23px;
	position: absolute;
	margin: -25px 0 0 193px;
	background: url('/images/search-submit-bg.png') no-repeat;
	border: 0;
}

/**
 * MAINMENU
 */
.main-menu {
	background: url('/images/menu-footer-bg.png') #FFF;
	/*
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	*/
	height: 48px;
	margin-bottom: 10px;
	font-size: 12px;
	overflow: hidden;
}
.main-menu li.active a {
	color: #576663 !important;
}
.main-menu li.active .sub-items li a {
	color: #008b6c !important;
}
.main-menu li.active .sub-items li a:hover {
	color: #576663 !important;
}
.main-menu .sub-items {
	display: none;
}
.main-menu > ul {
	margin: 0;
	padding: 13px 0 0 5px;
}
.main-menu .main-items li.level-1 {
	list-style: none;
	margin: 0 0.3em;
	padding: 0 0.6em 0 0;
	float: left;
	border-right: 1px solid #f3eee4;
}
.main-menu .main-items li.level-1.last {
	border: 0;
	margin: 0 0 0 0.3em;
	padding: 0;
}
.main-menu .main-items li.level-1 a {
	/** RIGHT */
	padding: 6px 0 16px 0;
	font-size: 14px;
	text-decoration: none;
	color: #008b6c;
}
.main-menu .main-items li.level-1 a span {
	/** LEFT */
	padding: 6px 0.7em 16px 0.7em;
}
.main-menu .main-items li.level-1.active-trail a {
	/** RIGHT */
	background: url('/images/tab-right.png') no-repeat 100% 0;
}
.main-menu .main-items li.level-1.active-trail a span {
	/** LEFT */
	background: url('/images/tab-left.png') no-repeat;
}
.main-menu .main-items li.level-1.hover a {
	/** RIGHT */
	background: url('/images/tab-right-hover.png') no-repeat 100% 0;
}
.main-menu .main-items li.level-1.hover a span {
	/** LEFT */
	background: url('/images/tab-left-hover.png') no-repeat;
}

.main-menu .sub-items {
	position: absolute;
	margin-top: 13px;
	border: 1px solid #eae4d6;
	border-top: 0;
	z-index: 99999;
	background: #fff;
}
.main-menu .sub-items li.level-2.active-trail a,
.main-menu .sub-items li.level-2.hover a{
	background: none !important;
}

.main-menu .sub-items li.level-2,
.main-menu .sub-items li.level-2 a {
	list-style: none;
	background: #FFF !important;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 14px;
}
.main-menu .sub-items li.level-2 a {
	display: block !important;
	padding: 6px !important;
	border-bottom: 1px solid #eae4d6;
	margin: 0 16px !important;
}

.main-menu .sub-items li.level-2.last a {
	border: 0;
}
.main-menu .sub-items li.level-2 a:hover {
	color: #576663;
}

/**
 * Sidemenu
 */
.side-menu {
	border-top: 1px solid #eae4d6;
}
.side-menu,
.side-menu li {
	margin: 0;
	list-style: none;
}
.side-menu li {
	border-bottom: 1px solid #eae4d6;
	padding: 3px 0;
}
.side-menu li a {
	font-size: 14px;
	color: #008b6c;
}
.side-menu-container h2 {
	margin: 6px 0 12px -10px;
	width: 170px;
	color: #fff;
	padding: 2px 0 0 10px;
	font-size: 14px;
	height: 26px;
	text-shadow: #000 1px 1px 3px;
}
.side-menu-container h2 {
	background: url('/images/flag-algemeen.png') no-repeat;
}
.side-menu-container.rundvee h2 {
	background: url('/images/flag-rundvee.png') no-repeat;
}
.side-menu-container.varkens h2 {
	background: url('/images/flag-varkens.png') no-repeat;
}
.side-menu-container.pluimvee h2 {
	background: url('/images/flag-pluimvee.png') no-repeat;
}
.side-menu-image {
	margin: 24px 0 10px -16px;
	float: left;
	width: 191px
}
.side-menu-image a {
	height: 80px;
	display: block;
	float: left;
}
.side-menu-image a.varkens {
	width: 56px;
	background: url('/images/submenu-varkens-inactive.jpg') no-repeat;
}
.side-menu-image a.varkens.hover,
.side-menu-image a.varkens.active {
	background: url('/images/submenu-varkens-active.jpg') no-repeat;
}
.side-menu-image a.varkens-oor.active-varkens,
.side-menu-image a.varkens-oor.hover-varkens {
	background: url('/images/submenu-varkens-ear-active.jpg') no-repeat;
}

.side-menu-image a.varkens-oor.hover-both {
	background: url('/images/submenu-both-ear-active.jpg') no-repeat !important;
}

.side-menu-image a.varkens-oor {
	width: 12px;
	background: url('/images/submenu-rundvee-ear-inactive.jpg') no-repeat;
}
.side-menu-image a.varkens-oor.active-rundvee,
.side-menu-image a.varkens-oor.hover-rundvee {
	background: url('/images/submenu-rundvee-ear-active.jpg') no-repeat;
}
.side-menu-image a.rundvee {
	width: 63px;
	background: url('/images/submenu-rundvee-inactive.jpg') no-repeat;
}
.side-menu-image a.rundvee.hover,
.side-menu-image a.rundvee.active {
	background: url('/images/submenu-rundvee-active.jpg') no-repeat;
}

.side-menu-image a.pluimvee {
	width: 60px;
	background: url('/images/submenu-pluimvee-inactive.jpg') no-repeat;
}
.side-menu-image a.pluimvee.hover,
.side-menu-image a.pluimvee.active {
	background: url('/images/submenu-pluimvee-active.jpg') no-repeat;
}
.side-menu-image-ie6 {
	display: none;
}

/**
 * FOOTER
 */
.main-footer {
	background: url('/images/menu-footer-bg.png') #FFF;
	/*
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	*/
	font-size: 12px;
	height: 48px
}
.main-footer ul {
	padding: 15px 0 0 20px;
}
.main-footer ul li {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
}
.main-footer ul li.first {
	list-style: none
}
.sub-footer {
	font-size: 0.9em;
	padding: 8px 0 0 29px;
}
.logo-footer {
	width: 120px;
	height: 55px;
	position: relative;
	float: right;
	margin: -4px 12px 0 0;
	background: url('/images/footer-logo.png') no-repeat;
}

/**
 * MAINBLOCK - RADIUS ON
 * This block will work on Safari and Firefox browser, all other browser
 * styles should be defined in conditional stylesheets
 */
.main-content-block {
	background: #fff;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	margin-bottom: 10px;
}
.main-content-block .block-top {
	padding: 10px;
}
.main-content-block .block-top {
	padding: 10px;
}
.main-content-block .block-top h1 {
	margin-bottom: 10px;
	font-size: 1.2em;
}
body.cat-varkens .main-content-block .block-top h1 { color: #9F3187 }
body.cat-rundvee .main-content-block .block-top h1 { color: #F3932F }
body.cat-pluimvee .main-content-block .block-top h1 { color: #FBC446 }

.main-content-block .block-top h1.sprite {
	background: url('/images/header-bg-left.png') repeat-x;
	color: #fff !important;
	font-size: 14px;
	/*padding: 5px 0 6px 12px;*/
	/*
	-moz-border-radius-topright: 1em;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-top-left-radius: 1em;
	*/
}
.main-content-block .block-top h1.sprite span {
	background: url('/images/header-bg-right.png') no-repeat scroll top right;
	display: block;
	padding: 5px 0 6px 12px;
}

/**
 * Per category different sprites
 */
body.cat-varkens .main-content-block .block-top h1.sprite { background: url('/images/header-bg-left-varkens.png') repeat-x; }
body.cat-varkens .main-content-block .block-top h1.sprite span { background: url('/images/header-bg-right-varkens.png') no-repeat scroll top right; }
body.cat-rundvee .main-content-block .block-top h1.sprite { background: url('/images/header-bg-left-rundvee.png') repeat-x; }
body.cat-rundvee .main-content-block .block-top h1.sprite span { background: url('/images/header-bg-right-rundvee.png') no-repeat scroll top right; }
body.cat-pluimvee .main-content-block .block-top h1.sprite { background: url('/images/header-bg-left-pluimvee.png') repeat-x; }
body.cat-pluimvee .main-content-block .block-top h1.sprite span { background: url('/images/header-bg-right-pluimvee.png') no-repeat scroll top right; }

.main-content-block .eview-form textarea {
	width: 90%;
	height: 150px;
}
.main-content-block .eview-form table tr td {
	padding: 2px 0;
	vertical-align: top;
}
.main-content-block .tableform .tableform-checkbox {
	padding-left: 12px;
}

/**
 * SECTOR BLOCK
 */
.sector-container {
	background: url('/images/sector-bg.jpg');
	width: 551px;
	height: 276px;
}
.sector {
	width: 165px;
	float: left;
	margin-right: 10px;
	position: relative;
	margin-top: 212px;
	padding: 0 6px;
	height: 54px;
	overflow: hidden
}
.sector a {
	color: #fff;
	font-size: 0.9em;
}
.sector.last {
	margin-right: 0;
}
.pigs-ear {
	width: 17px;
	height: 53px;
	background: url('/images/pigs-ear.png') no-repeat;
	position: absolute;
	margin: 49px 0 0 -17px;
}
.sector-list {
	float: left;
	margin-left: 4px;
	color: #fff;
	font-size: 12px;
}
.varkens-btn,
.rundvee-btn,
.pluimvee-btn {
	width: 35px;
	height: 35px;
	position: absolute;
	display: block;
}
.varkens-btn {
	margin: 176px 0 0 136px;
}
.rundvee-btn {
	margin: 176px 0 0 322px;
}
.pluimvee-btn {
	margin: 176px 0 0 509px;
}

/**
 * Newsblock
 */
.brameco-news-list {
	margin-bottom: 0;
}
.has-image {
	float: right;
	width: 364px;
}
.brameco-news-list li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #f3eee4;
	background: url('/images/blue-arrow.png') 98% 50% no-repeat;
}
.brameco-news-list .category {
	text-transform: uppercase;
	width: 90px;
	display: block;
	float: left;
	font-size: .8em;
	margin-top: 2px;
}
.brameco-news-list .category a {
	color: #586562;
}

/**
 * Agendablock
 */
.brameco-agenda-list {
	margin-bottom: 0;
}
.brameco-agenda-list li {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #f3eee4;
	background: url('/images/blue-arrow.png') 98% 50% no-repeat;
}
.brameco-agenda-list .date {
	text-transform: uppercase;
	display: block;
	float: left;
	font-size: .8em;
}

.brameco-agenda-list .date-past, 
.brameco-agenda-list .date-past a {
	color: #AAA;
}

/**
 * BREADCRUMBS
 */
.breadcrumbs {
	margin: -5px 0 6px 12px;
	font-size: 11px;
}
.breadcrumbs a {
	
}

/**
 * WEATHER
 */
.weather-table {
	margin: 0;
	width: 100%;
	border-collapse: collapse
}
.weather-table td {
	vertical-align: middle;
	text-align: center;
	width: 50%;
}
.weather-date {
	font-size: 11px;
}
.weather-info {
	font-size: 1.4em;
}

/**
 * SITEMAP
 */
.sitemap ul {
	margin: 0;
}

/**
 * Contactform
 */
.contact-form textarea {
	width: 100%;
	height: 160px;
}

/**
 * Searchpage
 */
div.search {
	border-bottom: 1px solid #f3eee4;
	padding-bottom: 12px;
}
.search h3 {
	margin: 12px 0 0 0;
	font-size: 1.2em;
	font-weight: normal
}

/**
 * LOGINFORM
 */
.login-form {
	
}
.login-form dt {
	display: none;
}
.login-form .loginform-input-wrapper {
	width: 200px;
	height: 28px;
	background: url('/images/login-input-wrapper.png') no-repeat;
	margin-bottom: 6px;
}
.login-form .loginform-input-wrapper input {
	border: 0;
	font-size: 11px;
	color: #586562;
	margin: 7px 0 0 7px;
	width: 182px;
	background: none;
}
.password-overlayer {
	font-size: 11px;
	position: absolute;
	margin: 6px 0 0 8px;
	/*display: none;*/
}
.login-form #submit {
	border: 0;
	background: #fff;
	font-weight: bold;
	color: #004b95;
	cursor: pointer;
}
dl.submit {
	float: left;
	margin: 0;
}
.profile-register {
	padding-left: 9px;
}
.login-help {
	position: absolute;
	margin: 14px 0 0 181px;
}

.notification {
	background: #FFFABF;
	border: 1px solid #FFD35F;
	padding: 4px;
}

/**
 * FORM ERRORS
 */
ul.errors {
	margin: 2px 0 8px 0;
	background: #FFFABF;
	border: 1px solid #FFD35F;
}

ul.errors li {
	color: red;
	padding: 2px;
	list-style: none;
	margin: 0;
}

/**
 * Generic lists
 */
.brameco-list {
	width: 100%;
}
.brameco-list tr {
	
}
.brameco-list td {
	border-bottom: 1px solid #f3eee4;
	padding: 4px 0;
}
.brameco-list .category {
	text-transform: uppercase;
	font-size: .8em;
	color: #586562;
	padding-right: 4px;
}
.brameco-list .category a {
	color: #586562;
}
.brameco-list .title {
	width: 100%;
}
.brameco-list .date {
	font-size: 0.9em;
	color: #586562;
	padding-right: 8px;
	vertical-align: top;
}

.brameco-list .date-field {
	background: url('/images/blue-arrow.png') 100% 50% no-repeat;
}

/**
 * Adverts
 */
.date {
	font-size: 0.9em;
	color: #586562;
}
.add-advert-form form table {
	margin: 0;
}
.add-advert-form form table td.label {
	width: 140px;
}
.add-advert-form fieldset {
	border: 1px solid #F3EEE4;
	padding: .5em;
	margin: 0;
}
.add-advert-form legend {
	font-weight: bold;
	padding: 0 .5em;
}

/**
 * Generic error/message
 */
.error {
	margin: 4px 0;
	padding: 4px;
	background: #FFFABF;
	border: 1px solid #FFD35F;
}
.success {
	margin: 4px 0;
	padding: 4px;
	background: #D2FFCF;
	border: 1px solid #19CF21;
}

/**
 * Advert add form
 */
#sector-label,
#sector-element {
	/*display: none;*/
}
#formid-label,
#formid-element {
	display: none;
}
#advert-add-form dt,
#advert-add-form dd {
	
}
#advert-add-form #fieldset-naw dd,
#advert-add-form #fieldset-advert dd {
	margin-left: 2em;
	margin-bottom: .5em;
}

.photo-album .photo-detail {
  float: left;
  text-align: center;
  margin-bottom: 4px;
}

.photo-album .photo-detail .description {
  display: block;
  padding: 0 4px 4px 4px;
}
.photo-album .photo-detail .photo {
  height: 55px;
}
.photo-album .photo-detail .wrapper {
  margin: 2px;
  background: #FAF7F1;
  padding-top: 4px;
  border-radius: 1em 1em 1em 1em;
}

.red {border: 2px solid red; padding:4px;}
