/*-------------------------------------------------------*/
/* class til KATALOG-MODUL	     				 */
/*-------------------------------------------------------*/
.searchItem {
	background-color: #FFFFFF;
	border: 1px solid #9BBADA;
	width:230px;
	height:18px;
}
.searchBtn {
	background-color: #9BBADA;
	border: 1px solid #729CC6;
	color: #FFFFFF;
	width:230px;
	height:18px;
}
/*-------------------------------------------------------*/
/* class til PROJEKT-MODUL	     				 */
/*-------------------------------------------------------*/
.horizontal-line {
	background-color:#BCBCA7;
}

.document-1strow {
	background-color: #F7F6E9;
}
.document-2ndrow {
	background-color: #FFFFFF;
}
.project-active {
	color:#006600;
}

.project-inactive {
	color:#FF0000;
}

.project-notes {
	border: 1px solid #BCBCA7;
	background-color: #F7F6E9;
}

.project-notesShow {
	border: 1px solid #BCBCA7;
	background-color: #FFFFFF;
}


/*-------------------------------------------------------*/
/* class til Tekstbilled-MODUL 5 spalter / incl. nyheder */
/*-------------------------------------------------------*/
.infotekster_small
{
	font-size: 10px;
	color: #828282;
	font-weight: normal;
}
.searchstyle	{
	background-color:#FFFFFF;
	color: #000000;
	font-size: 10px;
	border: 1px solid #828282;
	height:18px;
}
.kategorioverskrift		{
	font-size: 16px;
	font-weight: bold;
	color: #c82e00;
	border-bottom:1px dotted #c6c6c6;
}
.newsoverskrift		{
	font-weight: bold;
}
.newsBg { }
a.news, a.news:hover		{
	color: #c82e00;
	text-decoration: none;
	font-weight:normal;
	display:block;
	height:33px;
	line-height:33px;
	border-bottom:1px dotted #c6c6c6;
}
.newsBullet {
	color:#c82e00;	
	display:inline-block;
	margin:0px 5px 0px 0px;
}
a.archive, a.archive:hover		{
	color: #000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
}

html {
	overflow-y: scroll;
	height:100%;
	margin:0;
	padding:0;
}
/*SKABER STYLE TIL SCROLLBAR OG OVERORDNET BAGGRUND*/
@font-face {
    font-family: 'futurastd-light-webfont';
    src: url('../fonts/futurastd-light-webfont.eot');
    src: url('../fonts/futurastd-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/futurastd-light-webfont.woff') format('woff'),
         url('../fonts/futurastd-light-webfont.ttf') format('truetype'),
         url('../fonts/futurastd-light-webfont.svg#FuturaStdLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

BODY	{
	background-color:#FFFFFF;
	background-image:url(../images/bgtile.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:100%;
	margin:0;
	padding:0;
	border:0;
}
.headerShadow {
	background-image:url(../images/header-shadow.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:18px;
	line-height:18px;
}
.headerLeft {
	background-image:url(../images/header-left.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	height:123px;
}
.headerRight {
	background-image:url(../images/header-right.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:123px;
}
.footer, .footer a, .footer a:hover	{
	color: #fff;
	font-size: 11px;
	font-family: futurastd-light-webfont, verdana, helvetica, sans-serif;
	font-weight: bold;	
	line-height: 200%;
}

/*BAGRUND PÅ INDHOLD I MAIN*/
.bground	{

}
.bgroundMain	{

}
/*BAGRUND PÅ INDHOLD I MAIN*/
table	{
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;	
	line-height: 125%;
	border-collapse:collapse;	
}

.button_std {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/button_bg.png);
	height:22px;
	line-height:22px;
	background-repeat:repeat-x;
	display:inline-block;	
	text-align:center;
	padding: 0 5px 0 5px;;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	font-size: 10px;
	width:auto !important; 
}

.button_std:hover {
	color:#666;
	cursor:pointer;
}

/*--------------------------------------------------------*/
/* her rettes egenskaber til alle billeders border-farve  */
/*--------------------------------------------------------*/
.picbordercolor {
	border-color: #000000;
}

a img, a:hover img { border:0px; }
/*----------------------*/
/* CLASS TIL HOVEDMENU  */
/*----------------------*/
a.menutext	{
	font-family: futurastd-light-webfont, verdana, helvetica, sans-serif;
	font-size:14px;
	color: #939598;
	text-decoration: none;
	text-transform:uppercase;
	height:55px;
	line-height:55px;
	border:0px;
	display:block;
	background:none;
	margin:0;
}
a.menutext:hover, a.menutextActive, a.menutextActive:hover		{
	background:url(../images/menutext_5x5.jpg) 0px 36px  repeat-x;
	font-family: futurastd-light-webfont, verdana, helvetica, sans-serif;
	font-size:14px;
	color: #4c4d4f;
	text-decoration: none;
	text-transform:uppercase;
	height:55px;
	line-height:55px;
	border:0px;
	display:block;
	margin:0;
	
}
/*------------------*/
/* CLASS TIL SUBMENU*/
/*------------------*/

.submenu_style {
	display:none; 
	background:url(../images/submenu_bg2x2.png); 
	background-color:transparent; 
	width:auto; 
	position:absolute; 
	top:55px; 
	z-index:99; 
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

a.submenutext, a.submenutext:hover	{
	font-family: Arial, helvetica, sans-serif;
	font-size:11px;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	height:22px;
	line-height:22px;
	border:0px;
	display:inline-block;
	padding:0px 10px;	
}

/*--------------------------------------------*/
/* egenskaber til øvrige links i hele modulet */
/*--------------------------------------------*/
a 		{
	color: #4c4d4f;
	text-decoration: none;
}

a:hover		{
	color: #4c4d4f;
	text-decoration: underline;
}

a.sitemap	{
	font-family:Arial,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ac1a2f;
	text-decoration: none;
	display:inline-block;
	border:1px solid transparent;
	padding-left:5px;
	padding-right:5px;
	height:20px;
	line-height:20px;
}
a.sitemap:hover		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ac1a2f;
	text-decoration: underline;
	border:1px solid #E5E5E5;
	padding-left:5px;
	padding-right:5px;
	height:20px;
	line-height:20px;
	background-color:#F1F1F1;
}
H2, .overskrift, H1	{
	font-family: futurastd-light-webfont, verdana, helvetica, sans-serif;
	color:#4c4d4f;
	font-size: 20px;
	font-weight: normal;
	display: inline;
	line-height:36px;
}
/*-------------------------*/
/* clas til KATALOG-MODUL  */
/*-------------------------*/
.katalogcolor		{
	background-color: #F1E6D0;
}

/*------------------------------------------------------------*/
/* egenskaber til formularer, bl.a. KONTAKT, STANDARD KONTAKT */
/*------------------------------------------------------------*/
input 			{
	color: #868686;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 0px;
	background-color:#f3f3f3;
	height:23px;
	line-height:20px;
}

.box 			{
	color: #000000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 0px solid #000000;
}
textarea 		{
	color: #000000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	border:0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	overflow:auto;
}
submit 			{
	color: #000000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	border:0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
/*---------------------------------*/
/*------- Forum Style -------------*/
/*---------------------------------*/
.Forumline		{
	background-color:#000000;
}

.ForumHeadBG	{
	background-color:#EBE8D6;
}

.Linktoppage	{
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
}

.UserFieldReply	{
	background-color:#EBE8D6;
}

.UserInPut	{
	background-color:#FFF;
	color: #000000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	border:0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

/*--------------------*/
/* Login screen Style */
/*--------------------*/
.LoginStyle	{
	background-color:#FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 0px solid #000000;
	margin: 20px;
}
/*-------------------------*/
/* Feature list CSS		   */
/*-------------------------*/

.main_image {
     width: 100%;
     display:block;
	 height: inherit;
     /*float: left;*/
     background: #fff;
     position: relative;
     overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
     color: #000;
}
 .main_image h2 {
     font-family: futurastd-light-webfont, verdana, helvetica, sans-serif;
	 font-size: 20px;
     display:inline;
	 margin-top:15px;
}
 .main_image p {
     font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
     line-height: 120%;
     color:#000;
	 margin:0;
 }
/*
.block small { /*--We'll be using this same style on our thumbnail list--*//*
     font-size: 1em;
     padding: 0 0 0 20px;
     background: url(../images/icon_calendar.gif) no-repeat 0 center;
 }
 
 .main_image .block small {
	 margin-left: 10px;
}
 */
 .main_image .desc{
     position: absolute;
     bottom: 15px;
	 *bottom:16px;
	 _bottom:16px;
     left: 0; /*--Stick the desc class to the bottom of our main image container--*/
     width: 100%;
     display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
 .main_image .block{
     width: 920px;
     background: #fff;
	 /*border-top: 1px solid #000;*/
	 padding: 15px 20px;
 }
 .main_image a.collapse { /*--This is our hide/show tab--*/
     background: url(../images/knap_skjul.png) no-repeat left top;
     height: 15px;
     width: 50px;
     text-indent: -99999px;
     position: absolute;
     top: -15px;
     right: 20px;
 }
 .main_image a.show {background: url(../images/knap_vis.png) no-repeat left top;}
 
 .image_thumb {
     float: left;
     /*width: 155px;*/
	 display:block;
     background: #fff;
	 border: none;	 
 }
 .image_thumb img {
     display:inline-block;
	 /*padding: 5px;*/
     background: #fff;
     float: left;
 }
 .image_thumb ul {
     margin: 0;
     padding: 0;
     list-style: none;
 }
 .image_thumb ul li{
     margin: 0;
     /*padding: 2px 0;*/
     /*background: #f0f0f0 url(../pictures_ed/nav_a.gif) repeat-x;*/
     width: 182px;
	 display:block;
     float: left;
	 margin-bottom: 2px;
	 margin-right:12px;
     
 }
 .image_thumb ul li.hover { /*--Hover State--*/
     /*background: #ddd;*/
     cursor: pointer;
 }
 .image_thumb ul li.active { /*--Active State--*/
     background: #fff;
     cursor: default;
 }
 html .image_thumb ul li h2 {
     font-family: futurastd-light-webfont, verdana, helvetica, sans-serif;
	 font-size: 20px;
     display:inline;
	 margin-top:15px;
	 /*float:left;
	 font-size: 16px;
     padding: 0;
	 font-weight:bold;*/
 }
 .image_thumb ul li .block {
     width: 920px;
     background: #fff;
	 /*border-top: 1px solid #000;*/
	 padding: 15px 20px;
	 display:none;
	 /*float: none;
     margin-left: 10px;
     padding: 0;
     width: 182px;*/
 }
/* .image_thumb ul li .block p,  .image_thumb ul li .block table tbody tr td h2, .image_thumb ul li .block table tbody tr td p {display: none;}/*--Hide the description on the list items--*/
