/* Form focus styles */
.konfig input:focus,
.konfig textarea:focus,
.konfig select:focus {
	border-color: #0080af;
	box-shadow: inset 0 0 5px rgba(0, 128, 175, 0.3);
	}
	
/* Form layout */
.konfig textarea {
	width: 300px !important;
	}

.konfig fieldset {
	padding: 15px 15px 30px 15px;
	border: 1px solid #999999;
	background: #edf4fd;
	}

.konfig p {
	margin-left: 0 !important;
	}
	
.konfig ol {
	margin-left: 30px;
	}

.konfig ol.second {
	margin-left: 34px;
}

/* Form typography */
.konfig li,
.konfig legend,
.konfig span,
.konfig input {
	font-size: 14px !important;	
	line-height: 18px !important;
	font-weight: 300 !important;	
	}	

/* Form labels */
.konfig label {
	width: 200px !important;
	padding-top: 5px;
	}

/* Form inputs */
.konfig input[type=text] {
	width: 300px;
	}	

.konfig input[type=radio] {
	width: 15px !important;
	margin-right: 15px;
	}

.konfig input[type=checkbox] {
	width: 15px !important;
	margin: 0 15px 0 0;
	padding-top: 5px;
	}

.konfig span {
	margin-left: 10px;
	}	

/* Coins section */
#coins {
	margin-top: 20px;
	}	

#coins li {
	display: inline;
	margin-right: 30px;
	}		

#coins input[type=checkbox] {
	margin-top: 5px;
	}
	
/* Currency input */
.geb {
	width: 103px !important;
	text-align: right;
	}	

/* Select styles */
select {
    border: 1px solid #999999;
	font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: right;
	padding: 5px 5px 5px 0;
    width: 110px;
	}	

select.hour {
	width: 47px;
	margin: 0 3px;
	}

select.day {
	margin: 0 3px;
	}	

/* Hidden elements */
#taglich,
#tar1_taglich,
#tar2_taglich,
#tar3_taglich,
#tar4_taglich,
#zb2,
#tar1_zb2,
#tar2_zb2,
#tar3_zb2,
#tar4_zb2,
#tar1,
#tar2,
#tar3,
#tar4,
#imgupload {
	display: none;
	}
	
/* Button styles */
.konfig button {
    font-family: 'Roboto', sans-serif;
	font-weight: 500;
    font-size: 14px;
    text-shadow: black 1px 1px 1px;
    float: right;
    margin-right: 78px;
    width: auto;  
    border: 0 none;
    background: #0080af;    
	border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 6px 10px;
    text-indent: 0;    
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}

/* File input styles */
.konfig input[type=file] {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	}		
	