/* SECTION: Standard stylesheet */
/* SECTION: general elements */

html, body{
  height: 100%;
}
body{
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, Sans-serif;
  font-size: 11px; 
  text-align: center;
  background-color: #F5EFDD;
  
/*  background-image: url(/getfile.php/364593.1048.qebuepxrvt/body_bakg.gif);
  background-position: 760px 0px;
  background-repeat: repeat-y;*/

}

caption,th,td{
  font-size: 11px; 
}

h1{
  margin: 4px 0px;
  padding: 0px;
  font-size: 17px;
}
h2{
  margin: 4px 0px;
  padding: 0px;
  font-size: 15px;
}
h3{
  margin: 4px 0px;
  padding: 0px;
  font-size: 13px;
}
h4{
  margin: 4px 0px;
  padding: 0px;
  font-size: 12px;
}
h5{
  margin: 4px 0px;
  padding: 0px;
  font-size: 11px;
}
h6{
  margin: 4px 0px;
  padding: 0px;
  font-size: 10px;
}
p{
  padding: 0px;
  margin: 4px 0px 16px 0px;
}
/* End General elements*/

/* 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;
}


/* SECTION: link styles */

/* Normal link styles */
/*
a:link {color: #000099;}
a:visited {color: #7D7D8F;}
a:hover  {color: #1F1F99;}
*/

a:link {color: #004088;}
a:visited {color: #1a2a3d;}
a:hover  {color: #0079CB; /*002249;*/}

/* read more.. links */
.link {}
a.link:link{}
a.link:visited{}
a.link:hover{}

/* Standard navigation links */
a.menu, span.menu {font-weight: normal;}
a.menu:link { text-decoration: none; color: #000000; }
a.menu:visited { text-decoration: none; color: #000000; }
a.menu:hover { text-decoration: underline; color: #004088; }

a.menuselected, span.menuselected{font-weight: normal;}
a.menuselected:link { text-decoration: underline;  color: #004088; }
a.menuselected:visited { text-decoration: underline; color: #004088; }
a.menuselected:hover { text-decoration: underline;  color: #004088; }


/* Top menu links */
a.topmenu, span.topmenu {font-weight: bold;}
a.topmenu:link {text-decoration: none; color: #000000;}
a.topmenu:visited {text-decoration: none; color: #000000;}
a.topmenu:hover {text-decoration: underline; color: #004088;}

a.topmenuselected, span.topmenuselected{font-weight: bold;}
a.topmenuselected:link {text-decoration: underline; color: #004088;}
a.topmenuselected:visited {text-decoration: underline; color: #004088;}
a.topmenuselected:hover {text-decoration: underline; color: #004088;}

/* Printable/tell a friend links  */
.toollink{font-size: 11px;}
a.toollink{color: #004088; text-decoration: none;}
a.toollink:visited { color: #004088; text-decoration: none; }
a.toollink:hover { color: #004088; text-decoration: underline; }

/* Copyright, CustomPublish powered link etc.  */
.cp{font-size: 10px; color: #CCCCCC; text-decoration: none;}
a.cp:link{color: #CCCCCC; text-decoration: none;}
a.cp:visited {color: #CCCCCC; text-decoration: none; }
a.cp:hover { color: #CCCCCC; text-decoration: none; }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { font-size: 11px; font-weight: normal; color: #000000;}
.headlinelink:link{}
.headlinelink:visited{}
.headlinelink:hover{}

/* Linked headlines on listing pages */
.headline .headlinelink { font-size: 17px; font-weight: bold;}
.headline .headlinelink:link{text-decoration: none;}
.headline .headlinelink:visited{text-decoration: none;}
.headline .headlinelink:hover{text-decoration: none;}

/* Navigation path links */
.path {font-weight: normal; color: #000000; }
a.path:link{text-decoration: none;}
a.path:visited{text-decoration: none;}
a.path:hover{text-decoration: none;}

/* Sitemap links */
.tree{font-weight: normal;}
a.tree:link{text-decoration: none; color: #000000;}
a.tree:hover{text-decoration: underline; color: #000000;}
a.tree:visited{text-decoration: none; color: #000000;}
a.tree:visited:hover{text-decoration: underline; color: #000000;}

.sitetree{font-weight: bold;}
a.sitetree:link{text-decoration: none; color: #000000;}
a.sitetree:hover{text-decoration: underline; color: #000000;}
a.sitetree:visited{text-decoration: none; color: #000000;}
a.sitetree:visited:hover{text-decoration: underline; color: #000000;}


/* SECTION: Standard CP classes*/
.default { }
.date { font-size: 10px; color: #666666; }
.feedback {font-weight: normal; color: #000000;}
.copyright {font-weight: normal; color: #999999; }
/* Standard tools */
div.tools{margin: 15px 0px;}
div.tool{margin: 2px 0px;}
/* SECTION: listing/view styles */

div.pagedescription{}
.pagedescription{
  font-size: 14px;
  font-weight: bold;
}

.headline, h1.headline {
  font-size: 17px;
  font-weight: bold;
  color: #004088; 
  margin: 0px;
  padding: 0px;
}

.headlineview, h1.headlineview {
  font-size: 17px; 
  font-weight: bold; 
  color: #000000; 
  margin: 0px;
  padding: 0px;
}

.subheadline, h2.subheadline {
  font-size: 11px; 
  font-weight: normal; 
  color: #004088; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0;
}
.ingress, p.ingress{
  margin: 6px 0px; padding: 0px;
}
.ingressview, p.ingressview{
  margin: 6px 0px; padding: 0px; font-weight: bold;
}
p.byline, .byline{
  margin: 0px; padding: 0px;
}


/* SECTION: viewarea block/spacing elements */
.block{
  margin-bottom: 15px;
}
hr{
  clear: both;
}
div.hr{
	/* Replacement for hr. This is easier to style */
	font-size: 1px;
	clear: both;
	height: 10px;
	border-bottom: 1px solid #C0B28C;
	margin-bottom: 15px;
}
div.body{
  clear: both; 
  margin: 0px 0px 22px 0px;
}

/* SECTION ARTPICS */

td.artpic{
  padding: 5px;
  vertical-align: top;
  text-align: left;
}

/* SECTION: page containers */ 

#page{
  /*width: 900px;*/
  max-width: 900px;
  min-width: 600px;
  width: 760px;
  margin-left: 0;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: left;
  background-color: #FFFFFF;
  border-right: 4px solid #F1E8D0;
  min-height: 100%;
  background-image: url(/getfile.php/364592.1048.beawvpsvev/page_bakg.gif);
  background-position: top right;
  background-repeat: repeat-y;
}

#top{
  position: relative;
  height: 123px;
  margin: 0px;
  padding: 0px;
  background-color: #007ACC;
  border-bottom: 4px solid #004088;
  /*border-left: 11px solid #6BAFDC;*/
  background-image: url(/getfile.php/364566.1048.epdstbsdxy/top_bakg.gif);
  background-repeat: repeat-y;
  background-position: top left;
}
#logo{
  position: absolute;
  margin-left: 60px;
  width: 428px;
  z-index: 10;
}
#kommuner{
  position: absolute;
  z-index: 20;
  top: 0px;
  right: 1px;
  width: 352px;
  background-image: url(/getfile.php/364278.1048.rycaucbuqu/kommuneflik_bakg_utvidet_2.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  font-size: 10px;
}
#kommuner ul{
  list-style-type: none;
  padding: 5px 5px 5px 5px;
  margin: 0px;
}
#kommuner li{
  float: left;
  width: 3.3em;
  text-align: center;
  padding: 0px 8px 5px 0px;
  margin: 0px;
}
#kommuner span.kommunenavn{
  color: #000000;
  background-color: #FFFFFF;
  display: block;
  text-align: center;
}
div.profilbilder{
  position: absolute;
}

div.profilbilder img{
  margin: 0px;
}


#profilbilder1{
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 200px;
  overflow: hidden;
}
#profilbilder2{
  position: absolute;
  bottom: 0px;
  left: 376px;
  width: 300px;
  overflow: hidden;
}
#profilbilder3{
  position: absolute;
  bottom: 0px;
  right: 1px;
  width: 350px;
  overflow: hidden;
  text-align: right;
}
#profilbilder3 img{
  border-left: 1px solid #004088;
}

#middle{
 position: relative;
 margin-top: 13px;
}
#main{
  padding-top: 1em;
  margin-left: 150px;
  padding-left: 15px;
  margin-right: 178px;
  padding-right: 10px;
  padding-bottom: 2em;
  vertical-align: top;
}

#navbar{
  position: absolute;
  width: 147px;
  top: 0px;
 border-top: 1px solid #007ACC;
}

#topnavigation{
  padding-left: 10px;
  background-color: #EEE1C0;
  background-image: url(/getfile.php/364216.1048.vbtdtxuxqb/topnav_bakg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  border-bottom: 1px solid #CEBC8E;
  border-right: 1px solid #CEBC8E;
}

#sidebar{
  padding-top: 1em;
  position: absolute;
  top: 0px;
  width: 160px;
  right: 13px;
}

#footer{}

/* SECTION: page elements */ 
ul.menu{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.menu li{
  margin: 0px;
  padding: 1px 0px;
}
#mainmenu{
  padding-left: 10px;
  background-color: #F5EFDD;
  border-top: 2px solid #00529D;
}
#mainmenu li{
  margin: 0px;
  padding: 3px 0px;
  background-color: #EFE4C7;
}
#mainmenu li:first-child{
  padding-top: 6px;
}

#topmenu{
  background-color: #EAD8AA;
  border-top: 3px solid #D8C698;
}
#topmenu li{
  display: inline;
  padding: 0px 10px 0px 14px;
  background-image: url(/getfile.php/364538.1048.uefpdfrvsf/topmenumarker.gif);
  background-repeat: no-repeat;
  background-position: center left;
}
#topmenu li:first-child{
  padding-left: 10px;
  background-image: none;
}

#languagebar{
  text-align: center;
  margin: 15px 0px;
}

#searchform{
  padding: 0px 0px 0px 10px;
  margin: 20px 0px;
  font-size: 10px;
}
#searchinput{
  width: 85px;
  font-size: 10px;
}	

#searchsubmit{
  font-size: 10px;
}	



div#sitecredits{
  padding-left: 10px;
  margin: 50px 0px;
}





#copyright{
  margin-bottom: 10px;
}


/* End standard containers and items */

/* SECTION: standard box */ 

.box{
  border-width: 1px;
  border-style: solid;
  border-color: #C0B28C;
  padding: 0px;
  margin: 0px 0px 15px 0px;
  background-color: #F1E8D0;
}

.firstbox, .box:first-child{
  background-color: #C3E1F6 !important;
  border-color: #3B82B1 !important;
}

.box .cell{
  padding: 5px;
}
#main .box{
  border-width: 1px 0px 0px 0px;
  padding-bottom: 5px;
}
.box p{
  padding: 0px;
  margin: 0px 0px 5px 0px;
}

.box ul{
  padding: 0px;
  margin: 0px 0px 5px 0px;
  list-style-type: none;
}

.box ul li{
  margin: 5px 0px;
  padding: 0px;
}

.box h3{
  background-color: #D7C698;
  font-size: 11px;
  font-weight: bold;
  margin: 0px;
  padding: 2px 5px;
  color: #000000;
}
.firstbox h3, .box:first-child h3{
  background-color: #6BAFDC !important;
}

/* 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;
}