body{
    width: 100%;
    height: 100%;
    background-color: black;
    color: Gold;
    font-family: "Times New Roman";
    font-size: 15px;

}
#bakgrund{
    position: absolute;
    z-index: -2;
    width: 100%;
    height: 1965px;
}
#header_bakgrund{
    position: absolute;
    z-index: -3;
    width: 100%;
    height: 100%;
}
#header{
    position: relative;
    width: 100%;
    height: 103px;
    text-align: center; 
    padding-top: 30px;
}
#nyhetswrapper{
    position: absolute;
    width: 100%;
    height: 170px;
    overflow:hidden;
    top: 0;

}
#nyheter{
    position: absolute;
    top: 112px;
    right: -400px;
    color: yellow;

}
#logo{
    position: relative;
    top: 25px;
    margin: 0 30px;
    display: inline;
}
.mini{
    width: 200px;
    height: 15px;
    margin: 0 20px;
    text-align: left;
    display: inline;

}
#mini_left { position: relative; left: 290px; top: 22px; }
#mini_right { position: relative; right: 290px; top: -20px; }

#apor{
    background: transparent url("../img/apor.png") repeat scroll 0 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20px;
}
#main{
	width:980px;
	margin:0 auto;
	text-align: left;
}
#middlewrapper{
	float:left;
	width:100%;
}
#middle{
	margin:0 220px 0 500px;	
}
#left{
	float:left;
	width:500px;
	margin-left:-980px;
}
#right{
	float:left;
	width:180px;
	margin-left:-180px;
}
.kolumn{
	margin:10px;
	padding:30px 20px 0 20px;
	margin-top:30px;
}
#footer{
    clear: both;
    border-top: 1px solid blue;
    text-align: left;
}

h1, h2 { color:red; }
h1 {font-size: 23px;}
h2 {border-bottom: 1px solid blue;font-size: 16px; margin-bottom: -10px;}
p { margin: 30px 0;}
#right p {margin: 15px 0;}
#nav { float:right; color:blue; padding:2px; margin:0;}
img{display:block;}
#runsten{
    float:left;
    width: 200px;
    margin-right: 30px;
}
.clear{
    clear:both;
}
a{color:blue;}
a:hover{color:blue;}
a:visited{color:blue;}
#main a, #footer a, #kopiera a{color:yellow;}
#main a:hover, #footer a:hover {color:blue;}
#kopiera.hover {color:blue;}
a:visited{color:blue;}
#siffror{
    font-family: "Andale Mono";
    color: #7FFF00;
    font-size: 26px;
}
.foto{
    color: white;
}
.foto img{
    display:inline;
    vertical-align: middle;
    margin-left: 5px;
    border: 0;
}

