/* 
    Document   : default
    Created on : 28-jan-2012, 17:20:50
    Author     : frederickroegiers
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
html,
body {
    margin:0;
    padding:0;
    height:100%;
    background-image: url(../images/site/bg.png);
    background-repeat: repeat-x;
    font-family: helvetica, sans-serif;
}

/*CONTAINER*/
/* 
    _____________________________________________ 
*/
#container {
    min-height:100%;
    position:relative;
}

/*HEADER*/
/* 
    _____________________________________________ 
*/
#header {
   background-image: url(../images/site/header.png);
   height: 60px;
}
#centered
{
    width: 960px;
    margin: auto;
}

#centered a
{
    margin-top: 10px;
    width: 250px;
    height: 200px;
}
#centered ul
{
    position: absolute;
    top: 20px;
    margin-left: 270px;
}
#centered li
{
    display: inline;
    margin-right: 20px;
}
#centered li a
{
    color: #FFFFFF;
    text-decoration:  none;
    font-variant: small-caps;
    font-size: 20px;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#centered li a:hover, a.active
{
    color: #FFFFFF;
    text-decoration:  none;
    font-variant: small-caps;
    font-size: 20px;
    background:rgba(114,164,53,0.5);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}



/*BODY*/
/* 
    _____________________________________________ 
*/
#body {
    padding-bottom:60px;   /* Height of the footer */
    width: 960px;
    margin: auto;
    font-size: 14px;
}

#links
{
    position: absolute;
    width: 230px;
    padding: 20px;
    padding-top: 100px;
    top: 100px;
}

#midden
{
    position: relative;
    width: 420px;
    margin-left: 270px;
    top: 50px;
    padding: 10px;
    padding-bottom: 120px;
}

#rechts
{
    position: absolute;
    width: 250px;
    padding: 20px;
    margin-left: 710px;
    top: 100px;;
}

#plantInfo
{
    background-color: white;
    padding: 20px;
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

/*FOOTER*/
/* 
    _____________________________________________ 
*/
#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
    background-image: url(../images/site/footer.png);
    opacity: 0.9;
    text-align: center;
}

#footer p
{
    line-height: 30px;
    font-size: 10px;
}

#footer a
{
    color: brown;
}

#footer a:hover
{
    color: #F33;
}

/*h1, p, ... */
h1
{
    font-size: 20px;
    padding-bottom: 30px;
    font-variant: small-caps;
    font-weight: bold;
}

h2
{
    clear: both;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    font-variant: small-caps;
}


h3
{
    font-variant: small-caps;
    clear: both;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
}

hr
{
    border: solid 0,2px;
}

p
{
    margin-bottom: 20px;
    line-height: 16px;
}

p.error
{
    color: red;
    background-color: yellow;
    padding: 3px;
    margin-left: 20px;
    font-size: 10px;
    width: 200px;
    text-align: center;
}

p.succeed
{
    color: green;
    padding: 3px;
    margin-left: 20px;
    font-size: 10px;
    width: 200px;
    text-align: center;
}


td.kolom1
{
    font-weight: bold;
}


/*CONTACT*/
/*CONTACT*/
/*_________________________*/
.contact
{
    width: 300px;
    float: left;
    margin-left: 20px;
    
}
.contact label
{
   clear: both;
   font-size: 12px;
}
.contact input[type=text]
{
    width: 290px;
    clear: both;
    margin-bottom: 10px;
    margin-left: 0px;
}
.contact textarea
{
    width: 290px;
    clear: both;
    margin-bottom: 10px;
}

.contactlijst
{
    font-size: 12px;
}

.contacttype
{
    width: 55px;
    display: inline-block;
}

.asterisk
{
    font-family: Arial;
    margin-left: 10px;
    color: red;
    font-size: 10px;
    margin-right: 20px;
}

form input[type="file"],
form input[type="text"],
form input[type="password"],
form textarea {
    background-color: #E5FCDB;
    border: solid 1px #8EC045;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #6F5623;
    padding: 5px;
    width: 240px;
}

form input[type="file"]:focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form textarea:focus {
    background-color: #D0F9BD;
    color: rgb(0,0,0);
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}

a.button,
.contact form input[type="submit"],
.contact form input[type="reset"] {
    background-color: #CCC;
    background-color: rgba(255,255,255,.5);
    background: -moz-linear-gradient(top, rgba(255,255,255,.5), rgba(255,255,255,.75));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.5)), to(rgba(255,255,255,.75)));
    border: none;
    border-radius: 3px;
        -moz-border-radius: 3px;
    box-shadow: -1px 1px 3px rgba(0,0,0,.25);
        -moz-box-shadow: -1px 1px 3px rgba(0,0,0,.25);
        -webkit-box-shadow: -1px 1px 3px rgba(0,0,0,.25);
    cursor: pointer;
    padding: 4px 10px;
    margin-right: 10px;
}

a.button:hover,
.contact form input[type="submit"]:hover,
.contact form input[type="reset"]:hover {
    background: #D0F9BD;
    border: none;
    border-radius: 3px;
        -moz-border-radius: 3px;
    -moz-transition: all .3s ease-in-out;
box-shadow: -1px 1px 3px rgba(0,0,0,.25);
        -moz-box-shadow: -1px 1px 3px rgba(0,0,0,.25);
        -webkit-box-shadow: -1px 1px 3px rgba(0,0,0,.25);
}

form input[type="reset"]:hover {
    background: #F33;
    color: #FFF;
}

form input[type="reset"]:active {
    background: #3F3;
}

form ul.errors {
    padding: 0;
    list-style-type: none;
}

.verstuurd
{
    font-size: 12px;
    color: green;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 10px;
}

span.error
{
    float: right;
    color: red;
    font-size: 10px;
}




/* HOME
*/
.floatImage
{
    float: left;
    margin-right: 15px;
}



/*BACKOFFICE*/
/*
    _____________________________________________
*/
.inputPart
{
    margin-bottom: 10px;
}

input
{
    margin: 5px;
    margin-left: 20px;
}

input[type=text], input[type=password], textarea 
{
    width: 200px;
}

label
{
    font-weight: bold;
}

.plantsId
{
    display: inline-block;
    width: 20px;
}

.plantsName
{
    display: inline-block;
    width: 200px;
}
.plantsNameAssortiment
{
    display: inline-block;
    width: 200px;
}

.maand
{
    margin-left: 20px;
    display: inline-block;
    width: 100px;
}

.hidden
{
    display: none;
}

ul.plantslist li
{
    height: 30px;
    
}

ul.plantslist li:hover
{
    height: 30px;
    background-color: #D0EFA5;
}

ul.plantslistAssortiment
{
    margin-top: -20px;
    padding-bottom: 20px;
}


ul.plantslistAssortiment li
{
    height: 18px;
}

/*form*/


ul.plantslistAssortiment li a.button,
ul.plantslistAssortiment li form input[type="submit"],
ul.plantslistAssortiment li form input[type="reset"] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 10px;
    margin-right: 10px;
}

ul.plantslistAssortiment li a.button:hover,
ul.plantslistAssortiment li form input[type="submit"]:hover,
ul.plantslistAssortiment li form input[type="reset"]:hover 
{
    font-weight: bold;
    background: #FFF;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-transition: all .3s ease-in-out;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}   



textarea
{
    background-color: white;
    resize: none;
    width: 300px;
    height: 200px;
}


.assortimentTabel td
{
    padding-right: 20px;
    padding-bottom: 6px;
}

.assortimentImages
{
    padding-right: 20px;
    padding-bottom: 20px;
}

/*JMJK%JKLMJLMKJLMJ*/

#cont
{
    margin-top: 20px;
}
		
.search-background {
	display: none;
	font-size: 13px;
	font-weight: bold;
	height:160px;
	position: absolute;
	padding-top:140px;
	text-align: center;
	opacity:0.5;filter: alpha(opacity=50) ;
	text-decoration: none;
	width: 520px;
	color:#FFFFFF;
	text-shadow: #fff 0px 0px 20px;
	}
	
search-background label{	

	border:solid #66FF00 1px;
}	

#paging_button ul{ width: 510px; padding:0px; margin:8px; }

#paging_button ul li 
{ 
    -moz-border-radius: 3px 3px 3px 3px;
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: left;
    font-family: helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 0 2px 0px;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
	list-style-type:none; 
    width: 20px;cursor:pointer;
	}
	
#paging_button ul li:hover{background:#BBEF6F;}



/*ASSORTIMENT*/
.filterPlants a.button,
.filterPlants form input[type="submit"],
.filterPlants li form input[type="reset"] {
    font-family: helvetica, sans-serif;
    font-size: 12px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 10px;
    margin-right: 10px;
}

.filterPlants a.button:hover,
.filterPlants form input[type="submit"]:hover,
.filterPlants form input[type="reset"]:hover,
.filterPlants .filterPlantBtn
{
    font-family: helvetica, sans-serif;
    padding: 4px 10px;
    font-weight: bold;
    background: #FFF;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-transition: all .3s ease-in-out;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
} 