body {
	background-color: #000033;
	font-family: verdana,arial,serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

a {
	background-color: #ffffff;
	color: #806666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #fffdf9;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 900px;
}

#topheader {
	background-color:#fff7ef;
	text-align:right;
	height: 117px;
	width: 900px;
	padding-top:2px;
}

#header {
	background: url(graphics/stiknaden.jpg);
	height: 185px;
	width: 900px;
	float:left;
}

#header h1 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #DDDDDD;
	background: url(graphics/back_header.png);
	text-align: right;
	padding-right: 50px;
    margin-top: 148px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 12px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

#header ins {text-decoration:none}

#header a {
	color: #FFC272;
    text-indent: 0.30cm;
	font-family: verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
}

#sidebar {
	float: left;	
	margin-top: 10px;
	width: 125px;
	background-color: #BA7F00;
}

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;	
}

#sidebar a {
    background-color: #FFDB97;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #666666;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#sidebar a:hover {
	background-color: #000033;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	color: #FFDB97;
}

#content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 740px;
}

#footer {
	background-color: #fff7ef;
	clear: right;
	color: #6E4800;
	font-size: 0.7em;
	margin: 0 auto;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: center;
	width: 880px;
}

#footer a {
	border-bottom: 1px dotted #666650;
}

#footer a:hover {
	text-decoration: none;	
}