@charset "utf-8";
/* CSS Document */
* { padding: 0; margin: 0; }


div.hr { 
width: 90%; 
height: 1px; 
background: #FFF; 
margin-top: 15px;
margin-bottom: 5px;
margin-left: 5px;
} 


body {

	margin: 0;
	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background-image: url(/images/bg_strip.jpg); 
	background-repeat:repeat-x;
	background-color: #54c0fe;
	text-align: left;
}

#map_canvas
{
	position: absolute;
	display: block;
	float: right;
	margin-top: 0px;
	margin-left: 200px;
}

/* main */
#main {
	position: relative;
	width: 950px;
	height: 495px;
/*	margin: 2px 0 10px 20px;*/
	margin-top: 2px;
  margin-left: auto ;
  margin-right: auto ;
	background-image: url(/images/menu_back.jpg);
	background-repeat: no-repeat;
	background-color: white;
	margin-bottom: 0;
	padding-bottom: 0;
}

#main img
{
 z-index: 0;
/* position: absolute;*/
}

#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: none;
}

.post {
	margin: 0 10px 0 10px; 
	padding: 0 0 0 0;
	background: #FFF url(/images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
}

/** top menu */
#headerMenu {
	height: 0px;
	margin: 0px 0 0 0;
	padding: 0;
	width: 0px;
}

/*
#headerMenu p {
	text-aling: left;
	color: #FFF;
	
	background: url(/images/transparent.png) repeat-y;	

}
*/

#HeaderMenuBox
{
	color: #404040;
	width: 200px;
	background: url(/images/transparent.png) repeat-y;
	position: absolute;
	margin-top: 360px;
	height: 144px;
}

#HeaderMenuBox p
{
/*	font: normal 0.9em "Trebuchet MS", Tahoma, sans-serif;*/
	padding-left: 5px;
}

#HeaderMenuBox img
{
 position: absolute;
 margin-top: 4px;
 margin-left: 4px;
}

#headerList {
	position: absolute;
	width: 200px;
	background: url(/images/transparent.png);
	height: 495px;
	z-index: 6;	
}

#headerList ul {
	margin-top: 0px; /* was 0 top allign */
	font:  13px 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	width: 198px;	
	text-align: center;
	z-index: 100;	
}

#headerList li {
	text-align: center;

}

#headerList li a {
	float: left;
	width: 195px;	
	color: #404040;
	text-align: center;
	text-decoration: none;
	margin-top: 15px;
	padding-left: 5px;
	font-weight: bold;
}

#headerList li a:hover {
	background: #282c2b;
	color: #FFF;
}
#headerList li a#current  {
	background: #282c2b;
	color: #FFF; 
}

#headerList li a.no_bg:hover
{
	background: none;
}

/* header */
#header {
	padding-bottom: 0px;
}
#header-content {
	background: url(/images/header_colour.JPG);
	text-align: left;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 0px;
	padding: 0 0px 0 0;
	height: 20px;
	width: 950px;
}
#header-content h1#logo {
	position: absolute;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0;
	padding: 0;
	top: 1px;
	left: 128px;
	width: 765px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}

#header-menu a {
	float: left;
	display: block;
	margin: 0 0 0 30px;
	padding: 2px 0px 0px 15px;
/*	width: 130px;	*/
	color: #000000;
	font-family: Verdana, Georgia, Helvetica, Sans-Serif;
	font-size:10px;
	text-decoration: none 

}
#header-menu a:hover {
/*	background: #282c2b;*/
	color: #FFF;
}
#header-menu a#current  {
/*	background: #282c2b; */
	color: #FFF; 
}

/*
#logo {
position: absolute;
display: block;
margin-left: 0px;
margin-top: 20px;
z-index: 10;
}

#logo img
{
 margin-top: 8px;
 display: block;
}
*/
#tripAdvice
{
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 20px;
}

#trivago
{
 	position: absolute;
	margin-left: 550px;
	margin-top: -100px;
	height: 73px;
	width: 267px;
	background-image: url(/images/trivago.jpg);
	list-style-type: none;
}

#tripAdvice ul
{
list-style-type: none;
}

#pageTop
{
margin: 0;
position: relative;
height: 2px; /* was 137.. */
text-align: left;
width: 800px;
}

#center-page {
margin-top: 0;
width: 20%;
 }
 
#container {  }
#lefCol { float:left; width:180px; padding: 0 0 0 0; font: normal 1.0em "Trebuchet MS", Tahoma, sans-serif; text-align: center; font-weight: bold }
/*#midCol { float:left; width:590px; margin: 0 0 0 10px; margin-top: -10px; margin-left: 20px; font: normal 0.9em "Trebuchet MS", Tahoma, sans-serif; border-left: solid; border-width: 1px; padding-left: 5px; }*/
#midCol { float:left; width:740px; margin: 0 0 0 10px; margin-top: -10px; margin-left: 20px; font-family: Verdana, Georgia, Helvetica, Sans-Serif; font-size: 10px; border-left: solid; border-width: 1px; padding-left: 5px;}

.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
 * html .clearfix { height: 1%; }
.clearfix { display: block; }  

#midCol p a
{
 text-decoration: none;
 color: #555;
}

#midCol ul
{

 list-style-image: url('/images/bullet_sun.png');
}

#midCol li
{
 list-style-image: url('/images/bullet_sun.png');
}

#midCol ul li
{
 list-style-image: url('/images/bullet_sun.png');
 margin-left: 20px;
}

/* Footer */
#content_under
{
 position: relative; /* was absolute */
 width: 950px;
 background-color: white;
   margin-left: auto ;
  margin-right: auto ;

}

#lefCol form
{
	line-height: 60%;
}

#wrapper
{
  width: 950px ;
  margin-left: auto ;
  margin-right: auto ;
}

#bar
{
 height: 16px;
 width: 100%;
 background-color: #4779a4;
 z-index: 50;
 color: black;
} 

#grk
{
 margin-left: 0px;
 margin-top: -10px;
 display: inline;

}

#eng
{
 margin-left: 10px;
 display: inline;
 margin-top: -10px;
}

#ger
{
 margin-left: 10px;
 display: inline;
 margin-top: -10px;
}

#fra
{
 margin-left: 10px;
 display: inline;
 margin-top: -10px;
}

#ita
{
 margin-left: 10px;
 display: inline;
 margin-top: -10px;
}

#weather
{
 text-align: right;
 position: absolute;
 margin-left: 155px;
 display: block;
 margin-top: -85px;
}

#flash
{
	width: 700px;
	height: 600px;
	position: absolute;
	margin-left: 200px;
	background: white;
}

#bottom
{
position: relative;
 border-top-style: dotted;
 border-top-width: 1px;
 height: 100px;
}

#form_contain{}
#left {float:left; width:300px; padding: 0 0 0 0; font: normal 1.0em "Trebuchet MS", Tahoma, sans-serif; font-weight: bold; }
#right { float:left; width:200px; margin: 0 0 0 0px; margin-left: 20px; font: normal 1.0em "Trebuchet MS", Tahoma, sans-serif; font-weight: bold; padding-left: 5px; }

center.rapid
{
 color: black;
}

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

center.rapid a:hover
{
 text-decoration: underline;
 color: black;
}

ul.ul-test {
	float: left;
	width: 660px;
	margin-top: 10px;
	margin-left: 20px;
	list-style: none;
	list-style-type: none;
	list-style-image: none;
}
ul.ul-test li {
	float: left;
	width: 300px;
	line-height: 20px;
	list-style-image: none;
	list-style-type: none;
	list-style: square url(/images/bullet_sun.png);
	list-style-position: inside;
}
div.listheader {
	float: left;
	width: 300px;
	margin-left: 35px;
}

div.result { 
	margin-bottom:15px;
	padding:10px;
}

div.result a {
	font-size:14px;
	font-weight:bold;
}

div.result div {
	float:left;
	font-size:26px;
	font-weight:bold;
	margin-right:10px;
	color:#c0c0c0;
}

