a:link {
	color: #808000;
}
a:visited {
	color: #808000;
}
a:hover {
	color: #000000;
    text-decoration: underline;
}
a:active {
	color: #808000;
}
a {
	text-decoration: none;
  
}

body{
margin-top: 0px;
padding-top: 0px;
}

#container {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 773px;
	margin: 0 auto;
	text-align: left;
	margin-top: 0px;
	padding-top: 0px;
}

#header {
	width: 100%;
	height: 191px;
	background-image: url(images/header.jpg);
}

#content {
	width: 100%;
	background-image: url(images/bg_content.jpg);
    font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
}

#tekst {
	position: relative;
	left: 100px;
	width: 575px;
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 13px;
}

#footer {
	width: 100%;
	height: 27px;
	background-image: url(images/bg_footer.jpg);
}

#footertekst {
	position: relative;
	left: 90px;
	width: 600px;
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#menu {
	position: relative;
	top: 172px;
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9F9E9E;
	width: 100%;
	left: -20px;
}

.menu1 {
	position: relative;
	clear: none;
	margin-left: 30px;
}

.menu1 a{
	color: #9F9E9E;
}

.menu1 a:hover{
	color: #808000;
}

.content_top {
	position: relative;
	vertical-align: top;
}

.content_bottom {
	position: relative;
	vertical-align: bottom;
}
