﻿body{
	font-family: "ubuntu","lucida sans", geneva, verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 1.5em;
	text-align: center;
	margin: 0;
	margin-top: 0;
	padding: 0;

	}
	

	
a {
color: #079;
text-decoration: none;
}	
	
a:hover {
color: #0cf;
}
	
	
#left a, #left2 a{
color: #079;
text-decoration: none;
border-bottom: 0px dotted;
}	
	
#left a:hover, #left2 a:hover{
color: #0cf;
border-bottom: 0px solid;
}	


a img{
border: 0;
}

#left a img, #left2 a img{
border: 1px solid #fff;
}

#left a:hover img, #left2 a:hover img{
border: 1px solid #079;
opacity: 0.75;
filter:alpha(opacity = 75);
}

#left a img.noborder, #left2 a img.noborder{
border: none;
}

#left a:hover img.noborder, #left2 a:hover img.noborder{
border: none;
}


	
p + p{
margin-top: 1em;
}	
	
h1{
font-size: 1.2em;
font-weight: bold;
margin-bottom: 0.7em;
color: #000;
}	

	
h2	{
	color: #000;
	font-weight: bold;	
	text-transform: uppercase;
	margin-bottom: 0.7em;
	}	
	
h3	{
	color: #079;
	font-weight: normal;	
	text-transform: uppercase;
	}	
	
h4	{ /* ligner H2, men med farve */
	color: #079;
	font-weight: bold;	
	text-transform: uppercase;
	}	
p + h1, p + h2, p + h3{
	margin-top: 1.5em;
}


/* begin positioning */
	
#topstribe{
	position: absolute;
	top: 0px;
	height: 77px;
	width: 100%;
	text-align: center;
	background: transparent url("/images/body_bg.png") top center no-repeat;	
	border-bottom: 1px solid #ddd;
}

	
#container {
position: relative;
margin-top: 0;
margin-left: auto;
margin-right: auto;
width: 950px;
padding: 0px;
text-align: left;
/*	border: 1px solid red;  */
}


#head{
position: relative;
top: 0px;
height: 77px;
z-index: 100;
border-bottom: 0;
text-align: left;
margin-left: 20px;
}

#logo{
	position:absolute;
	top:0px;
	margin:0;
	padding: 0;
	}
#logotype{
	position: absolute;
	top: 30px;
	left: 100px;
	}
#logotype h1{
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 2em;
	color: #888;
	}
#logotype h1 strong{
	color: #1a2d69;
	}
#logotype h1 span{
	font-weight:bold;
	font-size: 100%;
	}	






#left{
position: relative;
margin-top: 0;
width: 730px;
padding-right: 5px;
margin-left: 20px;
margin-right: 0px;
padding-bottom:70px;
text-align: left;
left: 0px;
top: 45px;

}

#left2{
	position: relative;
	margin-top: 0;
	width: 460px;
	padding-right: 5px;
	margin-left: 20px;
	margin-right: 0px;
	padding-bottom:70px;
	text-align: left;
	left: 0px;
	top: 45px;
	}

#right{
	position: absolute;
	top: 180px;
	margin-left: 770px;
	padding:10px;
	width: 170px;
	background: none;
	border-left: 1px dotted #aaa;
	text-align: left;

}

#right2{
	position: absolute;
	top: 180px;
	margin-left: 490px;
	padding:10px;
	width: 460px;
	background: none;
	border-left: 1px dotted #aaa;
	text-align: left;


}



.banner{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align:center;
	background: #ccc;
	height: 120px;
	z-index:0;
	}


#footer{
position: fixed;
width: 960px;
height: 50px;
padding-left:20px;
margin-left:-20px;
margin-bottom:0px;
border-top: 1px dotted #ccc;
background: #fff;
z-index: 100000000000000000000;
bottom:0px;
text-align: left;
color: #aaa;
}

#footer a{
color: #888;
}


#footer li{
display: inline;
list-style-type: none;
text-transform: uppercase;
font-size: 0.8em;
letter-spacing: 1px;
padding: 1px 10px 0px 5px;
border-right: 1px solid #aaa;
}

#footer li.first{
padding-left: 0px;
}

#footer li.last{
border-right: 0px solid black;
}



/* end positioning */


.billedtekst_right{
margin-top: 20px;
font-size: 0.8em;
text-align: right;
}

.billedtekst_left{
margin-top: 20px;
font-size: 0.8em;
text-align: left;
}

.billedtekst_center{
margin-top: 20px;
font-size: 0.8em;
text-align: center;
}


#navbar a.active {
color:#079;
}

.small{
text-transform: none;
}



/* LISTER */

ul {list-style-position: inside;}

li {
	margin-bottom:0.5em;
	}

#bullet{
	list-style-type: disc;
	margin-left:1.4em;
}

#bullet li{
	margin-bottom: 0.25em;
}

#bullet li ul li{
	margin-left: 1.5em;
	list-style-type: disc;
	color: #666;
	margin-bottom: 0.25em
	}


#square_list{
	margin-left: 1.4em;
	}

#square_list li{
	list-style-type: square;
	}


#bullet_list{
	margin-left: 1.4em;
	}

#bullet_list li{
	list-style-image: url(../images/list_pil.gif);
	margin-bottom: 0.4em;
	}
	
#bullet_list li ul li{
	list-style-image: url(../images/list_pil2.gif);
	margin-left: 1.5em;
	margin-bottom: 0.5em;
	}
	
#bullet_list li.no_bullet{
	list-style-type: none;
	list-style-image: none;
	}

#bullet_list li.disc{
	list-style-type: disc;
	list-style-image: none;
	}


	
	
/* FARVER */

.intern	{
	color: #f04;
	font-style: italic;
	}

.black	{
	color: #000;
	}

.pink	{
	color: #f57;
	}
.okse{
	color: #a33;
	}
.farve {
	color: #079;
}

.lysblaa {
	color: #0cf;
}
.box{
	background: #ddd;
}

#hist{
width: 668px;
border: 2px solid #ce4;
z-index: 100;
}


strong{
font-weight: bold;}

em	{
	font-style: italic;
	}


.rule{
border-bottom: 1px solid #ccc;
margin-top: 20px;
margin-bottom: 35px;
}

.rule2{
border-bottom: 1px solid #ccc;
margin-top: 5px;
margin-bottom: 5px;
}



#bogtabel td{
border-left: 1px solid #ccc;
padding-left: 5px;
padding-right: 5px;
width: 143px;
text-align: left;
}

#bogtabel td.first{
	border-left: 0;
	}

#gdstabel td{
border-right: 1px solid #ccc;
padding-left: 5px;
padding-right: 5px;
text-align: center;
}

#gdstabel td.lastcol {
border-right: 0px;	
}

#gdstabel h2{
	background-color: #ccc;
	color: #248;
	margin-bottom: 1.5em;
	padding: 1px 0px 2px 0px;
	}


td {
text-align:left;
vertical-align:text-top;
}

#medarbejdere {
	width: 300px;
	}

#medarbejdere img{
border: 0px solid #aaa;
	}

#medarbejdere .medarbdetails{
	position: relative;
	float: right;
	width:180px;
	top: -173px;
	}
	
#medarbejdere .medarbfoto{
	margin-bottom: 20px;
	padding-bottom:10px;
	border-bottom: 1px dotted;
	}


#right a img, #right2 a img{
border: 1px solid #fff;
}

#right a:hover img, #right2 a:hover img{
border: 1px solid #079;
opacity: 0.75;
filter:alpha(opacity = 75);
}

#right a img.noborder, #right2 a img.noborder{
border: none;
}

#right a:hover img.noborder, #right2 a:hover img.noborder{
border: none;
}



.divider{
	border-top: 1px dotted #ccc;
	margin-top:15px;
	margin-bottom:20px;
}

.leftdivider{
	border-left: 1px solid #ccc;
	padding-left: 10px;
	}
	
.floatleft {
	float:left;
	margin-right: 5px;
	}
	
.toplink {
	margin-top: 10px;
	margin-right: 45px;
	float:right;
	clear:both;
	color: #eee;
	font-size: smaller;
	}
	
.toplink a:link{
	color: #888;
	}
.toplink a:visited{
	color: #888;
	}
.toplink a:hover{
	color: #0cf;
	}
.toplink a:active{
	color: #888;
	}	


#forsidebillede{
	position:absolute;
	left: 30px;
	width: 230px;
	}






/* gallery stuff */

.img_gallery{

}
	
.hoveritem{
	margin:7px;
	width:224px;
	height:150px;
	overflow:hidden;
	}
.hoveritem:focus{border:0;}
	
.details{
	width:224px;
	height:100px;
	background: rgba(0,34,85,0.7);
	filter:alpha(opacity = 75);
	color:#fff;
	text-align:left;
	}
		
.details p,
.details h1,
.details h2,
.details h3{
	padding: 10px;
	font-size:90%;
	margin-bottom: 0;
	line-height: 1.5em;
	}


#galleryitem{position:relative; float:left;border:0;}

#galleryitem .details{
	position:absolute;
	bottom:0;
	left:0;
	margin-bottom:-130px;		
	-moz-transition: margin-bottom 250ms ease-in;
	-o-transition: margin-bottom 250ms ease-in;
	-webkit-transition: margin-bottom 250ms ease-in;
	transition: margin-bottom 250ms ease-in;
	z-index:1000;
	}
	
#galleryitem img{
	-moz-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	-webkit-transition: all 250ms ease-in;
	transition: all 250ms ease-in;

	}


#galleryitem a:hover img, #galleryitem a:focus img {	
	border:0;
	}
#galleryitem a img{
 	border: 0;
	}		

#galleryitem:hover .details{
	margin-bottom:0;
	}

#galleryitem a:link{
	border:0;
	color: #fff;
}
#galleryitem a:hover, #galleryitem a:focus{
	border:0;
	color: #fff;
}
#galleryitem a:visited{
	border:0;
	color: #fff;
}
#galleryitem a:active{
	border:0;
	color: #fff;
}

/* gallery stuff ends */




#imagegrid #griditem{
	float: left;
	}

#imagegrid #griditem img{
	position:relative;
	margin-bottom:2.5em;
	float: left;
	margin-right:3px;
	}

#imagegrid #griditem .caption{
	position:relative;
	float: left;
	width: 140px;
	overflow: no-scroll;
	margin-left: -140px;
	top: 105px;
	font-size: 0.95em;
	line-height: 1em;
	z-index:9999;
	}

.clear{clear:both;width:100%;height:1px;}
	
.searchwords{
	width:1px;
	height:1px;
	float:left;
	color: transparent;
	overflow:hidden;
	}
	
.ikon{
}

.floating_divider {
	border-top: 1px dotted #ccc;
	float:left;
	position:relative;	
	margin-top:2em;
	margin-bottom:1em;	
}
	
.social{
	position:relative;
	float:left;
	padding-right:1.5em;
}

.col_bar{
	border-right: 1px dotted #ccc;
	margin-right: 1.5em;
}

.col2{
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
	column-count: 2;
	column-gap: 10px;
}

.col3{
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	column-count: 3;
	column-gap: 10px;
}

.col4{
	-moz-column-count: 4;
	-moz-column-gap: 10px;
	-webkit-column-count: 4;
	-webkit-column-gap: 10px;
	column-count: 4;
	column-gap: 10px;
}

ul.collist {
	list-style-type: disc;
	}
ul.collist li{
	margin-left: 1em;
	text-indent: -1em;
	}
ul.collist li ul{
	list-style-type: circle;
	}
ul.collist li ul li{
	margin-left: 1em;
	text-indent: -1em;
	}

.attention{
	float: right;

	height: 18px;
	overflow:hidden;
	background: #079;
	padding: 5px 8px 5px 8px;
	margin:5px;
	border: 1px solid #ddd;
	text-align:center;
	border-radius: 3px;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
	}
.attention:hover{height:40px;background:#0cf;}
.attention p{
	font-weight:bold;
	color: white;
	}
div.attention a:link {color: #fff !important; text-shadow: 1px 1px 2px #666;}
div.attention a:hover {color: #fff !important;}
div.attention a:hover {color: #079 !important;text-shadow: 1px 1px 2px #eee;}
div.attention a:active {color: #fff !important;}
	
.attention h2{
	margin: 0;
	font-weight:normal;
	text-transform: none;
	top: 10px;
	color: #fff;
	}


