﻿html, body
{
    min-height: 100%;
}

.heading1
{
    padding-bottom: 5px;
    font-size: 30px;
    font-family: Century Gothic, Arial; 
}



body
{
    background: white url(../images/background_blackred.jpg) repeat;
    background-color:White;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
	margin: 0;
	padding: 0;
	min-height: 100%
}

#container
{
    margin-left:auto;
    margin-right:auto;
    width:900px;
    padding: 0px;
    background-color: white;
    height: 100%;
    overflow:hidden;
    border: solid 5px #450404;
    margin-top:20px;
}

#container2
{
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    padding: 0px;
    background-color: white;
    height: 100%;
    overflow:hidden;
    border: solid 5px #450404;
    margin-top:20px;
}

#columncontainer
{
    overflow:hidden;
    width:100%;
}

#header
{
    /*background-image: url(../images/toppen4.jpg);*/
    padding-top:0px;
    margin: 0px;
    width:900px;
    height:200px;
    background-repeat:no-repeat;
    border:0px none;    
    position: relative;
}

#header2
{
    padding-top:0px;
    margin: 0px;
    width:1000px;
    height:200px;
    background-repeat:no-repeat;
    border:0px none;    
    position: relative;
}

#logga
{
    float:right;
}

/***********Navigation*************/
#navarea
{
    background: url(../images/menu4_test.gif) 0 -32px;
    width: 900px;
    height: 30px;
}

#navarea2
{
    background: url(../images/menu4_test.gif) 0 -32px;
    width: 1000px;
    height: 30px;
}

#navigation
{
    width: 900px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
    height: 30px;
}

#navigation ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation li a 
{
    height: 20px;
    text-decoration: none;    
}

#navigation li a:link, #navigation li a:visited
{
    color: #CCC;
    display: block;
    background: url(../images/menu4_test.gif) 0 -32px;
    padding: 5px 5px 5px 5px;  
    font-size: 16px;
    font-family: Century Gothic, Verdana;
    font-weight: normal;
}

#navigation li a:hover
{
    color: #FFF;
    background: url(../images/menu4_test.gif);
    padding: 5px 5px 5px 5px;
}

#navigation ul li
{
    _width: 20px; /*only for ie6*/
    float:left;
    margin:0;
    padding:0;
    border-right: solid 1px gray;
}

/*******content**************/
#content
{
    float:left;
    background-color:White;
    background:transparent url(../images/right_bg.gif) repeat-y scroll right center;
    width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 100%;
    padding-bottom: 32767px;
	margin-bottom: -32767px;
	padding-top: 10px;
}

#content2
{
    width: 1000px;
}

/*********right column*******/
#rightcol
{
    float:left;
    background-color:#DFDFDF;
    width: 240px;
    min-height: 100%;
    padding-bottom: 32767px;
	margin-bottom: -32767px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

h3 span
{
    display:none;
}

h3 
{
    height: 56px;
    margin:0px;
    padding:0px;
}

p
{
    margin:0px;
    padding:0px;   
}

#rightcolmedia, #rightcolcal, .ad{
    background-color:#FFFFFF;
    background-repeat:repeat-y;
    color:#454545;
    display:block;
    margin:0pt 0pt 10px 0px;
    padding:0pt;
    width:240px;
}

#rightcolmedia .rbody p, #rightcolcal .rbody p
{
    background:transparent url(../images/right_bg.gif) repeat-y scroll right center;
    padding-right:5px;
    padding-left:5px;
    padding-top:5px;
}

#rightcolmedia h3
{
    background:transparent url(../images/mediahead_skugga.jpg) no-repeat scroll 0%;
}

#rightcolcal h3
{
    background:transparent url(../images/kalenderhead_skugga.jpg) no-repeat scroll 0%;
}

.ad h4
{
    background-color: #39010E;
    color:White;
    padding-left: 5px;
    padding-right:5px;
}

#rightcolmedia .rbody, #rightcolcal .rbody{
    background:transparent url(../images/right_bottom_240.gif) no-repeat scroll center bottom;
    padding-bottom:15px;
}


/*********footer************/

#footer
{
    clear:both;
    background-color:black;
    color: White;
}

/*********general layout*************/

.imageRight
{
    float:right;
    padding: 5px 5px 5px 5px;
}

.imageLeft
{
    float:left;
    padding: 5px 5px 5px 0px;
}

.clearDiv
{
    clear: both;
}

a 
{
    text-decoration: none;
}

.contentLeft
{
    float: left;
    padding: 10px 0px 0px 0px;
    width: 380px;
    margin-right: 10px;
    /*border-right: solid 1px #CCCCCC;*/
    margin-top: 10px;
    margin-bottom: 10px;
}

.heading2
{
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 25px;
    font-family: Century Gothic Bold, Arial;
}

.newstext
{
    /*text-align: justify;*/
    font-size: 12px;
    font-family: Helvetica, Arial;
    padding-bottom:10px;
}

.preamble
{
    font-size:15px;
    font-family: Helvetica, Arial;
    font-weight: bold;
    padding-bottom: 10px;
}

.contentRight
{
    padding: 10px 0px 0px 10px;
    float: left;
    width: 210;
    border-left: solid 1px #CCCCCC;
    margin-top: 10px;
    margin-bottom: 10px;
}

.smallNewsContent
{
    border-bottom: solid 1px #CCCCCC;
    padding: 10px 0px 10px 0px; 
    width: 190px;
}

.smallNewsContent a
{
    font-family: Helvetica, Arial;
    font-weight: bold;
    letter-spacing:-0.6pt;
    color: Black;
}

.smallNewsText
{
    font-size: 10px;
}

.heading3
{
    padding-bottom: 5px;
    padding-top: 5px;
    font-family: Century Gothic Bold, Arial;
    font-size: 15px;
    font-weight: bold;
    color: Black;
}

.heading4
{
    font-family: Century Gothic, Arial;
    font-size: 15px;
    color: Gray;
}

.newsHeaderLink
{
    font-family: Helvetica, Arial;
    font-size: 13px;
    font-weight:bold;
    color: Black;
}

.newstextheader
{
    font-family: Helvetica, Arial;
    font-size: 14px;
    font-weight:bold;
    padding-bottom: 3px;
    padding-top: 10px;    
}

.newsheader
{
    font-size:23px;
    font-weight:bold;
    letter-spacing:-1.3pt;
    padding-bottom: 5px;
    padding-top: 5px;
    /*font-size: 25px;*/
    font-family: Helvetica, Arial, Century Gothic Bold;
}

.calendarEntry
{
    font-family: Arial;
    padding-left: 5px;
    padding-right: 10px;
    background: transparent url(../images/right_bg.gif) repeat-y scroll right;
}

.calendarHeader
{
    font-size: 13px;
}

.calendarText
{
    font-size: 10px;
}

a img 
{
    border: 0;
}

.imageText
{
    color: #555555;
    font-size: 11px;
}

.cellgrid 
{
    border-style:solid;
    border-top:1px solid #9B9B9B;
    border-width:1px 0 0;
    overflow:hidden;
    white-space:nowrap;   
}

.mediaTableEven
{
    background-color: #f2f2f2;
    cursor: pointer;
}

.mediaTableEven:hover
{
    background-color: #d2d2d2;
}

.mediaTableOdd
{
    background-color: #ffffff;
    cursor: pointer;
}

.mediaTableOdd:hover
{
    background-color: #d2d2d2;
}

.mediaDescriptionDiv
{
    padding-top:7px;
    padding-bottom:7px;
}


