﻿body 
{
	margin: 0px;
	background-image: url(images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}

a:link, a:hover, a:visited 
{ 
	color: #333333; 
}
.left 
{
	width: 800px;
	float:left;
}
#header
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#menu
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	
}
#main
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#bottom
{
	width: 900px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: White;
}

/* Sidorna av sidan */

.shadow_left_topp
{
	background-image: url(images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	width: 50px;
	height: 100px;
	float: left;
}
.shadow_right_topp
{
	background-image: url(images/border_shadow_l.jpg);
	background-repeat: repeat-y;
	width: 50px;
	height: 100px;
	float: left;
}
.shadow_left_main
{
	width: 50px;
	height: 350px;
	float: left;
}
.shadow_right_main
{
	width: 50px;
	height: 350px;
	float: left;	
}

.shadow_left_bottom
{
	background-image: url(images/border_shadow_r.jpg);
	background-repeat: repeat-y;
	width: 50px;
	height: 90px;
	float: left;
}
.shadow_right_bottom
{
	background-image: url(images/border_shadow_l.jpg);
	background-repeat: repeat-y;
	width: 50px;
	height: 90px;
	float: left;	
}

/* sidor slut */

.header_column {
	height: 100px;
	background-color: #000000;
	background-image: url(images/topp.jpg);
	background-position: top;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

/* Meny */
.linkcontainer
{
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity: .7;
}

a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #FFFFFF;
	line-height: 50px;
	
}
a.main_link:active, a.main_link:hover{
	background-color:#333333;
	color: #FFFFFF;
}

.navigation
{
	background-color: #000000;
	height: 50px;
	width: 200px;
	text-align: center;
	float: left;
}

.horizontal_center
{
	background-color: #000000;
	border-top: 15px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 50px solid #000000;
	border-right: 50px solid #000000;
	height: 150px;
	width: 800px;
	background-image: url(images/header_bg.jpg);
	float: left;
}

/* Main */

.below_header
{
	background-color: #1F1F1F;
	height: 90px;
	color: #CCCCCC;
	padding: 5px;
	float: left;
	width: 790px;	
}
.main_content_box
{
	background-image: url(images/mainbg.png);
	background-repeat: repeat-y;
	_height: 350px;
	width: 900px;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
}

.main_content_left
{
	background-color: #ffffff;
	width: 200px;
	padding: 5px;
	float: left;
}

.main_content_body
{
	background-color: #ffffff;
	margin-left: 30px;
	margin-top: 5px;
	margin-right: 20px;
	min-height: 300px;
	width: 700px;
	padding: 5px;
	float: left;
}


/* Bottom */

a.footer_link:active,a.footer_link:visited,a.footer_link:link
{
	text-decoration: none;
	color: #ffffff;
}

.bottom_content
{
	background-color: #666666;
	padding: 5px;
	height: 50px;
	width: 790px;
	float: left;
}
.footer
{
	background-image: url(images/footerbg.png);
	background-repeat: repeat-y;
	padding: 5px;
	height: 80px;
	width: 900px;
	float: left;
	color: White;
}

.table_priser
{
	border-spacing: 0;
}


