* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    background: #fdfdec url(../img/bg.jpg) repeat-y;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
}

    #wrap {
        width: 709px;
        margin: auto;
        padding: 0;
    }
    
    #contentwrap
    {
        /* Det här är en extra wrapper som används för att inte IE6 skall dubblera marginaler å sånt */
        width: 709px;
        margin: 0 auto;
        padding: 0;
        background: url(../img/bg_content.png) top repeat-y;
	}
	
  
        #headStartsida {
            margin: 0;
            background: url(../img/header2.png) top no-repeat;
            height: 171px;
        }    
        
        #head {
            margin: 0;
            background: url(../img/header.png) top no-repeat;
            height: 171px;
        }


    #contentTextStart { 
     width: 340px;
     padding: 15px;
     margin-left: 55px;
     font-size: .7em;
     font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
     background: #e2e2d3;
     position: relative; 
     margin-top: -20px;

  }

    #contentText { 
     width: 530px;
     padding: 15px;
     margin-left: 60px;
     font-size: .7em;
     font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
     background: #e2e2d3;
       }
  
  
#aktuelltStart {
padding: 0;
	width: 277px;
	height: 570px;
	float: right;
	position: absolute;
	margin: -390px 0 0 361px;
        background: url(../img/aktuellt_start2.png) top no-repeat;
        vertical-align: top;
	}

.aktuelltText {
padding: 0;
	width: 200px;
	height: auto;
	margin: 170px 0 0 50px;
	}

#footer{
     color: #000;
     font-weight: bold;
     margin: 10px 0 0 70px;
     width: 350px;
     text-align: center;
     font-size: .7em;
     font-family: Tahoma, Trebuchet MS, Verdana, Sans-Serif;
     }
     
/* HEADINGS */	

h1 {
    font-size: 18px;
    margin-bottom: 10px;
    font-family: Times New Roman, Trebuchet MS, Arial, Serif;
    color: #555c55;
}

h2 {
    font-size: 16px;
    margin: 0px 0 10px 0;
    font-family: Times New Roman, Trebuchet MS, Arial, Serif;
    color: #e2e2d3;
    }

h3 {
    font-size: .85em;
    margin: 25px 0 10px 0;
}

#left h4 {
    font-size: .75em;
    margin: 25px 0 10px 0;
}


img {
    border: none;
}


.news_item{
    color: #000;
    }
    
 
.news_item a {
    color: #e2e2d3;
    text-decoration: underline;
    }


    
 .news_item a:visited{
     color: #e2e2d3;
     text-decoration: underline;
    }
    
.news_item a:hover {
    color: #000;
    text-decoration: none;
    }
    
a {
    text-decoration: none;
    color: #555c55;
}

a:hover {
    text-decoration: underline;
    color: #555c55;
}

a:active {
    color: #555c55;
}

a:visited {
    color: #555c55;
}


    