@charset "UTF-8";

h1, h2, h3, h4, h5, h6, p, div, img, a, td, tr {
	margin:0;
	padding:0;
	border:0;
}

body {
	background-color: #f2f2f2;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.5;
	padding: 0;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
p {
	margin-bottom: 0.8em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h1 {
	font-size: 18px;
	font-weight: normal;
}

a {
	color:#666
}

#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#content {
	background-color: #FFFFFF;
	background-image: url(../images/content_bckgr.png);
	background-repeat: repeat-y;
	background-position: center;
}
#topShadow {
	background-image: url(../images/list_topp.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
}
#bottomShadow {
	background-image: url(../images/list_bunn.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 10px;
}
#topBanner {
	background-image: url(../images/topp_banner.png);
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#topBanner2 {
	background-image: url(../images/topp_banner2011.png);
	height: 257px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#mainNav {
	height: 35px;
	padding-right: 35px;
	padding-left: 35px;
}
#navForside a:link, #navForside a:visited  {
	background-image: url(../images/btn_forside.jpg);
	float: left;
	height: 35px;
	width: 136px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#navForside a:hover, #navForside a:active  {
	background-image: url(../images/btn_forside.jpg);
	float: left;
	height: 35px;
	width: 136px;
	background-repeat: no-repeat;
	background-position: top;
}
#navForedrag a:link, #navForedrag a:visited  {
	background-image: url(../images/btn_foredragsholdere.jpg);
	float: left;
	height: 35px;
	width: 136px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#navForedrag a:hover, #navForedrag a:active  {
	background-image: url(../images/btn_foredragsholdere.jpg);
	float: left;
	height: 35px;
	width: 136px;
	background-repeat: no-repeat;
	background-position: top;
}
#navPamelding a:link, #navPamelding a:visited  {
	background-image: url(../images/btn_pamelding.jpg);
	float: left;
	height: 35px;
	width: 136px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#navPamelding a:hover, #navPamelding a:active  {
	background-image: url(../images/btn_pamelding.jpg);
	float: left;
	height: 35px;
	width: 136px;
	background-repeat: no-repeat;
	background-position: top;
}
#navProgram a:link, #navProgram a:visited  {
	background-image: url(../images/btn_program.jpg);
	float: left;
	height: 35px;
	width: 136px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#navProgram a:hover, #navProgram a:active  {
	background-image: url(../images/btn_program.jpg);
	float: left;
	height: 35px;
	width: 136px;
	background-repeat: no-repeat;
	background-position: top;
}
#navProsjektet a:link, #navProsjektet a:visited  {
	background-image: url(../images/btn_prosjektet.jpg);
	float: left;
	height: 35px;
	width: 136px;
	background-repeat: no-repeat;
	background-position: bottom;
}
#navProsjektet a:hover, #navProsjektet a:active  {
	background-image: url(../images/btn_prosjektet.jpg);
	float: left;
	height: 35px;
	width: 136px;
	background-repeat: no-repeat;
	background-position: top;
}
#mainContent {
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 35px;
	padding-left: 100px;
	min-height: 200px;
}
#mainBox {
	margin-top: 30px;
	margin-bottom: 30px;
}
#mainBoxTop {
	background-image: url(../images/mainBoxTop.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 10px;
	margin-right: auto;
	margin-left: auto;
}
#mainBoxContent {
	background-image: url(../images/mainBoxBckgr.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#mainBoxContent p {
	font-size: 11px;
	margin-bottom: 1ems;
	line-height: 1.6;
	margin-left: 105px;
}
#pameldingLink {
	text-align: center;
	vertical-align: text-bottom;
}
#pameldingLink img {
	vertical-align: middle;
	margin-top: -2px;
}
#footer {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}
#footer img {
	padding-right: 20px;
}

#footer a {
	font-size: 9px;

}

.floatLeft {
	float: left;
	margin-right: 10px;
	clear: left;
}
.floatRight {
	float: right;
	margin-left: 10px;
	clear: right;
}
.paragraf {
	margin-bottom: 20px;
	padding-bottom: 10px;
	min-height: 150px;
}

