* {
	color:#222222;
	
}
body {
	margin:0px;
	padding:0px;
	font-family:Helvetica, Verdana, Arial;
	font-size:0.9em;
}

fieldset { 
	border:1px solid #eeeeee;
	padding:4px;
}

legend {
  padding: 0.2em 0.5em;
  /*border:1px solid #eeeeee;*/
  color:#999999;
  font-size:90%;
  text-align:right;
}
#header {
	height:30px;
	width:100%;
	padding:3px;
	/*background-color:#AAAACC;*/
	border-bottom:2px solid #AAAACC;
	background:url(/media/site-images/malta-flag.jpg) no-repeat;
}
#header h1 {
	float:left;
	font-size:20px;
	padding-left:150px;
	margin:0px;
	display:inline;
	line-height:30px;
}
#header h1 a {
	text-decoration:none;
	color:#777777;
}
#maincontent {
	height:100%;

}
#footer {
	height:100px;
	width:100%;
	padding:3px;
	background-color:#fff;
	clear:both;
}
#map {
	width:50%;
	height:500px;
	float:left;
}
#details {
	width:49%;
	height:500px;
	float:right;
	padding-left:5px;
	border:0px solid black;
}
#topnav {
	float:right;
	margin-right:20px;
	line-height:30px;
}
h2 {
	display:inline;
	font-size:1.2em;
	font-weight:bold;
}
h3 {
	display:inline;
	font-size:1em;
	font-weight:bold;
}
.p-back a {
	font-size:0.8em;
	width:200px;
	
}
.p-back a:hover {
	background-color:#efefef;
}
#zoomloc a{
	font-size:0.7em;
}
.p-city {
	margin-left:20px;
	padding-left:10px;
	display:inline;
	text-align:right;
}
#secondlevelnavi {
	padding-bottom:3px;
	border-bottom: 2px solid #efefef;
}
#changecontent input {
	width:300px;
}


#menu{position:absolute;margin-top:0px;display:inline;padding-right:10px;}
#menu ul .item{display:none;}
#menu ul:hover .item{display:block;background:#efefef;padding:1px;margin:1px;}

#menu ul:hover .item a{color:#ababab;text-decoration:none;}
#menu ul:hover .item a:hover{color:#999;}

#menu ul{width:120px;float:left;margin:0px;padding:2px;background:#fff;list-style:none;}

.clear{clear:both;height:10px;}

.top {
	background-color:#efefef;
	width:auto;
	padding-right:5px;
}
#tabs {
font-size:0.9em;
}
#newcomment {
 width:100%;
 height:100px;
}
.successmessage {
 padding:5px;
 border:1px solid green;
 background-color:#ddffdd;
 margin-bottom:5px;
}
.onecomment {
 border-bottom:2px solid #efefef;
 padding-bottom:3px;
}
.onecommentdate {
 font-size:0.7em;
 color:#aaaaaa;
}
.onecommenttext {
 padding-left:10px;
}
