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

#terminscout {
	position: relative;
	margin: 0;
	left: 0 !important;
	padding: 0 0 2px 0;
	width: 630px;
	float: left;
	/*font-family:"Trebuchet MS", Verdana, Arial;*/
	/*border: solid 1px #666666;*/
}
#terminscout .navigation {
	position: relative;
	text-align: center;
	width: 630px;
	float: left;
	margin: auto;
	left: 0 !important;
	padding: 4px 0 4px 0;
}

#terminscout .navigation .back_next {
	position: relative;
	width: 60px;
	text-align: center;
	float: left;
	font-weight: bold;
}
#terminscout .navigation .pages {
	position: relative;
	width: 510px;
	text-align: center;
	float: left;
	font-weight: bold;
}
#terminscout #termine {
	position: relative;
	float: left;
	padding: 5px 5px 5px 5px;
	margin:0;
}
#terminscout #termine div {
	position: relative;
	float: left;
	padding-bottom: 10px;
	margin:0;
	border-bottom: solid 1px #dcdcdc;
	width: 630px;
}
#terminscout #termine div h1 {
	font-size: 128%;
	margin:0;
	padding: 2px 0 5px 0;
	border: 0;
}
#terminscout #termine div p {
	margin:0;
	padding: 0 0 10px 0;
}
#terminscout #termine div .hidden_text {
	position: relative;
	float: left;
	margin:0;
	padding:0;
	border: 0;
	display: none;
}

