@import url("content.css");
@import url("lightbox.css");

body {
	margin: 0px;
	background-color: #dededd;
}

.hide {
	display: none;
}

.cleaner {
	clear: both;
}

div#content {
	width: 736px;
	margin: 0px auto;
	background: url(../images/background.png) repeat-y center;
	padding: 0px 12px;
}

div#top {
	background: url(../images/lang_bg.png) repeat-x;
	width: 720px;
	height: 25px;
	padding: 20px 8px 0px 8px;
}

ul#languages {
	font: normal 0.7em 'trebuchet ms','lucida grande','lucida sans unicode',arial,sans-serif;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#languages li {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	float: right;
}

ul#languages li a {
	background: url(../images/language.png) no-repeat left center;
	color: #474342;
	text-decoration: none;
	padding: 0px 0px 0px 16px;
}

div#leftBar {
	font: normal 0.9em 'trebuchet ms','lucida grande','lucida sans unicode',arial,sans-serif;
	float: left;
	width: 426px;
	padding: 180px 0px 10px 30px;
	color: #928e8f;
	background: url(../images/logo.png) no-repeat 30px 30px;
}

div#rightBar {
	float: right;
	width: 260px;
	padding: 15px 10px 15px 10px;
	overflow: hidden;
}

ul#mainMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 260px;
}

li.menuItem, li.menuItemActual {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	width: 260px;
	height: 52px;
	float: left;
}

li.menuItem a, li.menuItemActual a {
	width: 235px;
	height: 22px;
	display: block;
	background: url(../images/menu_blue.png) no-repeat;
	font: normal 17px Impact,Verdana,Arial,Helvetica,sans-serif;
	color: white;
	padding: 20px 5px 10px 20px;
	text-decoration: none;
}

li.menuItemActual a {
	background: url(../images/menu_pink.png) no-repeat;
}

li.menuItem a:hover, li.menuItemActual a:hover {
	color: black;
}

h2#newsHeader {
	width: 235px;
	height: 22px;
	display: block;
	background: url(../images/menu_blue.png) no-repeat;
	font: normal 17px Impact,Verdana,Arial,Helvetica,sans-serif;
	color: white;
	padding: 20px 5px 10px 20px;
	text-decoration: none;
	margin: 0px 0px 5px 0px;
}

div.newsTop {
	width: 248px;
	padding-left: 12px;
	background: url(../images/news_header_bg.png) repeat-y;
	font: normal 0.9em 'trebuchet ms','lucida grande','lucida sans unicode',arial,sans-serif;
}

div.newsTop em {
	display: block;
	float: right;
	padding: 2px 2px 2px 16px;
	background: url(../images/clock.png) no-repeat left center;
	color: white;
	font-size: 0.8em;
	font-style: normal;
}

div.newsTop h3 {
	color: white;
	margin: 0px;
	padding: 4px;
	float: left;
	font-size: 1.1em;
	width: 150px;
}

div.newsBody {
	background: url(../images/news_text_bg.png) repeat-y;
	font: normal 0.8em 'trebuchet ms','lucida grande','lucida sans unicode',arial,sans-serif;
	color: #787473;
	width: 252px;
	padding: 4px 4px 4px 15px;
}

div.newsBody p {
	margin: 0px;
}

div#footer, p#links {
	width: 736px;
	margin: 0px auto;
	font: normal 0.7em 'trebuchet ms','lucida grande','lucida sans unicode',arial,sans-serif;
	text-align: center;
	color: #787473;
	padding: 13px 12px 5px 12px;
	background: url(../images/footer.png) no-repeat;
}

div#googleMap a img {
	border: 0px;
}

a.picturePreview {
	float: left;
	background-color: #eff0f1;
	border: 1px solid #11a8d6;
	display: inline;
	margin: 0px 9px 9px 0px;
	width: 131px;
	height: 106px;
}

a.picturePreview:hover {
	border: 1px solid #dd137a;
}

a.picturePreview img {
	border: 0px;
}

div#googleMap a img {
	border: 0px;
}

p#links {
	width: 740px;
	padding: 5px;
	background: none;
}

p#links a {
	color: #787473;
}
