dd { padding:0; margin:0; margin-bottom:10px; }

#showTable {	font-size:120%; }

#showFilter
{
	background-image:	url(images/filter-no.png);
	background-repeat:no-repeat;
	background-position:0 50%;
	padding-left:20px;
}

#filter
{
	background-color:#FFFFCC; 
	border:1px solid #98bf00;
}

#terminContent { margin-bottom:25px; }

.terminMonat {	margin-top:10px;	margin-bottom:10px; }
dt, dd, .moreText, #terminForm { font-size:80%; padding:3px; }
dd { padding-left:30px; }
.moreText { padding-left:30px;	display:none; }
input[type=text] {	min-width:70px; }
input[type=button] {	width:125px; }
select {	width:170px; }

.moreLink
{
	background-image:	url(images/pfeil-rechts.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.moreLink:hover
{
	background-image:	url(images/pfeil-unten.png);
	cursor:pointer;
}

.moreLinkActive
{
	background-image:	url(images/pfeil-unten.png);
	background-repeat:no-repeat;
	background-position:0 50%;
}
.moreLinkActive:hover
{
	background-image:	url(images/pfeil-rechts.png);
	cursor:pointer;
}

.moreText p { padding-bottom:2px; }

.exportStr
{
 margin-top:20px;
	font-size:70%;
}
