@charset "UTF-8";

* {	margin: 0;
	padding: 0;
	border-style: none;}

html {
	height: 100%;
}

body {	width: 100%;
	height: 100%;
	text-align: left;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Sans-serif;
	color: #000;
	font-size: small;
	border-width: 0;
}

img{
border: 0;}

/* .wrapper and the use of float is in order to get the footer correct */

.wrapper {
	text-align: left;
	position: relative;
	z-index: 1;
	width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
	background-color: #D7E8F2;
}

a:link {font-weight:bold; color:#335687; text-decoration:underline;}
a:link:visited {font-weight:bold; color:#335687; text-decoration:underline;}
a:link:hover {font-weight:bold; color: navy; text-decoration:underline;}
a:link:active {font-weight:bold; color:#335687; text-decoration:none;}

h1 {	font-size: 140%;
	font-weight: bold;
	line-height: 1.6;}

h2 {	font-size: 140%;
	font-weight: bold;
	line-height: 1.6;}

h3 {	font-size: 120%;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 1.5;}

h4 {	font-size: 120%;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 1.5;}

h5 {	font-size: 100%;
	font-weight: bolder;
	text-transform: uppercase;
	line-height: 1.4;}

ul {	list-style-type: disc;
	list-style-position: inside;
	line-height: 1.3;}

li {	margin-left: 0;
	margin-right: 0;
	margin-top: .5em;
	margin-bottom: .7em;}

p {	margin-bottom: 10px;
	line-height: 1.3;}

button {border-style: outset;
       margin-top: 3px;
       margin-bottom: 10px;}

span.instrimage {
 float:left;
 width:165px;
 height:200px;
 background-repeat:no-repeat;
 overflow:hidden;
 }

/* Top banner image */
/* Must float in order to get the footer right */

.topleft{
	position: relative;
	z-index: 10;
	background-color: #D7E8F2;
	Overflow: hidden;
	width: 1000px;
	height: 150px;
	float: none;
}

/* Top banner seasonal decoration */
.topdecorate{
	position: absolute;
	z-index: 500;
	top: 10px;
	left: 720px;
	Overflow: hidden;
	width: 99px;
	height: 108px;
}

/* Top banner bubbles */
.topbobler{
	position: absolute;
	z-index: 600;
	top: 1px;
	left: 910px;
	Overflow: hidden;
	width: 90px;
	height: 130px;
}

/* Start top menu */

* html #topmenu li a {
    width: 100%;
 }

#topmenu{
    font-size: 90%;
    position: absolute;
	z-index: 600;
    top: 80px;
    left: 25px;
	Overflow: visible;    
}

#topmenu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 1em;
    padding-bottom: 1em;
}

#topmenu li{
    display: inline;
}

#topmenu a:link, #topmenu a:visited{
    padding: 0.4em 1em 0.4em 1em;
    color: #FFF;
    background-color: #A8CEE2;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #335687;
}

#topmenu a:hover{
    color: #FFF;
    background-color: #335687;
    font-weight: bold;
}

#topmenuactive a:link, #topmenuactive a:visited, #topmenuactive a:active{
    color: #FFF;
    background-color: #335687;
    font-weight: bold;
}

#submenu{
    font-size: 80%;
    position: absolute;
	z-index: 600;
    top: 108px;
    left: 100px;
	Overflow: visible;
}

#submenu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 1em;
}

#submenu li{
    display: inline;
}

#submenu a:link, #submenu a:visited{
    padding: 0.2em 0.5em 0.2em 0.5em;
    color: #FFF;
    background-color: #A8CEE2;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #335687;
}

#submenu a:hover, #submenu a:active{
    color: #FFF;
    background-color: #335687;
    font-weight: bold;
}

#submenuactive a:link, #submenuactive a:visited, #submenuactive a:active{
    color: #FFF;
    background-color: #335687;
    font-weight: bold;
}

/* top menu end */

/* Brodtekst start */

.tekst{
	float: left;
	z-index: 500;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 20px;
    padding-bottom: 10px;
	width: 625px;
	text-align: left;
}

/* Brodtekst slut */

/* Hojretekst start */

.tekstright{
	z-index: 500;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	width: 300px;
	text-align: left;
	float: left;
	background-color: #FFE6FF;}

.tekstright h3 {
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5;}

.tekstright h4 {
    border-top: 1px solid #335687;
	font-size: 120%;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5;}

.tekstright h5 {
	font-size: 100%;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.4;}

/* Images in right column */
.imgright{
	float:none;
	margin-bottom:10px;
	margin-top:0px;
	text-align: center;
}

.tekstright form {
	border: 1px solid #335687;
	padding: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

/* form buttons like menu */
.formbtn {
    padding: 0.1em 0.3em 0.1em 0.3em;
    color: navy;
    background-color: #A8CEE2;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #335687;
	outline:1px solid #A8CEE2;
}

.formbtn:hover{
    color: #FFF;
    background-color: #335687;
    cursor: pointer;
}

/* Hojretekst slut */

/* Table for KeepTrack */

div#KeepTrackCourseList table {
	width: 625px;
	float: left;
	border-collapse: collapse;
	border: 2px solid #335687;
	}

div#KeepTrackCourseList th {
	vertical-align: top;
	border-bottom: 2px solid #335687;
	}
	
div#KeepTrackCourseList td {
	border-bottom: 1px solid #A8CEE2;
	padding: 3px;
	}
	
/* div#KeepTrackCourseList table tr.KeepTrack_courseNotFull {
	background-color: lightgreen;
	} */

/* div#KeepTrackCourseList table tr.KeepTrack_courseFull {
	background-color: red;
	} */

div#KeepTrackCourseList div.KeepTrack_poweredBy {
			font-size: 0.8em;
			clear: both;
			font-variant: small-caps;
			text-align: right;
		}

div#KeepTrackCourseList div.KeepTrack_poweredBy * {
			vertical-align: bottom;
		}

div.KeepTrack_groupHeader_level0 {
	color: navy;
	cursor: pointer;
	font-size: 140%;
	font-weight: bold;
	line-height: 25pt;
	text-decoration: underline;
}

div.KeepTrack_groupHeader_level1 {
    font-size: 100%;
}

div.KeepTrack_groupHeader_level1 span.coursegrouplink {
    color: #335687;
    cursor: pointer;
    font-size: 120%;
    font-weight: bold;
    line-height: 20pt;
    text-decoration: underline;
}

/* This default hides the content on desired levels */
div.KeepTrack_groupContainer_level1 {
	display: none;
}

/* Table for KeepTrack end */

/* Formatting for FAQ start */

span.tekstfaqvisa {	
	cursor: pointer;
	font-size: 80%;
	color: #888;
}

div.tekstfaq p {
	margin-left: 1.5em;}

div.tekstfaq h2 {
    border-top: 1px solid #335687;
	text-transform: none;
	font-size: 100%;
	margin-left: .5em;}

div.tekstfaq h3 {
	text-transform: none;
	font-size: 90%;
	margin-left: 1.2em;}

div.tekstfaq h4 {
	text-transform: none;
	font-size: 90%;
	margin-left: 1.2em;}

div.tekstfaq h5 {
	text-transform: none;
	font-size: 90%;
	margin-left: 1.2em;}

/* Formatting for FAQ end */

/* Tabel til hold og tider */

table#HoldTabel{
    width: 350px;
	border-collapse: collapse;
	float: left;
}
	
	#HoldTabel tr
	{vertical-align: top;}
	
	#HoldTabel td
	{border-bottom: 1px solid #335687;}
	
	#HoldTabel h5, a, a:visited, a:hover, a:active
	{line-height: 15pt;
	color: #09F;}

/* Tabel til hold og tider slut */

/* Tabel 2 til hold og tider */

table#HoldTabel2{
	width: 350px;
	border-collapse: collapse;
	float: left;
}
	
	#HoldTabel2 tr
	{vertical-align: top;}
	
	#HoldTabel2 td
	{border-bottom: 1px solid #335687;}
	
	#HoldTabel2 h5, a, a:visited, a:hover, a:active
	{line-height: 15pt;
	color: #09F;
	}

/* Tabel 2 til hold og tider slut */

/* Tabel til BS form */

table#FormBS{
	width: 280px;
	float: left;
}
	
	#FormBS tr{
    vertical-align: top;}
	
	#FormBS p{
    margin-top: 10px;}
	
	#FormBS button
    {border-style: outset;}
    
/* Tabel til BS form slut */

/* Tabel til tidsmatrix BS */
table#TidBS{
    border: 1px solid #335687;
	border-collapse: collapse;
	width: 280px;}
	
	#TidBS tr{
    vertical-align: middle;
    text-align: center;}
	
	#TidBS td{
    width: 30px;}
	
	#TidBS p{
    line-height: 20px;}
/* Tabel til tidsmatrix BS slut */

/* Tabel til AQ form */
table#FormAQUA
	{width: 280px;
	float: left;}
	
	#FormAQUA tr
	{vertical-align: top;}
	
	#FormAQUA p
	{margin-top: 10px;}
	
	#FormAQUA button
    {border-style: outset;}
/* Tabel til AQ form slut */

/* Tabel til tidsmatrix AQ */
table#TidAQ{
	border: 1px solid #335687;
	border-collapse: collapse;
	width: 280px;}
	
	#TidAQ tr{
	vertical-align: middle;
    text-align: center;}
	
	#TidAQ td{
	width: 30px;}
	
	#TidAQ p{
	line-height: 20px;}
/* Tabel til tidsmatrix AQ slut */

.FirstRow{
	border-bottom: 1px solid #335687;}

.FirstColumn{
	border-right: 1px solid #335687;}

.push{
	height: 50px; /* .push must be the same height as .sidefod */
	clear: both;
}

.sidefod{
	position: relative;
	clear: both;
	height: 50px;
	border-top: 2px solid #335687;
	overflow: auto;
	width: 1000px;
	z-index: 500;
	line-height: 22px;
	letter-spacing: 1pt;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Sans-serif;
	color: #335687;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
    vertical-align: middle;
	text-indent: 0;
	margin-left: auto;
	margin-right: auto;
}

.sidefodone{
	position: relative;
	clear: both;
	height: 50px;
	border-top: 2px solid #335687;
	overflow: auto;
	width: 1000px;
	z-index: 500;
	line-height: 50px;
	letter-spacing: 1pt;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Sans-serif;
	color: #335687;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
    vertical-align: middle;
	text-indent: 0;
	margin-left: auto;
	margin-right: auto;
}

/***********************************************
* Step Carousel Viewer script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
***********************************************/

.stepcarousel{
position: relative; /*leave this value alone*/
border: 1px solid #335687;
overflow: scroll; /*leave this value alone*/
width: 290px; /*Width of Carousel Viewer itself*/
height: 220px; /*Height should be enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 270px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
