html {
	height: 100%;
}
body {
	background-color: #999;
	background-image: url(../bilder/virrvarr.gif);
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18px */
	margin: 0;
	padding: 0;
	height: 100%;
}


a:link { color: #e42b38; }
a:visited { color: #c06066; } 
	

div.container {
	margin: 15px auto 0px auto;
	width: 686px; /* 16x42.875=686px */
	text-align: left;
	/* border-width: 0 1px;
	border-style: solid;
	border-color: #000;
	background-color: #FFF; */
}
div.content {
	background-color: #FFF;
	background-image: url(../bilder/bg_main.gif);
	background-repeat: repeat-x;
	padding: 1px 25px 40px 25px; /* 16x2=32px */
}
div#footer {
	height: 45px;
	background-image: url(../bilder/bg_main_bottom.png);
	color: #FFF;
	font-size: 0.5625em; /* 16x0.5625=9px */
	/* font-weight: bold; */
	line-height: 60px;
	text-align: center;
}
h1 {
	height: 27px;
	background-repeat: no-repeat;
	text-indent: -10000em;
	font-size: 1.125em; /* 16x1.125=18px */
}
div.ruta h1 {
	margin: 0 0 0.3em 0;
}
h2 {
	font-size: 0.875em; /* 16x0.875=14px */
}
h3 {
	font-size: 0.75em; /* 16x0.75=12px */
	color: #e42b38;
	margin-bottom: 0.5em;
}
p, .text, td, ul, ol {
	font-size: 0.72em; /* 16x0.6875=11px */
	margin-top: 0;
	text-align: left;
}
ul, ol {
	margin-left: 1.5em;
	padding-left: 0px;
}
div.ruta div {
	background-color: #FFF;
	padding: 0px 12px;
}
div.ruta div p {
	margin-bottom: 1em;
}
div.ruta h2 {
	margin-top: 0px;
	margin-bottom: 0.2em;
}
div.ruta h3 {
	margin-top: 0px;
}
div#evenemang p {
	margin: 0px;
}
div#luncher {
	width: 250px;
}
div#evenemang {
	width: 400px;
	float: right;
}
div#monthcontrol {
	margin-bottom: 1em;
	font-weight: bold;
}
div#footer a {
	color: #FFF;
	text-decoration: none;
}
p.hr {
	text-align: center;
	clear: both;
	padding-top: 27px;
	padding-bottom: 10px;
}


