body {
	margin-left: 50px;
	padding: 0;
	width: 1000px;
	color: #000;
	background-color: #fff;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
 	font-size: 12px;
	overflow: auto;
}


/*______________________________________________  general link style */

a:link {
	color: #44d;
}

a:visited {
	color: #44d;
}

a:active, a:hover {
	color: #fff;
	background-color: #44d; 
}


/*______________________________________________ toprow */


div#toprow {
	top: 0;
	height: 120px;
	width: 928px;
	background-color: #008;
/*	border: 1px solid #000; */
}

div#topleft {
	position: absolute;
	left: 50px;
	width: 155px;
/*	border-right: 1px solid #000; */
}

#topleftimage {
	width: 156px;
	height: 120px;
	border-width: 0;
}

div#topcenter {
	position: absolute;
	left: 205px;
	width: 771px;
}
	
#topcenterimage {
        padding: 20px 5px 5px 20px;
}


/*______________________________________________ topcenter country navigation */

div#topcenternavigation {
	position: absolute;
	top: 90px;
	left: 0;
	width: 100%;
	height: 30px;
	margin-left: 2px;
	border-top: 1px dashed #ff0;
}

div#topcenternavigation ul {
	margin-left: 10px;
	margin-top: 8px;
	padding: 0;
	list-style-type: none;
}

div#topcenternavigation ul li { 
	display: inline; 
}

div#topcenternavigation ul li a {
	text-decoration: none;
	padding: 0px 15px;
/*	color: #69f; */
	color: #ff0;
	background-color: #008;
}

div#topcenternavigation ul li a:hover {
	color: #ff0;
	background-color: #44d;
}

/*______________________________________________  navigation menu (left) */


div#centerleft {
	position: absolute;
	width: 145px;
	padding: 5px;
	background-color: #def;
	border-left: 1px dotted #bbb;
	border-bottom: 1px dotted #bbb;
}

div#hometitle {
	height: 15px;
	padding: 0px 0px 25px 0px;
}

div#menutitle {
	background-color: #def;
	padding: 5px 0px 0px 0px;
/*	border-bottom: 1px dotted #bbb; */
	font-weight: bold;
}

div#advertismentleftbox {
	background-color: #fed;
	font-size: 9px;
	padding: 1px 1px 1px 1px;
}
p#advertismentleft {
	font-size: 12px;
}

div#centerleft a {
	text-decoration: none;
}

div#centerleft ul li {
	list-style: none;
	margin-left: -30px;
	padding: 5px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
}

div#centerleft ul li a {
	color: #008;
}

div#centerleft ul li a:hover {
	color: #fff;
	background-color: #008;
}


/*______________________________________________ centerrow */



div#centerrow {
	top: 0;
	left: 205px;
#	width: 525px;
	vertical-align: top;

}

div#center {
	position: absolute;
	width: 770px;
	left: 206px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

div#centertext {
	float: left;
	width: 583px;
	padding: 5px 10px;
/*	border: 1px solid #000; */
}

div#centerfooter {
	clear: both;
	padding: 10px;
	margin-top: 20px;
	border-top: 1px solid #bbb;
	text-align: center;
	font-size: 12px;
}


/*______________________________________________ tables in centertext */


table.sightinfo {
	clear: both;
	width: 100%;
}

table.sightinfo td.title {
	background-color: #ccc;
	font-weight: bold;
}

table.sightinfo td a {
	text-decoration: none;
	font-weight: bold;
}


/*______________________________________________ boxes in centertext */


div#colorbox {
	float: right;
	width: 148px;
	padding: 0px 5px;
	background: #eee;
	font-size: 12px;
	border-left: 1px dotted #bbb;
}

p.hotelsearchbox {
	padding: 0px 5px;
}

table.adexample {
	width: 140px;
	height: 60px;
}

table.adexample td {
	border: 2px solid blue;
	text-align: center;
	color: blue;
	font-weight: bold;
}

table.alertbox {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}

table.alertbox td {
	padding: 5px;
	border-top: 3px dotted #bbb;
	border-bottom: 3px dotted #bbb;
	background-color: #fee;	
}

table.alertbox td ul {
	margin-top: 0px;
	margin-bottom: 5px;
}

table.alertbox td ul li {
	margin-left: -20px;
}

table.alertbox table td {
	padding: 0;
	border: 0;
}

	

div#detailsBox {
	float: right;
	width: 141px;
	height: 500px;
	padding: 0px 0px;
	font-size: 12px;
	border-left: 1px dotted #bbb;
	background-color: #def;	
}


/*______________________________________________ advertisementbox */


div#advertisementbox {
	background-color: #ccc;
	font-size: 9px;
	height: 50px;
	padding: 1px 1px 5px 1px;
}

table#advertisementboxtable {
	width: 100%;
	padding: 0;
}

table#advertisementboxtable td {
	width: 50%;
	text-align: center;
}

div#advertisement {
	font-size: 12px;
}

/*______________________________________________ countrylist and symbolstable index */


table#countrytable {
	width: 100%;
	margin: 0;
}

table#countrytable td {
	width: 33%;
	padding: 0;
	border-width: 0;
	vertical-align: top;
	line-height: 1.6;
}

table#countrytable td a {
	font-weight: bold;
}

div#symbolstable {
	margin-top: 30px;
	width: 310px;
	font-size: 10px;
	border: 1px dotted #bbb;
}

table#symbolstable {
	width: 100%;
	padding: 0;
	border-width: 0;
}



/*______________________________________________ google */


div#centerrightgoogle {
	position: absolute;
	left: 985px;
	width: 120px;
}

table#pongusfriends {
	width: 120px;
	padding: 0;
	background-color: #def;	
	border: 1px dotted #bbb;
	margin-bottom: 7px;
}

table#pongusfriends th {
	font-size: 12px;	
	background-color: #008; 
	color: #ff0;
}

table#pongusfriends td {
	padding: 0;
	font-size: 11px;
}


/*______________________________________________ hoteltables and images */


table#hotelguides {
  width: 100%;
}

table#hotelguides td {
  vertical-align: top;
}

IMG.hotel {
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
}


/*______________________________________________  centertext pictures */


TABLE.imgleft {
 	float: left;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-right: 1em;
}

TABLE.imgright {
	float: right;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 1em;
}

P.imglbl {
	/*  font-size: smaller; */
 	font-style: italic;
	margin-top: 0;
	margin-bottom: 10px;
}

P.maplbl {
	/*  font-size: smaller; */
 	font-style: italic;
	margin-top: 0;
	margin-bottom: 10px;
}


/*______________________________________________  paragraph styles (Peter) */

P.backlink {
	clear: both;
	font-style: italic;
}

P.backlinkcascade {
	font-size: smaller;
	font-style: italic;
}

P.clear {
	clear: both;
}

P.author {
	font-size: smaller;
	font-style: italic;
}

P.subtitle {
	font-size: larger;
	font-weight: bold;
}

P.hotel {
	clear: both;
	margin-top: 0px;
}

P.hoteltitle {
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
}

P.userAdminTitle {
	clear: both;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: larger;
	font-weight: bold;
}

/*______________________________________________  header styles (Peter) */

H1 {	clear: both;
	font-size: 24px;
}

H2 {	clear: both;
	font-size: 18px;
}

H2.hotellist {
	margin-top: 20px;
}

H3 {	clear: both;
	font-style: italic;
	font-size: 16px;
}

H4 {	clear: both;
	font-size: 14px;
}





