@charset "utf-8";
html{
height: 100%;
}

body{
height: 100%;
border:0px;
margin:0px;
background:url("/grafikk/bak.gif");
font-family: Helvetica, Arial, sanf-serif;
font-size:13px;
color: #000;
font-weight: bold;
letter-spacing: 0em;
text-align:center;
}

#container{
/*position: relative;*/
min-height: 100%;
background:url("/grafikk/bakframe.gif");
background-repeat:repeat-y;
height:100%;
}

* html #container{
height: 100%;
}

#stretch{
padding-bottom: 3em;
background:url("/grafikk/bakframe.gif");
background-repeat:repeat-y;
}

#header{
height: 150px;
width: 460px;
margin: 0px 0px 0px 180px;
text-align: right;
font-size: 13px;
letter-spacing: 0.1em;
}
#header img {
float:left;
padding: 0px 5px 5px 5px;
}
#content{
width: 460px;
margin: 0px 0px 0px 180px;
clear:left;
}
#content h1{
	font-size:22px;
	font-weight:bold;
	color:#c00;
}
#content a, #content a:link, #content a:active, #content a:visited {
color:#000;
text-decoration:none;
border-bottom: 1px dotted #000;
}
#content a:hover {
color: #c0c0c0;
text-decoration:none;
border-bottom: 1px dotted #c0c0c0;
}
#content .left{
text-align:left;
}
#content .floatleft{
float:left;
}
#content .highlight{
color: #f00;
font-size: 12px;
}

#footer{
width: 460px;
margin: 25px 0px 0px 180px;
color:#ccc;
border: 1px solid #ddd;
background: #eee;
}

#frame{
width: 160px;
margin: 0px;
padding: 8px 0px 0px 0px;
position:absolute;
top:0px;
left:0px;
text-align: center;
}
#frame img {
margin: 1px;
}
#frame img.selected{
border: 1px solid #fff;
margin: 0px;
}
#menu{
	width:136px;
	margin: 0px auto;
	padding:0px;
}
#menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-family: Helvetica, Arial, sanf-serif;
  font-size: 12px;
  font-weight: bold;
}
#menu li {
  margin-top:5px;
  margin-bottom:5px;
}
#menu a, #menu a:link, #menu a:active, #menu a:visited {
  display: block;
  width:128px;
  padding: 4px 2px 4px 2px;
  border-top:2px solid #f44;
  border-left:2px solid #f22;
  border-right:2px solid #c44;
  border-bottom:2px solid #c22;
  background: #c00;
  color: #fff;
  text-decoration: none;
  font-style:italic;
}
#menu a:hover {
  border-bottom:2px solid #f44;
  border-right:2px solid #f22;
  border-left:2px solid #c44;
  border-top:2px solid #c22;
  background: #f33;
  color: #fff;
}

img{
	border:0;
}

#contact {
width: 360px;
margin: 0 auto;
text-align: left;
vertical-align: middle;
}
#contact label {
	display: block;
	margin: 4px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	letter-spacing: 0.3em; 
}
#contact .field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color: #f0f0f0;
	padding: 2px 2px 2px 2px;
	margin: 0px 2px 2px 2px;
}

#contact .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color: #f0f0f0;
	padding: 4px 4px 4px 4px;
	margin: 2px 2px 2px 2px;
}
#contact textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	background-color: #f0f0f0;
	padding: 2px 2px 2px 2px;
	margin: 0px 2px 2px 2px;
	width: 300px;
}

#sendtmelding {
	background: #fff;
	width: 360px;
	margin: 0 auto;
	text-align: left;
	padding: 3px 3px 3px 3px;
	border: 2px solid #000;
	color: #000;
	font-size: 12px;
	font-weight: normal;
}

/*
Primenu
*/
#header a, #header a:link, #header a:active, #header a:visited{
  width:50px;
  padding:1px 2px 1px 2px;
  border-top:0px;
  border-left:1px solid #000;
  border-right:1px solid #000;
  border-bottom:1px solid #000;
  background: #fff;
  color: #000;
  font-size:10px;
  text-decoration: none;
  font-style:italic;
}
#header a:hover{
background:#eee;
}
div.stickybox {
    background-color: #fff;
	width: 360px;
	text-align:center;
	color:#f00;
	border: 1px dotted #f00;
	margin: 10px auto;
	padding: 5px 0px;
}
div.stickybox img {
	margin: 0 auto;
	display: block;
}
