
* {
	font-family: Arial;
	font-size:11px;
	
}
body {
	text-align: center;
	background-color: #ffffff;
}
p {
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	margin: 0px 5px 5px 0px;
}

h1 {
	color: #ffffff;
	font-family:Arial;
	font-size: 16px;
	line-height:18px;
	font-weight: normal;
	text-align:center;
	margin:0px; padding:0px;
}

h2 {
	color:#ffffff;
	font-family:Arial;
	font-size: 14px;
	line-height:14px;
	font-weight: normal;
	text-align:center;
	margin:0px; padding:0px;
}
h3 {
	color:#000000;
	font-family:Arial;
	font-size: 14px;
	line-height:14px;
	font-weight: bold;
	margin:0px; padding:0px;
}
* a {
	color: #555555;
	text-decoration:none;
	font-weight: normal;
}
* a:active {
	color: #ffffff;
	text-decoration:underline!important;
}
* a:hover {
	color: #000000;
	text-decoration:underline;
}

#content{
	margin:auto;
	text-align:left;
	width:840px;
	height:530px;
	
}
#popup_container{
	background-color:#ffffff;
	text-align:left;
	padding:10px 10px 10px 10px;
}
.container{
	width:800px; 
	height:490px;
	background-repeat:no-repeat;
	padding:20px 20px 20px 20px;

}
.index{
	background-image:url("../images/floor.jpg");
}
.company{
	background-image:url("../images/company_bkg.jpg");
}
.el{
	background-image:url("../images/el_bkg.jpg");
}
.sakerhet{
	background-image:url("../images/sakerhet_bkg.jpg");
}
.bygg{
	background-image:url("../images/bygg_bkg.jpg");
}
.nyheter{
	background-image:url("../images/nyheter_bkg.jpg");
}
#header{
	float:left;
	padding-left:20px;	
	padding-top:10px;

}
#mainContent{

	width:800px; 
	height:490px; 
}
#leftHolder{
	float:left; 
	height:490px; 
	width:228px;
}
#flashLogo{
	float:left;
	height:235px;	
}
#flashMenu{
	float:left;
	padding-top:50px;	
}
#leftContent{
	float:left;
	padding:10px;
}
#leftContent a.arrows{
	color:#000000;
	background:url('../images/pilar2.gif') no-repeat left;	
	padding-left:10px;
}
#rightHolder{
	float:left; width:570px; height:490px;
}
#rightHolder .imageHolder{
	float:left;	
	width: 160px;
	height:235px;
}
#rightHolder .imageHolder img{
	float:left;	
}
#rightHolder .label{
	padding-top:10px;
	float:left; background-color:#000000; width:160px; height:30px;	
}
#rightContent {
	float:left; 
	width:550px; 
	height:236px; 	
	padding:10px 10px 10px 10px;
}
#rightContent img{
	border:2px solid #000000;
	float:right;	
	margin-left:10px;
}
#menu a{
	color:#555555!important;
	font-weight:normal;
	font-size:11px;
	text-decoration:none;
}
#menu a:hover{
	color:#000000!important;
	font-weight:normal;
	text-decoration:underline;
}
#menu a.active{
	color:#000000!important;
	font-weight:normal;
	font-size:11px;
	text-decoration:underline;
}
#menu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#menu li {
	background-image:url('../images/pilar.jpg');
	background-repeat:no-repeat;
	float: left;
	padding-left: 12px;
	padding-right:10px;	
}
#footer{
	font-size:10px!important;
	color:#000000;
	float:left;
	padding-left:20px;
}

.scrollHolder{
	float:left;
}

.scrollContent{

	overflow:auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	
	float:left;
}

.clear{	
	clear: both;
}
.red{
	color:#FF0000!important;	
}
