.termine_list{
	position:relative;
	width:470px;
}
.termine_list .termine_list_header{
	position:relative;
	background-image:url(../images/terminliste_header.gif);
	background-repeat:no-repeat;
	width:470px;
	height:42px;
}
.termine_list .termine_list_header .left{
	position:absolute;
	left:10px;
	top:20px;
	color:#454545;
	font-weight:bold;
}
.termine_list .termine_list_header .middle{
	position:absolute;
	left:220px;
	top:20px;
	color:#454545;
	font-weight:bold;
}
.termine_list .termine_list_header .right{
	position:absolute;
	left:360px;
	top:20px;
	color:#454545;
	font-weight:bold;
}
.termine_list .termine_item_odd{
	position:relative;
	background-image:url(../images/terminliste_item_odd_bg.gif);
	background-repeat:repeat-y;
	width:470px;
	min-height:40px;
	_height:40px;
}
.termine_list .termine_item_even{
	position:relative;
	background-image:url(../images/terminliste_item_even_bg.gif);
	background-repeat:repeat-y;
	width:470px;
	min-height:40px;
	_height:40px;
}
.termine_list .termine_item_odd .left, .termine_list .termine_item_odd .middle, .termine_list .termine_item_odd .right,
.termine_list .termine_item_even .left, .termine_list .termine_item_even .middle, .termine_list .termine_item_even .right
{
	position:relative;
	float:left;
}
.termine_list .termine_item_odd .left,
.termine_list .termine_item_even .left{
	position:relative;
	width:185px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:5px;
	min-height:30px;
	_height:30px;
}
.termine_list .termine_item_odd .middle,
.termine_list .termine_item_even .middle{
	position:relative;
	width:115px;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:5px;
	min-height:30px;
	_height:30px;
}
.termine_list .termine_item_odd .right,
.termine_list .termine_item_even .right{
	position:relative;
	width:105px;
	padding-left:25px;
	padding-top:10px;
	padding-bottom:5px;
	min-height:30px;
	_height:30px;
}


.termine_single{
	position:relative;
	width:470px;
	margin-bottom:10px;
}
.termine_single .termine_single_header{
	position:relative;
	background-image:url(../images/termine_single_header.gif);
	background-repeat:no-repeat;
	width:470px;
	height:64px;
}
.termine_single .termine_single_header .text{
	position:absolute;
	top:20px;
	left:35px;
	width:140px;
	font-weight:bold;
}
.termine_single .termine_single_even{
	position:relative;
	width:470px;
	min-height:30px;
	_height:30px;
	background-image:url(../images/termine_single_even_bg.gif);
	background-repeat:repeat-y;
}
.termine_single .termine_single_odd{
	position:relative;
	width:470px;
	min-height:30px;
	_height:30px;
	background-image:url(../images/termine_single_odd_bg.gif);
	background-repeat:repeat-y;
}
.termine_single .termine_single_even .left, .termine_single .termine_single_odd .left{
	position:relative;
	float:left;
	width:180px;
	text-align:right;
	min-height:15px;
	_height:15px;
	padding-top:10px;
	padding-bottom:5px;
	font-weight:bold;
}
.termine_single .termine_single_even .right, .termine_single .termine_single_odd .right{
	position:relative;
	float:left;
	min-height:15px;
	_height:15px;
	width:250px;
	padding-left:35px;
	padding-top:10px;
	padding-bottom:5px;
}

.termine_single_back A:link, .termine_single_back A:visited, .termine_single_back A:active, .termine_single_back A:hover{
	font-size:10px;
}

