/**
Common styles
*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
font {
	margin: 0px 0px 0px 0px;
	padding: 0;
}
p {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #A5163B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr
{
	background-color: black;
	border: 0;
	height: 1px; 
	padding: 0;
	margin: 6px 0px 6px 0px;
	#margin: 0px 0px -7px 0px;
}
h1, h2, h4, h5, #h2ish {
	margin: 0px 0px 11px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1em;
}
h1 {
	color: #A5163B;
	font-size: 24px;
}
h2,
#h2ish {
	color: #A5163B;
	font-size: 25px;
}
h3 {
	color: #FFFFFF;
	font-size: 20px;
	margin: 5px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1em;
}
h5 {
	color: #000000;
	font-size: 18px;
}
h6 {
	color: #A5163B;
	font-size: 18px;
	line-height: 1em;
}

/**
MISC. CLASSES build
*/
.print {
	float: right;
	background-image: url(image/icon_print.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 19px;
}
.print a {
	color: #7C7C7C;
}
.pdf {
	display: block;
	background-image: url(image/icon_pdf.gif);
	background-repeat: no-repeat;
	padding: 2px 0px 0px 20px;
	height: 16px;
}
.pagebottom {
	margin: 30px 0px 0px 0px;
	width: 100%;
}
.pagebottom a {
	color: #7C7C7C;
}
.overskrift {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.overskrift_n2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
}
.red {
	color: #A5163B;
}

/**
CANVAS build
*/
#canvas {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	width: 917px;
	height: 550px;
	min-height: 550px;
	position:relative;
}
	.button-fan 
	{
		text-align: right;
		padding: 0 0 10px 0;
	}


/**
TOP styles
*/
#top {
	width: 100%;
}
#top .menu {
	float: left;
	margin: 0px 0px 19px 0px;
}
#top .menu th {
	background-color: #D9DADB;
	margin: 0px 10px 10px 0px;
	width: 106px;
	height: 16px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10px;
}
#top .menu th a {
	display: block;
	padding: 2px 0px 0px 0px;
	width: 106px;
	height: 14px;
	color: #000000;
	text-indent: 10px;
}
#top .logo {
	float: right;
	padding: 0px 2px 0px 0px;
}
#top .searchbar {
	clear: both;
	background-color: #A5163B;
	width: 100%;
	height: 26px;
	color: #FFFFFF;
}
#top  .submit {
	font-size: 11px;
	background: none;
	width: 55px;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	text-align: left;
	margin: 2px 0px 0px 0px;
}
#top .input {
	width: 130px;
	height: 13px;
	margin: 2px 0px 0px 0px;
	border: 0px;
}
#top .path {
	
}
#top .path a {
	color: #FFFFFF;
}

/**
MENU build
*/
.menu {
	margin: 0px 0px 0px 8px;
	padding: 0;
}
.menu dt {
	margin: 0px 0px 4px 0px;
	padding: 0;
}
.menu dt.menuspacing {
	margin: 0px 0px 18px 0px;
	padding: 0;
}
.menu dt a {
	color: #000000;
}
.menu dt a.active {
	color: #7C7C7C;
}
.menu dd {
	margin: 0px 0px 4px 13px;
	padding: 0;
}
.menu dd a {
	color: #A5163B;
}
.menu dd a.active {
	color: #A5163B;
}
.homebtn {
	margin: 18px 0px 0px 8px;
}

/**
FRONTPAGE build
*/

#frontpage_top
{
	width: 100%;
	height: 90px;
	overflow:hidden;
	position: relative;
}

#frontpage_top .logo
{
	position: absolute;
	top: 4px;
	left: 0px;
}

#frontpage_top .top_images
{
	position: absolute;
	top: 0px;
	right: 201px;
	height: 81px;
	overflow: hidden;
}

#frontpage_top .top_images .image
{
	float: right;
	padding-left: 3px;
}

#frontpage_top .navigation
{
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #a5163b;
	height: 76px;
	width: 184px;
	overflow: hidden;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	padding: 5px 13px 0px 0px;
}

#frontpage_top .navigation a
{
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
}
#frontpage_top .navigation table table
{
	margin: 5px 0px 0px 0px;
}
#frontpage_top .navigation td input
{
	height: 13px;
	width: 80px;
}
#frontpage_top .navigation td a, 
#frontpage_top .navigation td a:hover
{
	color:#000000;
	text-decoration: none;
}
#frontpage 
{
	background-color: #D9DADB;
	margin: 0px 0px 0px 0px;
	padding: 15px 11px 15px 11px;
}
#frontpage .news
{
	float: left;
	background-color: #FFFFFF;
	height: 442px;
	width: 190px;
	overflow: hidden;
	padding: 11px 9px 11px 9px;
	margin-right: 9px;
}

#frontpage .news .header,
#frontpage .history .header,
#frontpage .course .header,
#frontpage .mixed .business .header
{
	background-repeat:no-repeat;
	background-position: top right;
	height:25px;
	overflow:hidden;
	padding: 1px 0px 0px 10px;
	margin: 0px 0px 12px 0px;
}
#frontpage .history .header
{
	margin: 0px 0px 9px 0px;
}

#frontpage .news .bottom,
#frontpage .history .bottom,
#frontpage .course .bottom
{
	height:4px;
	overflow:hidden;
}

#frontpage .news .item
{
	height: 69px;
	border-bottom: 1px solid #e2e3e4;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 7px 0px;
	line-height: 14px;
}

#frontpage .news .item .date
{
	line-height: 14px;
	padding: 0px 0px 2px 0px;
}

#frontpage .news .links
{
	padding: 4px 0px 0px 0px;
	height: 49px;
	line-height: 20px;
	overflow: hidden;
}

#frontpage .history
{
	float: left;
	background-color: #FFFFFF;
	height: 442px;
	width: 248px;
	overflow: hidden;
	padding: 11px 9px 11px 9px;
	margin-right: 9px;
}

#frontpage .video-spots
{
	padding: 5px 0 9px 0;
}

#frontpage .history .item
{
	padding: 0px 0px 9px 0px;
	margin: 0px 0px 9px 0px;
	height: 80px;
	overflow: hidden;
	border-bottom: 1px solid #e2e3e4;
}

#frontpage .history .last
{
	border-bottom: 0;
	margin: 0px 0px 6px 0px;
	padding: 0;
}

#frontpage .history .item .image
{
	float: left;
	width: 89px;
    height: 80px;
    overflow: hidden;
}
#frontpage .history .item .text
{
	float: left;
	width: 159px;
	line-height:16px;
}

#frontpage .course
{
	float: left;
	background-color: #FFFFFF;
	height: 442px;
	width: 190px;
	overflow: hidden;
	padding: 11px 9px 11px 9px;
	margin-right: 9px;
}

#frontpage .course .items
{
	height: 401px;
	overflow: hidden;
}

#frontpage .course .items .item h6
{
	color: #898854;
	font-size: 16px;
	padding: 0;
	margin: 0 0 -5px 0;
}

#frontpage .course .items .item
{
	padding: 9px 0px 4px 0px;
	margin: 9px 0px 0px 0px;
	border-top: 1px solid #e2e3e4;
}

#frontpage .course .items .first
{
	padding: 0;
	margin: 0;
	border: 0;
}

#frontpage .course .items .item ul
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#frontpage .course .items .item li
{
	background-image: url(image/bullit1.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin: 2px 0px 1px 0px;
	padding: 0px 0px 0px 10px;
	line-height: 13px;
}

#frontpage .course a,
#frontpage .mixed .quickliks a,
#frontpage .business .quickliks a,
#frontpage .course .items .item li a
{
	color: #000000;
	text-decoration: none;
}

#frontpage .mixed
{
	float: left;
	background-color: #D9DADB;
	height: 464px;
	width: 184px;
	overflow: hidden;
}

#about_container
{
	display: none;
	position: absolute;
	top: 134px;
	right: 13px;
	_right: 12px;
	width: 164px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 11px 9px 11px 9px;
	border: 1px solid #bdbdbd;
}

#instruction_container
{
	display: none;
	position: absolute;
	top: 163px;
	right: 13px;
	_right: 12px;
	width: 164px;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 11px 9px 11px 9px;
	border: 1px solid #bdbdbd;
}

#frontpage .mixed .about
{
	background-color: #047391;
	cursor: pointer;
	height: 19px;
	width: 172px;
	margin-bottom: 5px;
	padding: 5px 0px 0px 12px;
	color: #FFFFFF;
	background-image: url(image/btn2.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
#frontpage .mixed .instruction
{
	background-color: #047391;
	cursor: pointer;
	height: 19px;
	width: 172px;
	margin-bottom: 5px;
	padding: 5px 0px 0px 12px;
	color: #FFFFFF;
	background-image: url(image/btn2.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
#frontpage .mixed .hover
{
	background-image: url(image/btn2_down.gif);
}
#frontpage .mixed .quickliks
{
	background-color: #FFFFFF;
	height: 189px;
	overflow: hidden;
	margin-bottom: 9px;
	padding: 11px 9px 11px 9px;
}

#frontpage .mixed .quickliks ul
{
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#frontpage .mixed .quickliks li
{
	background-image: url(image/bullit2.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 1px 10px;
	#padding: 1px 0px 0px 10px;
}

#frontpage .mixed .quickliks li a
{
	color: #000000;
	text-decoration: none;
}
#frontpage .mixed .quickliks h6
{
	color: #047391;
	font-size: 16px;
	padding: 0;
	margin: 2px 0px 7px 0px;
}


#frontpage .mixed .business
{
	background: #FFFFFF;
	height: 164px;
	overflow: hidden;
	padding: 11px 9px 11px 9px;
}

#frontpage .mixed .business ul
{
	margin: 0;
	padding: 0px 0px 0px 3px;
	list-style-type: none;
}
#frontpage .mixed .business li
{
	background-image: url(image/bullit3.gif);
	background-position: center left;
	background-repeat: no-repeat;
	margin: -2px 0px 6px 0px;
	padding: 8px 0px 0px 10px;
}

#frontpage .mixed .business li a
{
	color: #000000;
	text-decoration: none;
}



#frontpage .reference1 {
	margin: 0px 0px 10px 0px;
}
#frontpage .reference1 td {
	background-color: #FFFFFF;
	padding: 8px 10px 8px 10px;
	width: 271px;
	height: 187px;
	vertical-align: top;
}
#frontpage .reference1 h2 {
	margin: 0;
	padding: 0;
}
#frontpage .reference1 .image {
	margin: 0px 0px 6px 0px;
}
#frontpage .reference1 .btn {
	float: right;
	margin: 7px 0px 0px 0px;
	width: 40px;
}
#frontpage .reference1 .text {
	float: left;
	padding: 4px 0px 0px 0px;
	line-height: 14px;
	width: 220px;
}
#frontpage .reference1 .text a,
#frontpage .reference2 .text a {
	color: #000000;
}
#frontpage .reference1 .text a:hover,
#frontpage .reference2 .text a:hover {
	text-decoration: none;
}

#frontpage .reference2 td {
	background-color: #FFFFFF;
	padding: 8px;
	width: 124px;
	height: 122px;
	vertical-align: top;
}
#frontpage .reference2 h5 {
	margin: 0px 0px 3px 0px;
	width: 120px;
	max-width: 120px;
	overflow: hidden; /*	Sifr bug..	*/
}
#frontpage .reference2 .text {
	line-height: 14px;
}
#frontpage .reference2 .btn {
	margin: 16px 0px 0px 0px;
}

/**
PAGE build
*/
#page {
	margin: 17px 0px 0px 0px;
	min-height: 420px;
	height: 420px;
}
#page .border {
	background-color: #C5C5C5;
	width: 1px;
	max-width: 1px;
}
#page #left {
	margin: 0;
	padding: 0;
	width: 190px;
	vertical-align: top;
}
#page #middle {
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 415px;
	vertical-align: top;
}
#page #right {
	margin: 0;
	padding: 0;
	width: 212px;
	vertical-align: top;
}
#page #combine {
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 688px;
	border-collapse: collapse;
	vertical-align: top;
}

/**
SPECIFIC MIDDLE + COMBINE CONTENT build
*/
#middle .text,
#middle .image {
	clear: both;
	margin: 0px 0px 16px 0px;
	line-height: 16px;
}
#middle .text a {
	font-size: 12px;
}
#middle .image img {
	margin: 0px 0px 4px 0px;
}
#middle .image .imagetext {
	color: #7C7C7C;
}

.self-study-content
{
    padding: 1em 0;
}
.self-study-content .download,
#middle .download {
	background-image: url(image/file.gif);
	background-repeat: no-repeat;
	padding: 10px 0px 0px 28px;
	height: 30px;
}

#middle .person th {
	width: 90px;
	vertical-align: top;
	text-align: left;
}
#middle .person td {
	padding: 0px 0px 10px 10px;
	vertical-align: top;
	text-align: left;
}
#middle .person .teachin {
	padding: 20px 0px 0px 0px;
	height: auto;
	vertical-align: top;
	text-align: left;
}
#middle .obsboks {
	clear: both;
	background-image: url(image/bg_obsboks.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 16px 0px;
	padding: 14px 14px 18px 14px;
	width: 379px;
	border: 1px solid #A5163B;
}
#middle .video-element
{
    margin: 0 0 20px 0;
}
    #middle .video-element .title
    {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        padding: 0 0 5px 0;
    }



#middle .news h1
{
	margin: 0;
}
#middle .byline
{
	color: #8c8c8c;
	margin-bottom: 10px;
}
#middle .manchet
{
	font-weight: bold;
	font-size: 12px;
}


/**
SPECIFIC TABLE LIST STYLES
*/

.list {
	clear: both;
	margin: 0px 0px 10px 0px;
	width: 100%;
}
.list td,
.list th {
	padding: 0px 10px 0px 10px;
	height: 22px;
	vertical-align: middle;
	text-align: left;
}
.list th.header {
	background-color: #A5163B;
	color: #FFFFFF;
	height: 24px;
	font-size: 14px;
}
.list th.headline {
	height: 24px;
	font-size: 14px;
	font-weight: bold;
}
.list td.mod,
.list th.mod {
	background-color: #E3E4E4;
}
.list td a {
	color: #000000;
}

.scheme {
	margin: 0px 0px 20px 0px;
	width: 100%;
}
.scheme td,
.scheme th {
	padding: 0px 0px 0px 5px;
	height: 20px;
	vertical-align: middle;
	text-align: left;
}
.scheme th.header {
	background-color: #A5163B;
	color: #FFFFFF;
	height: 24px;
	font-size: 14px;
	border-bottom: 2px solid #FFFFFF;
	font-weight: normal;
}
.scheme td.mod,
.scheme th.mod {
	background-color: #E3E4E4;
}
.scheme td a {
	color: #000000;
}

.sitemap {
	clear: both;
	list-style: none;
	margin: 0;
	padding:0;
}
.sitemap li {
	font-weight: bold;
	margin-bottom: 10px;
}
.sitemap ul {
	margin-top: 4px;
	margin-bottom: 20px;
}
.sitemap ul li ul {
	margin-top: 4px;
	margin-bottom: 8px;
}
.sitemap ul li {
	margin: 0px 0px 2px 0px;
	list-style-type: disc;
	font-weight: normal;
}
.sitemap a {
	color: #000000;
}
.search_text,
.search_text a,
.search_text a:hover
{
	color: #000000;
	text-decoration: none;
}

#middle ul
{
	margin: 0px 0px 2px 14px;
	#margin: 0px 0px 2px 16px;
	padding: 0px 0px 2px 0px;
}


/**
SPECIFIC RIGHT CONTENT build
*/
#right .shortcut {
	background-image: url(image/bg_shortcut.gif);
	background-repeat: repeat-x;
	padding: 7px 15px 0px 15px;
	width: 183px;
	height: 407px;
	min-height: 407px;
}
#right .shortcut dl {
	margin: 0px 0px 30px 0px;
	padding: 0;
}
#right .shortcut dl a {
	color: #000000;
}
#right .shortcut dt {
	margin: 0px 0px 4px 0px;
	padding: 0;
	font-weight: bold;
}
#right .shortcut dd {
	margin: 0px 0px 4px 0px;
	padding: 0;
}
#right .shortcut dd.pdf {
	padding: 2px 0px 0px 20px;
}

#right .box {
	background-image: url(image/bg_shortcut.gif);
	background-repeat: repeat-x;
	border: 1px solid #057491;
	margin: 0px 0px 15px 0px;
	width: 213px;
}
#right .box th {
	background-color: #057491;
	margin: 0px 0px 6px 0px;
	padding: 0px 15px 0px 15px;
	width: 183px;
	height: 30px;
	vertical-align: middle;
}
#right .box td {
	background-color: #E3E4E4;
	margin: 0px 0px 6px 0px;
	padding: 15px;
	width: 183px;
	vertical-align: top;
}

#right .testimonial {
	padding: 12px 8px 12px 8px;
	width: 192px;
	line-height: 20px;
}

/**
BOOKING styles
*/
#timetable,
#book_form {
	margin: 20px 0px 0px 0px;
}
.timetable {
	clear: both;
	margin: 0px 0px 20px 0px;
	width: 100%;
}
.timetable th {
	background-color: #F1F1F1;
	vertical-align: middle;
	height: 20px;
	font-size: 10px;
}
.timetable td {
	vertical-align: top;
}
.timetable td.interval,
.timetable th.interval {
	text-align: center;
	font-size: 10px;
	background-color: #F1F1F1;
}
.timetable td.interval {
	background-color: #F1F1F1;
	text-align: center;
	vertical-align: middle;
}
.timetable .timeslot {
	float: left;
	margin: 0px 3px 0px 0px;
	height: 20px;
	width: 100%;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	color: #FFFFFF;
}
.timetable .timeslot a,
.timetable .availability a {
	display: block;
	width: 100%;
	min-height: 20px;
	color: #FFFFFF;
	font-size: 10px;
}
.timetable .availability {
	background-color: #F1F1F1;
	margin: 0px 0px 3px 0px;
	padding: 2px 2px 2px 2px;
}

.date_info {
	float: right;
	padding: 4px 0px 0px 0px;
	color: #A5163B;
	font-weight: bold;
}

.form_listing {
	font-size: 10px;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
}
.form_listing td {
	padding: 2px 0px 2px 2px;
	border: 1px solid #FFFFFF;
}
.form_listing th {
	background-color: #F1F1F1;
	padding: 4px 6px 0px 0px;
	font-weight: normal;
	text-align: right;
	border: 1px solid #FFFFFF;
	border-collapse: collapse;
	vertical-align: top;
}
.form_listing .dp_container {
	position: absolute;
	top: 0;
	left: 0;
}
.display_date {
	float: left;
	margin: 0px 0px 0px 3px;
	height: 17px;
	color: #959595;
}

input,
select {
	font-size: 10px;
}
input.input {
	width: 200px;
	border: 1px solid #E1E1E1;
}
input.input2 {
	width: 203px;
	height: 18px;
	border: none;
	background-color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #E1E1E1;
}
input.input3 {
	float: left;
	margin: 0px 2px 0px 0px;
	width: 50px;
	text-align: center;
	border: 1px solid #E1E1E1;
}
input.input4 {
	width: 250px;
	background-color: #FFFFFF;
	border: 1px solid #E1E1E1;
}
input.input5 {
	width: 196px;
	_width: 191px;
	border: 1px solid #E1E1E1;
}
input.input_date {
	color: #959595;
	border: 1px solid #FFFFFF;
	border: none;
	width: 70px;
}
select.select4 {
	width: 145px;
	border: 1px solid #E1E1E1;
}
textarea {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
textarea.textarea1 {
	width: 200px;
	height: 50px;
	overflow: hidden;
	border: 1px solid #E1E1E1;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
textarea.textarea2 {
	width: 545px;
	height: 200px;
	overflow: auto;
	border: 1px solid #E1E1E1;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
textarea.textarea3 {
	width: 250px;
	height: 200px;
	overflow: auto;
	border: 1px solid #E1E1E1;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
textarea.textarea4 {
	width: 250px;
	height: 50px;
	overflow: auto;
	border: 1px solid #E1E1E1;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
textarea.textarea5 {
	width: 315px;
	height: 80px;
	overflow: auto;
	border: 1px solid #E1E1E1;
	font-size: 11px;
	margin: 6px 0px 6px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
input.submit {
	margin: 10px 0px 0px 0px;
}

input.checkbox1 {
	margin: 2px 2px 0px 0px;
	padding: 0;
}

input.input6 
{
	width: 315px;
	height: 13px;
	margin: 6px 0px 6px 0px;
	border: 1px solid #E1E1E1;
}

/*
PLAYER
*/
.interface .jp-file
{
	display: none;
}


/**
FOOTER build
*/
#footer {
	padding: 16px 0px 30px 0px;
	width: 100%;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #000000;
}


.clear
{
    clear: both;
}

.employees-container
{
}
    .employees-container .employee
    {
        border-bottom: 1px solid #e2e3e4;
        padding: 10px 0;
    }

        .employees-container .employee .employee-photo
        {
            float: left;
            width: 79px;
            height: 104px;
        }
           

        .employees-container .employee .employee-photo img
        {
            border: 1px solid #000000;
        }

        .employees-container .employee .employee-info
        {
            float: left;
            padding: 0 0 0 10px;
            word-wrap: break-word;
            width: 300px;
        }
        
            .employees-container .employee .employee-info p
            {
                line-height: 16px;
            }
            
            .employees-container .employee .employee-info .employee-name
            {
                font-weight: bold;
            }

.responsibilities
{
    word-wrap: break-word;
}



