/* RESET */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: inherit;
}
div{position: relative;}
td {vertical-align: top;}
/* STILER */
body
{
	margin: 0px;
	font-family: Arial, Helveica, sans-serif;
	font-size: 11px;
	background: #eeeeee;
	color: #000000;
	z-index: 0;
}
a
{
	color: #91137f;
	text-decoration: none;
}
h1
{
	position: relative;
	left: -42px;
	font-size: 100px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 80px;
}
h2
{
	font-size: 40px;
	line-height: 37px;
	font-weight: bold;
}
.spalteContent h2, .overskrift
{
	margin-top: 16px;
	font-size: 30px;
	line-height: 26px;
}
h3
{
	position: relative;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	margin: 10px 20px;
}
h4
{
	font-size: 14px;
	font-weight: bold;
}
h5, .ingress
{
	margin: 6px 0px;
	font-size: 14px;
	font-weight: normal;
}
h6
{
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}
p
{
	margin: 6px 0px;
}
/* !FRAMEWORK */
#mainWrapper
{
	padding: 80px 30px 60px 30px;
	background: #ab3d8c url(gfx/lydbolge_02.gif) repeat-x 10px top;
	z-index: 10;
}
#footWrapper
{
	border-top: 3px solid #ffffff;
	background: url(gfx/footerBack.jpg) no-repeat top center;
	color: #777777;
}
.spalte1, .spalte2, .spalte3, .spalte4, .spalte5, .spalte6, .spalte7, .spalte8
{
	position: relative;
	float: left;
	margin: 0px 5px;
}
.spalte1{width: 70px; }
.spalte2{width: 150px; }
.spalte3{width: 230px; }
.spalte4{width: 310px; }
.spalte5{width: 390px; }
.spalte6{width: 470px; }
.spalte7{width: 550px; }
.spalte8{width: 630px; }

.spalteContent
{
	padding: 10px;
	background: #ffffff;
	margin-bottom: 10px;
}
.colorbox
{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left:10px;
	background: #91137f;
}
/* !HEAD BANNER */
#headBanner
{
	margin-bottom: -4px;
}
#headBanner img
{
	width: 100%;
	margin: 0px;
}
#headBannerDekor
{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: url(gfx/lydbolge_01.png) repeat-x 10px bottom;
}
#facebookBtn
{
	position: absolute;
	top:16px;
	right: 16px;
	height: 24px;
	width: 195px;
	background: url(gfx/facebookBtn.png) no-repeat;	
}
#regularBtn
{
	position: absolute;
	top:56px;
	right: 16px;
	height: 24px;
	width: 195px;
	background: url(gfx/regularBtn.png) no-repeat;	
}

#facebookBtn a, #regularBtn a
{
	display: block;
	position: relative;
	height: 24px;
	padding-left: 30px;
	color: #ffffff;
	line-height: 24px;
	font-weight: bold;
}
#facebookBtn a:hover, #regularBtn a:hover
{
	text-decoration: underline;
}


/* !TOPP & MENU */
#logo
{
	position: absolute;
	top:-60px;
	left: 30px;
}
#mainMenu
{
	position: absolute;
	top:0px;
	left: 180px;
	width: 810px;
	list-style: none;
	z-index: 80;
}
#mainMenu li.lev0
{
	position: relative;
	float: left;
	height: 20px;
	margin: 0px 5px;
	padding: 0px 5px;
	line-height: 19px;
}
#mainMenu li.sub:hover
{
	background: #ffffff;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
}
#mainMenu a
{
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#mainMenu a:hover{ text-decoration: underline;}
#mainMenu li.sub:hover a
{
	color: #91137f;
	text-decoration: none;
}
#mainMenu li.sub:hover .dropMenu
{
	display: block;
}
/* !DROPMENU */
.dropMenu
{
	display: none;
	position: absolute;
	top: 19px;
	left: 0px;
	padding: 5px 0px;
	margin: 0px;
	list-style: none;
	background: #ffffff;
	border-top: 0px;
	z-index: 100;
	border-radius: 4px;
	-moz-border-radius: 4px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;


}
.dropMenu li
{
	position: relative;
	float: none;
	height: 19px;
	margin: 0px 5px;
	padding: 0px 5px;
	line-height: 19px;
	border: 0px;
	-moz-border-radius: 4px;  
	border-radius: 4px; 
}
.dropMenu li:hover
{
	background: #e7c5e2
}

/* !FRONT*/
#frontLinjeVelger
{
	margin: 20px 0px 0px 40px;
}
#frontLinjeVelger a
{
	color: #ffffff;
	text-transform: uppercase;
}
#frontLinjeVelger a:hover
{
	background: #ffffff;
	color: #91137f;
}
#frontNewsBackground
{
	position: absolute;
	top: 90px;
	left: 700px;
	right: 0px;
	height: 340px;
	background: url(gfx/frontNewsBack.gif) repeat-x;
}
#frontNewsWrapper
{
	position: absolute;
	top:100px;
	left: 680px;
}
.frontNews
{
	width:296px;
	height:96px;
	margin: 0px 0px 10px;
	border: 2px solid #ffffff;
	cursor: pointer;
}
.frontNews h4
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 2px 10px 2px 2px;
	color: #ffffff;
	background-color: #91137f;
}

.fagIBoks
{
	position: relative;
	float: left;
	width: 33%;
}

.fagIBoks A, .fagIBoks A:hover, .black
{
	color: #000000;
}

/* !BILDESERIE */
.bildeserieWrapper
{
	position: relative;
	width: 450px;
	height: 312px;
	overflow: hidden;
	/*border: 2px solid #ffffff;*/
	margin-bottom: 6px;
}
.bildeHolder
{
	position: relative;
	float: left;
	margin-right: 4px;
	height: inherit;
}
.bildeHolder img
{
	position: relative;
	float: left;
	margin: 0px 10px 0px 0px;
	border: none;
}
.bildeserieWrapper .navigationHolder
{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 20px;
}
.bildeserieWrapper .navigationHolder div
{
	position: relative;
	float: left;
	height: 20px;
	width: 20px;
	margin-left: 5px;
	background: #ffffff;
	text-align: center;
	line-height: 20px;
	color: #605433;
	cursor: pointer;
}


/* !LŪRERLISTE */
.personListe img{ margin: 0px 10px 10px 0px; }
.personListeBig {width: 100%}
.personListeBig img{	margin: 5px 10px 5px 0px;}
.personListeBig td{ border-bottom: 1px dashed #91137f; }
.personListeBig h4{ margin-top: 5px;}
.pil{top: 10px;}
/* !HVA SIER FOLK */
.statementBox
{
	height: 300px;
}
/* !SKOLERUTE */
#skolerutewrapper{ width: 960px; }
#skoleruteTopp
{
	height: 20px;
	line-height: 20px;
	margin: 6px 0px;
	border-bottom: 1px solid #ffffff;
}
#skoleruteTopp a{ color: #ffffff; }
#skolerutewrapper h4
{
	color: #ffffff;
	text-transform: uppercase;
}
#skolerutewrapper .spalte1, #skolerutewrapper .spalte2
{
	border-right: 1px solid #ffffff;
	margin: 0px 0px 0px 1px;
	padding: 0px 4px;
}
.skoleruteLine
{
	height: 14px;
	line-height: 14px;
	color: #ffffff;
}
.spalte1 .skoleruteLine{ text-align: right; }
.skoleruteArr
{
	position: absolute;
	top:-1px;
	right: 0px;
	left: 14px;
	padding: 0px 2px;
	background: #ffffff;
	color: #000000;
	overflow: hidden;
	border-top: 1px solid #ab3d8c;
	border-left: 1px solid #ab3d8c;
}

/* !FOOTER */
#footContent
{
	width: 930px;
	padding: 14px 0px 30px 30px;

}
.footPayoff
{
	float: left;
	width: 240px;
}

.footElement
{
	float: left;
	height: 80px;
	padding-left: 30px;
	border-left: 1px solid #bbbbbb;
	vertical-align: middle;
}
.footerBanner
{
	width: 220px;
	height: 26px;
	margin-bottom: 4px;
	padding: 0px 10px;
	background: url(gfx/footerBannerBack.gif) no-repeat;
	color: #777777;
	line-height: 26px;
	font-size: 14px;
	font-weight: bold;
}

.footerBanner A
{
	color: #777777;
}





/* !MISC */
.clearer
{
	position: relative;
	clear: both;
	height: 0px;
	line-height: 0px;
}
