/* ukulele-schoppe.de BASICS CSS */
/* 2019-02-25 */


* {
	margin: 0;
	padding: 0;
	
}





body {
	font-family: TradeGothicLT, Helvetica, grotesque;
	font-size: 13px;
	line-height: 22px;
}



strong, h1, h2, h3, h4 {
	font-family: TradeGothicLTBoldTwo, Helvetica, grotesque;
	font-weight: normal;
}

	

img {
	border: none;
	outline: none;
	display: block;
}





a:hover,
.button:hover {
	cursor: pointer;
}









/* --- BASIC CLASSES --- */
.clear {
	clear: both;
}

.nodisplay {
    display: none !important;
}


.margintop {
	margin-top: 12px;
}

h3.margintop {
	margin-top: 24px;
}









/* --- FORMULARE --- */
form {
	overflow: hidden;
	margin-bottom: 15px;
}


form p {
	clear: both;
	overflow: hidden;
	
	margin: 8px 0;
}

form p.checkbox {
	padding: 0 0 0 103px;
}



form fieldset {
	border: none;
	border-bottom: 1px dotted #7e7d72;
	padding: 0 10px 5px 10px;	
	margin-bottom: 5px;
}





/* INPUTS */
form input {
	font-size: 120%;
	
	padding: 5px;
	margin-right: 2px;
}	

form input.text {
	width: 320px;

	border: none; /*1px solid black;*/
	border-left: 5px solid #7e7d72;
	background: #e8e7df;
}

form input.intval {
	width: 70px;

	border: none; /*1px solid black;*/
	border-left: 5px solid #7e7d72;
	background: #e8e7df;
	
/*	padding: 2px;*/
	margin-right: 252px;
}


form img.captcha {
	float: left;
}

form input.email {
	width: 160px;
	border: none; /*1px solid black;*/
	background: #e8e7df;
}

form input.captcha {
	float: left;
	width: 120px;
	height: 30px;

	border: none;
	background: #e8e7df;
	
	font-family: TradeGothicLTBoldTwo, Helvetica;
	font-size: 200%;
	letter-spacing: 0.3em;
	padding-left: 12px;
}




form textarea {
	width: 590px;	
	height: 100px;	
	border: none; /*1px solid black;*/
	border-left: 5px solid #7A786E;
	background: #e8e7df;
	
	font-family: TradeGothicLT, Helvetica;
	font-size: 120%;
	line-height: 110%;

	padding: 5px;
	margin: 0 2px 0 0;
}

form select {

}

form input.radio {
	display: block;
	margin: 0px;
	float: left;
}

form input.checkbox {
	display: block;
	margin: 0px;
	float: left;
	
	width: 16px;
}

form p.checkbox {
	margin-top: 3px;
}










/* BUTTONS */
form input.button,
form input.submit {
	cursor: pointer;
}

form input.submit {
}

form input.button {

}


html>body form input.button {

}


p.buttons {
	width: auto;
	float: right;
}

p.buttons input {

}








/* LABEL */
form label, .label {
	display: block;
	width: 120px;
	float: left;

	margin: 1px 0;
	
	font-family: TradeGothicLTBoldTwo, Helvetica Black;
	font-size: 80%;
	text-transform: uppercase;
}



form label.checkbox {
	float: left;
	margin: 0 0 2px 2px;
	
	font-family: TradeGothic, Helvetica;
	font-size: 100%;
	text-transform: none;
	width: 300px;
}



form label.radio {
	float: left;
	margin: 0 10px 2px 2px;
}









/* Listen */
ul {
	overflow: hidden;
	list-style: none;
}



dl {
	overflow: hidden;
	clear: both;
}










/* --- TABELLEN --- */
table {
	clear: both;
	width: 100%;
	text-align: left;
}


table caption {

}

table td, table th {
	padding: 0px;
	vertical-align: top;
}

table thead th {

}

table tbody th {

}

table tbody td {

}







/* Downloads & Files */
.file {
	display: table;
	height: 56px;
	padding: 0 8px 4px 58px;
	
	background: url( ../files/icons/unk.png ) no-repeat 0 0;
	margin-top: 6px;
}

.file a {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;

	color: #7A786E;
	text-decoration: none;
}

.file:hover { background-image: url( ../files/icons/unk-hover.png ); }
.file:hover a { color: black; }


.pdf { background-image: url( ../files/icons/pdf.png ); }
.pdf:hover { background-image: url( ../files/icons/pdf-hover.png ); }







