body {
	font-family: arial, serif;
	font-size: 0.8em;
	color: #818a8f;
	background: white;
	margin: 0;
	padding: 0;
}

a {
	color: #F89249;
	background: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.usynlig, a.usynlig:hover {
	color: #818a8f;
	text-decoration:none;
}

p {
	font-size: 1em;
	line-height: 1.4em;
}

h1 {
	font-size: 1.6em;
}

.orange {
	color: #F89249;
}
.noorange {
	color: #818a8f;
}
.blaa {
	color: #3c5589;
}

.center {
	text-align: center;
}

th {
	text-align: left;
}

a img {
	border: 0;
}

.tekstramme {
	border: 1px solid black;
	padding: 10px;
	font-weight: bold;
	font-size: 1.4em;
}

/************************* Forside */
.forside {
	font-size: 1.7em;
	color: #999;
}


.forsidetekst {
	font-size: 1.3em;
}

.forsidebokser {
	margin-top: 100px;
}

.forsideboks {
	margin-right: 20px;
	float: left;
	width: 210px;
}
.forsideboks2 {
	width: 150px;
}
.forsideboks h2 {
	color: #F89249;
	font-size: 1.2em;
	margin: 0;
}
.forsideboks p {
	margin: 0;
}

#english {
	position: absolute;
	top: 10px;
	left: 965px;
}

/************************** Wrap */
#wrap {
	width: 1000px;
}

/************************** Header */
#header {
	text-align: left;
}

#header img {
	margin-top: 40px;
	margin-left: 20px;
	margin-bottom: 10px;
}
/* Hack for Opera & FF */
#header>img { 
	margin-bottom: 0px;
}

/************************** Old menu, does not work with long menu entries */
#menu {
	width: 1000px;
	height: 80px;
	background: #F89249;
	/*background: #F89249;*/
	color: white;
	font-family: "trebuchet ms", arial, tahoma, "Nimbus Sans", "Nimbus Sans L", "Luxi Sans", sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 20px;
}
#menu a { color: white; background: inherit; }
#menu a:hover {
	color: #818a8f; background: inherit;
	text-decoration: none;
}

#menu ul {
/*	list-style-type: disc;*/
	padding-top: 30px;
	margin-bottom: -10px;
}
#menu li {
	display: inline;
	padding: 0 60px 0 0px;
}

#menu img {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

#menu ul ul {
	display: none;
	background: #F89249;
	padding: 10px 30px	10px 15px;
	margin: 0px;
	list-style: none;
	position: absolute;
	top: auto;
	left: 262px;
}
#menu ul ul li {
	display: block;
	width: 100%;
	padding: 5px 0;
}
#menu li ul li a {
}


/****************** New menu, table based */
#newmenu {
	width: 1000px;
	height: 80px;
	background: #F89249;
	color: white;
	font-family: "trebuchet ms", arial, tahoma, "Nimbus Sans", "Nimbus Sans L", "Luxi Sans", sans-serif;
	font-size: 15px;
	font-weight: bold;
}
#newmenu a { color: white; background: inherit; }
#newmenu a:hover {
	color: #818a8f; background: inherit;
	text-decoration: none;
}

#newmenu table {
/*	list-style-type: disc;*/
	padding-top: 20px;

}
#newmenu td {
	padding: 0 0 0 15px;
}

#newmenu img {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}

/* Old: undermeny på venstresiden for tjenester */
.tjenestemeny {
	position: absolute;
	top: 230px;
	left: 25px;
}

/************************** Image */
#image {
	width: 300px;
	margin: 0;
	padding: 0;
	float: left;
	clear: left;
	background: #e6e7e9 url(/img/sidebg.jpg) repeat-y;
}

#image img {
	margin: 0;
	padding: 0;
	display: block;
}

/************************** Text */
#text {
	width: 640px;
	padding: 30px;
	float: left;
}



/*************************** tema.php */
h2.temahead {
	font-size: 30px;
	color: #3c5589;
}
p.tema {
	font-size: 1.2em;
}

/*************************** kurs/ */
h2.kurshead {
	font-size: 40px;
	color: #3c5589;
}
p.kursstor {
	font-size: 1.4em;
}
