/* Default stylesheet */
body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
  font-size: 11px;
  margin: 0px;
}
table,caption,th,td {
  font-size: 11px; 
}
h1, h2, h3, h4, h5, h6{
  margin: 4px 0px;
  padding: 0px;
}

h1 {
  font-size: 16px;
}
h2 {
  font-size: 13px;
}
h3 {
  font-size: 12px;
}
h4 {
  font-size: 11px;
}
h5 {
  font-size: 11px;
}
h6 {
  font-size: 11px;
}
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;
}
/* General links */
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #924D0B; }

#top a:link { color: #924D0B; }
#top a:visited { color: #924D0B; }
#top a:hover { color: #000000; }

/* read more.. links */
.link  { }
a.link:link { }
a.link:visited { }
a.link:hover { }

/* Standard navigation links */
a.menu, span.menu { }
a.menu:link {text-decoration: none; }
a.menu:visited {text-decoration: none; }
a.menu:hover {text-decoration: underline; }

a.menuselected, span.menuselected { }
a.menuselected:link {text-decoration: underline; }
a.menuselected:visited {text-decoration: underline; }
a.menuselected:hover {text-decoration: underline; }

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 { }
a.cp:link { }
a.cp:visited { }
a.cp:hover { }


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { }
a.headlinelink:link { text-decoration: none; }
a.headlinelink:visited { text-decoration: none; }
a.headlinelink:hover { text-decoration: underline; }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { }
.headline .headlinelink:visited { }
.headline .headlinelink:hover { }

/* Navigation path links */
.path  {  }
a.path:link { }
a.path:visited { }
a.path:hover { }

/* 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: 10px; }
.author {color: #333333; font-size: 10px; }
.feedback { }
.copyright { }



/* 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;
}

/* Standard tools */
div.tools {margin: 15px 0px; }
div.tool {margin: 2px 0px; }
#skiplink {display: none; }
#jafslink { display: block; position: absolute; top: 60px; left: 115px; z-index: 120; }
#jafslink a { display: block; width: 90px; height: 90px;}
div.adminbar { margin: 20px 0px; }
/* SECTION: listing/view styles */

.headline, h1.headline  {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.headlineview, h1.headlineview  {
  font-size: 16px; 
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
}
.subheadline, h2.subheadline  {
  font-weight: bold; 
  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: viewarea block/spacing elements */
.block {
  margin-bottom: 15px;
}


/* 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;
}



hr {
  clear: both;
}
div.hr {/* Replacement for hr. This is easier to style */
  font-size: 1px;
  clear: both;
  height: 10px;
  margin-bottom: 10px;
	border-bottom: 1px solid #000000;
}
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: 895px;
	margin: 25px auto 0px auto;
  padding: 0px;
  text-align: left;
}
#topgfx {
	background: url(/getfile.php/921809.828.dbbqbawasf/header_burger_index.gif) left top no-repeat;
	width: 874px;
	height: 397px;
	position: relative;
	z-index: 110;
}
#top {
  margin: 0px;
  padding: 0px;
	background-color: #F9A451;
	width: 874px;
	height: 370px;
  position: relative;

}
#header_alpha {
  background: url(/getfile.php/921772.828.wdeayetsew/header_alpha_test.png) left top no-repeat;
	width: 207px;
	height: 129px;
	position: absolute;
	z-index: 100;
	top: 77px;
	left: 62px;
}
#bannerlocation1 {
  position: relative;
	left: 1px;
	top: -310px;
	z-index: 30;

}
#bannerlocation1 a { position: relative; z-index: 120; }

#sidebar1 {
  position: absolute;
	left: 40px;
	top: 230px;
	width: 495px;
	font-size: 16px;
	font-weight: bold;
}
#topnav {
}
#middle {
	/*border-left: 1px solid #FFFFFF;*/
  background: url(/getfile.php/921909.828.fpwqfevpvv/border_white.gif) left top repeat-y;
	/* Can't have pos:rel and zoom: 1 */
}
#navbar {
  float: left;
	width: 170px;
	padding-left: 10px;

}
#main {
	float: left;
  min-height: 500px;
	width: 599px;
	padding: 27px 10px 30px;
  background-color: #FFFFFF;
	color: #000000;
}
#footer {
  clear: both;
  text-align: left;
	color: #333333;
	margin: 0px 0px 10px 20px;
	
}
#footer a:link { color: #333333; text-decoration: none; }
#footer a:visited { color: #333333; text-decoration: none; }
#footer a:hover { color: #CCCCCC; text-decoration: underline; }

/* SECTION: Sidebar */
#sidebar {
}
.sidebar {
}

.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 {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
ul.menu li {
  margin: 0px;
  padding: 1px 0px;
}

#topmenu {
  list-style-type: none;
}
#topmenu li {
  display: inline;
}

#mainmenu {
  color: #FF7C00;
	font-weight: normal;
	padding: 0px 10px 5px 0px;
	font-family: Impact, Charcoal, Sans-serif;
}
#mainmenu ul { padding: 0px; margin: 0px 0px 0px 10px; }
#mainmenu li { margin: 20px 0px; list-style-type: none; font-size: 15px; }
#mainmenu ul.submenu li { margin: 5px 0px; }
#mainmenu li.menulevel0 { font-size: 17px; }
#mainmenu a:link { color: #FF7C00; text-decoration: none; }
#mainmenu a:visited { color: #FF7C00; text-decoration: none; }
#mainmenu a:hover { color: #FF7C00; text-decoration: underline; }
#mainmenu a.itemselected:link { color: #FFFFFF; }
#mainmenu a.itemselected:visited { color: #FFFFFF; }
#mainmenu a.itemselected:hover { color: #FFFFFF; }
#mainmenu a { padding: 0px 0px 0px 20px; display: block; }
#mainmenu a.itemselected { background: url(/getfile.php/921930.828.dqqrwtvwwf/menu_selected.gif) left center no-repeat; }


#tools {
  list-style-type: none;
}
#tools li {
  background-position: center left;
  background-repeat: no-repeat;
}
#tools li#tips {
}
#tools li#printable {
}
#search {
}
#searchform {
}
input.searchinput {
  vertical-align: middle;
}	
input.searchsubmit {
  vertical-align: middle;
}
/* 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;
}
