html, body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFFFFF;
	color: #252525;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.2em;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	padding: 0;
	margin: 0;
}

h1 {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 1.4em;
	border-bottom: 1px solid #CCC;
}

p {
	margin: 10px 0 5px 0;
	line-height: 1.6em;
}

object {
	outline: none;
}

.text-block {
	float: left;
	clear: both;
	width: 100%;
	padding-bottom: 10px;
	margin-top: 15px;
	border-top: 5px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

.subside-gallery .text-block {
	margin-top: 0;
}

.text-block p a, .main .text-block ul a  {
	color: #00D2A8;
}

.text-block p a:hover, .main .text-block ul a:hover {
	text-decoration: underline;
}

.main .text-block ul, .main .text-block ol {
	padding: 0 0 0 14px;
	margin: 10px 0 10px 0;
	list-style-position: outside;
}

.main .text-block ul {
	list-style-type: disc;
}

.main .text-block li {
	margin-bottom: 5px;
}

.small {
	font-size: 0.9em;
}

.normal {
	text-decoration: underline;
	color: #252525;
}

.normal:hover {
	text-decoration: none;
}

.read_more {
	display: list-item;
	padding: 3px;
	margin: 10px 0 0 0;
	list-style-position: inside;
	color: #00D2A8;
}

.read_more:hover {
	text-decoration: none;
	background-color: #00D2A8;
	color: #FFFFFF;
}

.external {
	display: block;
	padding-left: 13px;
	margin-top: 10px;
	background: transparent url("../img/external_link.gif") no-repeat;
	color: #444;
}

.external:hover {
	text-decoration: underline;
}

.green-top {
	border-top-color: #00EDBD;
}

.main {
	width: 490px;
}

.forside .main, .subside .main, .subside-gallery .main {
	width: 380px;
}

.side {
	width: 240px;
}

.underside .side:first-child {
	position: fixed;
}

.underside .main {
	margin-left: 250px;
}

.subside .main, .subside-gallery .main {
	margin-left: 0;
}

.submenu {
	border-top-color: #252525;
	border-bottom: none;
}

.kort {
	width: 360px;
	height: 320px;
	background: #EEEEEE;
}

.film {
	height: 119px;
	border-top-color: #0169BE;
	background: #0169BE url("../img/sefilm.jpg") no-repeat;
}

.film h1 {
	padding-left: 10px;
	border: none;
}

.film a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
}

.film a:hover {
	text-decoration: underline;
}

.submenu li {
	border-bottom: 1px solid #CCCCCC;
}

.submenu li a {
	display: block;
	padding: 7px 0 7px 0;
	text-indent: 5px;
	color: #252525;
}

.submenu li a:hover, .submenu li a.active {
	background-color: #EEEEEE;
}

.gallery-images, .highlight {
	margin-top: 0px;
	width: 610px;
}

.gallery-images img {
	display: block;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.related {
	padding-top: 7px;
	margin-top: 10px;
	border-top: 1px solid #CCCCCC;
	font-size: 0.9em;
}

.related .title {
	color: #666666;
}

.related a {
	color: #999999;
}

.related a:hover {
	text-decoration: underline;
}

#FooterWrapper, #ContentWrapper {
	float: left;
	clear: both;
	width: 100%;
}

#GreenTop {
	height: 10px;
	background-color: #00FFCC;;
}

#ProfilesWrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	height: 370px;
	background: #222222 url("../img/topbg.jpg") repeat-x top center;
	overflow: hidden;
}

#Loading {
	padding-top: 50px;
	font-size: 2em;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#Profiles {
	display: none;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
}

#Profiles ul{
	/*display: none;*/
}

#Profiles ul li {
	position: absolute;
	float: left;
}
		
#Profiles img {
	display: block;
	position: relative;
	float: left;
	cursor: pointer;
	z-index: 2;
}

#Profiles .alternative {
	display: none;
}

#Profiles .tab {
	display: none;
	position: absolute;
	top: 5px;
	right: -40px;
	z-index: 0;
}

#Profiles .tab#persona4 {
	right: -50px;
}

#Profiles .active .tab {
	display: block;
}
			
#Profiles .active {
	z-index: 500;
}

.arrow {
	display: none;
	position: absolute;
	z-index: 600;
	top: 110px;
	width: 100px;
	height: 100px;
	text-indent: -2000px;
	color: #000;
	cursor: pointer;
}

#arrow_right {
	right: 0;
}

#arrow_left {
	left: 0;
}

#arrow_left a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	background: transparent url('../img/arrow_left.png') no-repeat;
}

#arrow_left a:hover {
	background: transparent url('../img/arrow_left_on.png') no-repeat;
}

#arrow_right a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	background: transparent url('../img/arrow_right.png') no-repeat;
}

#arrow_right a:hover {
	background: transparent url('../img/arrow_right_on.png') no-repeat;
}
			
.number {
	position: absolute;
	top: 20px;
	left: 50%;
	font-size: 2.5em;
	font-weight: bold;
	background: #000;
	color: #FFF;
	z-index: 999;
}
			
.zero {
	z-index: 375;
}

.four {
	z-index: 375;
}
			
.three, .one {
	z-index: 400;
}
			
#TopBanner {
	height: 200px;
	background: #222222 url("../img/undersidetop.jpg") repeat-x;
}

.forside #TopBanner {
	height: auto;
	background: none;
}

.subside-gallery #TopBanner {
	height: auto;
}

#LogoBarWrapper {
	position: relative;
	background: transparent url("../img/logobar_bg.png") repeat-x;
	z-index: 999;
}

.forside #LogoBarWrapper {
	margin-top: -55px;
}

#LogoBar {
	height: 55px;
}

#LogoBar img {
	display: block;
}

#MenuBarWrapper {
	height: 55px;
	background: #000000 url("../img/menubarbg.gif") repeat-x top center;
}

#MenuBar {
	position: relative;
	z-index: 999;
}

#MenuBar ul {
	position: relative;
	float: left;
}

#MenuBar ul li {
	position: relative;
	float: left;
	margin-right: 1px;
}

#MenuBar ul li a {
	display: block;
	float: left;
	padding: 19px 15px 10px 15px;
	height: 26px;
	color: #FFFFFF;
	outline: none;
}

#MenuBar ul li a:hover, #MenuBar ul li a.active {
	background: #00FFCC url("../img/menuhoverbg.gif") repeat-x;
	color: #000000;
}

#MenuBar #test-dit-analysegen a {
	position: absolute;
	top: -8px;
	width: 100px;
	height: 45px;
	text-indent: -2000px;
	background: transparent url("../img/splash.png") no-repeat;
	z-index: 999;
	cursor: pointer;
}

#MenuBar #test-dit-analysegen a:hover, #MenuBar #test-dit-analysegen a.active {
	background: transparent url("../img/splash_on.png") no-repeat;
}

#MenuBar #konkurrence a {
	position: absolute;
	top: -80px;
	left: -32px;
	width: 216px;
	height: 207px;
	text-indent: -2000px;
	background: transparent url("../img/konkurrence_splash.png") no-repeat;
	z-index: 999;
	cursor: pointer;
}

#MenuBar #konkurrence a:hover, #MenuBar #konkurrence a.active {
	background: transparent url("../img/konkurrence_splash_on.png") no-repeat;
}

#SearchBox {
	margin-top: 15px;
}

#SearchBox form {
	padding: 0;
	margin: 0;
}

#SearchBox input {
	padding: 3px;
	width: 150px;
	border: 1px solid #FFFFFF;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
}

#SearchBox .submit {
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	width: auto;
	background: none;
	color: #FFFFFF;
	cursor: pointer;
}

#FooterWrapper {
	padding: 10px 0 10px 0;
	border-top: 10px solid #333333;
}

.underside #FooterWrapper {
	margin-top: 20px;
}

#Footer a {
	padding-right: 10px;
	outline: none;
}

#bioanalytikere {
	position: relative;
	margin-top: 10px;
	float: left;
	clear: both;
	width: 100%;
	z-index: 1000;
}

.persona {
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	width: 79px;
	height: 79px;
}

.persona a {
	display: block;
	width: 79px;
	height: 79px;
}

.persona1 a {
	background: transparent url("../img/persona1_thumb.jpg") no-repeat;
}

.persona1 a:hover, .persona1-active a {
	background: transparent url("../img/persona1_thumb_active.jpg") no-repeat;
} 

.persona2 a {
	background: transparent url("../img/persona2_thumb.jpg") no-repeat;
}

.persona2 a:hover, .persona2-active a {
	background: transparent url("../img/persona2_thumb_active.jpg") no-repeat;
} 

.persona3 a {
	background: transparent url("../img/persona3_thumb.jpg") no-repeat;
}

.persona3 a:hover, .persona3-active a {
	background: transparent url("../img/persona3_thumb_active.jpg") no-repeat;
} 

.persona4 a {
	background: transparent url("../img/persona4_thumb.jpg") no-repeat;
}

.persona4 a:hover, .persona4-active a {
	background: transparent url("../img/persona4_thumb_active.jpg") no-repeat;
} 

.persona5 a {
	background: transparent url("../img/persona5_thumb.jpg") no-repeat;
}

.persona5 a:hover, .persona5-active a {
	background: transparent url("../img/persona5_thumb_active.jpg") no-repeat;
}

.personafilm a {
	background: transparent url("../img/video_thumb.jpg") no-repeat;
}

.personafilm a:hover, .personafilm-active a {
	background: transparent url("../img/video_thumb_active.jpg") no-repeat;
}

.subside-gallery #bioanalytikere {
	margin-bottom: 10px;
	width: 991px;
}

.subside-gallery #bioanalytikere .persona {
	float: right;
}

.center {
	margin: 0 auto 0 auto;
	width: 1000px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.col {
	float: left;
}

.margin-left {
	margin-left: 10px;
}

.margin-right {
	margin-right: 10px;
}

.top {
	display: block;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
	font-size: 0.9em;
	color: #333;
}

.top:hover {
	text-decoration: underline;
}

.click-grow {
	outline: none;
}

#IE6 {
	display: none;
}

#Film {
	margin-top: 15px;
	margin-bottom: 15px;
}

.free-element {
	display: block;
	margin: 15px 0 10px;
}