html, body, div, span, applet, object, iframe,
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, sub, sup, tt, var,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body
{
	margin: 0px;
	font-family: Arial, Helveica, sans-serif;
	font-size: 11px;
	background: #ffffff url(gfx/mainBack.gif) repeat;
	color: #000000;
}
h1
{
	margin: 0px;
	margin-bottom: 15px;
	font-size: 30px;
	color: #5d5d5d;
	text-transform: uppercase;
	line-height: 30px;
}
h1 a { color: #5d5d5d; }
h1 a:hover
{
	background: #5d5d5d;
	color: #ffffff;
	text-decoration: none;
}
h2
{
	margin: 10px 0px 6px 0px;
	font-size: 30px;
	font-weight: bold;
	color: #5d5d5d;
	line-height: 30px;
}
h3 
{
	margin: 0px;
	font-size: 18px;
	color: #ad5925;
}
h4
{
	margin: 0px;
	font-size: 13px;
	color: #ad5925;
}
h5
{
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #ad5925;
}
a
{
	color: #ad5925;
	text-decoration: none; 
}
a:hover
{
	text-decoration: underline;
}
/* !form */
fieldset
{
	border: 1px solid #dbdbdb;
	padding: 10px;
	margin-top: 10px;
}
label
{
	position: relative;
	top:6px;
	color: #5d5d5d;
	width: 60px;
	display: block;
	float: left;
}
input 
{
	width: 200px;
}
legend 
{
	font-size: 18px;
	color: #ad5925;
	padding: 0px 6px;
}
button
{
	background: #dbdbdb;
	border: solid 1px #5d5d5d;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px;
}
button:hover
{
	background: #5d5d5d;
	color: #ffffff;
}

/* !design */
#background
{
	position: absolute;
	top:0px;
	left: 0px;
	right: 0px;
}
#backHimmel
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#backHimmel img
{
	position: absolute;
	bottom: 0px;
	width: 100%;
}
#backTree
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 649px;
	width: 544px;
	background: url(gfx/treBack.png) no-repeat;
	_background: none;
}
#mainContent
{
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 960px;
	padding: 10px 0px;
	background: #ffffff;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#bunnlinje
{
	position: relative;
	margin: 10px auto;
	width: 940px;
	background: #ffffff;
	padding: 10px;
}
#logo
{
	position: absolute;
	top: 49px;
	left: 29px;
	width: 220px;
	height: 46px;
	background: url(gfx/logo.png) no-repeat;
	_background: none;
}
#logo:hover { cursor: pointer; }
#meny
{
	position: absolute;
	top:60px;
	right: 0px;
	background: #ffffff;
	border: 1px solid #dbdbdb;
	border-right: 0px;
	padding: 10px;
	font-size: 13px;
}
#meny a, .submeny a 
{
	color: #000000;
}
#meny a:hover, .submeny a:hover
{
	background: #5d5d5d;
	color: #ffffff;
	text-decoration: none;
}

.menyActive, .submeny .menyActive, #meny .menyActive
{
	background: #5d5d5d;
	color: #ffffff;
	text-decoration: none;
}

.submeny { font-size: 13px; }
.whiteContainer
{
	position: relative;
	padding: 10px;
	border: 1px solid #dbdbdb;
	margin: 10px;
	background: #ffffff;
}
/* !main */
#mainContentWrapper
{
	position: relative;
	margin-top: 170px;
}

.mainContent 
{
	width:600px;
	padding-top: 25px;
}
.mainContent p, .mainContent h5
{
	margin: 10px 0px 10px 0px;
}

/* !extraSpalte */
#extraSpalteWrapper
{
	position: absolute;
	right: 0px;
	top: 170px;
}
.extraSpalteFagtilbud
{
	font-size: 16px;
	color: #5d5d5d;
	text-transform: uppercase;
	line-height: 16px;
}
/* !Front */
#frontContentWrapper
{
	position: relative;
	margin-top: 300px;
}
.frontArrLinje
{
	position: relative;
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 6px;
}
.frontArrLinje:hover
{
	background: #eeeeee;
}
.frontArrLinje div
{
	position: relative;
	top:1px;
	float: left;
	color: #5d5d5d;
	width: 50px;
	font-size: 11px;
}
/* !Misc */
.bildeOverIngress
{
	border: 0px;
}
.fagInfo
{
	position: relative;
	width: inherit;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	color: #5d5d5d;
	margin-bottom: 6px;
	background: #f4f4f4;
}
.clearer
{
	position: relative;
	height: 0px;
	line-height: 0px;
	clear: both;
}
