﻿@import url("layout.css");
@import url("lightbox.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color:#006666;
	background-attachment: scroll;
	background-image: url('../images/bodyBG.jpg');
	background-position:top center;
	background-repeat: no-repeat;
	background-color: #FFFF99;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 840px;
	margin: 0px auto;
	border-top: 30px transparent solid;
	background: transparent;
	padding: 10px;
	background-repeat: no-repeat;
}
#sitatJan{
	padding-right:50px;
}
#masthead {
	float: left;
	width: 840px;
	height: 180px;
}
#sponsorer {
	float: right;
	width: 150px;
	height: 500px;
	background-color: none;
	margin-top: 10px;
	padding-top:20px;
}
#sponsorer a{
	border: 0px;
}
#sponsorer img{
	width: 100px;
	float: right;
	margin-right: 10px;
	border: 0px;
	margin-top: 30px;
}

#navigation {
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:0px;
	/*background: url('../images/gradientGrayBlack.png');*/
	height: 300px;
}
#content {
	float: left;
	width: 520px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	background-color:none;
	padding-top: 20px;
}
#footer {
	text-align: center;
	clear: both;
	width: 840px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFF99;
	color: #FFFF99;
}

/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	z-index: +30;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px solid black;
	background-color: transparent;
}
#navigation a {
	color: #006666;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid black;
	background-color: transparent;
}
#navigation a:hover {
	color: #006666;
	text-decoration: none;
	border: 0px solid black;
	background-color: transparent;
}
#navigation img {
	border: 0px;
}
/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	color: #006666;
}
#content h1 {
	font-size: 13px;
}
#content h2 {
	font-size: 11px;
}

#content img {
	padding: 5px;
	border: 1px solid gray;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* Footer Styles */
#footer p {
	color: #006666;
	margin-top: 5px;
}
#footer a {
	color: #006666;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
}
#footer a:hover {
	color: #006666;
	text-decoration: underline;
}
a {
	color: #006666;
	text-decoration: underline;
}
a:hover {
	color: #006666;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.red {
	color: red;
}
.marginTopSponsImg {
	margin-top: 10px;
}
.gradientBakgrunn {
	z-index: -100;
}
.align-top{
	vertical-align: text-top;
}

/* --------  Påmeldingsskjema -------------*/

.inputPamelding{
	width: 210px;
}
.textareaPamelding{
	width: 210px;
	height:110px;
}

