@charset "utf-8";
/* CSS Document */


html, body {height: 100%; font-family:Verdana, Geneva, sans-serif;font-size:12px;margin:0;padding:0;}
#wrapper {margin:0;padding:0;min-height: 100%;height: auto !important;	height: 100%;margin: 0 auto -188px;}
#header{height:250px;width:100%;background-image:url(../img/header.jpg); background-repeat:repeat-x;}
#push {height: 188px;}
#footer{height: 188px; width:100%; background-image:url(../img/footer.jpg); background-repeat:repeat-x; clear:both;}
#footcopy{ text-align:center; font-size:10px;width:980px;margin-left:auto;margin-right:auto;position:relative;z-index:100;padding-top:150px;}
#footlinks{width:300px;margin-left:auto;margin-right:auto; text-indent:0px;padding-top:20px;}
#headwrap{width:980px;margin-left:auto;margin-right:auto;}
#klaverke{width:310px; float:left;}
#breadcrumb{width:650px;float:right; margin-top:18px;}
#breadcrumb h1{ color:#003300; font-size:18px;}

#content{width:980px;margin-left:auto;margin-right:auto;display:block;clear:both;}

#contentright{ width:650px;float:right;margin-top:-210px;}
h1{ color:#030; font-size:14px;}

#contentleft{width:310px;float:left;}
#contentleft ul { list-style:none;margin-left:0; padding-left:0; width:300px;}
#contentleft ul li a {display:block;padding: 5px 5px 5px 0.5em;border-bottom: 1px solid #ffffff;background-color: #b8cc09;color: #006600;text-decoration: none;width: 100%;}
#contentleft ul li a {width: auto;}
#contentleft ul li a:hover {background-color: #006600;color: #fff;}
#contentleft ul li a.active{background-color:#006600;color:#ffffff;}
#contentleft ul li a.last {border: 0;}

#linkblok{ background-color:#e4eca2; width:300px; height:160px;text-align:center;margin-top:-28px;padding-top:10px;}
#linkblok a{ text-decoration:none; color:#000000;}
#linkblok a:hover{color:#006600;}

#language{ width:90px;float:right;}
#language ul{list-style:none;margin:0;padding:0;padding-top:6px;}
#language ul li{ display: inline;}
#language a{padding: 8px;height:30px; background-color:#cddb53; text-decoration:none; color:#ffffff; font-weight:bold;}
#language a.active{ background-color:#FFFFFF;color:#000000; }
#language a:hover{ background-color:#FFFFFF;color:#000000; }

#ordertable{ text-align:left; margin:0;padding:0; width:100%;}
#ordertable th{background-color:#e4eca2;border-top:1px solid #b8cc09;border-bottom:1px solid #b8cc09;padding:6px;padding-bottom:8px;}
#ordertable th.first{border-left:1px solid #b8cc09;}
#ordertable th.last{border-right:1px solid #b8cc09;}
#ordertable tr{height:34px;}
/*.tekstarea{ background-color:#b8cc09; height:18px; border:1px solid #b8cc09; color:#FFFFFF;}*/
.tekstarea,.tekstarea2{ background-color:#b8cc09; height:18px; border:1px solid #b8cc09; color:#FFFFFF;}
.tekstarea2{text-align:center}
.image{padding:10px;}
.imageboek{float:right; padding:10px 0px 10px 10px;}
.li{font-size:85%;}
.subTitle{color:#030; font-size:14px; font-weight:bold}

a:link, a:visited, a:hover,  a:active {
    color: #060;
}

/*Tabellen*/
.datatable{
    font-size:10px;
    /*	border: 1px #030 solid;*/
    border-collapse:collapse;
    width:100%;
}

.sendbtn{
    margin-left: 200px;
}


.forCaptcha{
    display: block;
    float: left;
    width: 197px;
}
.datatable td{
    /*	border-bottom:#CCC 1px solid;*/
    border: 1px #BEE704 solid;
    padding-left:6px; padding-right:6px;
    text-align:left;
}
.datatable th{
    /*	border:#030 1px solid;*/
    text-align:left;
    font-weight:bold;
    padding:4px;
    background-color:#060;
    color:#FFF;

}
#recaptcha_widget_div{
    float: left;
}
/*	.datable caption{
                font-size:14px;
        }
.td2{
        background-color:#060;
        color:#FFF;
        font-weight:bold;
}*/

.error p{
	display: block;
	margin: 5px 0;
	padding: 10px;
	background: #B53A5D;
	border: 2px solid #8C0A2F;
	color: #fff;
}