html {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

body {
  margin: 0px;
	padding: 0px;
	text-align:left;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #333333;
}


#content {
	margin: 10px auto;
	float: none;
	width: 1024px;
	color: #000;
}

.footer {
	overflow:hidden;
	clear:both;
}
.footer p {
	font-family:Arial, Tahoma, sans-serif;
	font-size:12px;
	color:#404040;
	padding:30px 0 40px 0;
}
.footer p em {
	float:left;
	font-style:normal;
	padding:0 0 0 120px;
}
.footer p span {
	float:right;
	padding:0 117px 0 0;
}
.footer p a {
	color:#42aec2;
}
.map {
background-image: url(../images/address.png);
height: 464px;
}

.form {
  width: 990px;
  margin-left:15px;
  float:none;
  height: 500px;
}

#topbar, .logo {
	background:white none repeat scroll 0 0;
	text-align:right;
	width: 1024px;
	margin: 0px auto;
	padding: 5px 0;
}

#topbar .language {
  background-color:transparent;
  margin-right:10px;
  margin-top:-24px;
  padding-bottom:3px;
}

a:link, a:visited, a:hover {
    color: #666;
    font-weight: bold;
    text-decoration: none;
} 

h1 {
    color: #006dba;
    font-weight: normal;
    font-size: 16px;
    margin: .8em 0 .3em 0;
    display:none;
}

ul {
    padding-left: 15px;	
}


input:focus, select:focus, textarea:focus {

}
/* TABLES */

table {
    border: 1px solid #ccc;
    width: 100%
    background-color: #EDF5FF;
}
tr {
    border: 0;
}
td, th { 
    font: 11px verdana, arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: middle;
}

th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
    font-size: 10px;
    text-decoration: none;
    width: 100%;
}

.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/* DIALOG */
.dialog{
  margin-left:55px;
}
.dialog table {
    padding: 5px 0;
}

.lang{
  background-color:lightGrey;;
  border:0 solid black;
  color:black;
  font-size:x-small;
  font-weight:bold; 

  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.style3 {color: #FFFFFF; font-weight: bold; }
.style1 {color: #FFFFFF}
