body {
	font-family: verdana;
	font-size: 8pt;
	background-color: #fff;
	height:245px;
	width:170px;
	margin:0;
	padding:0;
	/*border:1px solid black*/
}
a {
	text-decoration: none;
}
img {
	cursor: pointer;
}
button {
	cursor:pointer;
	font-size: 8pt;
	background: transparent;
	border:none;
}
button:hover {
	text-decoration:underline
}
table {
  	white-space: nowrap;
	text-align: left;
	width: 160px;
	font-size: 9pt;
	border:0;
}
select{
  width: 100%;
	font-size: 8pt;
}
.inhalt {
	margin:5px;
}
.titel {
	font-size: 9pt;
	color: #575757;
	vertical-align:top;
	height:20px;
}
.buttons {
	text-align:left;
}
.bookable {
	font-size: 9pt;
}
.search{
	text-align:center;
	margin-top:5px;
	font-size: 10pt;
}
.phone {
	color: #575757;
	margin-top:5px;
	font-weight:bold;
}
#suchbutton{
	background: url(../../img/button-wide.png) no-repeat center 2px ;
	width:155px;
	height:25px;
	color: #ffffff;
	vertical-align: bottom;
}