/* SVN FILE: $Id$ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */


* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #fff;
	color: #333333;
	font-family:verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin: 0;
}
p {
	line-height:1.3em;
	font-size:1em;
	margin-bottom:0.5em;
}

a {
	color: #00745c;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #00745c;
	font-size: 200%;
	margin: 0.1em 0;
	font-style:italic;
	font-weight:bold;
}
h2 {
	color: #dc2846;
	font-family:helvetica, arial, sans-serif;
	font-size: 140%;
	margin:0;
	padding:0.8em 0;
	font-style:italic;
	font-weight:bold;
}

h2 a {
    color: #dc2846;
    margin:0;
}

h2 a:hover {
    text-decoration: none;
}

h3 {
	color: #dc2846;
	font-family:helvetica, arial, sans-serif;
	font-size: 130%;
	padding-top: 1.5em;
}
h4 {
	color: #dc2846;
	font-weight: normal;
	padding-top: 0.5em;
}

img {
    padding:5px;   
}

/* Layout */
#container {
	text-align: left;
	margin:20px auto;
	width:911px;
}

#header{
	padding: 20px 30px;
	border:1px solid #7db6ab;
	border-right:10px solid #c82846;
	height:84px;
	background-attachment:scroll;
	background-color: #f3f3f3;
	background-position:700px 0;
	background-repeat:no-repeat;	
	margin-bottom:75px;
	width:840px;
}
#header h1 {

}
#header h1 a {
	background: transparent url('../img/logo.png') no-repeat left;
	text-indent:1000px;
	overflow:hidden;
	width:326px;
	height:58px;
	display:block;
}

#bannerlinks{
	width:420px;
	float:left;
}

#bannerlinks img{
	position:relative;
	top:-12px;
	left:54px;
}

#bannerrechts{
	width:400px;
	float:left;
}


#content {width:100%;}
.block {
	float:left;
	padding: 20px;
	overflow: auto;
	border:1px solid #7db7ab;
	margin-right:20px;
    background-color: #f3f3f3;
}
.block.last {
	border-right:10px solid #c82846;
	margin-right:0;
}
#left {width:250px;}
#left.product {width:380px;}
#left.home_nieuws  {width:292px; padding:0px;}

#left ol, ul{
	margin-left:20px;
}

#center {width:380px;}
#center.last {width:547px;}
#center.first {width:693px;} 
#center.small {width:250px;}
#center.half {width:399px;}

#product_overzicht{
    padding:5px;
}
#product_overzicht img{
    margin:5px;
    padding:0px;
}

#right {width:105px;}
#right.big {width:399px; float:right;} 

#footer {
	clear: both;
	text-align: center;
	text-transform:lowercase;
	top:20px;
	margin-bottom:40px;
	position:relative;
}
#footer a {
	color:#808080;
}
#footer ul {
	margin:10px 0;
	list-style-type:none;
}
#footer li {
	display:inline;
	padding:0 10px;
	margin:20px 0;
	border-right:1px solid #808080;

}	
#footer li.last {
	border-right:0;
}
#menu {
	position:absolute;
	margin-top:-55px;
	left:0;
	width:100%;
	height:34px;
	background:transparent url(../img/menu-bg.png) repeat-x;
	border-top:1px solid #714951;
	border-bottom:1px solid #bfbfbf;
	font-weight:bold;
}
#menu a {
	color:#fff;
	font-size:13px;
	line-height:15px;
	padding:9px 20px;
	position:relative;
	top:9px;
	border-left:1px solid transparent;
	border-right:1px solid transparent;
}
#menu li.active a,
#menu a:hover,
#menu a:active {
	background:transparent url(../img/menu-item-bg.png) repeat-x;
	border-left:1px solid #608074;
	border-right:1px solid #608074;
}
#menublock {
	list-style-type:none;
	width:910px;
	margin:0 auto;
	
}
#menublock li {
	display:inline;
	padding:0;
	margin:0;
}

/*right menu*/
#right_menu {
    width:145px;
    padding: 0px;
    margin: 0px;
    text-align: right;
    float:right;
    overflow: auto;
    border:1px solid #999;
    border-right:10px solid #c82846;
    background-color: #999;
}
#right_menu ul{
    list-style-type: none; 
    margin: 0px
    

}
#right_menu li{
    background-color: #e3e3e3; 
    margin: 0px 0px 1px 0px;
    padding: 7px 2px 7px 2px;
}
#right_menu ul li.selected{
   background:transparent url(../img/menu-right-bg.png) repeat-x; 
   background-color: #C82846; 
}
#right_menu li.selected a{
   color: white;
}
#right_menu li a{
    color: black;
    font-weight: bold; 
    
}
#right_menu ul ul li{
    padding-right: 8px;
    background-color: white;
    padding: 1px 8px 1px 2px;
}
#right_menu ul ul li a{
    font-weight: normal;
}
#right_menu ul ul li.selected{
    background:transparent url(../img/menu-right-item-bg.png) repeat-x;
    background-color: #006A50;
}



/* login */
#loginbox {
    position:relative;
    right:-30px;
    margin-top:2px;
    float:right;

}
#loginbox p{
	display: inline;
    clear:none;
    margin-left: 10px;
}
#loginbox a{
    color:#333333;
    font-size: 0.9em;
}
/*
#loginbox input[type=text]{
    width:160px;
    border:1px solid #DDD;
    background-color:#FFF;
    padding:1px 0px;
}

#ww_ok{
    width:160px;
	margin-top:5px;
}

#ww_ok input[type=password]{
    width:125px;
    float:left;
    border:1px solid #CCC;
    background-color:#FFF;
	padding:1px 0px;
}

#ww_ok input[type=submit]{
    width:30px;
    float:right;
    border:1px solid #CCC;
    background-color:#FFF;
	padding:0;
	clear:none;
}
*/
.home_nieuws {
    float:left;
    margin-right:20px;
}
.home_nieuws h1{
    background: url("../img/menu-item-bg.png") repeat-x scroll 0 0 transparent;
    color:white;
    font-size: 15px;
    padding:3px 3px 3px 20px;
    margin: 0;
    font-style: normal;
}

.act_list, .nieuws_list {
    border:1px solid #7db7ab;
    margin-bottom:20px;
    background-color: #f3f3f3;
} 
.home_nieuws h1 a{
    color:white;
}

.nieuws_item {
    padding-left:10px;
    margin:0px;
}

.nieuws_item h2 {
	font-size:15px;
    padding: 2px 0 0px 0px;
    font-style: normal;
}

.nieuws_item .datum {
    font-size:.8em;
    margin: 0 0 5px 0px;
    float:left; 
    color:grey;
}
.nieuws_item .meer {
    font-size: 11px;
    float:right; 
    font-style: italic;
}

.more-link {
     float:right;
}

.nieuws_item p{
	margin-bottom:1px;
}

.nieuws_item hr {
    width:290px; 
    border:0; 
    background-color:#aaa; 
    height:1px;
	margin:0px 0px 0px -10px;
}
			
.home_nieuwsitem_image{
	width:270px;
	
}

.home_nieuwsitem_image img{
	padding:0px;
    border:1px solid #aaaaaa;
}

.home_nieuwsitem_tekst{
	float:left;
    font-size:.95em;
}



/*Nieuwsberichten pagina*/

#nieuws li{
	margin:2px 0px;
}
#nieuws_maanden{
    margin-left:0px;
}

#nieuws_maanden .links{
	width:100px;
	float:left;
	margin:1px 0px;
}

#nieuws_maanden .rechts{
	width:100px;
	float:right;
	margin:1px 0px;
}

#nieuws_maanden li{
    list-style:none;
    margin:0px;
    padding:0px;
}

#nieuws_maanden ul{
    list-style:none;
    margin:0px;
    padding:0px;
}

#nieuws_jaren{
	margin-left:0px;
}


#nieuws_jaren li{
	list-style:none;
	margin:3px 0px;
	padding:0px;
}

#nieuws_jaren ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#nieuws_per_maand{
    margin-left:0px;
}

#nieuws_per_maand ul{
    padding:0px;
    margin:0px;
    list-style:none;
}

#nieuws_per_maand li{
    margin:0px;
    padding:0px;
    list-style:none;
}

#nieuwsbrief {
    width: 600px;
    margin-left: 150px;
    background-color: #D9E8E4;
    padding:15px; 
}
#nieuwsbrief .contactgegevens{
    width: 150px;
    float: right;
}
#nieuwsbrief .contactgegevens h3 {
    color: #247861;
    padding-top:0;
    padding-bottom: 4px;
    margin-bottom: 6px;
    font-size: 100%;
    font-weight: bold;
    border-bottom: 1px dashed #247861;
}
#nieuwsbrief .item {
    width: 400px;  
    background-color: #F2FBF0;
    padding: 15px 10px; 
    border-right: 5px solid white;
    border-left: 10px solid white; 
    text-align: justify;
}
#nieuwsbrief .item h3 {
    color: #BF0045;
    padding-top:0;
    padding-bottom: 4px;    
    margin-bottom: 6px;
    font-size: 100%;
    font-weight: bold;
    border-top: 1px dashed #BF0045;
    border-bottom: 1px dashed #BF0045;
}
#nieuwsbrief .item img{
    border: 2px solid #D9E8E4;
    margin-right: 7px;
    margin-bottom: 4px;
}

/*Banner op homepage */
.product_aankondiging {
    width:420px; 
}

.homepage_banner_top{
	width:402px;
	height:60px;
	background-image:url(../img/advertenties/homepage_banner_bg.gif);
	background-repeat:repeat-x;
	padding:10px;
}

.homepage_banner_top h2{
	font-size:30px;
	font-style:normal;
	font-weight:bold;
	margin:0px 10px 0px 0px;
	padding:0px;
	color:#fff;
	text-align:right;
}

.homepage_banner_top h3{
	font-size:15px;
	font-weight:normal;
	font-style:italic;
	text-align:right;
	color:#FFF;
	margin:5px 10px 0px 0px;
	padding:0px;
}

.homepage_banner_image img{
	padding:0px;
}

.homepage_banner_bottom{
	width:402px;
	height:77px;
	padding:10px;
}

.homepage_banner_bottom p{
	font-size:12px;
	line-height:24px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:left;
	color:#003300;
	font-family:Verdana, Geneva, sans-serif;
}


/*Pagina vulling */
#category {
    border: solid 1px;
    width: 210px;
    float: left;
    padding: 3px;
    margin: 5px;
    background-color:#FFF;
}
#category.right {
    width: 230px;
}
#category h3 a {
    color: #00745C; 
}
#category a {
    color: #DC2846; 
}
#category img{
    margin-right:3px;
}

#category.breed{
    width: 666px;
    border-color: #00745C; 
}

#category h3 {
    padding-top: 0;
}

#page_banner h1{
    color: white;
}
#page_banner{
    background-color: #00745C;
    margin:0px 0px; 
    padding:4px 10px; 
    width:714px;
}

/*Product layout pages: */
div.product {
    width:380px;
    border-top:0; 
    padding-top:30px; 
    position:relative; 
    top:-17px;
}

.product img{
    padding:0px;
}

#center.product{
    padding:0px;
    width:290px;
    background-color:#FFF;
}

#product_menu {
    /*padding-bottom: 20px;*/
    position: relative;
    left: 10px;
    z-index: 200;
    width: 400px;
}
#product_menu h2{
    display: inline;
    padding: 2px 3px;
}
#product_menu a{
    color: black;
    padding: 1px 4px;
	position:relative;
	top:5px;
	padding:5px 8px 2px;
}
#product_menu h2.selected a{
    background-color: #00745C;
    color: white;
    border: gray solid 1px;
    border-top: 0px;
}

.productimagecolumn{
    width:42px;
    float:left;
    height:100%;
}

.productbutton{
    float: left; 
    width: 140px; 
    height: 140px;
}
.productbutton_a{
        
}
.productbutton_b{
    width: 120px; 
    margin-left:10px; 
    margin-top:-80px; 
    opacity: 0; 
    filter:alpha(opacity=0);
}

.extrainfo {
    background-color: white;
    border: 1px solid #333;
    margin: 4px 0px;
    padding: 5px;
}
.extrainfo h3 {
    padding-top: 0px;    
}
.extrainfo h3 a{
    color: #dc2846;
}

#switches {
    height: 315px;
    overflow: auto;
} 





#img_nav{
    margin: 0;
    float:left;   
}
#img_nav li{
    margin: 0;   
}
#slideshow{
    position: relative;
    left:50px;
} 

#nav{
	margin:3px;
}

#nav .activeSlide {
    color: #DC2846;
    border-color: #DC2846;
}

#nav a{
	height:15px;
	border:1px solid #7DB7AB;
	padding:0px 4px;
	margin:2px;
}
	

.link_*{
	font-weight:bold;
}

.link_* a{
	font-weight:bold;
}



img.productimage_groot{
    display:block;
    margin:30px auto 0px auto;
}

.productimagecolumn img{
    border-right:1px solid #BBB;
    border-top:1px solid #BBB;
    border-left:none;
    border-bottom:none;
}

#medewerker {
    width: 295px;
	background-color:#FFF;
    height: 110px;
    float: left;
    margin:10px 14px;
	border:1px solid #AAA;
	padding:5px;
}
#medewerker .details {
    font-weight: bold;
    font-style: italic;
}

.medewerkersvak{
	border:1px solid  #CCC;
	padding:0px 10px 10px 10px;
	margin-bottom:20px;
	background-color:#EEE;
}

.medewerkersvak h2{
	padding-bottom:0px;
	margin-bottom:0px;
}

.medewerker_foto{
	width:100px;
	float:left;
}

.medewerker_gegevens{
	widows:195px;
	float:left;
	margin-left:20px;
}

.kwaliteitskeur {
    float: right;
    margin-left: 20px;
}


/* */
.publicaties {
    padding: 10px 20px;
    margin: 10px 20px 10px 0px;
    overflow: auto;
    border:1px solid #7db7ab;
    background-color: #f3f3f3;    
    
}

.publicatie {
    padding: 10px 20px;
    margin: 10px 20px 10px 0px;
    overflow: auto;
    border:1px solid #7db7ab;
    background-color: #FFFFFF;        
}
/* Downloads */

.downloaditem{
    width:354px;
    border:1px solid #BBB;
    background-color:#FFF;
    padding:5px;
    float:left;
    margin:5px;
}

.downloaditem img{ 
    float:left;
    width:35px;
    padding:0px;
    padding-right:5px;
}

.downloaditem_tekst{
    font-size:11 px;
}

/* */
#vacature {
    padding: 10px 20px;
    margin: 10px 20px 10px 0px;
    overflow: auto;
    border:1px solid #7db7ab;
    background-color: #f3f3f3;
}



/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 80%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 15em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 4px 20px 10px 20px;
}
fieldset legend {
    
    background:none;
    color: #dc2846;
    font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	/* clear: both; */
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
}
input, textarea {
	clear: both;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
    border:1px solid #222;
}
select {
	clear: both;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 1em 0;
	border-top:1px solid #7DB7AB;
	border-bottom:1px solid #7DB7AB;
	padding:0.5em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* Contactformulier */
.contactformulier label{
	width:340px;
	margin:0px;
	padding:0px;
}
	
.contactformulier input{
	width:340px;
	height:16px;
	background-color:#FFF;
	margin-bottom:10px;
}

.contactformulier textarea{
	width:680px;
	background-color:#FFF;
	margin-bottom:10px;
	height:160px;
}

.contactformulier input[type=submit]{
	width:70px;
	height:25px;
}

.contactformulier fieldset{
	margin:0px;
	padding:0px;
	border:none;
}

.contactbanner p{
	padding:3px;
	font-size:10px;
}

.contactbanner h3{
	padding-left:3px;
}
	
/*storingsmelding */
#storingsmelding legend {
    font-family:helvetica, arial, sans-serif;
    font-size: 130%;
}


#storingsmelding fieldset {
    width: 290px;
    float: left;
    margin: 5px;
}


#storingsmelding input[type=radio] {
    float:none;
    width:auto;
    margin: 0 3px 7px 0;
    display: inline;
}
#storingsmelding label{
    display: inline;
    margin-right:15px;
}

#storingsmelding .breed fieldset{
    width: 632px;
    
}
#storingsmelding .breed .text{
    width: 290px;
    float: left;
    padding-right: 20px;    
}

/*Besparingsberekening*/
#rekenform fieldset legend {font-size: 1.2em;}
#rekenform input {width:10em}
#rekenform label {width:10em; display:inline; float:left; text-align: right; padding-right:1em;}
#rekenform div.input {padding:5px; clear: left;}

#rekenform input[type=button].green {
    background:url("../img/menu-item-bg.png"); 
    width: auto; 
    float:right; 
    color: white; 
    margin-right: -10px; 
    margin-top:-24px;
}
span.info {float:right}

.besparingsberekening button {
    width: 81px; 
    border: 1px transparent solid; 
    background: none; 
    cursor: pointer;
}
.besparingsberekening button:hover {
    border: 1px solid #aaa
}
#submittekst {
    height: 3.5em;
}
.kleinelettertjes {
    margin-top: 1.5em;
    color: #808080;
}



