@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0
}

body {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	background-color: #4b4b4b;
	background-image: url(images/back-gradient.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin:25px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover {
	color:#00CCFF;
	text-decoration:none;
}

.frame {
	width: 940px;
	text-align:left;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	border: 1px solid #666666;
	overflow:hidden;
}

.header {
	width: 940px;
	height: 65px;
	font-size: 10px;
	color:#666666;
	text-align:left;
}

.header a {
	color:#666666;
	text-decoration:none;
}

.header a:hover {
	color:#00CCFF;
	text-decoration:none;
}

.menu {
	width: 890px;
	height: 40px;
	font-size: 16px;
	color:#FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #444444;
	border-bottom-color: #444444;
	padding-right: 25px;
	padding-left: 25px;
	border-right-style: none;
	border-left-style: none;
}

.menu a:hover {
	color:#8ee8ff;
}

.minute {
	color:#666666;
	font-size:9px;
	float:right;
}

.breadcrumb {
	width: 915px;
	color: #666666;
	font-size: 10px;
	text-align: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left:25px;
}

.breadcrumb a {
	text-decoration:none;
	color:#666666;
}

.breadcrumb a:hover {
	text-decoration:none;
	color:#00CCFF;
}

.banner {
	height: 340px;
}

.bannerimage {
	height: 340px;
	width: 600px;
}

.bannerbox {
	height: 300px;
	width: 300px;
	float: right;
	background-image: url(images/back-box.jpg);
	color: #FFFFFF;
	padding: 20px;
	font-size: 16px;
	line-height:24px;
}

.content {
	width: 555px;
	padding-top: 20px;
	padding-left: 25px;
}

.content a {
	color:#00CCFF;
	text-decoration:none;
}

.content a:hover {
	color:#00CCFF;
	text-decoration:underline;
}

.content ul {
	font-size: 12px;
	padding-bottom: 10px;
}

.content ul li {
	font-size: 12px;
	list-style-type: disc;
	list-style-position: inside;
}

.coverbox_left {
	width:260px;
	float:left;
	margin-right:28px;
	padding:0px;
}

.coverbox_right {
	width:260px;
	float:left;
	margin-right:0px;
	padding:0px;
}

.coverbox_right img, .coverbox_left img {
	width:120px;
	height:auto;
	float:right;
	margin:10px 0px 10px 10px
}

.sidebar {
	width: 295px;
	float: right;
	padding-top: 12px;
	padding-right: 25px;
}
.sidebar ul {
	background-image: url(/images/back-liste.gif);
	margin-bottom: 20px;
}

.sidebar ul li {
	font-size: 11px;
	list-style-type: none;
	color:#666666;
	line-height: 20px;
	text-indent: 4px;
}


.sidebar p {
	font-size:11px;
	padding-bottom: 0px;
	font-weight:bold;
}

.sidebar ol {
	margin-bottom: 12px;
}

.sidebar ol li {
	font-size: 11px;
	list-style-type: none;
	color:#909090;
	line-height:14px;
}

.sidebar li a {
	color:#666666;
	text-decoration:none;
	}

.sidebar li a:hover {
	color:#00CCFF;
	text-decoration:none;
	}

.footer {
	text-align:center;
	font-size:10px;
	color:#666666;
	clear:both;
	padding-top:25px;
}

.footer a {
	color:#666666;
	text-decoration:none;
}

.footer a:hover {
	color:#666666;
	text-decoration:underline;
}

h1 {
	font-size:30px;
	padding-bottom: 10px;
}

.h1underlined {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	margin-bottom: 10px;
}

h2 {
	font-size:15px;
	color: #909090;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h3 {
	font-size:15px;
	padding-bottom: 8px;
	padding-top: 8px;
}

p {
	font-size:12px;
	line-height:17px;
	padding-bottom: 10px;
}

.billedbox {
	background-image: url(/images/billedbox.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 55px;
	right: 0px;
	bottom: 0px;
	clip: rect(auto,0px,0px,auto);
	float: left;
	padding: 10px;
}

.shuffle {
	position:relative;
	bottom: -282px;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.justify {
	text-align:justify;
}

.om_imagix_small {
	font-size: 10px;
	line-height: 14px;
}

.om_imagix_small_italic {
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
}

.sidebar_spacer_low {
	width:13px;
	height:13px;
}
.sidebar_spacer_high {
	width:94px;
	height:94px;
}

#note {
	width:250px;
	left: 0px;
	top: 200px;
	background-color: #F1F1F1;
	font-size: 12px;
	position: absolute;
	padding: 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #666666;
	border-bottom-color: #666666;
}

#tilbud {
	width:10px;
	height:10px;
	left: 895px;
	top: 85px;
	position: relative;
	overflow: visible;
}

#undervisning {
	width:10px;
	height:10px;
	left: 419px;
	top: -105px;
	position: relative;
	overflow: visible;
}
