html {
	background-color: #01244c;
}

body {
	font-family: "Lucida Grande", Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #005baa;
	margin-bottom: 4px;
}

h1 {
	font-size: 10pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 10pt;
	color: #662d91;
}

h4 {
	font-size: 10pt;
	color: #662d91;
}

p {
	margin: 5px 0 10px 0;
}

strong {
	font-weight: bold;
}

ul {
}

li {
	margin-left: 20px;
	list-style-type: disc;
}

/* 	color: #005baa; */
a, a:visited {
	color: #666583;
	text-decoration: none;
	
}

a:hover {
	color: #00bdf2;
}

a.selected {
	color: #005baa;
}

a img {
	border: 0;
}

.clear {
	clear: both;
}

#site {
	background-color: #fff;
	width: 1000px;
	margin: 0 auto;
}

#header #banner {
	height: 149px;
	background-image: url(img/top.gif); 
}

#header #i18n {
	position: relative;
	left: 728px;
	top: 54px;
	width: 250px;
	height: 70px;
	padding: 5px;
}

#header #i18n .lang {
	margin-top: 2px;
	width: 110px;
	float: left;
}

#header #i18n .lang a {
	font-weight: bold;
}

#header #menu {
	background-image: url(img/menubalk.png);
	height: 51px;	
}

#header #menu a {
	margin-top: 10px;
	display: inline;
	width: 142px;
	float: left;
	text-align: center;
	font-weight: bold;
}

#content {
	float: left;
	width: 760px;
	margin-top: 12px;
}

#content a, #content a:visited {
	color: #005BAA;
}

#content a:hover {
	color: #00bdf2;
}

#footer {
	height: 85px;
	background-image: url(img/bottom.png); 
}

#footer p {
	position: relative;
	top: 30px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
}

#post {
	background-color: transparent;
	text-align: center;
	color: #008fd5;
	font-size: 8pt;
	margin-bottom: 20px;
}

#post a {
	color: #008fd5;
}

#post a:hover {
	text-decoration: underline;
}

#banners {
	margin-left: 48px; 
	margin-top: 12px;
	width: 100px;
	float: left;
}

body.guide #banners {
	margin-left: 30px; 
	margin-top: 12px;
}

#banners .banner {
	margin-bottom: 20px;
}

/* static */
body#tinymce {
	background-color: #e1e9f6;
    padding: 10px;
}

body.static #content {
	margin-left: 50px;
	background-color: #e1e9f6;
	padding: 20px;
	width: 650px;
}


/* guide home */

body.guide.home #content {
	margin-top: 0;
}

body.guide .category {
	width: 755px;
	height: 175px;
	background: url(img/Guide_basic_bttn.gif);
}

body.guide .category .inner {
	padding: 20px 0 0 60px;
}

body.guide .category img {
	width: 141px;
	height: 125px;
	float: left;
	margin-top: 3px;
}

body.guide .category .text {
	float: left;
	width: 500px;
	height: 120px;
	margin-left: 10px;
	overflow-y: auto;
	margin-top: 10px;
}

/* guide category */

body.guide_category #content {
	margin-left: 50px;
	width: 690px;
}

body.guide_category .subcategory {
	width: 690px;
}

body.guide_category h1.subcategory_title {
	border-bottom: 2px solid #005baa;
}

body.guide_category .item {
	background-color: #e1e9f6;
	margin: 10px 0 10px 0;
	width: 690px;
}

body.guide_category .item .inner {
	padding: 10px;
}

body.guide_category .item h1.item_title {
}

body.guide_category .item img {
	width: 141px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	padding-right: 10px;
}

body.guide_category .item .text {
	float: left;
	width: 485px;
	margin-left: 10px;
	margin-top: 14px;
}
body.guide_category .item p.website, body.guide_category .item p.location {
	margin: 0;
}

/* index */

body.index #content {
	margin-left: 50px;
	background-color: #e1e9f6;
	padding: 20px;
	width: 650px;
}

body.index .item {
	margin-bottom: 8px;
}

/* specials */

body.specials #content {
	margin-left: 50px;
	width: 690px;
}

body.specials .item {
	background-color: #e0def0;
	margin: 0px 0 30px 0;
	width: 690px;
	
	padding-bottom: 20px;
	
	background-image: url(/site_media/besthealthtravel/img/sluitbalkpaars.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

body.specials .item .inner {
	padding: 10px;
}

body.specials .item h1.item_title {
}

body.specials .item img {
	width: 245px;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	padding-right: 10px;
}

body.specials .item .text {
	float: left;
	width: 380px;
	margin-left: 10px;
	margin-top: 14px;
}
