/* CSS Document */

body {
	margin: 0;
	background: #859db9;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
background: #ffffff;
border: 3px solid #ffffff;
margin: 10px 12% 0 12%;}

#head {
background: #d8d6d2 url("Images/Toppbanner.jpg") no-repeat right;
height:150px;
}

#head img {
	padding-left: 30px;
	padding-top: 50px;
	margin-bottom: 5px;
	}

#meny {
	height:30px;
	background:#1b3864;
	border-top: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	padding-left:17%;
	padding-top:5px;
}

#meny a {
	color: #ffffff;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	margin-top:10px;
	background-image:  url("Images/hvitpil.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#meny a:hover {
	color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	margin-top:10px;
	background-image:  url("Images/orangepil.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#meny a.aktiv{
	color: #ff6600;
	padding-right: 15px;
	padding-left: 15px;
	margin-top:10px;
	background-image:  url("Images/orangepilned.gif");
	background-repeat: no-repeat;
	background-position: right;
}





#content {
	padding-left: 20%;
	padding-right: 5%;
	padding-bottom: 2%;
	background-image:  url("Images/spor.gif");
	background-repeat: no-repeat;
	background-position: left top;
}

#content h2{
color: #FF6600;}


#footer {
margin:0 12% 0 12%;
text-align: right;}

#footer a{
	color: #FFFFFF;
	margin:0;
	font: 80%;
}

#footer img{

border: none;}

.roundcont  {
	background-color: #ffffff;
	margin: 0 12% 0 12%;
}



.roundtop { 
	background:   url(Meny/TH.gif) no-repeat top right; 
}

.roundbottom {
	background:   url(Meny/BH.gif) no-repeat top right; 
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.index {
border: solid 2px #859db9;
float: right;
margin-right: 5px;
margin-left: 5px;}
