@charset "UTF-8";
/* CSS Document */


.h1 {
	font-size:20px;
	line-height:30px;
	color:#488b22;
	font-weight:bold;
	}
	
.h2 {
	font-size:16px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}	

p {
	font-size:13px;
	line-height:18px;
	}
	
li {
	font-size:13px;
	line-height:18px;
	}		
	
.ref1 {
	font-size:10px;
	}

a {
	text-decoration:none;
	color:#488b22;
	font-size:13px;
	line-height:18px;
	}			

.annonsmarkning {
   width:100%;
   height:20px;
   font-family:Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   background:#000000;
   text-transform:uppercase;
   position:fixed;
   padding-top:5px;
   font-size: 16px;
   }
   
.annonsmarkning2 {
   width:100%;
   height:20px;
   font-family:Arial, Helvetica, sans-serif;
   color:#FFFFFF;
   background:#000000;
   text-transform:uppercase;
   position:fixed;
   bottom:0px;
   font-size: 16px;
   }   
   
.content {
	width:100%;
	height:100%;
	font-family:Trebuchet MS, Verdana, Geneva, sans-serif;
	background:#FFF;
	}   

.contentbox {
	width:900px;
	height:45%;
	padding:40px;
	margin-top:18px;
	border-radius:5px;
    -moz-border-radius:5px;
    -moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;
    box-shadow: 0px 0px 15px #888;
	}
	
.top {
	width:900px;
	height:320px;
	padding:40px;
	background:url(bilder/green.png);
	margin-bottom:18px;
	border-radius:15px;
    -moz-border-radius:15px;
	-webkit-border-radius:15px;
	-moz-box-shadow: 0px 0px 15px #888;
    -webkit-box-shadow: 0px 0px 15px #888;
    box-shadow: 0px 0px 15px #888;
	}	