@charset "utf-8";
/* CSS Document */



/*site*/
body {
   	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #; 
}
a, a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
	color: #;
}
a img {
	border: 0px;
}
h1{
	margin: 0 0 3px 0;
	width: 534px;
	background: /*e5ebf0*/# url(../img/header/verlauf.png) repeat-x;
	font-size: 21px;
	font-weight: bold;
	padding: 15px 20px 3px 0;
	text-align: right;
	border-bottom: # 2px ridge;

}
p {
	margin: 0;
	padding: 0;
}
td {
	padding: 3px;
	border: 1px solid #e5ebf0;
	overflow: hidden;
}
img {
	width: 245px;
	height: 150px;
	overflow: hidden;
}
.pic {
	width: 225px;
	border-right-width: 0;
	border-bottom-width: 0;
}
.pic div {
	width: 100%;
	height: 100%;
	position: relative;	
}
.pic .rating {
	z-index: 10;
	position: absolute;
	right: 7px;
	bottom: 7px;
	width: 90px;
	height: 30px;
	background: url(../img/rating.png) no-repeat 0 0;
	font-weight: bold;
	font-size: 16px;
	padding: 24px 0 0 10px;
	letter-spacing: -0.5px;
    color: #003c6e;
}
.pic .rating span {
	font-size: 14px;
	padding-left: 2px;
}
.details {
	width: 270px;
	padding-left: 20px;
	border-left-width: 0;
	border-bottom-width: 0;
	margin: 0;
}
.ort {
	font-weight: bold;
	padding-bottom: 6px;
}
.leistungen {
	padding-bottom: 10px;
}
.stars {
	width: 12px;
	height: 12px;
	padding: 0;
	margin: 0 0 0 1px;
}
.price {
	text-align: right;
	margin-right: 20px;
}
h2 {
	font-size: 18px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 10px 0;
}



/*Angebote*/

table{
    font-family: Arial, Helvetica, sans-serif;
	color: #;
	font-size: 12px;
	text-align: left;
	width:554px; 
	padding: 0;
	border: 0;
}
#table {
	border-bottom: 1px solid #e5ebf0;
}
.preis {
    font-size: 18px;
	font-weight: bold;
	color: #;
}
tr:hover td {
	background:# url(../img/trans.png);
}


/*Hotline*/

.footer{
	font-size: 10px;
	width: 552px;
	height: 172px;
	margin-top: 3px;
	text-align: left;
	border: 1px #E5EBF0 solid;
    color: #;
}
.footer div {
	float: left;
	margin: 5px 0 0 10px;
}
.footer p{
	margin-left: 10px;
}
.top {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 5px 5px;
	padding: 0;
}
.picture {
	width: 225px;
	height: 142px;
	margin: 20px 0 0 0;
	float: right;
}
.number {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 10px;
}


/*Copyr.*/
.textsmall{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 10px;
    color: #;
}