/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image:url(../images/left3.jpg);
background-repeat:repeat-y;
 background-color:#B0C6D1;
} 
 
#pagewidth{ 
 width:850px;
 /*height: 620px;*/
 text-align:left; 
 margin-top: 5px; 
 margin-bottom: 5px; 
margin-left:auto; 
 margin-right:auto;
 border: 4px solid #D4F0FE;  
} 
 
#header{
 position:relative; 
 height:250px;
 background-image:url(../images/header.jpg);
} 


 

 
#maincol{
  position: relative;
  float:left; 
  width:850px;
  /*height:350px;*/
  
 }
 

#menu {
    float: left;
	position:relative;
	/*margin-top:210px;*/
	width:850px;
	border-top: 5px solid #D4F0FE;
	border-bottom: 5px solid #D4F0FE;
	text-align: center;
	/*background-repeat: repeat-y;*/
	
	
	 
}

#menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding:0px;
	height:20px;
	list-style: none;
	background-color: #7EB4F4;
	
}

#menu li {
	display:inline;
	
	margin-top:5px;
	
}

#menu a {
	text-decoration: none;
	color: #336699;
	font-weight: bold;
	font-size:16px;
}

#menu a:hover {
	
	color: #D4F0FE;
	
}
 
 
#footer{
 height:20px; 
 width:850px;
 clear:both;
 background-color: #7EB4F4;
 border-top: 5px solid #D4F0FE;
 } 
 
  #contact_form {
  width:480px;
  padding:10px;
  color: #000000;
  font-size: 15px;
  font-weight:bold;
  /*margin-left:auto;
  margin-right:auto;*/
}
 
#lang {
  position: relative;
  float:right;
  margin-top:0px;
  margin-left:25px;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}



