/* FUG */
/* colors
red CD202C
yellow FECB00
orange E98300
*/


body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: Arial;
  font-size: 75%;
  margin: 0px;
  text-align: center;
}
table,caption,th,td {
  font-size: 1em; 
}
h1, h2, h3, h4, h5, h6 {
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 1.4em;
}
h2 {
  font-size: 1.2em;
}
h3 {
  font-size: 1em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 1em;
}
p {
  padding: 2px;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body img[align="left"] {
	margin-left: 0;
}
.body img[align="right"] {
	margin-right: 0;
}

div.forum{
	clear: both;
}

/* Use class layout on images and tables used for layout */
img.layout, a img.layout {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

table.layout {
  margin: 0px;
  padding: 0px;
}
td.layout {
  padding: 0px;
  text-align: left;
  vertical-align: top;
}
/* General links */
a { /*color: #000;*/}
a:visited {color: #222;}
a:hover {color: #666; }

/* read more.. links */
.link  { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { color: #000000;}
a.menu:link, .menu a:link { text-decoration: none; color: #000000; }
a.menu:visited, .menu a:visited { text-decoration: none; color: #000000; }
a.menu:hover, .menu a:hover { text-decoration: underline; color: #666666;}

a.menuselected, span.menuselected { color: #000000; }
a.menuselected:link { text-decoration: underline; color: #000000; }
a.menuselected:visited { text-decoration: underline;  color: #000000;}
a.menuselected:hover { text-decoration: underline;  color: #000000;}

a.topmenu, span.topmenu { }
a.topmenu:link { }
a.topmenu:visited { }
a.topmenu:hover { }

/* Printable/tell a friend links  */
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }

/* Copyright, CustomPublish powered link etc.  */
.cp { color: #999999; font-size: 0.85em;}
a.cp:link {  color: #999999; text-decoration: none;}
a.cp:visited {  color: #999999; text-decoration: none;}
a.cp:hover {  color: #999999; text-decoration: none;}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
.headlinelink:link {  color: #000000;}
.headlinelink:visited {  color: #000000;}
.headlinelink:hover {  color: #666666;}

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link {  }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { } 

/* Navigation path links */
.path  {  }
a.path:link { color: #000000;}
a.path:visited { color: #000000;}
a.path:hover {color: #666666; }

/* Sitemap links */
.tree { font-weight: normal; }
a.tree:link { text-decoration: none; color: #000000; }
a.tree:visited { text-decoration: none; color: #000000; }
a.tree:hover { text-decoration: underline; color: #000000; }

.sitetree { font-weight: normal; }
a.sitetree:link { text-decoration: none; color: #000000; }
a.sitetree:visited { text-decoration: none; color: #000000; }
a.sitetree:hover { text-decoration: underline; color: #000000; }


/* SECTION: Standard CP classes*/
.default { }
.date { color: #999999; font-size: 0.8em; }
.author { color: #333333; font-size: 0.8em; }
.feedback { }
.copyright { color: #999999; font-size: 0.9em;}
#path { margin: 10px 0; }
#path span.arrow { padding: 0px 3px; }


/* CSS code for (rounded) corners. Remember position: relative; on container element */
span.corner { 
  background-repeat: no-repeat;
	display: block;
  position: absolute;
  /* Set width/height to size of corner images */
  width: 10px;
  height: 10px;
}
span.corner.tl { 
  background-position: top left;
  left: -1px;
  top: -1px;
}
span.corner.tr { 
  background-position: top right;
  right: -1px;
  top: -1px;
}
span.corner.br { 
  background-position: bottom right;
  bottom: -1px;
  right: -1px;
}
span.corner.bl { 
  background-position: bottom left;
  bottom: -1px;
  left: -1px;
} 


/* midtskygge */
div.s1 { 
  background-position: top left;
  background-repeat: repeat-y;
}
/* toppskygge */
div.s2 { 
  background-position: top left;
  background-repeat: no-repeat;
}
/* bunnskygge */
div.s3 { 
  background-position: bottom left;
  background-repeat: no-repeat;
}

/* Fully flexible shadows */
/* Use in combination with corners for a rounded box with almost any type of shadow */
/* Flexibility limited by image size due to combination of two shadows top+bottom/left+right in each image. */
/* HTML Skeleton: 
<div class="container"><!-- must have position: relative; -->
<div class="side h b"><div class="side h t"><div class="side v l"><div class="side v r">

Content here...

<span class="corner tl"></span>
<span class="corner tr"></span>
<span class="corner br"></span>
<span class="corner bl"></span>

</div></div></div></div><!-- end sides -->

</div><!-- end container -->
*/

div.side, span.side {
	 display: block;
}
/* v = vertical, h = horizontal, l = left, r = right */ 
div.side.v, span.side.v {
	 background-position: top left;
	 background-repeat: repeat-y;
}
div.side.v.r, span.side.v.r {
	 background-position: top right;
}
div.side.h, span.side.h {
	 background-position: top left;
	 background-repeat: repeat-x;
}
div.side.h.b, span.side.h.b {
	 background-position: bottom left;
}


 /* Site default shadows */
div.side.h, span.side.h {
	 /* Background-image with horizontal (top/bottom) shadows. Taller than tallest container with shadow. Split into two background images when required  */
}
div.side.v, span.side.v {
	 /* Background-image with vertical (left/right) shadows. Wider than page */ 
}


/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { display: none; }
div.pagebar { padding: 10px 0px; clear: both; }
.pagebar.prev { padding-right: 10px; }
#path span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
.headline, h1.headline {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.headlineview, h1.headlineview {
  font-size: 1.4em; 
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
}
.subheadline, h2.subheadline {
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
.ingress {
}
div.ingress {
  margin: 6px 0px; 
  padding: 0px;
}
.ingressview {
}
div.ingressview {
  margin: 6px 0px; 
  padding: 0px;
}
p.byline, .byline {
  margin: 0px; padding: 0px;
}

/* SECTION: Articlemedia */
div.articlemedia { 
	width: 250px;
	float: right;
	margin-left: 10px;
}

div.articleimage { 
	margin-bottom: 10px;
}
div.articleimagedesc, i.paragraphpictext { 
	font-style: italic;
	padding: 1px 2px;
}


/* SECTION: viewarea block/spacing elements */
.block {
  margin-bottom: 15px;
}

.articleblock .imgwrap{
	float: left;
	width: 32.5%;
}
.articleblock .imgwrap img{
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap{
	float: right;
	width: 65%;
}
/* Full text width if no listing image */
div.articleblock.nopic .textwrap{
	float: none;
	width: auto;
}

/* 2-spalter */
div.twocol .articleblock { 
	width: 49%;
}
div.twocol .articleblock.pair0 { 
	clear: both;
	float: left;
}
div.twocol .articleblock.pair1 { 
	clear: right;
	float: right;
	margin-right: 0;
}

/* 3-spalter */
div.threecol .articleblock { 
	width: 32%;
	float: left;
	margin-right: 2%;
}
div.threecol .articleblock.treble0 { 
	clear: both;
}
div.threecol .articleblock.treble1 { 
	margin-right: 0;
}
div.threecol .articleblock.treble2 { 
	clear: right;
	float: right;
	margin-right: 0;
}

div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
/*	border-bottom: 1px solid #000000;*/
  font-size: 1px;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
}
.box hr{
	margin: 4px 0;
}
div.body {
  clear: both; 
  margin: 0px 0px 22px 0px;
}
.clearfix {clear: both; font-size: 1px; height: 0px; }
/* SECTION ARTPICS */
td.artpic {
  padding: 5px;
  vertical-align: top;
  text-align: left;
}
/* SECTION: page containers */ 
#page {
  width: 942px;
	margin: 20px auto;
  padding: 0px;
  text-align: left;
}
#top {
background: url(/getfile.php/999736.1542.fqtuavywrd/banner.png) no-repeat center top;
  margin: 0px;
  padding: 0px 10px;
  height: 123px;
  margin: 0 auto 5px;
}
#top .right {
float: right;
width: 49%;
}
#top .left {
float: left;
width: 50%;
}
ul#topnav {
list-style: none;
list-style-position: outside;
float: right;
}
ul#topnav li {
float: left;
}
ul#topnav li a{
text-decoration: none;
border-bottom: 1px dotted #000;
color: #000;
margin: 0 5px;
}
.slogan {
float: left;
color: #FFF;
font-size: 16px;
font-weight: bold;
padding-top: 70px;
padding-left: 10px;
}
.logo {
float: left;
padding-top: 10px;
}


#navbar {
background: url(/getfile.php/999760.1542.vdeudpfedv/menu_bg.png) no-repeat bottom center;
padding: 0 5px;
}

#main {
	float: left;
}

.leftbar h2, .rightbar h2, .middle h2 {
padding-left: 10px;
}

.leftbar h3, .rightbar h3, .middle h3 {
color: #cd202c;
}

.leftbar ul, .rightbar ul, .middle ul {
/*Kommentert ut etter onske om synlige kulepunkter */
/*list-style: none;
list-style-position: outside;
padding: 0 0 0 10px;
margin: 0;*/
}
.leftbar ul li, .rightbar ul li, .middle ul li {
padding: 3px 0;
}
.leftbar {
	float: left;
	margin-right: 18px;
	width: 302px;
}
.otherpage .leftbar {
	float: left;
	margin-right: 10px;
	width: 222px;
}

.leftbar ul li {
padding: 3px 0;
}
.leftbar a{
/*color: #000;*/
/*border-bottom: 1px dotted #cd202c;*/
}
.leftbar.red a{
/*color: #000;*/
/*border-bottom: 1px dotted #cd202c;*/
}

.leftbar.yellow a{
/*color: #000;*/
/*border-bottom: 1px dotted #FECB00;*/
}

.leftbar.orange a{
/*color: #000;*/
/*border-bottom: 1px dotted #E98300;*/
}

.middle {
	float: left;
	width: 302px;
}

.otherpage .middle {
	float: left;
	width: 456px;
	padding: 0 10px;
	border: 1px dotted #cd202c;
	border-top: 0;
	border-bottom: 0;
}
.middle ul li {
padding: 3px 0;
}
.middle a{
/*color: #000;*/
/*border-bottom: 1px dotted #e98300;*/
}

.middle.red a{
/*color: #000;*/
/*border-bottom: 1px dotted #CD202C;*/
}
.middle.orange a{
/*color: #000;*/
/*border-bottom: 1px dotted #E98300;*/
}
.middle.yellow a{
/*color: #000;*/
/*border-bottom: 1px dotted #FECB00;*/
}

.rightbar {
	float: right;
	width: 302px;
	margin-left: 10px;
}
.otherpage .rightbar {
	float: right;
	width: 222px;
	margin-left: 10px;
}
.rightbar ul li {
padding: 3px 0;
}
.rightbar a{
/*color: #000;*/
/*border-bottom: 1px dotted #fecb00;*/
}
.rightbar.red a{
/*color: #000;*/
/*border-bottom: 1px dotted #CD202C;*/
}
.rightbar.orange a{
/*color: #000;*/
/*border-bottom: 1px dotted #E98300;*/
}
.rightbar.yellow a{
/*color: #000;*/
/*border-bottom: 1px dotted #FECB00;*/
}

.redhr {
background: url(/getfile.php/999795.1542.aqarxppcry/redline.png) repeat-x top right;
display: block;
height: 7px;

}
.orangehr {
background: url(/getfile.php/999796.1542.vtcsseuqdp/orangeline.png) repeat-x top right;
display: block;
height: 7px;
}
.yellowhr {
background: url(/getfile.php/999797.1542.eexvubtvsy/yellowline.png) repeat-x top right;
display: block;
height: 7px;
}

.dottedbox{
	min-height: 170px;
}
.dottedboxhead {
color: #FFF !important;
font-size: 13px;
font-weight: bold;
padding: 2px 5px 4px 5px;

}
.dottedboxhead a {
color: #FFF !important;
}
.redbox .dottedboxhead{
background: url(/getfile.php/999838.1542.vscefvffep/box_top_red.png) repeat-x;
}
.redbox .dottedbox{
border: 1px dotted #cd202c;
}
.orangebox .dottedboxhead{
background: url(/getfile.php/999863.1542.dvtrtqbqqx/box_top_orange.png) repeat-x;
}
.orangebox .dottedbox{
border: 1px dotted #e98300;
}
.yellowbox .dottedboxhead{
background: url(/getfile.php/999862.1542.xfptwxwqbx/box_top_yellow.png) repeat-x;
}
.yellowbox .dottedbox{
border: 1px dotted #fecb00;
}
.dottedbox {
border-top: 0;
padding: 2px 3px;
color: #000;
}
.dottedbox .left{
float: left;
width: 49%;
}
.dottedbox .right{
float: right;
width: 49%;
}


#footer {
	margin-top: 20px;
  clear: both;
  text-align: center;
}
/* SECTION: Sidebar */
.sidebar {
}

/* borders moved from sidebarelement to sidebar  */
.sidebar {
border-bottom: 1px dotted #000;
}
/*
.rightbar .sidebarelement a{
	background-image: url(/getfile.php/1094036.1542.qarqrdptfx/dot.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 7px;
}
*/
.sidebarelement a:before{
	content: "- ";
}

.sidebarelement p{
	margin: 0;
clear: both;
}
.orange .sidebar {
border-bottom: 1px dotted #E98300;
}
.red .sidebar {
border-bottom: 1px dotted #CD202C;
}

.yellow .sidebar {
border-bottom: 1px dotted #FECB00;
}


.box {
  padding: 0px;
  margin: 0px 0px 15px 0px;
  position: relative;
}
.box .head {
}
.box .cell {
  padding: 5px;
}
.box ul {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.box ul li {
  margin: 0px 0px;
  padding: 0px;
}
.box p {
  padding: 0px;
  margin: 0px 0px 5px 0px;
}
.box h3.caption {
  padding: 0px;
  margin: 0px;
}
/* SECTION: page elements */
#path{
  margin-bottom: 5px;
} 
ul.menu, ul.submenu {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.menu .itemexpanded {
/*color: #cd202c;*/
font-weight: bold;
}
ul.menu ul li {
font-weight: normal;
}

ul.menu .itemselected a.menulevel0{
	font-weight: bold;
}

ul.menu .submenu a.itemselected{
	font-weight: normal;
	text-decoration: underline;
}

ul.menu li ul li.menulevel1,ul.menu li ul li.menulevel2,ul.menu li ul li.menulevel3 {
background: url(/getfile.php/981392.1554.cerqcwetcx/menu_sublink.gif) no-repeat;
padding-left: 15px;
}

ul.menu li, ul.submenu li {
  margin: 0px;
  padding: 1px 0px;
}
ul#mainmenu {
padding: 10px 0;
text-align: center;
}
ul#mainmenu li{
float: left;
padding: 0 0 15px;

}
ul#mainmenu li a{
border-right: 1px dotted #FFF;
padding:  4px 5px;
font-family: Arial;
font-size: 12px;
font-weight: bold;
}

ul#mainmenu li .itemselected {
color:  #FFF;
}
#topmenu {
  list-style-type: none;
}
#topmenu li {
  display: inline;
}
#tools {
  list-style-type: none;
}
#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
float: right;
padding-top: 10px;
}
input.searchinput {
  border: 1px solid #8b8a8a;
  padding: 3px 3px;
}	
input.searchsubmit {
  border: 1px solid #8b8a8a;
  padding: 2px 3px;
}
/* SECTION: banner locations */
.bannerlocation {
  clear: both;
  text-align: center;
}
.bannerlocation table {
  margin-left: auto;
  margin-right: auto;
}
.bannerlocation td {
  text-align: center;
  padding: 5px 0px;
}
.bannerlocation img {
  border-width: 0px;
}

.icalendardayhead  { background-color: #cecece;  }
.monthlycalendartable  { width: 100%; }
.calendardate { color:#333333; font-size: 85%;  }
.errmsg  { font-weight: bold; color: #aa0000;  }

table.weathertablefivedays { }

table.weathertablefivedays td {
  padding: 5px;
}
table.weathertablefivedays td.weatherlocname {
  width: 100px;
  font-weight: bold;
}
table.weathertablefivedays { }
.weatherdaylabel, td.weatherfivedays {
  width: 75px;
}

input.newslettersubemail {
	width: 98%;
}

#helptools{
  text-align: right;
}
#taletoolbarholder{
width: 280px;
}
#texttools{
float: right;
/*
border: 1px dotted #000;
padding: 2px;
*/
margin: 2px;
}
#colorscheme{
  /* float: right; */
  text-align: center;
}
#textsize{
  /* float: right; */
  text-align: center;
}
a.scaletext{
	cursor: pointer;
}
#scalelargest{font-size: 20px;}
#scalelarge{font-size: 15px;}
#scalenormal{font-size: 12px;}

#langbar {
float: right;
/*
border: 1px dotted #000;
padding: 2px;
*/
margin: 2px;
}



/* SECTION: side-spesifikk css fra gammelt nettsted NB! BIlder ikke importert */

.midt-del {
 background: url(/data/b/0/52/62/5_2002_0.gif) no-repeat;
 width: 155px;
 height: 235px;
}

.venstre-del {
 background: url(/data/b/0/52/62/8_2002_0.gif) no-repeat;
 width: 231px;
 height: 235px;
}

.hoyre-del {
 background: url(/data/b/0/52/63/3_2002_0.gif) no-repeat;
 width: 233px;
 height: 235px;
}

.TopBilde {
 background: url(/data/b/0/52/65/1_2002_0.jpg) no-repeat;
 width: 618px;
 height: 155px;
}

#t8-imageMap{
 background: url(/data/b/0/58/08/6_2002_0.jpg) no-repeat;
 width: 618px;
 height: 508px;}

dl#t8Map{
position:relative;margin:0;padding:0;}
dt#siden-foreldre{display:none;}
dd#campaign-more-link{position:absolute;top:23px;left:295px;display:block;width:245px;height:30px;}
dd#campaign-more-link a{text-decoration:none;color:#2E73B6;font-size:10px;font-weight:bold;}
dd#siden-foreldre-link{position:absolute;top:380px;left:53px;display:block;width:141px;height:30px;}
dd#siden-foreldre-link a {color:#0078C1;text-decoration:none;font-size:13px;line-height:30px;font-weight:bold;text-align:center;display:block;}
dd#siden-foreldre-link a span{display:block;}

dt#siden-teacher{display:none;}
dd#siden-teacher-link{position:absolute;top:380px;left:349px;display:block;width:141px;height:30px;}
dd#siden-teacher-link a {color:#0078C1;text-decoration:none;font-size:13px;line-height:30px;font-weight:bold;text-align:center;display:block;}
dd#siden-teacher-link a span{display:block;}

/*
---ParentPage & TeacherPage---*/
#parent-page,
#teacher-page{
 background: url(/data/b/0/58/09/2_2002_0.jpg) no-repeat 0 0;
 width: 618px;
 height: auto;}
dl#parent-map,
dl#teacher-map{
    position:relative;margin:0;padding:0;width:618px;height:857px;}
dl#parent-map *,
dl#teacher-map *{
    margin:0;padding:0;text-decoration:none;}
dl#parent-map a,
dl#teacher-map a{
    color:#40A7D4;font-weight:bold;font-size:11px;float:left;padding:10px 5px 0;}

dd.left{position:absolute;left:26px;display:block;height:61px;width:266px;}
dd.right{position:absolute;left:332px;display:block;height:61px;width:266px;overflow:hidden;}
/*--Hjem--*/
dd.rom-lesing{top:476px;}
dd.oppdagerglede{top:559px;}
dd.klassemiljo{top:642px;}
dd.samarbeide{top:721px;}
/*--\Hjem--*/
/*---På skolden-----*/
dd.hefte-samtale{top:477px;}
dl#parent-map dd.hefte-samtale a{padding-top:5px;}
dd.hefte-meeting{top:570px;}
dd.hefte-abc{top:678px;}
/*---\På skolden-----*/
/*---Les mer---*/
#readMore-container{margin:0;padding:0 0 10px;}
#readMore-container ul{list-style: none; margin: 0; padding: 0; border: none;display:block;padding-left:336px;}
#readMore-container ul a{color:#0051A2;font-size:12px;font-weight:bold;text-decoration:none;}
#parent-page #readMore-container{background: url(/data/b/0/58/11/3_2002_0.jpg) no-repeat 0 0;}
#teacher-page #readMore-container{background: url(/data/b/0/58/11/7_2002_0.jpg) no-repeat 0 0;}
/*---\Les mer---*/
/*---Nyhetsbrev---*/
#parent-page .nyhetsbrevboks,#teacher-page .nyhetsbrevboks{background:#E6F3FC;border:1px solid #CFE8F9;}
#parent-page .HvitTekst,#teacher-page .HvitTekst{color:#268DDA;}
#parent-page input,#teacher-page input{border:1px solid #268DDA;}
#parent-page .sendknapp,#teacher-page .sendknapp{background:#268DDA;}
#parent-page .Nyhetsbrevtitle,#teacher-page .Nyhetsbrevtitle{background:url(/data/b/0/58/13/3_2002_0.gif) no-repeat 0 0;width:145px;}
/*
--- \ParentPage & TeacherPage---*/

/*
--- Only TeacherPage---*/

#teacher-page{background: url(/data/b/0/58/09/4_2002_0.jpg) no-repeat 0 0;}
dl#teacher-map{height:862px;}
#teacher-page dd.left{left:26px;}
#teacher-page dd.right{left:332px;}
/*--Meet-Parents--*/
dd.dialog{top:456px;}
dd.engasjement{top:575px;}
dd.hefte-kontakt{top:660px;}
dd.samarbeide-om{top:741px;}
/*--Tools--*/
dd.download-welcome{top:476px;}
dd.download-opplegget{top:567px;}
dd.Parent-help{top:655px;}
dd.Parent-bank{top:742px;}
/*
--- \ Only TeacherPage---*/




.forsidetekst {
 color: #fff;
 padding: 30px 0px 0px 330px;
 width: 280px;
 height: 70px;
 font-size: 11px;
 font-weight: bold;
}

.forsidetekstA {
 color: #fff;
 font-size: 11px;
 font-weight: bold;
 text-decoration: underline;
}

.TekstMorkGronn2 {
 color: #508A16;
 font-size: 12px;
 font-weight: bold;
 line-height: 1.4em;
}
.TekstLysGronn {
 color: #A2BE2F;
 font-size: 12px;
 font-weight: bold;
 line-height: 1.4em;
}