@charset "utf-8";
body  {
	font: 100%; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
img {
	border: none;
}
a {
	border: none;
	text-decoration: none;
}
hr {
	color: #ff5f55;
}
p {
	margin-bottom: 20px;
	margin-top: 8px;
}
h1 {
	font-size: 170%;
}
h2 {
	font-size: 140%;
	line-height: 1.5;
	margin-bottom: 0px;	
}
h3 {
	font-size: 120%;
	margin-bottom: 0;
}
#footer h3 {
	margin-bottom: 13px;
}
h4 {
	font-size: 110%;
	margin-bottom: 0px;
	margin-top: 15px;
}
.bold {
	font-weight: bold;
	padding-top: 20px;
}
.bolder {
	font-weight: bolder;
}
.center {
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../bilder_layout/fullmain_bkg.jpg);
	background-repeat: repeat-y;
} 
.medlemmer #container {
	width: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}
.medlemmer ul {
	background-color: #F58999;
	padding: 4px;
}
.twoColFixLtHdr #header {
	background-image: url(../bilder_layout/header_bkg.jpg);
	height: 180px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 260%;
}
.twoColFixLtHdr #header p {
	font-size: 120%;
	padding-top: 0;
	margin-top: 5px;
	padding-left: 2px;
}
.twoColFixLtHdr #logo a {
	border: 2px outset #ff5f55;
	padding: 3px;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #logo a:hover {
	border: 2px inset #ff5f55;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;	
}
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 242px; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(../bilder_layout/sidebar_bkg.jpg);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #sidebar1 p {
	font-size: 80%;
}
.twoColFixLtHdr #sidebar1 h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.twoColFixLtHdr #mainContent {
	background-image: url(../bilder_layout/fullmain_bkg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	line-height: 1.3em;
}
.medlemmer #mainContent {
	line-height: 1.3em;
} 
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	background-image: url(../bilder_layout/footer_bkg.jpg);
	height: 60px;
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 0;
} 
.twoColFixLtHdr #footer h3 {
	margin-top: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.inside {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.inside_main {
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 270px;
	margin-right: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#crumb {
	float: right;
	margin-top: 22px;
	width: 320px;
	text-align: center;
}
.twoColFixLtHdr #header #crumb p {
	font-size: 10px;
	color: #666666;
}
#thumbs {
	text-align: center;
}
#thumbs img {
	padding: 10px;
	margin: 2px;
	border: 1px outset #CCCCCC;
}
#thumbs_LightBox {
}
p.note {
	font-family: "Courier New", Courier, monospace;
	font-size: 70%;
	text-align: center;
	margin-top: 30px;
}
/* css for sponsor-feltene */
#sponsorer_tvers {
	text-align: center;
}
#sponsorer {
	background-color: #FFFFFF;
}
#sponsorer img{
	border: 1px #FFFFFF solid;
}
/* Hovedmeny CSS */
.twoColFixLtHdr #header #navcontainer {
	width: 590px;
	background-image: url(../bilder_layout/hovedmeny_bkg.jpg);
	margin-top: 21px;
	margin-left: 6px;
}
#navcontainer ul {
	margin: 0;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: 500;
}
li { 
	display: inline;
	margin: -2px;
	padding: 0;
}
li a {
	text-decoration: none;
	color: #000;
	margin: 0;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 12px;
}
li a:hover {
	background-color: #ff5f55;
	color: #FFF;
}
.current {
	background-color: #ff5f55;
	color: #FFF;
}
/* Hovdmeny slutt  */
/* CSS for undermeny_bilder */
#undermeny_bilder .undernav {
	margin-left: 0;
}
#undermeny_bilder ul {
	list-style-type: none;
	text-align: left;
	padding-left: 3px;
	margin-top: 5px;
}
#undermeny_bilder ul li {
	display: block;
}
#undermeny_bilder ul li a {
	padding-left: 15px;
	padding-bottom: 4px;
	text-align: left;
	text-decoration: none;
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: transparent;
	background-image: url(../bilder_layout/bildemeny_inactive.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#undermeny_bilder ul li a:hover {
	color: black;
	background-color: transparent;
	background-image: url(../bilder_layout/bildemeny_current.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
#undermeny_bilder ul li a.current {
	color: #666;
	background-color: transparent;
	background-image: url(../bilder_layout/bildemeny_current.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
/* undermeny_bilder slutt */
/* CSS til bla_meny */
#bla_meny {
	font-size: 90%;
	text-align: center;
	background-color: #EE2D2D;
	margin-bottom: 5px;
}
#bla_meny ul{
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}
#bla_meny ul li {
	margin-left: 2px;
	margin-right: 2px;
}
#bla_meny ul li a {
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	background-color:#EE2D2D;
}
#bla_meny ul li a:hover {
	background-color: #ff5f55;
}
#bla_meny .end a {
	color: #8F8F8F;
}
#bla_meny .end a:hover {
	background-color: #ee2d2d;
	color: #8F8F8F;
}
.movie {
	width: 100%;
	height: 100%;
}
div.movie {
	width: 600px;
	height: 500px;
	text-align: center;
	border: 1px solid #333333;
	margin: 50px auto;
}
.bildetekst-rt {
	font-size: 70%;
	font-style: italic;
	text-align: right;
}
.bildetekst-lft {
	font-size: 70%;
 	font-style: italic;
	text-align: left;
}