﻿body 
{
	margin: 0;
	background-color: #404040;
	font-family: Arial;
	color: White;
}
.style1
{
    width: 100%;
}
.style2
{
	width: 75px;
}
.style3
{
	width: 175px;
}
.calendar
{
	margin-top: 20px;
	margin-bottom: 20px;
}
.table
{
	font-size: small;
}
p
{
	font-size: small;	
}
a:link 
{ 
	text-decoration: none;
	color: #ffffff;
	border: 0px;
}
a:visited 
{ 
	text-decoration: none;
	color: #ffffff;
	border: 0px;
}
a:active 
{ 
	text-decoration: none;
	color: #2965a4;
	border: 0px;
}
h4
{
	margin: 5px 0px 5px 0px;
}
h5,h6
{
	margin: 2px;	
}

.breadcrums
{
	margin: 5px 0px 0px 5px;
}

#wrap
{
	width: 850px;
	margin: 0 auto;
}

#main
{
	width: 850px;
	margin: 0px 20px 0px 0px;
	background-color: #696969;
	float: left;
}

#main_topp
{
	background-image: url(Images/topp.png);
	background-repeat: no-repeat;
	width: 850px;
	height: 100px;
	
}

#main_over
{
	width: 848px;
	height: 300px;
	background-color: #404040;
	border: solid 1px #ffffff;
}

#main_over_left
{
	width: 173px;
	height: 250px;
	margin: 25px;
	float: left;
}

.main_over_left
{
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
	color: #2965a4;
}

#main_over_right
{
	width: 598px;
	height: 248px;
	margin: 25px 25px 0px 0px;
	border: solid 1px #ffffff;
	float: left;	
}

#main_content
{
	width: 850px;
	background-color: #696969;
	height: auto;
}

#main_content_left
{
	width: 160px;
	height: 100%;
	float: left;
	padding: 20px
}

.main_content_left_header
{
	
}

#main_content_right
{
	width: 630px;
	height: 100%;
	float: left;
}

#main_footer
{
	width: 848px;
	height: 100px;
	background-color: #404040;
	border: solid 1px White;
	float: left;	
}
#sponsorer    
{
	width: 150px;
	height: 600px;
	margin-top: 100px;
	background-color: #123965;
	float: left;
}

#login
{
	position: absolute;
	top: 5px;
	right: 5px;
	font-family: Arial;
	color: White;
	font-size: smaller;
	font-weight: bold;
}

/* Popup */

.fade {
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	left: 0;
	top: 0;
	z-index: 10;
}

.btnClose
{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.popup_block {
	background: #404040;
	padding: 10px 20px;
	border: 10px solid #fff;
	float: left;
	width: 480px;
	position: fixed;
	top: 20%;
	left: 50%;
	margin: 0 0 0 -250px;
	z-index: 100;
}
.popup_block .popup {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #bbb;
}

/* Slut Popup */

.knapp_startsida
{
	background-image: url(Images/Startsida.png);
}
.knapp_omkajsa
{
	background-image: url(Images/Omkajsa.png);
}

.knapp_kalender
{
	background-image: url(Images/Kalender.png);
}
.knapp_bilder
{
	background-image: url(Images/Bilder.png);
}
.knapp_blogg
{
	background-image: url(Images/Blogg.png);
}
.knapp_sponsorer
{
	background-image: url(Images/Sponsorer.png);
}
.knapp_lankar
{
	background-image: url(Images/Lankar.png);
}
.knapp_startsida:hover
{
	
}
.knapp_omkajsa:hover
{
	
}
.knapp_kalender:hover
{
	
}
.knapp_bilder:hover
{
	
}
.knapp_blogg::hover
{
	
}
.knapp_sponsorer:hover
{
	
}
.knapp_lankar:hover
{
	
}