html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#pagewidth{
	width:1100px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 

#header{
	position:relative;
	height:265px;
	background-color:#FFFFFF;
	width:100%;
	background-image: url(../DC-images/header-datacenters.jpg);
	background-repeat: no-repeat;
} 

#leftcol{
	width:198px;
	float:left;
	position:relative;
  }
 
#twocols{
	width:900px;
	float:right;
	position:relative;
  }
 
#rightcol{
 width:198px; 
 float:right; 
 position:relative;
 border: 1px dotted #999999;

 }

#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:700px; 
 }
 
#footer{
	height:auto;
	clear:both;
	text-align: center;
 } 
h1{ padding-top: 215px;
	margin-top: 0px;
	text-align:center;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  } 
h2{
    padding-top: 0px;
	margin-top: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  }
  
.tekst{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  }  
  
  
 /* *** 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;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
