/* Spesifikasjoner som gjelder for hele nettstedet. Definerer f.eks font og fontstørrelse. */ 
body {
	background: #000000;
	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/551859.357.ecybqapyux/bg_ramme.jpg) repeat-y;
}

/* Ligger som en boks rundt alle andre bokser. Sentrerer siden. */
#ramme-underside {
	width: 978px;
	display: table;
	margin: 0 auto 0 auto;
	background: url(http://telemed.custompublish.com/getfile.php/555017.357.qabccqdbcp/bg_ramme_undersider.gif) repeat-y;
}

/* Boksen i toppen med NST og TTeC-logo */ 
#toppboks {
	width: 978px;
	height: 139px;
	margin: 0;
	padding: 0;
	background: url(http://telemed.custompublish.com/getfile.php/552723.357.ddwxpcrpup/topp.jpg) no-repeat;
}

/* Venstre kolonne som inneholder menyen */
#venstre_kolonne {
	float: left;
	width: 167px;
	height: 100%;
	padding: 26px 8px 0 8px;
	background: url(http://telemed.custompublish.com/getfile.php/551857.357.ysdrbvweed/bg_meny.jpg) no-repeat;
clear: none;
}


/* Hovedinnholdet på startsiden */
#innhold {
	float: left;
	width: 496px;
	height: 100%;
	padding: 275px 8px 8px 8px;
	background: url(http://telemed.custompublish.com/getfile.php/551861.357.vqsdxabspf/illustrasjon_tekstfelt.jpg) no-repeat;
clear: none;
}

/* Hovedinnholdet på undersider */
#innhold-underside {
	float: left;
	width: 775px;
	height: 100%;
	padding: 20px 8px 8px 12px;
	background: url(http://telemed.custompublish.com/getfile.php/558732.357.weaupctvaf/bg_tekstfelt_undersider.jpg) no-repeat;
}

/* Høyre kolonne som inneholder nyheter */
#nyheter {
	float: right;
	width: 271px;
	height: 100%;
	padding: 27px 4px 8px 8px;
	background: url(http://telemed.custompublish.com/getfile.php/551858.357.twfabrfexy/bg_nyheter.jpg) no-repeat;
clear: none;
}

/* Bunn med bakgrunnsbilde */
#bunn {
	clear: all;
	float: left;
	width: 978px;
	height: 17px;
	text-align: center;
	font-size: 9px;
	color: white;
	background: url(http://telemed.custompublish.com/getfile.php/551860.357.vuudussuww/bunn.jpg) no-repeat;
}

#bunn a:link, #bunn a:visited, #bunn a:hover, #bunn a:active {
	color: #ffffff; text-decoration: underline; 
}

div.newsletter-box {
	padding: 6px;
	margin: 4px;
	border: 1px solid #666666;
	background: #eaeaea;
}

table.ttec2008 {
	border-collapse: collapse;
	width: 770px;
	background: #ffffff;
}

table.ttec2008 td {
	border: 1px solid #999999;
	padding: 4px;
	vertical-align: top;
}

table.ttec2008 td.day-header {
	border: 1px solid #999999;
	padding: 4px;
	vertical-align: top;
	text-align: center;
	background: #6ccff6;
	font-weight: bold;
}

table.ttec2008 td.time-header {
	border: 1px solid #999999;
	padding: 4px;
	vertical-align: top;
	background: #c7e1bf;
	font-weight: bold;
}

hr {
	width: 98%;
	height: 1px;
	color: #cdcec0;
	background-color: #999999;
	border: none;
}

/* Bilder og bildetekst */

table.paragraphpictable {
margin: 3px;
padding: 3px;
background: #ffffff;
}

i.paragraphpictext {
margin: 6px;
font-size: 90%;
}

/* SLUTT Bilder og bildetekst */

/* Deltakelsesbarometer */

td.right {border-right:1px dotted #999999;}
img.style {border:1px solid black; margin: 0 0 0 5;}
img.small {border:1px solid black;}
td.dato {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border-left:1px solid #cccccc; }
td.goal {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; border-left:2px solid #ff0000; }
div.dot {display: none; }
.style4 {color: #FFFFFF}
td.left { border-left:1px dotted #999999;}
.gradient { background: url(getfile.php/642704.357.btwvttxvec/gradient_deltakerbarometer_500.gif) repeat-y left; }

/* SLUTT Deltakelsesbarometer */


/* ------------ START TEKST OG LINKDEFINISJONER ------------ */

h1 { padding: 0; margin: 0 0 10px 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; margin: 0; padding: 0; font-size: 100%; font-weight: bold; color: #4f8703; }

.news-headline { font-family: Arial, Verdana, sans-serif; font-size: 100%; font-weight: bold; color: #235c9c; }
.litentekst { font-family: Trebuchet MS, Arial, Verdana, sans-serif; font-size: 80%; font-weight: normal; color: #000000; }

a:link { color: #339900; text-decoration: underline; /* 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: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

#navcontainer li {
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px solid #ffffff;
}

#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: #117aaa; /* Mørkeste blåfargen fra logoen */
}

#navcontainer a:hover {
	background-color: #fcf1ec;
	color: #117aaa; /* Hover-farge - Mørkeste blåfargen fra logoen */
}

/* ------------ SLUTT NAVIGASJON ------------ */
