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

/* -- Charlotte Jørgensen - www.charlotte.no -- */

/* -- LAYOUT -- */
img {
	border: none;
}
* {
	margin: 0;
	padding: 0;
}
.separatorInvisible {
	height: 0;
	clear: both;
}
/* -- LAYOUT -- */
body {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #000000;
	background: #ffbe00 url(assets/page-background.jpg) repeat-x left top;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
.uthevet {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#wrapper {
	position: relative;
	width: 900px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	background: url(assets/content-background.jpg) no-repeat right top;
}
#home {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 145px;
	z-index: 1;
}
/* -- RIGHT HEADER -- */
#header {
	position: absolute;
	top: 0;
	left: 220px;
	width: 260px;
	height: 100px;
	padding: 55px 0 0 420px;
}
#header p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
#header a {
	text-decoration: underline;
	color: #000;	
}
#header a:hover {
	text-decoration: underline;
	color: #F00;
}
/* -- RIGHT CONTENT -- */
#show {
	position: absolute;
	top: 145px;
	left: 220px;
	width: 650px;
	height: 290px;
}
/* -- RIGHT CONTENT -- */
#content {
	position: absolute;
	top: 450px;
	left: 220px;
	width: 650px;
	padding: 0 30px 0 0;
}
#content p {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 8px;
}
h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 12px 0 6px 0;
}
#content ul {
	padding-left: 30px;
	padding-top: 10px;
	line-height: 18px;	
}
/* -- LEFT NAVIGATION -- */
#navigation {
	position: absolute;
	top: 0;
	left: 0;
	width: 220px;
	height: 600px;
	background: url(assets/menu-background.jpg) no-repeat left top;
	font-size: 14px;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 170px 0 0 0;
}
#navigation li a:link {
	display: block;
	padding: 5px 5px 25px 25px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background: url(assets/bombe.gif) no-repeat left 5px;
}
#navigation li a:visited {
	display: block;
	padding: 5px 5px 25px 25px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background: url(assets/bombe.gif) no-repeat left 5px;
	
}
#navigation li a:hover {
	text-decoration: underline;
}
#navigation li a:active {
	font-weight: bold;
	text-decoration: none;
}
