﻿.startPageContent
{
	background-color: #FFFFFF;
	display: inline-block;
}

.startPageContent:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Holly Hack Targets IE Win only \*/
* html .startPageContent {height: 1%; background-color: #FFFFFF;}
.startPageContent {display: block; background-color: #FFFFFF;}
/* End Holly Hack */

.startPageContent .contentPadding
{
	padding: 0 9px 20px 9px;
}

#imageContainer
{
	float: left;
	width: 446px;
	height: 321px;
}

#campaignsContainer
{
	float: left;
	width: 200px;
	height: 165px;
	margin-top: 10px;
	margin-right: 20px;
	padding-left: 10px;	
}

#newsContainer
{
	float: left;
	width: 209px;
	height: 165px;	
	margin-top: 10px;	
}

.hoverImage a 
{ 
	display: block; 
	width: 184px; 
	height: 144px; 
	/*background: transparent url("Images/zitacUtskick1.gif") no-repeat; */
	background: transparent url("Images/inbjudan1.gif") no-repeat; 
} 

.hoverImage a:hover 
{ 
	/*background: transparent url("Images/zitacUtskick2.gif") no-repeat; */
	background: transparent url("Images/inbjudan2.gif") no-repeat; 
}

/* Business areas */
#technicalConsulting
{
	width: 292px; 
	height: 159px; 
	background: url("Images/puff1.gif") no-repeat; 
	cursor: pointer;	
}

#technicalConsulting .contentPadding
{
	padding-left: 10px; 
	padding-top: 10px;
}

#technicalConsulting a
{
	width: 292px; 
	height: 159px; 
	display: block;
}

#technicalConsulting .textPadding
{	
	padding-left: 135px;	
	color: #333333;
}

#webDevelopment
{
	width: 292px; 
	height: 159px; 
	margin-top: 6px;
	background: url("Images/puff2.gif") no-repeat;	
	cursor: pointer; 
}

#webDevelopment .contentPadding
{
	padding-left: 10px; 
	padding-top: 10px;
}

#webDevelopment .textPadding
{
	padding-left: 135px;		
	color: #333333;
}

#webDevelopment a
{
	width: 292px; 
	height: 159px; 
	display: block;
}

#hosting
{
	width: 292px; 
	height: 159px; 
	margin-top: 6px;
	background: url("Images/puff3.gif") no-repeat;
	cursor: pointer;	 
}

#hosting .contentPadding
{
	padding-left: 10px; 
	padding-top: 10px;
}

#hosting .textPadding
{	
	padding-left: 135px;	
	color: #333333;
}

#hosting a
{
	width: 292px; 
	height: 159px; 
	display: block;
}
 
