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

#right{
	width:560px;
	height:auto;
	float:left;
	padding:0 0 0 0;
}
#left{
	width:360px;
	height:auto;
	float:left;
	padding:0 20px 0 0;
}
.left01_top{
	width:359px;
	height:auto;
	float:left;
	padding:10px 0 10px 0;
	border-bottom:1px solid #d3d3d3;
}
.left01_bottom{
	width:359px;
	height:auto;
	float:left;
	padding:10px 0 0 0;
}

#infobox{
	width:560px;
	height:auto;
	float:left;
}
#anruf_box{
	width:257px;
	height:91px;
	float:left;
	background-image:url(../images/anruf_hg.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:7px 20px 0 0;
	margin-right:4px;
}
#termin_box{
	width:257px;
	height:91px;
	float:left;
	background-image:url(../images/termin_hg.png);
	background-position:right top;
	background-repeat:no-repeat;
	padding:7px 0 0 20px;
}
.angebot_box{
	width:538px;
	height:auto;
	float:left;
	padding:10px 10px 10px 10px;
	background-image:url(../images/box_hg_weiss.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:1px solid #d3d3d3;
}
.angebot_box2{
	width:538px;
	height:auto;
	float:left;
	padding:10px 10px 10px 10px;
	background-image:url(../images/box_hg_weiss.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:1px solid #d3d3d3;
	margin-top:15px;
}
.ul_angebot_left{
	margin:5px 10px 5px 0px;
	padding:10px 0px 10px 0px;
	width:262px;
	float:left;
}
.ul_angebot_right{
	margin:5px 0 5px 0px;
	padding:10px 0px 10px 0px;
	width:262px;
	float:left;
}
.li_angebot {
	list-style-type: none;
	padding:6px 0 6px 10px;
	text-align:left;
	background:url(../images/listpoint01.png) 0 12px no-repeat;
	border-bottom: 1px dashed #d3d3d3;
}

.angebot a:link {
	color: #676767;
	text-decoration: none;
}
.angebot a:visited {
	color: #676767;
	text-decoration: none;
}
.angebot a:hover {
	color: #2020cb;
	text-decoration: underline;
}
.angebot a:active {
	color: #2020cb;
	text-decoration: underline;
}
.angebot_active {
	color: #2020cb;
	font-weight:bold;
	font-size:23px;
}
