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

body { 
	background-image: url(bilder/ullevi.jpg);
	background-repeat: no-repeat; 
	background-position: center center; 
	background-attachment: fixed;
	}

p {font-family: Arial; font-size: 12px;color: #262626;}
li {font-family: Arial; font-size: 12px;color: #000000;}
a {font-family: Arial; font-size: 12px;color: #000000;}
td{font-family: Arial; font-size: 12px;color: #262626;}

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}

h1 {font-family: Verdana; font-size: 20px;}
h2 {font-family: Verdana; font-size: 18px;}
h3 {font-family: Verdana; font-size: 16px;}


#container { 
	min-height:500px; 
	width:900px; 
	 margin-left: auto ;
  margin-right: auto ;
	margin-top:10px;
	margin-bottom:10px;
	border:thin solid #595959;
	background-color:#fffff0;
	}
	
	
#header {
	width:870px;
	margin-left:0px;
	margin-top:0px;
	position:relative;
	padding: 10px;
	background-color:#fffff0;
	}
	
#meny {
	width:900px;
	max-height:60px;
	margin-top:-10px;
	margin-left:0px;
	position:relative;
	background-color:#fffff0;
	}
	
#innercontainer {
	width:900px;
	background-color:#fffff0;
	}
	
#text {
	width:880px;
	position:relative;
	margin-top:0px;
	padding: 10px;
	margin-left:0px;
	background-color:#fffff0;
	}
	
	
#footer {	
	width:870px;
	position:relative;
	padding: 0px;
	background-color:#fffff0;
	}