html, body{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	color: #006F82;
	background-color: White;
	background-image: url(../images/bg_gradient.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	text-align: left;
}

#container{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 800px;
	text-align: left;
}

#bannertop{
	position: relative;
	width: 100%;
  	height: 13px;
	padding: 0px;
	margin: 0px;
 	background-image: url(../images/header_top.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
}

#banner{
	position: relative;
	width: 100%;
	height: 207px;
	padding: 0px;
	margin: 0px;
  	background-image: url(../images/logo_header2.jpg);
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
}

#menu{
	position: relative;
	height: 28px;
	background-color: White;
	color: #fff;
	border-top: solid 1px #004A63;
	border-bottom: solid 1px #004A63;
	padding: 0px;
	clear: both;
}

#content{
	position: relative;
	text-align: left;
	background-color: White;
  	color: #000000;
	margin-top: 3px;
 	margin-bottom: 3px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: solid 1px #7DA2AF;
	width: 800px;
}

#guest_periods{	
	overflow: hidden;
	width: 100%;
	background-color: #0cf;
}

#period_links{
	float: left;
	background-color: #fff;
	padding: 0px;
	width: 60%;
}

#selected{
	background-color: #0cf;
}

#selected:hover{
	background-color: #CBD8E0;
	color: #51004B;
}

#calandar_container{
	padding-top: 40px;
 	margin-left: 60%;
	text-align: center;
	background-color: #0cf;
}

#content:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#content h1{
	color: #006F82;
	background-color: White;
	font-size: 20px;
	margin: 0px;
}

#content h2{
	color: #006F82;
	background-color: White;
	font-size: 16px;
	margin: 0px;
}

#content h3{
	color: #006F82;
  background-color: White;
	font-size: 11px;
	margin: 0px;
}

#content table{
  	color: #006F82;}

p.forside{
  color: #006F82;
  background-color: White;
  font-size: 15px;
  padding-right: 300px;
  padding-left: 15px;
}

p.underside{
  color: #006F82;
  background-color: White;
  font-size: 16px;
}

p.underside_liten{
  font-size: 12px;
}

#content #leftmenu{
	float: left;
	width: 166px;
	padding-left: 15px;
}

#content #maincontent{	
	overflow: hidden;
	float: right;
	width: 527px;
	padding-right: 15px;
}

#ads{
	margin-bottom: 3px;
}

#footer{
	background-image: url(../images/footer.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 20px;
	font-size: 11px;
	color: #006F82;
	background-color: transparent;
	text-align: center;
	clear: both;
}

img.illustrasjon{
	position: absolute;
	left: 525px;
	top: 1px;
	z-index: 2;
}

a{
	color: #51004B;
	background-color: White;
	text-decoration: underline;
}

a:hover{
	background-color: #CBD8E0;
}

a.link{
	background-repeat: no-repeat;
	padding-left: 0px;
	color: #51004B;
	text-decoration: none;
}
a.link_jump{
	background-image: url(../images/icon_jumping_sm.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	color: #51004B;
	text-decoration: none;
}
a.link:hover{
    background-color: #CBD8E0;
}

a.leftmenu{
	font-size: 13px;
	color: #51004B;
	text-decoration: none;
	padding: 1px;
	display: block;
}

a.leftmenu:hover{
  background-color: #CBD8E0;
}

.contentlabel{
	float:left;
	font-weight: bold;
}

.contentvalue{
	float:right;
	text-align:right;
}

ul{
	list-style-position: outside;
}