﻿/* GENERAL */
body 
{
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/bg.jpg);
	background-attachment:fixed;
	background-position:center; 
}


/* TEXT */
body 
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #71747b;
}

a 
{
	text-decoration: none;
	color: #71747b;
}

ul 
{
	margin-left: 20px;
}

h1 
{
	font-size: 16px; 
	font-weight: bold;
	color: #c4122f;	
	margin-bottom: 10px;
}

h2 {}

h3 
{
	font-size: 11px;
	font-weight: bold;
	color: #c4122f;
	margin-bottom: 0px;
}

input, select 
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #71747b;
}

strong {color: #555555;}
.red {color: #c4122f;}


/* LAYOUT */
.clear {clear: both;}

#Menu 
{
	background-image: url(../Images/bg_menu.jpg);
	width: 931px;
	height: 50px;
}

#MainContainer 
{
	width: 1014px;
	border: solid 0px red;
	margin: 0px auto;
}


#LeftContainer 
{
	width: 977px;
	float: left;
}

	#ContentContainer 
	{
		width: 932px;
		margin: 60px auto;	/* TOP 60px, centrerad */
	}


#RightContainer 
{
	width: 37px;
	float: left;
}


#LeftColumn 
{
	width: 200px;
	float: left;
}

#MiddleColumn1 
{
	float: right;
	width: 690px;
}

#MiddleColumn2 
{
	float: left;
	width: 470px;
	margin-left: 20px;
}

#RightColumn 
{
	float: left;
	width: 190px;
	margin-left: 20px;
}

#Footer 
{
	width: 932px;
	height: 137px;
	background-image: url(../Images/bg_sidfot.jpg);
	background-repeat: no-repeat;	
	padding-top: 7px;
	margin-top: 40px;	
	font-size: 10px;
}


/**************************
**	PAGES
**************************/
.Separator 
{
	background-image: url(../Images/separator.jpg);
	background-position: center;
	background-repeat: no-repeat;
	width: 20px !important;
	width: 20px;
	height: 220px;
	float:left;	
}

.BgHeading
{
	background-image: url(../Images/bg_heading.jpg);
	background-repeat: no-repeat;
	width: 196px !important;
	width: 166px;
	height: 26px;
	padding-left: 30px;
	padding-top: 5px;
	color: #c4122f;
	font-weight: bold;
}

#SearchAF 
{
	width: 200px;	
}

#NewsList 
{
	width: 200px;
}


/* START */
#StartContent 
{
	float:right; 
	margin-top: 20px; 
	width: 470px;
}

/* MEDARBETARE */
div.RedBox 
{
	width: 71px;
	height: 69px;
	background-color: red;
	position: absolute;
	top: 0px;
	left: 0px;

	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}


/* PRODUKTER */
.ProdukterLista {float: left; margin-bottom: 20px;}

#ProdukterLista img {margin-right: 5px;}

.ProduktRubrik
{
	font-size: 15px; 
	font-weight: normal;
	color: #092c81;	
	margin: 0px;
}

.ProduktRubrik2
{
	font-size: 13px; 
	font-weight: normal;
	color: #092c81;	
	margin: 0px;
}

.Avdelning 
{
	width: 470px; 
	height: 20px; 
	background-color: #4e61a8; 
	color: #fff; 
	padding-top: 3px; 
	margin-bottom: 10px;
}

.ProductImageTop
{
	margin-top:10px;
}

.ProductImageRight
{
	margin-right:10px;
}
