/* CSS
edited by6 Vito Laterza, se\t 06
=============================================================================*/
body {
  background: #fff;
  margin: 0px;  padding: 0px;
  font-family: Arial, "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: .8em;
  text-align: center;
}

/* the topmost title is the name of the company and its logo */
h1, h1 a { margin: 0; padding: 0; }

h1 a
{
	display: block;
	width: 150px;
	background: rgb(255, 255, 255) url(../img/structure/logo.jpg) 0 0 no-repeat; 
}

h1 a span { display: none; }
h1 a, #header_top { height: 70px; }

/* General style */
.print_only
{ display: none; }

a:link, a:visited { text-decoration: none; }
a:active, a:hover { text-decoration: underline; }
#submenu ul li a { color: rgb(255, 255, 255); }
#footer address, address { font-style: normal; }

.spaced_under {
	margin-bottom: 1.1em;
}

#img_map
{ margin: 1em 0 0 70px; text-align: center; }

dt
{ font-weight: bolder; }
dd
{ margin: 0 0 2em 0; }

/* Form elements */
.contact form
{ margin-top: 1em; }

.contact label
{
	display: block;
	margin-top: 1em;
	font-weight: bolder;
}
.contact textarea
{ overflow: auto; }

/* LAYOUT */
#container {
  margin: 10px auto;
  width: 750px;
  text-align: left;
  background: rgb(255, 255, 255); /*C0CEDE;*/
}

#header_top {
	position: relative;
	background: rgb(255, 255, 255);
	border-bottom: 4px solid rgb(173, 36, 57);
}

#logo {
	width: 170px;
	margin: 0; padding: 0;
	float: left;
	background-color: rgb(255, 255, 255);
}

#lang_choose
{
	position: absolute;
	top: 0; right: 0;
	border: none;
	margin: 0;	padding: 0;
}
#lang_choose a:link, #lang_choose a:active, #lang_choose a:visited {
	font: 80%/1em Verdana, Tahoma, Arial, sans-serif;
	font-weight: bolder;
	color: rgb(58, 17, 121);
	text-decoration: none;
}
#lang_choose a:hover { text-decoration: underline; color: rgb(173, 36, 57);}

#lang_choose ul, #lang_choose ul li, #main_nav ul { margin: 0; padding: 0; list-style: none; }
#lang_choose ul li { display: block; float: left; }

#main_nav {
  margin: 0px;  padding: 50px 0 0 0;
  background-color: rgb(255, 255, 255);
  width: 430px;
  position: absolute; bottom: 0;
  right: 0;
  text-align: right;
}

#main_nav ul#nav_ul li {
  list-style: none;
  display: inline;
}
#main_nav ul#nav_ul li a {
  display: block;
  float: left;
  width: 105px;  height: 25px;
  border: none;
  margin: 0 0 0 2px;
  text-align: center;
  vertical-align: middle;
  background: transparent url(../img/structure/bg_button.jpg) 0 0 no-repeat;  
  font-weight: bold;  
  color: rgb(255, 255, 255);
}

#main_nav ul#nav_ul li a span {
  display: block;
  margin-top: 5px;  
}

#main_nav ul#nav_ul li a:hover {
  text-decoration: underline;
  color: rgb(173, 36, 57);
}

#header_image_area
{
	position: relative;
	text-align: center;
	margin: 0;	padding: 0;
	background: rgb(234, 231, 241);
}
#header_image_area img, #main_content img
{ border: none; }

.rounded_btm
{
	position: absolute;
	width: 10%;	height: 10px;
	bottom: 0;
	bottom: 0 !important; /* for IE */
	bottom: -1px; /* for IE*/
}

#rnd_btm_left { left: 0; background: transparent url(../img/structure/bg_headimg_left.gif) 0 100% no-repeat; }
#rnd_btm_right { right: 0; background: transparent url(../img/structure/bg_headimg_right.gif) 100% 100% no-repeat; }

#main_area
{
	margin: .5em auto 0; padding: .2em 0 0 0;
	background: rgb(255, 255, 255) url(../img/structure/bg_main_area.gif) 0 0 repeat-y;
}

#submenu {
  margin: 0 2em 0 0; padding: 0;;
  width: 140px;
  text-align: center;
  float: left;
  color: rgb(255, 255, 255);
}
#submenu img 
{
	border: none;
}
#submenu ul
{ text-align: left; }

#submenu ul li {
	margin: .4em .2em .4em -.8em;
	list-style-type: circle;
	line-height: 1.1em;
	color: rgb(255, 255, 255);
}

#main_content
{
	margin: 0 40px 0 170px;
	text-align: justify;
	padding: .9em 0 0;
}

#main_content p
{
	margin: 0; padding: 0;
	line-height: 1.5em;
}
.inner_page #main_content p
{
	margin: .6em 0;
}
#main_content ul 
{
	margin: 0 1.2em;
}
#footer
{
	position: relative;
	background: rgb(58, 17, 121)  url(../img/structure/bg_footer.gif) 0 0 no-repeat ;
	margin: 0 0 2.5em 0;	padding: 30px 0 .4em;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 50px;
	border: none;
}
#div_address, #div_telephone
{
	position: absolute;
	height: 55%;
	width: 28%;
	background-color: rgb(58, 17, 121);
	font-size: .9em;
	line-height: 1.1em; 
	text-align: center;
	padding: 0 .6em .4em;
	margin: 0;
	color: rgb(255, 255, 255);
	bottom: 0;
	bottom: 0 !important; /* for IE */
	bottom: -1px; /* for IE*/
}

#div_address
{ left: 0; background: transparent url(../img/structure/bg_footer_left.gif) 0 100% no-repeat; }

#div_telephone
{ right: 0; background: transparent url(../img/structure/bg_footer_right.gif) 100% 100% no-repeat; }

/* Head titles */
h2, h3 
{ width: 99%; margin: 0; padding: 0; }

h2
{ text-decoration: none; color: rgb(255, 255, 255); }

h3
{ font-size: 1.4em; line-height: 1em; text-align: center; color: rgb(204, 51, 0); }
h3.last_h3
{ color: rgb(188, 36, 20); } /* CHANGE COLOR HERE */

#header_image_area img
{ margin: 10px; }

div#submenu a {
  color: #99ccff;
  text-decoration: none;
}
div#submenu a:hover {
  text-decoration: underline;
}
div#text {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 15px;
  width: 565px;
  float: right;
}
div#text  h1 {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
}
div#text p {
  margin-right: 20px;
}
div#text form label {
	display: block;
}
div#text form label span {
	float: left;
	clear: left;
}
div#text form label input {
	float: right;
}
img#plan {
 margin-left: 10%;
 margin-right: auto;
 text-align: center;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after, #main_content:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix,#main_content{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix, *.html #main_content{height: 1%;}
.clearfix, #main_content{display: block;}
/* End hide from IE-mac */  

 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 

.print_only { display: block; }
#main_nav, h1, #submenu {display:none;} 
#main_content, #footer { margin: 0; padding: 0; width:100%; float:none;}
#footer { border-top: 4px solid rgb(173, 36, 57); }
#footer * {
	margin: 0; padding: 0;
}
}
