/* Spesifikasjoner som gjelder for hele nettstedet. Definerer f.eks font og fontstørrelse. */ 
body {
	background: #f1f5f8;
	margin: 8px 0 0 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 83%;
}

/* Ligger som en boks rundt alle andre bokser. Sentrerer siden. */
#ramme {
	width: 978px;
	display: table;
	margin: 0 auto 0 auto;
	background: url(http://telemed.custompublish.com/getfile.php/344318.357.cacqrvpxsc/bg_ramme.gif) repeat-y;
	border: 1px solid #1377b3; /* Mørk blå */
}

/* Boksen i toppen med NST og TTeC-logo */ 
#toppboks {
	width: 978px;
	height: 162px;
	margin: 0;
	padding: 0;
	background: url(http://telemed.custompublish.com/getfile.php/344320.357.wuvxdedfcc/topp.jpg) no-repeat;
}

/* Venstre kolonne som inneholder menyen */
#venstre_kolonne {
	float: left;
	width: 166px;
	height: 100%;
	padding: 8px 8px 0 8px;
	background: url(http://telemed.custompublish.com/getfile.php/344317.357.pqqsesrvqv/bg_meny.jpg) no-repeat;
}


/* Hovedinnholdet på siden */
#innhold {
	float: right;
	width: 780px;
	height: 100%;
	padding: 14px 8px 8px 8px;
	background: url(http://telemed.custompublish.com/getfile.php/344319.357.uexyfrvtpr/bg_tekst.jpg) no-repeat;
}

div.newsletter-box {
padding: 6px;
margin: 4px;
border: 1px solid #666666;
background: #eaeaea;
}

table.ttec2007 {
	border-collapse: collapse;
	width: 770px;
}

table.ttec2007 td {
	border: 1px solid #999999;
	padding: 4px;
}


/* ------------ START TEKST OG LINKDEFINISJONER ------------ */

h1 { padding: 0; margin: 0 0 20px 0; text-align: left; font-family: Arial, Verdana, sans-serif; font-size: 150%; font-weight: bold; color: #01587c; }
h2 { text-align: left; margin: 0; padding: 1px 0 0 0; font-size: 120%; font-weight: bold; color: #01587c; }
h3 { text-align: left; font-size: 100%; font-weight: bold; color: #01587c; }
.body { font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-size: 79%; font-weight: normal; color: #000000; }
.bunntekst { font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-size: 79%; font-weight: normal; color: #000000; text-align: center; }
.litentekst { font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-size: 80%; font-weight: normal; color: #000000; }

a:link { color: #339900; text-decoration: none; /* oransje */ }
a:hover { color: #EA8D03; text-decoration: underline; /* oransje understrek */ }
a:active { color: #EA8D03; text-decoration: underline; /* oransje understrek */ }
a:visited { color: #993300; text-decoration: none; /* mørk oransje rød */ }

/* ------------ SLUTT TEKST OG LINKDEFINISJONER ------------ */



/* ------------ START NAVIGASJON ------------ */

#navcontainer { width: 166px;}

#navcontainer ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #b0bb40;
}

#navcontainer a {
	display: block;
	padding-left: 3px;
	margin: 2px;
	width: 157px;
	background-color: transparent;
}

#navcontainer a:link, #navlist a:visited {
	color: #1c5528; /* Mørk grønn farge- resten av menyen */
	text-decoration: none;
}

#active a:link, #active a:visited, #active a:hover {
	background-color: #fcf1ec;
	color: #f5081e; /* Lyseste rødfarge fra logoen */
}

#navcontainer a:hover {
	background-color: #fcf1ec;
	color: #990033; /* Hover-farge - Mørk rød fra logoen */
}

/* ------------ SLUTT NAVIGASJON ------------ */
