body {
	background-color: white;
	font-family: arial;
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 20px;
}

#services {
	float: left;
}

#address {
	float: right;
}

div .clear {
	clear: both;
}

h1 {
	font-size: 24pt;
}

#name {
	text-align: center;
	padding-right: 139px;
}

#image {
	float: left;
}

#header {
	height: 130px;
}

.booking {
	padding-bottom: 40px;
}

.booking_icon {
	float: left;
	width: 250px;
	text-align: right;
	padding-right: 20px;
}

.booking_info {
	float: left;
}

#adr .booking_info {
	padding-top: 20px;
}

#medcon .booking_info {
	padding-top: 25px;
}

.section {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

.title {
	text-decoration: underline;
}



ul#tabs {
	text-align: left;
	border-bottom: 1px solid black;
	list-style-type: none;
	padding-left: 20px;
	padding-bottom: 3px;
}

ul#tabs li {
	display: inline;
}

.tab {
	border: 1px solid black;
	position: relative;
	padding: 4px 10px 4px 10px;
	background: #888;
}

.tab a {
	color: black;
	text-decoration: none;
}

.tab:hover {
	background: #aaa;
}

.tabactive {
	border-bottom: 1px solid white !important;
	background-color: white !important;
}

.tabactive:hover {
	background: white !important;
}

