/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color:#ffffff; 
 
} 
 
#pagewidth{ 

 width:860px; 
 text-align:left; 
 margin-top: 50px; 
 margin-bottom: 0px; 
margin-left:auto; 
 margin-right:auto; 
 border: 2px solid #cccccc; 
} 
 
#header{
 position:relative;
 margin-left:5px; 
 height:200px; 
 width:100%;
} 

/*#header_foto {
  position:relative; 
  float:right;
  margin-top: -200px;
}*/
 
#main {
 background-color:#ffffff;
 width:850px;
 /*height:400px;*/
 float: left; 
 margin-left:5px;
 display:inline; 
 position: relative; 
 
} 


/*
#leftcol{
 width:400px; 
 height:548px;
 float:left; 
 position:relative; 
 }

#content{
 background-repeat:repeat;
 float: right; 
 display:inline; 
 position: relative; 
 width:450px;
 height: 548px; 
 }
*/
 
#menu {
    
	position:relative;
	text-align:right;
	width:550px;
	height:30px;
	/*background-image:url(../images/menu2.png);
    background-repeat:no-repeat;*/
	
	
	 
}

#menu ul {
	margin-bottom:0px;
	margin-right:0px;
	padding:0px;
	list-style: none;
	border-bottom: 2px solid #cccccc;
	border-top: 2px solid #cccccc;	
}

#menu li {
	display:inline;	
	width:550px;
	margin-left:15px;
	margin-top:5px;
	
}

#menu a {
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;
	font-size:17px;
}

#menu a:hover {
	
	color: #637E89;
	
}

#submenu {
	float: right;
	/*margin-right: -20px;
	margin-top: -15px;*/
	/*background-color: #908592;*/
	/*background-repeat: repeat-x;
	border: 3px double #CCCCCC;*/
	border-right: none;
}

#submenu ul {
	margin: 0px;
	border-bottom: 2px solid #cccccc;
	/*padding: 5px 20px;*/
	list-style: none;
	
}

#submenu li {
   display:inline;
   margin-left:15px;
   margin-top:5px;
	/*padding: 0em 0.5em;
	border-bottom: dotted 1px #CCCCCC;*/
}

#submenu a {
	text-decoration: none;
	color:#cccccc;
	font-weight: bold;
}

#submenu a:hover {
	
	color: #637E89;
	
}
 

 
#footer{
 height:21px; 
 width:850px;
/* background-image:url(../images/fouter.png);*/
 clear:both;
 /*position:absolute;*/
 /*margin-top:-5px;*/
 } 
 
#lang {
  position: relative;
  margin-top:0px;
  float:right;
  /*margin-top:-80px;
  margin-left:90px;*/
}

 
 /* *** 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;}
}



