/******************************************************************
	No Dawn hjemmeside
	Design: Lene Aas
	Copyright: No Dawn 2010
******************************************************************/

/*** Innstillinger ***/

body {
	background-image : url('gfx/bg2.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	padding: 0px;
	margin: 0px;
	float:  none;

}

/*** Tabell ***/

td {	
	background-color: #;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

td.bg {
	background-image : url('gfx/top_bg.png');
}

td.menu {
	background-image: url('gfx/menu.png');
}

td.menuFloat {
	background:  url('gfx/menu2.png');
}

td.bottom {
	background-image : url('gfx/bottom.png');
}

.line	{
	border-top: 1px dotted #3c4040;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 3px 0px;
	
}

/*** Bilder ***/

.bilde {
	border: 1px dotted #3c4040;
	margin: 10px 0px 0px 0px;
}


img.float {
	padding: 10px;
}

/*** Linker ***/

a.lnk:link {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #e38636;
}
a.lnk:hover {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #e38636;
	text-shadow:0 0 0.1em #9f5f28, 0 0 0.1em #9f5f28, 0 0 0.1em #9f5f28;
}
a.lnk:visited {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #e38636;
}
a.lnk:visited:hover {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #e38636;
	text-shadow:0 0 0.1em #9f5f28, 0 0 0.1em #9f5f28, 0 0 0.1em #9f5f28;
}

.menulink {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	padding: 0 15 0 15; 
	font-weight: normal;
	color: #788e8c;
}

.menulink A:hover {
	/*** text-decoration: underline overline; ***/
	text-shadow:0 0 0.2em #3c4040, 0 0 0.2em #3c4040, 0 0 0.2em #3c4040;
}

/*** Fonter ***/


font.over {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #9e9073;
}

font.navn {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #9e9073;
}


font {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #bdbdbd;
}

font.tiny {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #bdbdbd;
}


font.byline {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #788e8c;
	padding-left: 10px;
}

.bylinelink {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight: normal;
	color: #788e8c;
	
}

font.newshead {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #9e9073;
}

font.white {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

font.counter {
	background-color: #000000;
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #788e8c;
	padding: 2px 5px 2px 5px;
}


