/* CSS Document */

/*specify blanket rules for all elements*/

body {

	font-family: Arial, Verdana, sans-serif;

	margin: 0px;

	text-align: center;

	background-image:url(../images/bg.jpg);

	background-repeat:repeat-x;

	background-color: #eff9fd;

	min-height: 101%;

	}

	

html, body, p, h1, h2 {

  padding: 0;

  margin: 0;

  height: 100%;

}



img {

  border: 0px;

}



li {

  font-size: 13px;

}



ul {

  list-style: none;

}



#container {

  margin: 5px auto;

  padding: 10px;

  background-color: #fff;

  width: 800px;

  text-align: left;

  }

  



#toplogo {

  margin: 0px auto;

  padding-top: 0px;

  width: 800px;
  
  height: 103px;

  text-align: left;

  }

  

  

  

/*Rules for headings*/

h1 {

	font-size: 24px;

	color: #000000;

	margin-bottom: 2px;

	}

	

h2 {

	font-size: 16px;

	color: #000000;

	}

	



/*Default paragraph styles */

p {

	font-size: 12px;

	font-weight: regular;

	line-height: 15px;

	color: #434343;

	padding: 0 0 0 0px;

	}
	
p.footer {

	font-size: 11px;

	font-weight: regular;

	line-height: 12px;

	color: #ffffff;

	padding-left: 40px;
	
	padding-top: 5px;

	}

	

p.kursiv {

	font-size: 13px;

	font-style: italic;

	line-height: 15px;

	padding-left: 10px;

	color: #000;

	width: 840px;

	background-color: #fff;

	}

	

#top {

	width: 800px;

	height: 200px;

	}



#topmenu {

	margin-top: 220px;

	}

	

/*Topmeny*/
#meny{
	margin: 0px; 
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 800px;
	font: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:url(../images/menu-balk.jpg);
	background-repeat:repeat-x;
	}
#meny li{
	margin-left: 0px;
	display: inline; 
	list-style-type: none;
	}
#meny a{
	padding-bottom: 10px;
	padding-top: 45px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none; 
	}
#meny a:link{
	color: #000000; 
	}
#meny a:visited{
	color: #000000; 
	}
#meny a:hover{
    background-image:url(../images/btn_over_state.jpg);
	background-repeat:repeat-x;
	color: #000000;
	}
#meny a#current{
	background-image:url(../images/btn_over_state.jpg);
	background-repeat:repeat-x;
	color: #000000;
	}










/*links*/

ul#links{

	list-style-type:none;

	display:block;

	font-weight:bold;

	font-family:arial;

	}

ul#links li{

	display:block;

	font-size:12px;

	}

	

ul#links li a{

	display:block;

	text-decoration:underline;

	color:#000000;

	}







A:link {text-decoration: none; color: #000000;}

A:visited {text-decoration: none; color: #000000;}

A:active {text-decoration: none; color: #000000;}

A:hover {text-decoration: underline; color: #bd5b2c;}







A.black {text-decoration: underline; color: #000000;}

A.blackvisited {text-decoration: none; color: #000000;}

A.blackactive {text-decoration: none; color: #000000;}

A.blackhover {text-decoration: underline; color: #000000;}




.footer A:link {text-decoration: underline; color: #ffffff;}
	



/*content*/

#content {

	width: 800px;

	height:auto;

	min-height: 440px;



	background-repeat:repeat-x;

	}



/*bildspel*/	
#bildspel {

	float: left;

	width: 800px;
	
	height: 219px;

	}






/*3 spalt*/

#lefttext {

	float: left;

	width: 400px;

	padding-left: 20px;

	padding-top: 20px;

	}

	

#lefttext2 {

	float: left;

	width: 750px;

	padding-left: 20px;

	padding-top: 20px;

	padding-bottom: 20px;

	}



#rightbox1 {

	float: left;

	margin-left: 30px;

	margin-top: 20px;

	padding-bottom: 10px;

	}





	





#indexbox {

	float: left;

	margin-left: 12px;

	margin-top: 12px;

	padding-bottom: 5px;

	width: 516px;

	height: 198px;

	}









/*footer*/

#footer {

	clear: both;

	width: 800px;

	height: 51px;

	padding: 0px;
	
	background-color:#68bae2;

	}

	

ul#footermenu{

	margin:0;

	padding-left:120px;

	padding-top: 5px;

	list-style-type:none;

	width:auto;

	position:relative;

	display:block;

	color:#fff;

	}

ul#footermenu li{

	display:block;

	float:left;

	margin:0;

	padding-right: 4px;

	padding-left: 4px;

	color:#fff;

	font-size:11px;

	font-weight:bold;

	}

ul#footermenu li a{

	display:block;

	float:left;

	color:#fff;

	}

ul#footermenu li a.current,ul#footer li a.current:hover{

	color:#ffc151;

	display:block;

	text-decoration:underline;

	}



p.footer2 {

	font-size: 11px;

	line-height: 13px;

	color: #009ee0;

	padding-top: 4px;

	padding-left: 260px;

	}

	

p.footer3 {

	font-size: 11px;

	line-height: 13px;

	color: #009ee0;

	padding-top: 0px;

	padding-left: 0px;

	}















