/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background-color: #CCCCFF;
 font-family: Georgia, sans-serif;
 color:#336699; 
} 
 
#pagewidth{ 
 width:950px;
 height: 900px; 
 text-align:left; 
 margin-top: 5px; 
 margin-bottom: 5px; 
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:161px; 
 background-repeat:no-repeat;
 width:950px;
} 

#lang {

  position: relative;
  float:left;
  margin-top:-40px;
  margin-left:425px;
}

/*#header_foto {
  position:relative; 
  float:right;
  margin-top: -200px;
}*/
 
#leftcol{
 /*background-color: #336699;*/
 background-image:url(../images/left.png);
 background-repeat:no-repeat;
 width: 150px;
 height: 630px;
 /*float:left;*/ 
 position:relative; 
 }
 
 #subscribe {
   color:#000000;
   font-size:11px;
    margin-top: 15px;
	margin-left: 10px;
}
 
#foto {
   
    margin-top: 30px;
}

/*#onl_res {
   margin-top: 0px;
   position:absolute;
}*/


#link a {
    color:#000000;
	
}

#link a:hover {
    color:#CCCCFF;
	
}


#menu {
	color: #000000;
	
}

#menu ul {
	margin: 0px;
	padding: 5px 5px;
	list-style: none;	
}

#menu li {
	/*display:block;*/
	padding-top: 0em 0.5em;
	margin-top: 8px;
	
}

#menu a {
	text-decoration: none;
	color:#000000;
	font-weight: bold;
	font-size: 14px;
}

#menu a:hover {
	color: #CCCCFF;	
}
 
#maincol{
 background-color:#E1D4C4;
 margin-left:150px;
 margin-top: -630px;
 width:800px;
 height: 630px;
 font-family: Georgia, sans-serif;
 position: relative;
  float:right; 
  
 }
 
 #maincol a {
    color:#000000;
	font-size: 14px;
}

#maincol a:hover {
    color:#CCCCFF;
	font-size: 14px;
}

#preview_title {
   position: relative;
   margin-top: -10px;
}

#preview_content {
   position: relative;
   height:170px;
   margin-top:5px;
}

#preview_more {
   position: relative;
   margin-top:5px;
}
 

#cell_1 {
	width: 570px;
	height: 420px;
	/*border-right: dotted 2px #CCCCFF;*/
}


#cell_2 {
    
	background-color: #336699;
	color:#FFCC00;
	font-size: 11px;
	width: 230px;
	height: 630px;
	
}



#cell_3 {
    
	margin-top:0px;
	font-size: 11px;
	width: 190px;
	height: 200px;
	/*border-right: dotted 2px #336699;
	border-top: dotted 2px #336699;*/

}

#cell_4 {
   
    margin-top:0px;
	font-size: 11px;
	width: 190px;
	height: 200px;
	/*border-right: dotted 2px #336699;
	border-top: dotted 2px #336699;*/

}

#cell_5 {
    
	margin-top:0px;
	font-size: 11px;
	width: 190px;
	height: 200px;
	/*border-right: dotted 2px #336699;
	border-top: dotted 2px #336699;*/
} 

#counter {
   float:right;
   margin-top:10px;
   margin-right:15px;
}

 
#footer {
   position: relative;
   background-image:url(../images/footer.jpg);
   width: 950px;
   height:83px;
   
}
 

 
 /* *** 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;}
}



