* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
table {
	border: 0px;
	border-collapse: collapse;
}
html {
	height: 100%;
}
body {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	min-height: 100%;
	height: 100%;
	text-align: center;
	background-color: #ffffff;
	color: #4e4e4e;
}

hr {
	height: 1px;
	color: #4e4e4e;
	background-color: #4e4e4e;
	border: none;
}
select, input {
	border: 1px solid #00a4db;
}
.clear {
	clear: both;
}
a {
	color: #008cd2;
	text-decoration: underline;
}
a:visited {
	color: #001c27;
}
a:hover {
	color: #00577a;
}

p {
/*	text-indent: 20px; */
	margin-bottom: 15px;
}

#wrapper {
	min-height: 100%;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#footer-place {
	padding-top: 15px;
	height: 31px;
	width: 100%;
}
#footer {
	margin-top: -31px;
	height: 31px;
	line-height: 31px;
/*	background-color: #e2e2e2; */
	width: 100%;
	text-align: center;
}
#footer a {
	color: #8d8d8d;
	text-decoration: none;
	background-image: none;
}
#footer a:hover {
	color: #8d8d8d;
	text-decoration: underline;
}
#footer-wrapper {
	width: 890px;
	height: 31px;
	background-color: #e2e2e2;
	margin-right: auto;
	margin-left: auto;
}
#footer-content {
	width: 856px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 9px;
	color: #8d8d8d;
}
#copyrights, #phone, #adress {
	display: block;
	float: left;
}
#copyrights {
	width: 160px;
}
#phone {
	width: 190px;
}

#developed, #counters {
	display: block;
	float: right;
}

#counters {
	padding-top: 8px;
	padding-right: 20px;
	line-height: 20px;
}

#developed {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 7px;
}

#top {
	padding-top: 20px;
	height: 54px;
	font-size: 11px;
}
#logo {
	display: block;
	float: left;
	padding-top: 21px;
	padding-left: 19px;
	width: 250px;
}
#top-right {
	display: block;
	float: right;
	text-align: right;
	margin-right: -4px;
	width: 600px;
}
#top-right-inner {
	display: block;
	float: right;
}
#search-box {
	position: absolute;
	margin-top: -17px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#search-box input {
	font-size: 11px;
	border: 0px none;
	background-repeat: no-repeat;
	background-position: center center;
	height: 19px;
	line-height: 17px;
}
#search-box input.text {
	padding-left: 5px;
	padding-right: 5px;
	width: 170px;
	text-align: left;
	background: transparent;
}
#search-box input.submit {
	width: 69px;
	text-align: center;
	background-color: #00a4db;
	border: 0px none;
	color: #ffffff;
}
#menu-lang li a, #menu-top li a {
	color: #008cd2;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: left 11px;
}
#menu-lang li a:visited, #menu-top li a:visited {
	color: #001c27;
}
#menu-lang li a:hover, #menu-top li a:hover {
	color: #00577a;
}
#menu-lang li.selected a, #menu-top li.selected a, #menu-lang li.selected a:visited, #menu-top li.selected a:visited, #menu-lang li.selected a:hover, #menu-top li.selected a:hover {
	color: #ffffff;
	background-image: none;
}
#menu-lang, #menu-top {
	list-style: none;
	display: block;
}
#menu-lang {
	float: right;
	line-height: 13px;
}
#menu-top {
	line-height: 19px;
	padding-top: 22px;
}
#menu-lang li, #menu-top li{
	display: block;
	float: left;
	color: #008cd2;
	padding-left: 10px; 
	padding-right: 10px;
}
#menu-top li.selected {
	padding-left: 0px;
	padding-right: 0px;
	color: #ffffff;
	background-color: #00a1db;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 11px;
}
#menu-top li.selected div {
	padding-right: 11px;
	background-color: #00a1db;
	background-repeat: no-repeat;
	background-position: top right;
}
#menu-top li.divisor {
	padding: 0px;
	text-decoration: none;
}
#banner {
	padding-top: 20px;
	width: 100%;
	height: 151px;
}
#main {
	padding-top: 46px;
	padding-left: 4px;
	padding-right: 4px;
}
#menu-div {
	display: block;
	float: left;
	width: 172px;
}
#menu {
	border: 1px #e8e8e8 solid;
	background-color: #f9f9f9;
	width: 170px;
	list-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 20px;
}
#menu li {
	width: 155px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12px;
	padding-left: 15px;
}
#menu li:hover {
	background-color: #cce6f3;
}
#menu li a {
	color: #4e4e4e;
	text-decoration: none;
}
#menu li.selected {
	color: #ffffff;
	background-color: #00aae7;
	background-repeat: repeat-x;
}
#menu li.selected a {
	color: #ffffff;
}
#submenu {
	list-style: none;
	margin-bottom: 15px;
	line-height: 35px;
}
#submenu li {
	height: 35px;
}
#submenu li a {
	color: #4e4e4e;
	font-weight: bold;
	text-decoration: underline;
}
#panel-right {
	display: block;
	float: right;
	width: 172px;
}
#insertion-right {
	width: 172px;
}
#text {
	padding-left: 35px;
	padding-right: 20px;
	margin-left: 172px;
}
#title {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
	padding-bottom: 25px;
}
#text-content {
	font-family: arial, verdana, sans-serif;
}
#text-content.small {
	margin-right: 172px;
}

#text-content ul {
	padding-left: 20px;
}

#title-parent, .title-parend-div, .highlight {
	color: #008cd2;
}

.highlight {
	font-size: 16px;
	font-weight: bold;
}

ul#map {
	margin-bottom: 15px;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	border: 7px solid white;
}
ul#map li {
	width: 5px;
	height: 5px;
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-bottom: -9px; /* dot+border height */
	background-color: #fecf56;
	border: 2px solid #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: -4px; /* - (half the dot+border height - 1) */
	margin-left: -4px; /* - (half the dot+border width - 1) */ 
}
ul#map li.active {
	background-color: #cc0000;
}
ul#map li a {
	text-decoration: none;
	width: 5px;
	height: 5px;
}
ul#map li ul {
	list-style: none;
/*	height: 104px; /* line-height*4 */
	height: 26px; /* line-height */
	font-size: 12px;
	line-height: 26px;
	padding: 0px;
	margin: 0px;
	display: none;
	position: absolute;
	bottom: 3px;
	left: 3px;
	border: 1px solid #e8e8e8;
	background-color: #f9f9f9;
}
ul#map li:hover ul, ul#map li.show ul {
	display: block;
}
ul#map li ul li {
	position: static;
	background: transparent;
	width: auto;
	white-space: nowrap;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 5px;
	border: 0px;
}
ul#map li ul li a {
	color: #008cd2;
	text-decoration: underline;
}
ul#map li ul li div {
	height: 52px;
}

.content-top {
	margin-right: 25px;
	margin-bottom: 25px;
	display: block;
	float: left;
}
ul#page-images {
	list-style: none;
	padding: 5px;
	padding-bottom: 15px;
}
ul#page-images li {
	margin-right: 25px;
	margin-top: 25px;
	display: block;
	float: left;
}

ul#page-files {
	list-style: none;
	padding-top: 20px;
	padding-bottom: 15px;
}
ul#page-files li a {
	text-decoration: none;
}

#lightbox{
	background-color:#eeeeee;
	padding: 10px;
	border: 2px dotted #c55050;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

table.form-table tr td {
	padding-bottom: 20px;
}

#search .search-element-title
{
	line-height: 20px;
	font-weight: bold;
	text-decoration: underline;
}
#search .search-highlight
{
	font-weight: bold;
	color: #008cd2;
}
#search a
{
	text-decoration: none;
	color: #4e4e4e;
}
#search a:hover
{
	text-decoration: underline;
}
