﻿/* '
'"""""""""""""""""""""""""""""""""""""""""" Side info """""""""""""""""""""""""""""""""""""""""""""""

'# Filnavn: menustyle.css

'# Version: 2.1.2

'# Beskrivelse: indeholder stylesheet specifikt til menuen / menuerne
'
'# Ekstra noter: header og version sat på af tkn

'#Sidst redigeret af: MNS

''""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
*/
/* til den table som menuen ligger i, generelle indstillinger for hele menuen, 
stort set alt skal defineres her, kun undtagelser skal skrives andre steder */

.menu{ 
	text-decoration: none;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	font-size: 11px;
}

.menu a{
	text-decoration: none;
	color: White;
	font-size: 11px;
}

.menu a:visited {
		text-decoration: none;
		color: White;
		font-size: 11px;
}

.menu a:active {
	text-decoration: none;
	color: White;
	font-size: 11px;
}

.menu a:hover {
	text-decoration: none;
	color: White;	
	font-size: 11px;
}

/* ------------------------------------------------------------------------------------------ *

/************************* Level 1 *******************************/

.menulevel0{
	
}

.menu0 {
	color : red;
	font-size : 11px;
	font-weight: normal;
	text-decoration: none;
/*	background-image : url(Images/System/preview.jpg);*/
	background-position: top;

}

.menu0 a{
	color : #FFFFFF;
	font-size : 11px;
	font-weight: normal;
	text-decoration: none;
}

.menu0 a:visited{
	color : #FFFFFF;
	font-size : 11px;
	font-weight: normal;
	text-decoration: none;
}

.menu0 a:hover{
	color : 	#FFFFFF;
	font-size : 11px;
	font-weight: normal;
	text-decoration : none;
}



.menu0 a:active { 
	color : #FFFFFF;
	font-size : 11px;
	font-weight: normal;
	text-decoration: none;
}

.menu0active {
	color : #FFFFFF;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
}

/************************* Level 2 *******************************/


.menulevel1{

}

.menu1{
	
}

.menu1 a{
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
	
}

.menu1 a:hover{
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
}

.menu1 a:visited{
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
}

.menu1 a:active { 
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
	font-weight: bold;
}

.menu1active {
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
	font-weight:bold;
}

/************************* Level 3 *******************************/


.menulevel2{
background: url(../Images/Menu/MenuLevelBg.gif);
}

.menu2{
	
}


.menu2 a{
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}



.menu2 a:hover{
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}
.menu2 a:visited{
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu2 a:active { 
	color: #FFFFFF;
	font-size : 11px;
	text-decoration : none;
	font-weight:normal;
}

.menu2active {
	color : #FFFFFF;
	font-size : 11px;
	text-decoration : none;
	font-weight: bold;
}


/************************* Level 4 *******************************/

.menulevel3{
	
}

.menu3{
	
}


.menu3 a{
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : none;
	font-weight:normal;
}



.menu3 a:hover{
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : none;
	font-weight:normal;
}
.menu3 a:visited{
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : none;
	font-weight:normal;
}

.menu3 a:active { 
	color: #FFFFFF;
	font-size : 10px;
	text-decoration : none;
	font-weight:normal;
}

.menu3active {
	color : #FFFFFF;
	font-size : 10px;
	text-decoration : none;
	font-weight: bold;
}


/************************* Level 5 *******************************/

.menulevel4{
	
}

.menu4{
	
}


.menu4 a:hover{

}

.menu4 a:visited{

}

.menu4 a:active { 

}



/* ------------------------------------------------------------------------------------------ *










/* '
'"""""""""""""""""""""""""""""""""""""""""" Side info """""""""""""""""""""""""""""""""""""""""""""""

'# Filnavn: win_nn6.css

'# Version: 2.1

'# Beskrivelse: stylesheet til Netscape 6 til Windows
'
'# Ekstra noter: header og version sat på af tkn

'#Sidst redigeret af: tkn

''""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
*/

body {
	/* difinerer lige BODY tag'et, for en god ordens skyld, styre størrelsen på links, og indholdstekst */
	font-family:Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	background-image : url(../Images/BgBody.gif);
	background-repeat : repeat-x;
	
	}

 td {
	/* difinerer lige TD tag'et, for en god ordens skyld, styrer størrelsen på links, og indholdstekst */
	font-family:verdana;
	font-size: 11px;
	color: #4D4D4D;
	}	
	
.wholeContent {
	/* egentligt erstatning for BODY, sidder på den table som indeholder alt*/
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	font-size : 11px;
	border-left-width: 1px;
}

.Content {
	/* sidder på den celle som indeholder modulerne, skal evt. erstattes med de modulspecifikke styles*/
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	background-image: url(../Images/BgContentMain.gif);
	background-repeat : no-repeat;
	background-position : top;
	color : #4D4D4D;
}


.top {
	/* sidder på den celle som er i toppen*/
}

.bund {
	/* sidder på den celle som er i bunden*/
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #4D4D4D;
}

a {
	/* alle links der ikke er i menuen */
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #607A1D;
	text-decoration : none;	
}

a:hover {
	/* alle links der ikke er i menuen */
	text-decoration : underline;
}

a:active { /* alle links der ikke er i menuen */
	
}

a: visited { /* alle links der ikke er i menuen */
	
}
a img {
	/* Sikrer at der aldrig kommer border på et billede hvis det er et link*/
	border: none 
}

hr{
	border : thin;
	 color : #4D4D4D;
}

h1 {
	/* Overskrift 1, den der udskrives fra tblSite */
	color: #000000;
	font-size : 17px;
	line-height: 25px;
	padding-left: 56px;
	padding-top: 40px;
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	/* Overskrift 2, kundens overskrift 1 */
	color: #4D4D4D;
	font-size : 12px;
}

h3 {
	/* Overskrift 2, kundens overskrift 2 */
	color: #4D4D4D;
	font-size : 12px;
}

h4 {
	/* Overskrift 2, kundens overskrift 3 */
	color: #4D4D4D;
	font-size : 12px;
}

li {
	/* Listeformatering generelt */
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-indent : 0px; /* ekstra space før dot */
	padding-left : 0px;  /* ekstra space efter dot */
}

ol {
	/* Listeformatering nummereret */

	list-style : decimal;
	list-style-type : decimal;
	color: #4D4D4D;
}

ul {
	/* Listeformatering unummereret */
	color : #4D4D4D;
	list-style-image : url(../Images/IkonPkt.gif);
}


div {
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	font-size : 11px;
}

input {
	border-style : solid;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	border-color : #6D8A21;
	background-color : #F0F3E9;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #4D4D4D;
	padding-left: 3px;
}

select {
	border-style : solid;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	border-color : #3E647E;
	background-color : #F0F3E9;
	font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #4D4D4D;
}

	

textarea{
		scrollbar-arrow-color : #696969;
		scrollbar-face-color : #F0F3E9;
		scrollbar-track-color : #B6C490;
		scrollbar-3dlight-color : Gray;
		scrollbar-base-color :;
		scrollbar-darkshadow-color : #D6D7C6;
		scrollbar-highlight-color : #E2E2E2;
		scrollbar-shadow-color : #6D8A21;
		border : 1px;
		border-bottom : 1px;
		border-left : 1px;
		border-right : 1px;
		border-color : #6D8A21;
		border-style : solid;
		font-family : Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-color : #F0F3E9;
}


#banner{
  margin-bottom:10px;
}

.Top5Header {
	font-size : 14px;
	color : #778899;
	font-weight : 600;
	padding-top : 10px;
}

.Top5List {
	color: #DEB887;
	list-style : square;
	font-size : 10px;
	list-style-type : disc;
}

/*------------------------------------------------------------ssFrontSite-----------------------------------------------------------------------*/

/*Modulspecifikke styles*/

.ssModuleFrontSite {
	/*til home.asp*/
	padding-left: 17px;
	vertical-align: top;
	padding-right: 15px;
}

/*--------------------------------------------------------------ssNews---------------------------------------------------------------------*/

.ssModuleNews {
	/*til news.asp*/	
	padding-left: 17px;
	vertical-align: top;
	padding-right: 15px;
}

.NewsBar{
	background-color :#E2E7EB ;
}

.NewsHeader{
	color: #213C52;
	font-size : xx-small;
}

.NewsPost{
	border-color : #C1C1C1;
	border-style : none;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width :1px;
	padding-left:40px;
	padding-right : 10px;
	background-color : ;
	padding-left: 15px;
}

/*----------------------------------------------------------ssForum-------------------------------------------------------------------------*/

.ssModuleForum {
	/*til forum.asp*/	
}

.ForumTopBar{
	border-color : #C1C1C1;
	border-style : none;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width :1px;
	padding-left : 10;
	padding-right : 10;
	background-color : #E2E7EB;
	background-image :none ;
}

.ForumMIdtBar{
	border-color : #C1C1C1;
	border-style : none;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width :1px;
	padding-left : 10;
	padding-right : 10;
	background-color : #E2E7EB;
	background-image :none ;
}

.ForumBundBar{
	border-color : #C1C1C1;
	border-style : none;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width :1px;
	padding-left : 10;
	padding-right : 10;
	background-color : #E2E7EB;
	background-image :none ;
}


.ForumBotton{
	font-size : 9px;
	color: #3E647E;
	background : white;
	border : solid;
	line-height : 15px;
	font-weight : bold;
	width : 60px;
	height : 20px;
	border-left : 1px;
	border-left-width : 1px;
	border-right : 1px;
	border-right-width : 1px;
	border-bottom : 1px;
	border-bottom-width : 1px;
	border-top : 1px;
	border-top-width : 1px;
	border-color : #3E647E;
	border-style : solid;
}

.ForumTextfield{
		scrollbar-arrow-color : #3E647E;
		scrollbar-face-color : #EFEFF7;
		scrollbar-track-color : #EFEFF7;
		scrollbar-3dlight-color : #3E647E;
		scrollbar-base-color : #4D4D4D;
		scrollbar-darkshadow-color : #4D4D4D;
		scrollbar-highlight-color : White;
		scrollbar-shadow-color : #4D4D4D;
		border : 1px;
		border-bottom : 1px;
		border-left : 1px;
		border-right : 1px;
		border-color : #3E647E;
		border-style : solid;
		width : 352px
		}
		
.ForumContent{
	border-color : #C1C1C1;
	border-style : none;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	border-bottom-width :1px;
	background-color : #EDF1F4;
}
.TopBarForum{
	background-color : #E2E7EB;
}

/*---------------------------------------------------------ssMain------------------------------------------------------------------------------*/
	
.ssModuleMain{
	/*til main.asp*/
	padding-left: 17px;
	vertical-align: top;
	padding-right: 15px;
}


.ssModuleMainWide{
	/*til main.asp*/
	padding-left: 17px;
	vertical-align: top;
	padding-right: 15px;
        width: 790px;
}

/*---------------------------------------------------------ssCatalog--------------------------------------------------------------------------*/

.ssModuleCatalog{
	/*til catalog.asp*/
}

.Catalog{
	color : #D6D7C6;
	border :5px;
	border-style : solid;
	border-color : #E2E7EB;
}

.CatalogTopBar{
	background-color : #E2E7EB;
}
.CatalogBundBar{
	background-color : #E2E7EB;
}

.CategoryHeader{
	color : #3E647E;
}

.CatalogLinkCategory a{
	 font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #E76F00;
	text-decoration : none;	
}

.CatalogLinkCategory a: hover{
	 font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Blue;
	text-decoration : underline;	
}

.CatalogBack{
	 font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3E647E;
	text-decoration : none;	
	font-weight : bold;
}

.CatalogBack: hover{
	 font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3E647E;
	text-decoration : underline;	
	font-weight : bold;
}

.CatalogForward {
	 font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3E647E;
	text-decoration : none;	
	font-weight : bold;
}

.CatalogForward: hover{
	 font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3E647E;
	text-decoration : underline;	
	font-weight : bold;
}

.ItemTitle{
	color: #3E647E;
}

/*-------------------------------------------------------------ssContact----------------------------------------------------------------------*/

.ssModuleContact{
/*til contact.asp*/
	padding-left: 17px;
	vertical-align: top;
	padding-right: 15px;
}

.FormText{
	font-size : 10px;
	color: #545454;
}

.FormBotton{
	font-size : 9px;
	color: White;
	background : #3E647E;
	border : solid;
	line-height : 15px;
	font-weight : normal;
	width : 50px;
	border-left : 1px;
	border-left-width : 1px;
	border-right : 1px;
	border-right-width : 1px;
	border-bottom : 1px;
	border-bottom-width : 1px;
	border-top : 1px;
	border-top-width : 1px;
	border-color : Gray;
	border-style : solid;
}

.ContactTextfield{
		scrollbar-arrow-color : #696969;
		scrollbar-face-color : #F0F3E9;
		scrollbar-track-color : #B6C490;
		scrollbar-3dlight-color : Gray;
		scrollbar-base-color :;
		scrollbar-darkshadow-color : #D6D7C6;
		scrollbar-highlight-color : #E2E2E2;
		scrollbar-shadow-color : #6D8A21;
		border : 1px;
		border-bottom : 1px;
		border-left : 1px;
		border-right : 1px;
		border-color : #6D8A21;
		border-style : solid;
		background-color : #F0F3E9;
		}
		
.ContactField{
	width : 220px
}

/*----------------------------------------------------------ssSearch-------------------------------------------------------------------------*/

.ssModuleSearch{
	/*til search.asp*/
}

.SearchBotton{
	font-size : 9px;
	color: #3E647E;
	background : white;
	border : solid;
	line-height : 15px;
	font-weight : bold;
	width : 60px;
	height : 20px;
	border-left : 1px;
	border-left-width : 1px;
	border-right : 1px;
	border-right-width : 1px;
	border-bottom : 1px;
	border-bottom-width : 1px;
	border-top : 1px;
	border-top-width : 1px;
	border-color : #3E647E;
	border-style : solid;
}

/*----------------------------------------------------------ssNewsletter-------------------------------------------------------------------------*/

.ssModuleNewsletter{
	/*til newsletter.asp*/
}

/*------------------------------------------------------------ssCalendar-------------------------------------------------------------------------*/

.ssModuleCalendar{
	/*til calender.asp*/	
}

.CalenderContent{
	background-color: #E2E7EB;
}

.ColumnBarLink {
	font-weight:normal;
	text-decoration:none;
}

.TopBar{
	background-color: #E2E7EB;
}

.TimeBar{
background-color: none;	
}

.cellActivityTime {
	background-color:#CFC282;
}

.activitylink {
	text-decoration:none;
}



/*-------------------Week-------------------------------------------*/

.CellCalendarWeek {
	background-color: #E2E7EB;
}
.ColumnBarWeek {
	background-color: #3E637D;
	font-size:7pt;
}
.BorderColorWeek {
	background-color:#FFFFFF;
}


/*-------------------Month-------------------------------------------*/

.CellCalendarMonth{
	background-color:#E2E7EB;
}
.CellCalendarMonth a{
	background-color:#E2E7EB;
	color : #3E637D;
}
.CellCalendarMonth a:hover{
	background-color:#E2E7EB;
	color : #3E637D;
}

.ColumnBarMonth {
	background-color:#3E637D;
	font-size:7pt;
 	color : white;
}
.Cell2CalendarMonth {
	background-color:#E2E7EB;
}
.BorderColorMonth {
	background-color: #FFFDFD;
}
.cellActivity {
	background-color: #B22627;
}


/*-------------------Day-------------------------------------------*/

.CellCalendarDay {
	background-color:#E2E7EB;
}
.ColumnBarDay {
	background-color:#3E637D;
	font-size:7pt;
	color : white;
}
.Cell2CalendarDay {
	background-color:#E2E7EB;
}
.BorderColorDay {
	background-color:#FFFFFF;
}


/*-------------------------------------------------------------ssPoll----------------------------------------------------------------------------*/

.ssModulePoll{
	/*til poll.asp*/
}

.PollBarColor{
	background-color:#B6C490;
}

.PollBarBorder{
	border-left : 1px;
	border-left-width : 1px;
	border-right : 1px;
	border-right-width : 1px;
	border-bottom : 1px;
	border-bottom-width : 1px;
	border-top : 1px;
	border-top-width : 1px;
	border-color : #FFFFFF;
	border-style : solid;
}
/*------------------------------------------------------------ssFile-----------------------------------------------------------------------------*/

.ssModuleFile{
	/*til file.asp*/
}


/*--------------------------------------------------------------------------------------------------------------------------------------------*/


/*--------- Kalender -----------*/


.CalendarMainClass {
                  width:200px;
	}
		
	.CalendarTitleClass 
	{
           font-size: 14px;
           font-weight: bold;
           text-transform: capitalize;
        }
		
	.CalendarDayEventClass {
		    background-color:#E6B800;
		    color:#ffffff;
	}
		
	.CalendarDayEventClass1 {
		background-color:#E6B800;
	        color:#FDFDFD;
	        text-decoration: none;
	        padding: 2px;
	}
		
	.CalendarDayEventClass2 {
		background-color:#3FBA3F;
	        color:#FDFDFD;
	        text-decoration: none;
	        padding: 2px;
	}
		
	.CalendarDayEventClass3 {
		background-color:#E6B800;
	        color:#FDFDFD;
	        text-decoration: none;
	        padding: 2px;
	}
		
	.CalendarDayEventLinkClass {
		background-color:#E6B800;
		color:#ffffff;
		text-decoration:none;
		font-weight:bold;
	}
		
	.CalendarDayEventLinkClass1 {
	        color:#FDFDFD;
	        text-decoration: none;
	}
		
	.CalendarDayEventLinkClass2 {
	        color:#FDFDFD;
	        text-decoration: none;
	}
		
	.CalendarDayEventLinkClass3 {
	        color:#FDFDFD;
	        text-decoration: none;
	}
		
	.CalendarDayHeaderClass {
            font-size: 10px;
            font-weight: bold;
	 }
		
	.CalendarOuterTable {
		font-family: Helvetica, Arial;
		font-size: 12px;
		  border-width:0px;
		  border-style:none;
		  border-collapse:collapse;
		  border-color:transparent;
	}
		
	.CalendarEventDetailHeadlineClass {
		  font-family: Helvetica, Arial;
		  font-size: 12px;
		  font-weight:bold;
		  margin-top: 20px;
	}
		
	.CalendarEventDetailBodyClass {
		  font-family: Helvetica, Arial;
		  font-size: 11px;
	}
		
	.CalendarLinkButton {
	     text-decoration:none;
	     color: #8F6F4C;
	     font-weight:bold;
	     font-size: 11px;
	}
		
	.CalendarLinkButton:hover {
	     text-decoration:underline;
	     color: #8F6F4C;
	     font-weight:bold;
	     font-size: 11px;
	}
		
	.CalendarTodayDayClass {
	        border-style:solid;
	        border-width:1px;
	        border-color:#047ADF;
	        font-family: Verdana, Arial, Helvetica, sans-serif;
	        font-size: 7pt;
	        font-weight: normal;
	        color: #000000;
	        text-decoration: none;
        }


#loginBox {
  font-size: 11px;
  margin-top:5px;
  margin-bottom:10px;
  padding-bottom:10px;
}

#titletxt {
  font-size: 11px;
  font-weight: bold;
}

#loginBoxLink {
  margin-bottom: 5px;
}


/*--------------------------------*/