@charset "utf-8";
/* CSS Document */

/***************** Global styles ***************/
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	background-color: #005465;
}

/*h1*/
h1{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.143em;
	line-height: 1.05em;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	margin: 0px 20px 10px 0px;
}

/*h2*/
h2{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.143em;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	margin: 20px 20px 3px 0px;
}

/*h3*/
h3{
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #818181;
	text-decoration: none;
	font-weight: normal;
	margin: 10px 20px 3px 0px;
}

/*p*/
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.857em;
	line-height: 1.2em;
	color: #333;
	padding: 0px;
	margin: 0px 20px 10px 0px;
	font-weight: normal;
}

/* billeder */
.imgright{
	float: right;
}
.imgleft{
	float: left;
}
img {
	border: 0px solid #fff;
	margin: 0px;
	padding: 0px;
	display: block;
}

/*link*/
a{
	color: #EC8500;
	text-decoration: none;
}

a:hover{
	color: #EC8500;
	text-decoration: underline;
}

/* Lister */
ul, li{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}

#right ul {
	margin-left: 12px;
	list-style-position: inside;
}

#right li {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #818181;
	font-size: 0.714em;
	line-height: 1.2em;
	padding: 0px;
	margin: 0px 20px 10px 0px;
}
	


/******************** Struktur **********************/
/* min-height */
#content{
	min-height: 400px;
}

#global_outer{
	background-image: url(../graphics/bg_bottom_repeat_x.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#global{
	background-image: url(../graphics/bg_repeat_x.jpg);
	background-repeat: repeat-x;
}

#top{
	width: 960px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
}

#global_inner{
	width: 960px;
	background-image: url(../graphics/bg_container_repeat_y.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	
}

#container{
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	background-image: url(../graphics/bg_global_inner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#content {
	width: 960px;
	vertical-align: top;
	text-align: left;
	position: relative;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	/*padding-bottom: 200px;*/
}

td {
	vertical-align: top;
	/*border: 1px solid green;*/
}

td#left{
	padding-top: 30px;
	padding-bottom: 20px;
	width: 204px;
}
td#center{
	padding-left: 19px;
	padding-top: 30px;
	padding-bottom: 10px;
	min-height: 348px;
	width: 504px;
	background: url(../graphics/bg_center.png) no-repeat bottom right;
}

td#center ul{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.857em;
	line-height: 1.2em;
	color: #333;
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: url(../graphics/gfx_text_bullet.png);
}

td#center ul li{
	margin: 3px 0 4px 0;
}

td#center img{
	margin-bottom: 20px;
}

td#right{
	min-height: 200px;
	padding-left: 20px;
	padding-right: 30px;
	background: url(../graphics/bg_right.jpg) no-repeat 0 0;
}

td#right #tools{
	height: 60px;
	padding-top: 20px;
	padding-right: 10px;
}


td#right img{
	margin-bottom: 10px;
}

#search_form_holder {
	float: left;
	width: 100px;
	height: 32px;
	/*border: 1px solid gold;*/
	overflow: hidden;
}
#search_form {
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 100px;
	/*width: 10px;*/
	/*display: none;*/
}

#search_form input {
	float: left;
	
	clip: rect(0px 20px 30px 0px);
	/*position: absolute;*/
	/*top:20px; left:20px;*/
	margin-top: 11px;
	width: 94px;
	height: 17px;
	border: 1px solid #808080;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.857em;
	padding: 2px 0 0 4px;
	background-color: #fff;
}

#right #tools a{	
	float: right;
	margin: 10px 5px 0 5px;
}
#right #tools a#searchlink {
	cursor: pointer;
}

#right p{
	color: #818181;
	font-size: 0.714em;
}

#right .imgLink{
	margin-top: 20px;
	display: block; 
}

#footer{
	padding: 20px 0 0 0;
	width: 960px;
	height: 200px;
	background-image: url(../graphics/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#footer .col1{
	width: 600px;
	position: absolute;
	left: 10px; top: 0px;
}
#footer .col2{
	background-image: url(../graphics/footer_kontakt.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	position: absolute;
	right: 10px; top: 0px;
}
#footer h2,
#footer h3,
#footer p{
	color: #fff;
	padding: 0;
}

#footer a{
	color: #fff;
}

#footer h2{
	margin-bottom: 15px;
	font-size: 1.071em;
}

#footer h3{
	margin-bottom: 15px;
	font-size: 0.85em;
	white-space: nowrap;
}

#footer div.col2 {
}

#footer div.col2 p {
	text-align: right;
}
/* frontpage content */
td#frontpage{
	padding-top: 0px;
	padding-bottom: 10px;
}

td#frontpage .topbanner{
	background-image: url(../graphics/gxf_bg_forside_top_banner.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 710px;
	height: 155px;
	padding-left: 30px;
}
td#frontpage .topbanner .imgLink{
	background: url(../graphics/gxf_bg_forside_top_banner.jpg) no-repeat 0 0;
	display: block;
	float: left;
}
td#frontpage .news{
	background: url(../graphics/gfx_bg_forside_news.jpg) no-repeat 0 0;
	width: 735px;
	/*height: 370px;*/
	position: relative;
	margin-top: 10px;
	margin-left: 0px;
}

td#frontpage .news table {
	/*width: 960px;*/
	vertical-align: top;
	text-align: left;
	position: relative;
	table-layout: fixed;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	/*padding-bottom: 200px;*/
}

td#frontpage .news table td {
	padding: 0;
	margin: 0;
}

td#frontpage .news .col1 {width: 510px;}
td#frontpage .news .col2 {width: 230px;}

td#frontpage .news .slideSection{
	width: 445px;
	height: 370px;
	margin-left: 25px;
	/*position: absolute;
	left: 25px; top: 0px;*/
}

td#frontpage .news .slideSection #slideCount p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.714em;
	font-weight: bold;
}
td#frontpage .news .slideSection #slideCount a{
	color: #333;
	padding: 0 3px 0 3px;
	text-decoration: none;
}
td#frontpage .news .slideSection #slideCount a:hover,
td#frontpage .news .slideSection #slideCount a.selected{
	text-decoration: underline;
}

td#frontpage .news .slideSection .slide {
	width: 445px;
	display:none;
	position: absolute;
	left: 25px; top: 20px;
}

td#frontpage .news .slideSection .slide img{
	margin-top: 20px;
}

td#frontpage .news .slideSection .slide p{
	margin-top: 20px;
	margin-right: 30px;
}

td#frontpage .news .slideSection #slide_1,
td#frontpage .news .slideSection #slide_2,
td#frontpage .news .slideSection #slide_3,
td#frontpage .news .slideSection #slide_4{
}

td#frontpage .news .listSection{
	width: 230px;
	/*height: 370px;*/
	/*position: absolute;
	right: 0px; top: 0px;*/
	
	margin: 0 0 25px 0;
}


/************** Venstre menu *****************/
#nav{
	margin: 0px;
	padding: 0px;
	margin-left: -1px;
}


#nav ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	width:160px;
}
#nav li { 
	margin: 0px 0px 0px 0px;
	position: relative;
}
#nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 0 0 20px;
	display: block;
	width: 170px;
	height: 33px;
	background-image: url(../graphics/bg_menu.png);
	background-repeat: repeat;
	color: #FFFFFF;
	text-decoration: none;
	overflow: hidden;
}
#nav a.orange{
	background-image: url(../graphics/bg_menu_orange.png);
	background-position: 0px 0px;
	margin-bottom: -9px;
}

#nav a:hover, #nav li.selected a{
	color: #333333;
	background-position: -190px 0;
}
#nav a.orange:hover{
	background-image: url(../graphics/bg_menu_orange.png);
	background-position: 0px 0px;
}

	/* niveau 2 */
#nav ul ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
	width:130px;
}
#nav ul ul li { 
	margin: 0 0 10px 0;
	padding: 0;
}
#nav ul ul a{
	font-size: 0.857em;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	padding: 0;
	display: block;
	width: 140px;
	height: auto;
	background: none;
	color: #333;
	display: block;
	text-decoration: none;
}
#nav ul ul a:hover, #nav ul ul a.selected{
	background: none;
	color: #CC6600;
	/*font-weight: bold;*/
	text-decoration: none;
}

	/* niveau 3 */
#nav ul ul ul {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: url(../graphics/nav_bullet.png);
	width:110px;
}
#nav ul ul ul li { 
	margin: 5px 0px 5px 0px;
	padding: 0;
	width:130px;
}
#nav ul ul ul a{
	font-size: 0.786em;
	font-weight: normal;
	text-transform: none;
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
	color: #333;
	text-decoration: none;
}
#nav ul ul ul a:hover, #nav ul ul ul a.selected{
	background: none;
	color: #CC6600;
	/*font-weight: bold;*/
	text-decoration: none;
}

/* Login dropdown styles */

#login{
	display:none;
	background-image: url(../graphics/bg_login.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 10px;
	width:169px;
	height:96px;
	border:0;
}
	#login form{
		position: relative;
	}
	#login form input{
		position: absolute;
		top:20px; left:20px;
		width: 122px;
		height: 19px;
		border: 0px solid #fff;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 0.857em;
		padding: 4px 0 0 7px;
		background: none;
	}
	#login form button{
		position: absolute;
		top:53px; left:100px;
		width: 50px;
		height: 23px;
		border: 0px solid #fff;
		background: none;
	}
	#login form button:hover{
		cursor: pointer;
	}
	
	#login #passwordoverlay {
		position: absolute;
		top: 24px;
		left: 26px;
	}
	#login form label {
		display: none;
	}
	
	#login form div {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 0.857em;
		font-weight: normal;
	}

p.loginerrortext {
	display: none;
	color: #f00;
}



/***************************************************/
/*** Search results ********************************/

#SearchResult .pagename {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #333;
}

#center ul.bulletLink {
	margin: 15px auto 0px;
}

#center ul.bulletLink + ul.bulletLink {
	margin: 5px auto 0px;
}

#center .bulletLink a {
	color: #333;
}

#center .bulletLink a img {
	margin-top: -2px;
}

#center .bulletLink a:hover {
	text-decoration: none;
	color: #000;
}




/* Clear floats */
.clear{ 
    clear: both; 
    visibility: hidden;
	height: 0px;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Get rid of Safari and Chrome focus outlines */
a:focus,
input[type=text]:focus,
input[type=password]:focus {
  outline: 0 none;
}
