/*
START CSS Tooltip 
*/

a span {
	display: none;	
}

a:hover {
	position: relative;
}

a:hover span {
	display: block;
  position: absolute;
}

a:hover span {
	width: 300px;
	top: -30px; 
	left: 50px;
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
  background: #f0f0f0; 
  border: 1px dotted #c0c0c0;
	opacity: 0.9;
	font-size: 12px;
	text-decoration: none
}

/*
END CSS Tooltip
*/

.storValRubrik {  
	font-size: 22px;
	font-family: Verdana, Helvetica, Arial;
	color: #41735B;
	font-weight: bold;		
	}

body {
	background-image: url(img/frihetsveckan-bakgrund.jpg);
	background-attachment: fixed;	
	font-family: Arial, Helvetica, 'Sans-Serif';
	font-size: 14px;
}

#container {
	width: 600px;
	overflow:auto;
	float: center;
	text-align: left;
	background-color: #ffffff;
	filter:alpha(Opacity=80); 
	-moz-opacity:.80;
	opacity:.80;
}

#footer {
	width: 600px;
	margin-top: 15px;
	float: center;
	text-align: right;
	background-color: #ffffff;
	filter:alpha(Opacity=80); 
	-moz-opacity:.80;
	opacity:.80;
}

#wrapper {
    padding: 10px 10px 10px 10px;
}

#main {
	color: #555555;
	
}

h1 {
    font-family: Arial, Helvetics, 'Sans-Serif';
    font-weight: normal;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 32px;
}

.Rubrik {
	font-size: 1.5em;
	margin-left: 0.5em;
	font-family: Georgia, Verdana, Helvetica, Arial;
	}
	
li { 
	list-style-type: none; 
	text-align: left;
	}

p {  
	font-size: 13px;
	line-height: 135%;
	font-family: Georgia, Verdana, Helvetica, Arial;
	margin-left: 1.5em;
	}

.datum {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial;
	color: #999999;
	}

a:link, a:visited { 
	font-weight: normal;  
	color: #777777;
	text-decoration: none;
	
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #555555;
	}

.2008 {
	position: fixed; right: 0px; bottom: 0px; z-index: 999;
}

.2008 a, .2008 a:visited {
	color: #ffffff;
}