/* CSS Document */
/* redef's */
body{	
	color: #333;
	font-family: Tahoma,Verdana;
	margin: 0;
	padding: 0;	
	font-size:14px;	
	overflow-x:hidden;
}
img{
	border:none;
	outline:none;	
}
a{
	color: #333;
	text-decoration:none;
}
/* ID's */
#contentwrapper{
	background:url(images/body-bg.png) top left;	
}
#grass{
	background:#fff;
	height:52px;	
	width:1280px;
	margin:auto;
	text-align:center;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
}
#logo{
	background:url("images/logo.png") no-repeat scroll center top transparent;
	height:188px;
	left:0;
	margin:0 0 0 -450px;
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
}
#footer{
	background:#fdeaf2;
	border-top:5px solid #ffc2db;/* #E6E3E8;		
	/*background:#b092c6;*/
	min-height:360px;
}
#infra{
	
}
#finance{
	
}
#homepc{
	
}
#infra:hover{
}
#finance:hover{
}
#homepc:hover{
}
#header{
	background: url(images/background.png) repeat-x;	
	margin:0 auto;
	height:345px;
	position:absolute;
	left:0;
	top:0;
	right:0;
	margin:auto;
}
#head-image{
	background:url("images/head-image.png") no-repeat scroll center top;
	margin:0 auto;
	height:385px;
	left:0;
	margin:-20px 0 0;
	position:absolute;
	right:0;
	top:0;		
}
#cables{
	position:absolute;
	top:0;
	left:0;
	right:0;	
	width:1280px;
	margin:-29px auto 0;
	background: url(images/cables.png) no-repeat;
	height:400px;
}
#contact{
	background:url(images/contact-bg.png) repeat-x;
	height:75px;
	margin:0 auto;	
}
#partners{
	background:url(images/partners.png) no-repeat top center;
	height:105px;
}

/* begin classes */
/* classes used to set size and position relative the page */
.maxwidth { 
	margin:0 auto;	
}
.content{	
	margin:auto;
	background:#fff;
}
.minheight40{
	min-height:40px;
}
.minheight50{
	min-height:40px;
}
.minheight60{
	min-height:40px;
}
.minheight180{
	min-height:180px;
}
/* end */
/* layout classes */
.sitewrapper{
	background:none repeat scroll 0 0 #FFFFFF;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	width:1280px;
	margin: 0 auto -5px;
	min-height:400px;
}

.contentAreaRow{
	width:960px;
	margin:0 auto;		
}
.contentArea{
	float:left;
	width:300px;
	padding:10px;	
}
.contentAreaLarge{
	float:left;
	width:640px;
	
}
.contentAreaFull{
	width:960px;	
}
.contentAreaFull em{
	float:right;
}
.clear{
	clear:both;
	min-height:20px;
}
.nyhetswrapper{
	height:180px;
	overflow-y:scroll;
	margin:10px 0;
}
.nyhet{
	margin: 0;
	padding:5px;
	color: #333;	
	
}
.nyhetsdatum{
	color: #fff;
	background: #ffc2db;
	padding:4px;
	margin-right:10px;
	font-weight: bold;
}
.nyhet a{
	color:#333;
	text-decoration: none;
}
.nyhet p{
	margin:10px 20px;
}
.contactitem{
	float:right;
	clear:both;
	color:#333;
	text-align:right;
}
.contactitem strong{
	font:14px bold "Gill Sans MT";
}
/* end classes */
.areaimage{
	float:right;
	margin:50px 0 50px 50px;
}
.hover{
	background:#fefefe;
	-moz-border-radius:10px;
}
.readmore{
	/*background:url("images/readmore.png") no-repeat scroll left center transparent;
	float:right;*/
	font-size:1.3em;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0;
	text-indent:210px;
	width:300px;
}
.areacontent{
	margin-top:10px; 
	padding:0 20px;
	min-height:300px;
}
