@charset "utf-8";
/* CSS Document */

.auswahl {
	position: relative;
	width: 350px;
	height: 80px;
	padding: 5px 5px 5px 0px;
	clear: both;
}

.uhr {
	position: relative;
	width: 48px;
	height: 20px;
	float: left;
	
	font-weight: bold;

}

.ort {
	position: relative;
	width: 110px;
	height: 20px;
	float: left;

}

.referent {
	position: relative;
	width: 120px;
	height: auto;
	float: left;
	color: #e3003b;

}

.aktion {
	position: relative;
	width: 68px;
	height: 20px;
	float: left;
	top: -5px;

}
 
.thema {
	position: relative;
	width: 300px;
	height: 20px;
	left: 48px;
	float: left;
	color: #000;
	top: -3px;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;

}

.thema_liste {
	position: relative;
	width: 300px;
	height: 20px;
	left: 48px;
	float: left;
	color: #000;
	margin-top: 2px;
	font-weight: bold;
	clear: both;
}

/* Kein Inhalt */

.k_auswahl {
	position: relative;
	float: left;
	width: 232px;
	background-color: #FFE8E8;
	padding: 0px 3px 3px 3px;
}

#spendenstand {
	position: fixed;
	top: 57px;
	left: 7px;
	padding: 3px;
	width: 120px;
	height: 18px;
	color: #df063d;
	z-index: 100;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

*html #spendenstand {
	position: absolute;
	top: 57px;
	left: 7px;
	padding: 3px;
	width: 120px;
	height: 18px;
	color: #df063d;
	z-index: 100;
	float: left;
	font-size: 16px;
	font-weight: bold;
}

input, textarea, select, fieldset {


color: #333;
margin:1px;
padding:1px;
border: 1px solid #ccc;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.textfeld_kontakt {
	width: 200px;
	height: 16px;
	padding: 2px;
}

.text_area  {
	width: 200px;
	height: 150px;
	padding: 2px;
}

.button  {
	position: relative;
	left: 71px;
	width: 110px;
	height: 24px;
	padding: 2px;
}