html
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
}
	
body 
{
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 15px; 
	color: black;
	overflow: hidden;
}

img
{
	border: none;
}
  
A:link 
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

A:visited 
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

A:active 
{
	text-decoration: none;
	color: black;
	font-weight: bold;
}

A:hover
{
	text-decoration: none; 
	color: #990000;
	font-weight: bold;
}

#header 
{
	height: auto;
	width: 100%;
	background: url('../img/title.jpg') top left repeat-y;
	position: absolute;
    top: 0px;
    left: 0px;
}

#title
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
}

#title h1 
{
	font-weight: bold;
	font-size: 150%;
	margin: 0px;
	padding: 0px;
}

#language
{
	float: right;
	margin: 5px;
}

#language img
{
	border: solid 1px #BBBBBB;
}

#footer 
{
	background: #d9d2c5;
	height: auto;
	border-top: solid 1px #BBBBBB;
	position: absolute;
	bottom: 0px;
	left: 0px; 	
	width: 100%;
}

/*
#licenses
{
	float: left;
	margin: 5px;
	font-size: 10px;
}
*/

#details
{
	position: absolute;
	bottom: 0px;
	left: 0px; 	
	float: left;
	margin: 10px;
	font-size: 90%;
}

#details a
{
	font-weight: normal;
}

#validation
{
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#cities
{
	position: absolute;
	top: 37px;
	left: 0px;
	width: 100%;
	height: auto;
	background: #d9d2c5;
	padding: 5px;
	border-top: solid 1px #BBBBBB;	
	border-bottom: solid 1px #BBBBBB;	
}

#city
{
	padding-left: 5px;
	padding-right: 5px;
}

#country
{
	padding-left: 5px;
	padding-right: 5px;
	display: none;
}

#content-wrapper 
{
	position: relative;
	top: 71px;
	left: 0px;
	height: 100%;
	overflow: hidden;
	padding: 5px;
}

#map
{
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 257px; /*width+margin+padding*/
	/*margin-right: 167px; /*width+margin+padding*/
	border: solid 1px #BBBBBB;
	height:100%;
}

#sidebar-left
{
	width: 250px;
	padding-top: 5px;
	float: left;
	border: solid 1px #BBBBBB;
	overflow: auto;
	height: 100%;
	background: #EEEEEE;
	outline: none;
}

.togglewrapper
{
	margin: 0px 0px 5px 0px;
	width: 100%;
	border-top: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
}

.togglewrapper a
{
}

.toggle
{
	width: 100%;
	padding: 5px 0px 5px 0px;
	background-color: #f1c236;
	cursor: pointer;
}

.toggle img
{
	margin-left: 5px;
	vertical-align: middle;
}

.toggletext
{
	padding: 5px;
	text-decoration: none;
	color: black;
	font-weight: bold;	
}

.toggletext:hover
{
	color: #990000;
}
	
.hide
{
	width: 240px;
	border-top: solid 1px #BBBBBB;
	padding: 5px 5px 5px 5px;
	background: #FFFFFF;
}

.item
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.itemImg
{
	vertical-align: middle;
}

.itemDesc
{
	font-size: 75%; 
}

#sidebar-right
{
	display: none;
	/*width: 150px;
	padding: 5px;
	float: right;
	border: solid 1px #BBBBBB;
	overflow: auto;
	height:100%;
	background: #EEEEEE;*/
}
