@charset "utf-8";
/* CSS Document */

body { background: #e7f9fd url("images/background.jpg") repeat-x top;
       color: #181818;
       font-family: 'Lucida Grande', Verdana, Sans-Serif;
       margin: 0;
       padding: 0; }
	   
a { color: #000;
text-decoration: underline; }

a:hover { color: #f90;
text-decoration: none; }

#header { position: absolute;
margin: 0;
padding: 0;
width: 1024px;
height: 150px;
text-align: center;
background: url("images/header.png");
text-indent: -9999px; }

div#meny { list-style-type: none;
position: relative;
width: auto;
height: 31px;
top: 155px;
left: 0;
margin: 0;
padding: 0; }

li#meny a:hover { color: #333; }
li#meny1 a:hover { color: #333; }

div#meny ul, div#meny li { 
display: inline;
text-align: center;
margin: 0;
padding: 0 10px;
list-style-type: none; } 

li#meny { position: relative;
left: 0;
width: Auto;
height: 30px; }

li#meny1 { position: relative;
left: 0;
width: auto;
height: 30px; }

#blogg { position: absolute;
margin: 10px;
padding: 15px 0 0 0;
width: 600px;
height: 269px;
border: 1px solid #0CF;
left: 10px;
top: 220px;
text-align: center;
background: #FFF; }

#blogg_folj {position: relative;
margin: 0;
padding: 0;
width: 600px;
height: 232px;
background: url(images/folj.jpg);
text-indent: -9999px; }

#blogg_folj a {display: block; 
width: 597px;
height: 228px; }

#blogg_folj a:hover { display: block;
border: 2px solid #F90; }

#right_header { position: absolute;
margin: 10px;
padding: 15px 10px 10px 10px;
width: 380px;
height: auto;
border: 1px solid #0CF;
left: 630px;
top: 430px;
text-align: center;
background: #FFF; }

#right_main { position: absolute;
margin: 10px;
padding: 15px 10px 15px 10px;
width: 380px;
height: auto;
border: 1px solid #0CF;
left: 630px;
top: 985px;
text-align: center;
background: #FFF; }

#right_main2 { position: absolute;
margin: 10px;
padding: 15px 10px 10px 10px;
width: 380px;
height: auto;
border: 1px solid #0CF;
left: 630px;
top: 220px;
text-align: center;
background: #FFF; }

#right_main3 { position: absolute;
margin: 10px;
padding: 15px 10px 15px 10px;
width: 380px;
height: auto;
border: 1px solid #0CF;
left: 630px;
top: 1820px;
text-align: center;
background: #FFF; }

ul { margin: 30px 0px 0px 30px;
padding: 5px; }

li { list-style-image: url(images/li.jpg);
list-style-type: square; /*disc, circle, square, decimal, none*/
margin: 6px 6px;
padding: 0; }

#main { position: absolute;
margin: 10px;
padding: 15px 10px 10px 10px;
width: 580px;
height: auto;
border: 1px solid #0CF;
left: 10px;
top: 530px;
text-align: left;
background: #FFF; }

#main2 { position: absolute;
margin: 10px;
padding: 15px;
width: 570px;
height: 20px;
border: 1px solid #0CF;
left: 10px;
top: 4500px;
text-align: center;
background: #FFF; }

form { text-align: center; }
