/* ------ MAIN STYLES ---------------------------------------- */


HTML,BODY {
	font-family: Verdana, Arial, Geneva;
	font-size : 11px;
	line-height : 17px;
	color : #000000;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;

}

TD {
	font-family: Verdana, Arial, Geneva;
	font-size : 11px;
	line-height : 17px;
	color : #000000;
}

img {

	border: 0px;

}


/* ------ LAYOUT - POSITION ---------------------------------- */

#navigation {
	width: 170px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 5px;
	border-bottom:  2px solid #FFFFFF;
	
}



#box {
	width: 140px;
	background-color: #FFFAF1;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #f1f1f1;
	}



#container {
	width: 780px;
	text-align: left;
	background: #FFFFFF;
	border-top: #7C7275 10px solid;
	margin: 10px 0px 0px 0px;
}

#padded  { padding: 5px 25px 20px 20px;
	}

/* ------ LAYOUT - CONTENT ----------------------------------- */

#foot {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	width: 780px;
	line-height: 26px;
	height: 26px;
	background: #E3DED9;
	border-top: 2px solid #FFFFFF;
	font-family: Verdana, Geneva, arial;
	text-decoration: none;
	color: #000000;
}




/* ------ TYPE ----------------------------------------------- */




h3   { color: #ffffff; font-size: 12px; font-family: Arial, Geneva; font-weight: bold; line-height: 18px; background-color: #f30; margin: 10px 0 5px }

h2   { color: #333; font-size: 12px; font-family: Arial, Geneva; font-weight: bold; line-height: 15px; text-transform: capitalize; margin: 10px 0 2px }

h1 {
	font-family: Arial, Geneva;
	font-size : 15px;
	font-weight : bold;
	text-decoration: none;
	letter-spacing: 1px;
	line-height : 18px;
	color : #FF1100;
	margin: 10px 0px 2px 0px;
}

.svart { 
	font-family: Verdana, Arial, Geneva;
	font-size : 10px;
	line-height : 14px;
	color : #000000;	
}



/* ------ TYPE - LINKS & NAVIGATION -------------------------- */


A:ACTIVE, A:LINK, A:VISITED  { color: #c30; text-decoration: none }

.white A:LINK {
	font-family: Verdana, Geneva, arial;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 0px;
}

        
.white A:VISITED {
	font-family: Verdana, Geneva, arial;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 0px;
}

.topnav A:LINK {
	font-family: arial, Verdana, Geneva;
	text-decoration: none;
	font-size : 14px;
	line-height : 19px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	border-bottom: 0px;
}
        
.topnav A:VISITED {
	font-family: arial, Verdana, Geneva;
	text-decoration: none;
	font-size : 14px;
	line-height : 19px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	border-bottom: 0px;

}

A:LINK.topnav-mark {
	font-family: arial, Verdana, Geneva;
	text-decoration: none;
	font-size : 14px;
	line-height : 19px;
	font-weight: bold;
	color: #FF1100;
	text-transform: uppercase;
	border-bottom: 0px;
}
        
A:VISITED.topnav-mark  {
	font-family: arial, Verdana, Geneva;
	text-decoration: none;
	font-size : 14px;
	line-height : 19px;
	font-weight: bold;
	color: #FF1100;
	text-transform: uppercase;
	border-bottom: 0px;

}




.red A:LINK {
	font-family: Verdana, Geneva, arial;
	text-decoration: none;
	font-weight: normal;
	color: #BF0000;
	
}

.red A:VISITED {
	font-family: Verdana, Geneva, arial;
	text-decoration: none;
	font-weight: normal;
	color: #BF0000;
}



.subnavlink A:LINK {
	font-family: Verdana, Geneva, arial;
	text-decoration: none;
	color: #A24200;
	border-bottom: 0px;
}

        
.subnavlink A:VISITED {
	font-family: Verdana, Geneva, arial;
	text-decoration: none;
	color: #A24200;
	border-bottom: 0px;
}

/* ------ FORMS -------------------------- */

.input2
		{
	background-color: #FFFFFF;
	border: #999999 1px solid;
	color: #222222;
	font-weight: bold;
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 11px;
	height: 100px;
	width: 250px
		}
		
.input3
		{
	background-color: #FFFFFF;
	border: #999999 1px solid;
	color: #222222;
	font-weight: bold;
	font-family: arial, verdana, geneva, sans-serif;
	font-size: 11px;
	height: 17px;
	width: 250px
		}

