<style type="text/css"> 
<!-- 

/* CSS skrevet av Ole Reidar Johansen. Juli 2010. */

html { margin: 0; padding: 0; }

body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: black;
    background-color: white;
    margin: 0; padding: 0;
}

a { border: none; }
img { border: none; }

h1
{
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: normal;
    color: #019bb7;
    margin: 0;
}

h2
{
    font-family: Georgia, serif;
    font-size: 14px;
    font-weight: normal;
    color: #019bb7;
    margin: 0;
}

div#container
{
    /* Denne holder alt i wrapper utenom annonsene */
    width: 960px;
    background-image: url("/images/pff_bg.png");
    margin-left: 0 auto;
    outline: 0px solid red; /* For debugging av layout */
    float: left; 
    margin: 0; padding: 0;
} 

div#wrapper
{ 
    /* Denne holder alt innholdet på midten av nettsiden */
    width: 1120px;
    margin: 0 auto; padding: 0;
    outline: 0px solid red; /* For debugging av layout */
} 

div#header { 
	background-image: url("/images/pff_topbanner.jpg");
	margin: 0; padding: 0;
	height: 245px;
} 

ul.olemeny { 
    color: white;
    background-color: #019bb7;
    font-size: 12px;
    list-style: none;
    height: 34px;
    margin: 0; padding: 0;
    width: 960px;
    overflow: hide;
}

ul.olemeny li {
    float: left;
    padding: 10px 0;
    margin: 0;
    width: 137px;
    text-align: center;
}

ul.olemeny li a
{
    color: white;
    font-weight: bold;
}

div.meny{
padding: 0;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

div#vsidebar
{
    float: left;
    width: 285px;
    padding: 0px;
    margin: 10px;
}

div#rsidebar
{
    float: right;
    width: 285px;
    padding: 0px;
    margin: 10px;
}

div.vsidebarbox
{
    background-color: white;
    color: black;
    border-left: 0px solid #019bb7;
    padding: 10px; 
    margin: 0 0 10px 0;
    font-size: 11px;
}

div.vsidebarbox li
{
    padding-left: 10px;
    margin-bottom: 5px;
}

div#info
{
    /* Denne skal være gjennomsiktig og bare holde innholdet på plass */
    width: 645px;
    margin: 10px auto;
}

div.info
{ 
color: #555555;
background-color: white;
padding: 20px 20px;
font-size: 11px;
line-height: 18px;
min-height: 150px;
margin: 0 0 10px 0;
} 

div.overskriftKolonne
{ 
    background-color: #019bb7;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 10px 0;
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url("/images/footer_bg.png");
background-repeat: no-repeat; 
		color: #FFFFFF;
	font-size: 11px;
	line-height: 18px;
	margin-top: 30px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.lite_bilde{
float: left; 
padding: 10px 20px 0 0;
margin: 0;
}


a:link {
color: #1A74D2;
text-decoration: none; 
}

a:visited {
color: #1A74D2;
text-decoration: none; 
}

a:active {
color: #1A74D2;
text-decoration: none; 
}

a:hover {
color: #019bb7;
text-decoration: none; 
}

div#annonser{
margin-top: 245px;
width: 150px; 
padding-left: 10px; 
float: left; 
}

div.annonse
{
margin-bottom: 50px;
}

--> 
</style>
