body {
	margin: 0;
	padding: 0;
	background-image: url(img/bakgrund.png);
}

/* This includes the gradient background,
which stops at the bottom of the window
unless your screen is really damn tall. */
#meny-bakgrund-toning {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 100%;
	background-image: url(img/meny-toning.gif);
	background-position: 0 100px;
	background-repeat: no-repeat;
	z-index: 100;
}

/* This includes the middle background, which follows the menu downward. */
#meny-runt {
	position: absolute;
	top: 100px;
	left: 0;
	width: 170px;
	background-image: url(img/meny-botten.gif);
	background-repeat: repeat-y;
	z-index: 200;
	margin: 0;
	padding: 0;
}

#meny {
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-image: url(img/meny-toning.gif);
	background-repeat: no-repeat;
	padding-bottom: 20px; /* This fills out the inexplicable bottom gap between this layer and its parent */
	margin-bottom: 0;
}

#meny ul {
	margin: 0;
	padding: 0;
}

#meny ul li {
	list-style-type: none;
	margin-bottom: 1.2em;
	padding-left: 10px;
}

#meny ul li ul li {
	margin-bottom: 0.4em;
}

a.countries {
	color: #070F71;
	text-decoration: none;
}

#meny a {
}

#meny a:hover {
	text-decoration: underline;
}

#transparent {
	height: 400px;
	width: 10px;
}

#topp {
	padding-left: 30px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	height: 100px; /* for some incredibly lame reason, Safari ignores background-repeat... */
	background-image: url(img/bakgrund.png);
}

#topp img {
	margin-right: 5px;
	vertical-align: middle;
}

.linjer {
	background-image: url(img/linjer.gif);
	background-repeat: repeat-x;
}

.topp-linjer-vanster {
	width: 131px;
	height: 15px;
	display: -moz-inline-box; /* thanks for forcing me to break the standard, Mozilla */
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

.topp-linjer-hoger {
	width: 46px;
	height: 15px;
	display: -moz-inline-box;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}

/* This includes the bottom background, which follows the main text downward. */
#main {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 160px;
	padding-top: 100px;
	width: 500px;
	font-family: Times, Times New Roman, serif;
	background-image: url(img/meny-botten.gif);
	background-repeat: repeat-y;
}


#rubrik {
	margin-left: 50px;
	border-bottom: 1px solid black;
}

#rubrik h1  {
	color: #010192;
	width: 100%;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0.6em;
	margin-left: 20px;
}

#brodtext {
	margin-left: 50px;
	margin-top: 30px;
	font-size: 0.9em;
	line-height: 1.5em;
}

ul.titles li, ul.states li {
	list-style-image: url(img/plutt.png);
	list-style-type: disc;
	color: #777;
}

ul.titles li a, ul.states li a {
	color: black;
}

ul.titles li a:visited, ul.states li a:visited {
	color: #D53030;
}

#brodtext a {
	text-decoration: none;
}

#brodtext a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

span.city {
	color: #777;
}

#valruta {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 0.7em;
	width: 160px;
	margin-left: 20px;
	margin-right: 10px;
}

#valruta-topp {
	background-image: url(img/ruta-topp.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 10px;
	margin: 0;
	padding: 0;
	display: block;
}

#valruta-mitt {
	background-image: url(img/ruta-mitt.png);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-bottom: 50px;
	padding-top: 3px;
	padding-right: 20px;
	margin: 0;
	margin-top: -2px; /* this is to fill the gap IE creates in the bottom of valruta-topp */
}

#valruta-botten {
	background-image: url(img/ruta-botten.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 10px;
}

#valruta-text {
	position: relative;
	top: -16px;
}

#valruta a:visited {
	color: black;
}

#skippa-menyn {
	display: none;
}

@media aural {
	#skippa-menyn {
		display: inline;
	}
}

