
/* Styles */

h2 {
	font-size: 150px;
	margin : 0px 0px 0px -7px;
	padding : 0px 0px 0px 0px;
}

h3 {
	font-size: 48px;
	height: 48px;
	/*float: left;*/
	/*overflow: hidden;*/
	margin : 0px 0px 0px -2px;
	padding : 0px 0px 0px 0px;
}

.last_update {
	color: #ffffff; 
	font-weight: bold;
}

.tooltip {
	background-color: #00aeef;
	color: #ffffff;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}

.tooltip2 {
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
}

a.logo {
	display: block;
	background: url("../img/logo.gif") 0px 0px no-repeat #00aaef;
	width: 110px;
	height: 110px;
	overflow: visible;
	margin: 25px 0px 25px 0px;
}

a.menu_architecture {
	display: block;
	background: url("../img/menu_architecture.gif") 0px 0px no-repeat #00aaef;
	width: 200px;
	height: 30px;
	overflow: visible;
	margin: 5px 0px 5px 0px;
}
	a.menu_architecture.current, a.menu_architecture:hover { background: url("../img/menu_architecture_hover.gif") 0px 0px no-repeat #00aaef; }

a.menu_institution {
	display: block;
	background: url("../img/menu_institution.gif") 0px 0px no-repeat #00aaef;
	width: 200px;
	height: 30px;
	overflow: visible;
	margin: 5px 0px 5px 0px;
}
	a.menu_institution.current, a.menu_institution:hover  { background: url("../img/menu_institution_hover.gif") 0px 0px no-repeat #00aaef; }

a.menu_culture {
	display: block;
	background: url("../img/menu_culture.gif") 0px 0px no-repeat #00aaef;
	width: 200px;
	height: 30px;
	overflow: visible;
	margin: 5px 0px 5px 0px;
}
	a.menu_culture.current, a.menu_culture:hover { background: url("../img/menu_culture_hover.gif") 0px 0px no-repeat #00aaef; }

a.menu_commerce {
	display: block;
	background: url("../img/menu_commerce.gif") 0px 0px no-repeat #00aaef;
	width: 200px;
	height: 30px;
	overflow: visible;
	margin: 5px 0px 5px 0px;
}
	a.menu_commerce.current, a.menu_commerce:hover { background: url("../img/menu_commerce_hover.gif") 0px 0px no-repeat #00aaef; }

a.menu_plus {
	display: block;
	background: url("../img/menu_plus.gif") 0px 0px no-repeat #00aaef;
	width: 200px;
	height: 30px;
	overflow: visible;
	margin: 5px 0px 5px 0px;
}
	a.menu_plus.current, a.menu_plus:hover { background: url("../img/menu_plus_hover.gif") 0px 0px no-repeat #00aaef; }

a.menu_links {
	display: block;
	background: url("../img/menu_links.gif") 0px 0px no-repeat #00aaef;
	width: 200px;
	height: 30px;
	overflow: visible;
	margin: 5px 0px 5px 0px;
}
	a.menu_links.current, a.menu_links:hover { background: url("../img/menu_links_hover.gif") 0px 0px no-repeat #00aaef; }
	
a.menu_contact {
	display: block;
	background: url("../img/menu_contact.gif") 0px 0px no-repeat #00aaef;
	width: 200px;
	height: 30px;
	overflow: visible;
	margin: 5px 0px 5px 0px;
}
	a.menu_contact.current, a.menu_contact:hover { background: url("../img/menu_contact_hover.gif") 0px 0px no-repeat #00aaef; }
	