BODY{
  color: White;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  background-color: #8b8b8b;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}

TD {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
}

p {
  font-size: 10pt;
  margin-bottom: 7px;
  margin-top: 0;
}

a{
  color: #264bb2;
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
  color: White;
}

form{
  margin: 0;
}

#HEADER{
  width: 656px;
  padding: 0px 0px 1px 0px;
  margin-left: auto;
  margin-right: auto;
  background-color:#FFFFFF
}

#HEADER ul{
  line-height:22px;	
  margin: 8px;
  padding-left: 0;
  height: 22px;
  display: block;
  list-style: none;
  background-color: #ffd83c;
  background-repeat: no-repeat;
}

#HEADER li{
  display: inline;
  background-color: #ffd83c;
  float: right;
}

#HEADER li a{
  height: 22px;
  font-family: "trebuchet ms", arial, tahoma, verdana, sans-serif;
  font-weight: bold;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
}


#HEADER li p{
  height:12px;
  font-family: "trebuchet ms", arial, tahoma, verdana, sans-serif;
  font-weight: bold;
  display: inline;
  padding-right: 8px;
  padding-left: 8px;
  color: white;
  float: left;
}


#HEADER li a:hover{
  height: 22px;
  font-family: "trebuchet ms", arial, tahoma, verdana, sans-serif;
  font-weight: bold;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  float: left;
  background-color: #264bb2;
  text-decoration: none;
}

#HEADER .Visual{
  height: 119px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  margin:8px;
}

h1{
  margin:0px;
  padding: 86px 0 0 0;
  background-image: url(../images/header_multilang.jpg);
  font-family: "trebuchet ms", arial, tahoma, verdana, sans-serif;
  font-weight: normal;
  letter-spacing: .005em;
  color: White;
  font-size: 20pt;
}

#CONTENT{
  padding: 1px 0em 1px 0em;
  width: 656px;
  margin-left: auto;
  margin-right: auto;
  background-color:#FFFFFF;
}


.imageleft{
    padding: 2px 2px 2px 2px;
    margin: 2px 10px 10px 0px;
    float: left;
}


h2{
  margin: 0;
  font-family: "trebuchet ms", arial, tahoma, verdana, sans-serif;
  font-weight: normal;
  letter-spacing: .005em;
  color: White;
  font-size: 15pt;
}

#TEXT{
  margin:8px;
  padding: 35px 40px 35px 40px;
  background-color: #264bb2;
  background-image: url(../images/textback.jpg);
  background-repeat: no-repeat;  min-height:460px;
}

#TEXT p{
  margin-bottom: 1em;
  text-align: justify;
}




#TEXT a{
  margin-bottom: 1em;
  text-align: justify;
  color:#ffd83c;
}

#TEXT a:visited{
  margin-bottom: 1em;
  text-align: justify;
  color:#ffd83c;
}

#TEXT a:hover{
  margin-bottom: 1em;
  text-align: justify;
  text-decoration: none;
  color:#ffd83c;
}


p2{
  margin-bottom: 1em;
  text-align: justify;
  font-weight: bold;
}


#FOOTER{
  width: 656px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  border-top: 4px solid #363636;
  text-align: right;
  padding-top: 5px;
}

#FOOTER p{
  font-size: 11px;
  line-height: 14px;
  margin: 0;
  color: #DDDDDD;
}

#FOOTER a{
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  color: White;
  border-style: none;
}

#FOOTER a:hover{
  color: white;
  text-decoration: underline;
  border-style: none;
}

img{
  border-style: none;
}


/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left	;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.row span.forminput.required{
	float: right;
	text-align: right;	border-bottom: 2px #ff0012 solid;
}


div.spacer
{ clear: both;
  width: 80px;
}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;}


.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 85px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;  background-color: #b9b9f6;
}

