body{
  font-family: "Trebuchet MS";
  font-size: 16px;
  background-image: url(/gradient.png);
  background-repeat: repeat-x; 
  background-color: #013DFF; 
  margin: 0px;
  padding: 0px;
  }
.left{
width: 420px;
float: left;
}
.right{
width: 320px;
float: right;
}

div#meny {
  	left: 541px;
  	top: 272px;
  	position: absolute;
  	height: 200px;
  	width: 200px;
  }

.right h2 {
  	margin-bottom: 10px;
  	margin-top: 3px;
  	color: #4566de;
  	font-size: 22px;
  }
a {
color: inherit;
}
  #top {
  background-color: #404040;
  width: 746px;
  height: 25px;
  margin-left: 20px;
  padding-left: 24px;
  padding-top: 10px;
  padding-right: 20px;
  color: white;
  }
  #top a {
  text-decoration: none;
  color: inherit;
  }
#top a:hover {
  text-decoration: underline;
  color: inherit;
  }
  
h1 a {
text-decoration: none;
}
  #main {
  background-color: #fbfbfb;
  width: 750px;
  height: 1200px;
  margin-left: 20px;
  padding: 20px 20px 10px;
  }
  
  img#logo{
  float: left;
  clear: none;
  
  }
  h1 {
 
	/* optional styling, you can use whatever you wish */
	font-size: 65px;
	color:#0079b6;
	font-weight:normal;
	letter-spacing:-.05em;
	margin-top: 0px;
	margin-bottom: 10px;
	float: left;
	/* now, this is important */
	position:relative;	
}
h1 span{
	position:absolute;
	display:block;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:url('/gradienttext.png') repeat-x;
}
* html h1 span{
	background-color:#fff;
	background-color:transparent;
	background-image: url(/none.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="gradient_1.png", sizingMethod="scale");
}
h3 {
font-size: 20px;
margin-top: 0px;
}
strong#rubrik {
padding-top: 0px;
line-height: 40px;
color: #47464e;
font-size: 25px;
text-align: left;
margin-top: 0px;
}
#intro {
width: 390px;
float: left;
font-size: 14px;
margin-bottom: 0px;
margin-top: 14px;
}
#lins {
width: 240px;
height: 319px;
float: right;
clear: both;
margin-right: 20px;
}
#provider {
margin-top: 40px;
border-color: #f9f9f9;
border-width: 1px;
border-style: solid;
background-color: #e8ecf6;
width: 687px;
height: 200px;
float: left;
margin-left: 0px;
padding: 20px;
background-image: url('stripe.png');
}

#bprovider {
margin-top: 70px;
border-color: #f9f9f9;
border-width: 1px;
border-style: solid;
background-color: #e8ecf6;
width: 687px;
height: 110px;
float: left;
margin-left: 0px;
padding: 20px;
background-image: url('stripe.png');
}

#midads {
margin-top: 40px;
border-color: #f9f9f9;
border-width: 1px;
border-style: solid;
background-color: #e5e5e5;
width: 728px;
height: 110px;
float: left;
margin-left: 0px;
padding-top: 30px;
}



div#right{
position: absolute;
font-size: 22px;
left: 540px;
top: 80px;
}
div#right a{
color: #6a84c8;
text-decoration: none;
}

div#right a:hover{
color: #6a84c8;
text-decoration: underline;
}

div#ads {
width: 415px;
position: absolute;
left: 41px;
top: 260px;
}
div#bads {
position: absolute;
left: 41px;
top: 310px;
}

p#link {
margin-top: 5px;
margin-bottom: 0px;
}
p#link a{
color: #6a84c8;
text-decoration: none;
}

#footer {
  font-size: 12px;
  background-color: #525252;
  width: 750px;
  height: 20px;
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-right: 20px;
  color: #cadcff;
  }

