﻿body {
	background: #ebebeb;
	margin: 0;
	font-family: Helvetica,Arial sans-serif;
	color: #666;
	font-size:12px;
}

#wrapper {
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 0 24px 0;
	width: 938px;
	min-height: 750px;
	height: auto;
	overflow: auto;
	margin: 12px auto 0 auto;
}

#Header {
	background: url(images/logo_wahwah.gif) top left no-repeat;
	background-position: 8px 8px;
	width: auto;
	height: 170px;
	margin: 0 auto 0 auto ;
	border: 0px solid #ccc;
	padding: 0;
}

#TopNavigation {
	position:relative;
	top: 107px;
	width: auto;
	height: 65px;
	border: 0px solid aqua;
	padding-top:20px;
}

.MainMenu {
	float: right;
	clear: both;
	width: 100%;
}

#Main {
	min-height:400px;
	height:auto;
	float:left;
	width: 562px;
	padding: 0 6px 0 16px;
	border: 0px solid aqua;
        padding-top: 50px;
}


#SideBar{
	max-height:500px;
	background: #ffffff;
	float:right;
	width: 350px;
	border: 0px solid red;
	text-align:right;
	overflow:hidden;
        padding-top: 18px;
}


#Footer {
	border: 0px solid aqua;
	width: 938px;
	margin: 4px auto 0 auto ;
	text-align:center;
	color:#333;
	font-size: 12px;
}

/* Generelt */

p {
	line-height: 125%;
}

ul.sf_postListing li p, .sf_singlePost p, .sf_postComments p {
	margin:0 0 15px !important;
	padding:0;
}


em {
	color: #bec023;
	font-size: 16px;
}

/* Liste for grunner */
#Reasons {
 width: 100%;

}

#Reasons th {
	color: #333;
	font-size: 14px;
	text-align:left;
	margin:0;
	padding-top: 16px;
}


#Reasons td{
	font-size:40px;
	color:#DDD;
	text-align: center;


}

#Reasons td p{
	background: #e4e992;
	padding: 4px;
	color: black;
	font-size: 12px;
	text-align: left;
	margin:0;

}

/* Overskrifter */

h1, h1.sf_postTitle  {
	font-size: 32px !important;
	color: #000;	
}



h2 {
	font-size: 24px;
	color: #666;
	font-weight:normal;	
}

h3 {
	font-size: 14px;
	margin: 0;
	color: #b9c12d;	
}

#SideBar h3
{
    display:none !important;
}


/* Samarbeidstabell */

#TblPartners {
	width: 100%;
	
}

#TblPartners td{
	padding: 4px;
	vertical-align:top;
	
}

#TblPartners a{
	color: #b9c12d;
	font-weight:bold;
	font-size: 14px;
	
}

.sf_newsTitle a{
	text-decoration:none ;
	color: #666;
font-size:0.6em;
font-weight:bold;
}

.sf_newsList h2.sf_newsTitle {
    font-size:1.8em;
   margin:20px 0 0px !important;
    padding:0;

}

.sf_newsList p
{
    margin-bottom:0px;
    margin-top:0px;
}

.newsImgDiv
    {
        padding-right: 5px;
        float: left;
    }

