/* '
'"""""""""""""""""""""""""""""""""""""""""" Side info """""""""""""""""""""""""""""""""""""""""""""""

'# Filnavn: mac_nn6.css

'# Version: 2.1

'# Beskrivelse: stylesheet til Netscape 6  på Macintosh
'
'# Ekstra noter: header og version sat på af tkn

'#Sidst redigeret af: tkn

''""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
*/

body         { font-family: tahaoma, sans-serif; font-size: 11px; color: #474747; 
               background-image: 
               url('file:///C:/WINDOWS/Temporary%20Internet%20Files/Content.IE5/Images/bg.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: tahaoma, sans-serif;
	font-size: 11px;
	color: #474747;
	}	
	
.wholeContent {
	/* egentligt erstatning for BODY, sidder på den table som indeholder alt*/
	font-family: tahaoma, sans-serif;
	color: #474747;
	font-size : 11px;
	border-left-width: 1px;
}

.Content     { font-family: tahaoma, sans-serif; font-weight: bold; background-image: 
               url('file:///C:/WINDOWS/Temporary%20Internet%20Files/Content.IE5/Images/BgContent.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               color: #474747; padding-left: 0px; padding-top: 0px; 
               background-position: 0% }
.top {
	/* sidder på den celle som er i toppen*/
}

.bund {
	/* sidder på den celle som er i bunden*/
	font-family: tahaoma, sans-serif;
	font-size : 9px;
	color : #474747;
}

a {
	/* alle links der ikke er i menuen */
	font-family: tahaoma, sans-serif;
	color: #939871;
	text-decoration : Underline;	
}

a:hover {
	/* alle links der ikke er i menuen */
	color: #939871;
	text-decoration : underline;
}

a:active { /* alle links der ikke er i menuen */
	color: #939871;
}

a: visited { /* alle links der ikke er i menuen */
	color: #939871;
}
a img {
	/* Sikrer at der aldrig kommer border på et billede hvis det er et link*/
	border: none 
}

hr{
	border : thin;
	 color : #5D5D5D;
}

h1 {
	/* Overskrift 1, den der udskrives fra tblSite */
	color: #474747;
	font-size : 16px;
	line-height : 60px;
	vertical-align: top;
}

h2 {
	/* Overskrift 2, kundens overskrift 1 */
	color: #233E50;
	font-size : 12px;
}

h3 {
	/* Overskrift 2, kundens overskrift 2 */
	color: #474747;
	font-size : 12px;
}

h4 {
	/* Overskrift 2, kundens overskrift 3 */
	color: #474747;
	font-size : 12px;
}

li {
	/* Listeformatering generelt */
	font-family: tahaoma, sans-serif;
	font-size : 11px;
	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: #474747;
}

ul           { color: #474747; list-style-image: 
               url('file:///C:/WINDOWS/Temporary%20Internet%20Files/Content.IE5/Images/IkonPkt.gif') }
div {
	font-family: tahaoma, sans-serif;
}

p {
	font-size : 11px;
	font-family: tahaoma, sans-serif;
}

input {
	border-style : solid;
	border-top-width : 1;
	border-bottom-width : 1;
	border-left-style: solid;
	border-left-width: 1px;

	border-right: 1px;
	border-right-style: solid;
	border-color: #939871;
	background-color: #FFFFFF;
	font-family: tahaoma, sans-serif;
	color : #939871;
	height: 19px;
	padding-left:5px;
	font-size: 11px;
}

textarea{
	 padding-left:5px;
	 padding-top: 5px;
	 padding-right: 5px;
	 color: #7B858A; 
	 font-family: tahoma; 
	 font-size: 11px; 
	 width: 220px; 
	 border : 1px;
		border-bottom : 1px;
		border-left : 1px;
		border-right : 1px;
		border-color : #939871;
		border-style : solid;
}

select {
	font-family: tahaoma, sans-serif;
	color : #010101;
	font-size: 11px;
	font-weight: bold;
}

.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*/
	
}

.FrontsiteLink{
	font-family: tahaoma, sans-serif;
	color: #474747;
	text-decoration : none;	
}

.FrontsiteLink a: hover{
	font-family: tahaoma, sans-serif;
	color : #939871;
	text-decoration : underline;	
}



/*--------------------------------------------------------------ssNews---------------------------------------------------------------------*/

.ssModuleNews {
	/*til news.asp*/	
	background-image: url(); 
	background-repeat: repeat-x;
}

.NewsBar{
	background-color :none;
	
}

.TopNN6{
	height: 20px;
}

.NewsLinkCategory{
	font-family: tahaoma, sans-serif;
	color: #474747;
	text-decoration : none;	
	font-weight: bold;
}

.CatalogLinkCategory a: hover{
	font-family: tahaoma, sans-serif;
	color: #939871;
	text-decoration : underline;	
}

.NewsHeader{
	color: #474747;
	font-size : 12px;
	padding-left: 21px; 
}

.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 : 31px;
	padding-right : 38px;
	background-color : ;
}

/*----------------------------------------------------------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{
		
		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: 31px;
	padding-right: 30px;
}

/*---------------------------------------------------------ssCatalog--------------------------------------------------------------------------*/

.ssModuleCatalog{
	/*til catalog.asp*/
	padding-left: 31px;
	background-repeat: repeat-x;
}

.ssModuleCatalogJurister{
	/*til catalog.asp*/
	padding-left: 31px;
	background-repeat: repeat-x;

}

.ssModuleCatalogSkillsItem{
	/*til catalog.asp*/
	padding-left: 31px;
	
	background: url();
	background-repeat: repeat-x;
}

.ssModuleCatalogSkillsCategory{
	/*til catalog.asp*/
	padding-left: 31px;
	
	background: url();
	background-repeat: repeat-x;
}

.TopNN6{
	height: 18px;
}

.Catalog{
	color : #D6D7C6;
	border :5px;
	border-style : solid;
	border-color : #E2E7EB;
}

.CatalogTopBar{
	background-color : #E2E7EB;
}
.CatalogBundBar{
	background-color : #E2E7EB;
}

.CategoryHeader{
	color : #3E647E;
}

.CatalogLinkCategory{
	font-family: tahaoma, sans-serif;
	color: #474747;
	text-decoration : none;	
}

.CatalogLinkCategory a: hover{
	font-family: tahaoma, sans-serif;
	color: Blue;
	text-decoration : underline;	
}

.CatalogBack{
	font-family: tahaoma, sans-serif;
	color: #3E647E;
	text-decoration : none;	
	font-weight : bold;
}

.CatalogBack: hover{
	font-family: tahaoma, sans-serif;
	color: #3E647E;
	text-decoration : underline;	
	font-weight : bold;
}

.CatalogForward {
	font-family: tahaoma, sans-serif;
	color: #3E647E;
	text-decoration : none;	
	font-weight : bold;
}

.CatalogForward: hover{
	font-family: tahaoma, sans-serif;
	color: #3E647E;
	text-decoration : underline;	
	font-weight : bold;
}

.ItemTitle{
	color: #3E647E;
}

/*-------------------------------------------------------------ssContact----------------------------------------------------------------------*/

.ssModuleContact{
/*til contact.asp*/
padding-left: 31px;
	
	font-size : 11px;

	background-repeat: repeat-x;
}

.FormText{
	font-size : 11px;
	color: #545454;
}

.FormBotton{
	font-size : 11px;
	color: White;
	background : #939871;
	border : 1px solid #939871;
	font-weight : normal;
	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 : #E5E6DE;
	border-style : solid;

}

.ContactTextfield{
		
		border : 1px;
		border-bottom : 1px;
		border-left : 0px;
		border-right : 0px;
		border-color : #696969;
		border-style : solid;
		width : 220px
		}
		
.ContactField{
	width : 220px
}

.RadioButtom{
	border: none;
	background-color: #F7F8F9;
}


/*----------------------------------------------------------ssSearch-------------------------------------------------------------------------*/

.ssModuleSearch{
	/*til search.asp*/
	background-repeat: repeat-x;
	padding-left: 31px;

}

.SearchBotton{
	border-style : solid;
	border-left-width : 1;
	border-right-width : 1;
	border-top-width : 1;
	border-bottom-width : 1;
	border-color : #E5E6DE;
	background-color : #939871;
	font-family: tahaoma, sans-serif;
	color : #F9F9F9;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
}

/*----------------------------------------------------------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:#E67004;
}

.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 : #472105;
	border-style : solid;
}
/*------------------------------------------------------------ssFile-----------------------------------------------------------------------------*/

.ssModuleFile{
	/*til file.asp*/
}


/*--------------------------------------------------------------------------------------------------------------------------------------------*/

