@charset "UTF-8";
/* Background-Styles ------------------ */

body, html {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: black;
	height: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #6a6a6a;
}

/* Container */
#container {
position: relative;
margin: 0px auto;
width: 405px;
height: auto;
text-align: left;
}

/* Tekst-Styles ------------------ */
.logo {
width: 420px;
height: 110px;
background: url(images/logo.png) top center no-repeat;
margin: 0px 0px 15px 0px;
align: center;
}

.blok {
width: 405px;
height: auto;
float: left;
margin-top: 150px;
}

.top {
width: 405px;
height: 14px;
background: url(images/blok_t.png) top left no-repeat;
float: left;
}

.mid {
width: 405px;
height: auto;
padding: 10px 0px 10px 0px;
background: url(images/blok_m.png) top left repeat-y;
float: left;
text-align: center;
text-shadow: white 0px 1px 1px;
}

.bot {
width: 405px;
height: 21px;
background: url(images/blok_b.png) top left no-repeat;
float: left;
}

h1 {
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.12em;
	color: white;
	margin: 20px 0px 15px 0px;
	font-style: normal;
}

a, a:visited {
color: black;
text-decoration: none;
}

a:hover {
color: #a36416;
text-decoration: none;
}

.clear {
clear: both;
margin-bottom: 10px;
}