@charset "UTF-8";

/* --- table of content -----------------------------------
	color definitions
	custom styles
*/




/* --- color definitions ----------------------------------
	.white			{ color: #FFFFFF; }
	.black			{ color: #000000; }
*/




/* --- custom styles --------------------------------------
*/




/* *********************************************************************
	BASKET begin
 **********************************************************************/
#basket{
	line-height: 140%;
}
#basket_content{

}
#basket_total_wrap{
	margin-top: 3px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top: 1px solid #ccc;
}
#basket_clear{
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 3px;
	font-weight: bold;
	cursor: pointer;
}
#basket_displaylink{
	float: left;
	margin-top: 10px;
	margin-right: 3px;
}
#basket_printlink{
	float: left;
	margin-top: 10px;
	margin-right: 3px;
}
#basket_downloadlink{
	margin-top: 10px;
	float: left;
}
.basket_content_item a{
	text-decoration: none;
}
.item_basket{
	margin: 0 5px 0 0;
	cursor: pointer;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
}
.basket_plus{
	background:transparent url(img/check_light.png) no-repeat;
}
.basket_plus:hover{
	background:transparent url(img/check_dark.png) no-repeat;
}
.basket_minus{
	background:transparent url(img/x-light.png) no-repeat;
}
.basket_minus:hover{
	background:transparent url(img/x-dark.png) no-repeat;
}
#basket_content li{
	margin: 0;
	padding: 0;
}
#basket_content_links{
	margin: 0 10px;
	color: #85B916;
}
#basket_content_files{
	margin: 0 10px;
	color: #85B916;
}
.loader_small{
	background: url('img/loader_small.gif') center center;
	background-repeat: no-repeat;
	height: 100px;
}
/* *********************************************************************
	BASKET end
 **********************************************************************/
 

/* Extenions */

/* ke_questionnaire */

.keq_questionnaire {
    padding: 0 0 15px;
}

.keq_page {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
}

form#ke_questionnaire {
	margin: 0 15px;
}
.keq_unit {
    background: none repeat scroll 0 0 transparent;
    margin: 15px 0;
    padding: 0;
    width: auto;
}
.keq_question {
    background: none repeat scroll 0 0 white;
    border-color: #85B916;
    border-style: none none solid solid;
    border-width: 0 0 1px 20px;
    display: block;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: auto;
}
.keq_selection, .keq_input {
    border-color: #85B916;
    border-right: 0 none #85B916;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    margin: 0 0 0 19px;
    padding: 0;
    position: relative;
}

input[type="radio"] {
    border: medium none;
    clear: both;
    color: #000000;
    height: auto;
    margin: 0;
    width: auto;
}
.keq_navigation a {
    background-color: #85B916;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    float: right;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 220px;
	}
	.keq_navigation a:hover {
	    background-color: #85B916;
	    color: #000000;
	}
.keq_navigation {
    margin: 10px 0;
    padding: 10px 0;
    width: auto;
}
.keq_other {
    padding: 5px;
}
.keq_selection thead th {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    color: #333333;
    font-style: italic;
    font-weight: normal;
    padding: 5px 0;
}
.tx-kequestionnaire-pi1 .even,
.tx-kequestionnaire-pi1 .odd {
    background-color: transparent;
    line-height: inherit;
}
.keq_selection tbody td {
    border-bottom: 0 none;
    padding: 5px 0;
}
.layout100 textarea.keq_inp_textarea,
.layout150 textarea.keq_inp_textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 10px;
	padding: 3px;
    width: 458px;
}

