﻿body 
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial;
	font-Size: 11px;
	background-color: #CCCCCC;
}

a
{
	text-decoration: none;
	color: Blue;
}

.Rubrik	
{
	font-family: Arial;
	font-size: 16px; 
	line-height: 22px;
	font-weight: bold;
	color: #333333;
}

.Underrubrik		
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #333333;
}

.Brodtext 
{
	font-family: Arial;
	font-size: 11px; 
	line-height: 17px;
	color: #333333;
}

.Nyhetstext 
{
	font-family: Arial;
	font-size: 14px; 
	line-height: 18px;
	color: #333333;
}

.Nyhetsrubrik 
{
	font-family: Arial;
	font-size: 18px; 
	line-height: 22px;
	color: #333333;
}

.litenNyhetsrubrik 
{
	font-family: Arial;
	font-size: 12px; 
	font-weight: bold;
	line-height: 22px;
	color: #333333;
}

#container
{
	/* Center the everything */
	position: relative;
	margin: 0 auto;
	width: 666px;
}

#header
{
	background: url("Images/header.jpg") no-repeat;
	height: 167px;
	width: 666px;
	text-align: right;
	vertical-align: text-bottom;
	padding-left: 5px;
}

#logo
{
	padding-top: 20px;
	background: url("Images/companyLogo.jpg") no-repeat;
	background-position: bottom left;
	height: 64px;
	width: 666px;
}

#menu
{
	position: absolute;
	height: 455px;
	left: 0px;
	width: 170px;
	overflow: auto;
}

#divider
{
	position: absolute;
    border-left: solid 1px black;
	left: 170px;
	width: 10px;
    height: 430px;
}

#content
{
	height: 450px;
	background: url("Images/machine.jpg") no-repeat right bottom;
	background-color: #FFFFFF;
	padding: 5px;
	overflow: auto;
}

#companyFooter
{
	padding-top: 8px;
	text-align: center;
	background: url("Images/footer.jpg") no-repeat;
	height: 31px;
	width: 666px;
	font-size: 10px;
}

#companyFooter a
{
	color: #000000;
}

#globalFooter
{
	font-Size: 9px;
	text-align: center;
	vertical-align: middle;
	color: #666666;
}

#globalFooter a
{
	color: #666666;
}

.aktuelltDivider 
{
	padding-top: 3px;
	background: url("Images/akteuellt_background.jpg") no-repeat;
	background-position: right top;
	height: 24px;
	vertical-align: middle;
}

/* NewsControl */
.NewsHeader 
{	
	float: left;	
	margin-top: 20px;
}

.NewsText
{
	margin-top: 10px;
	clear: both;
}
