/* SECTION: Standard stylesheet */
/* SECTION: general elements */
body{
  margin: 0px;
  padding: 11px 0px;
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 13px; 
  text-align: center;
  color: #000000;
  background-color: #FFFFFF;
}

caption,th,td{
  font-family: Helvetica, Arial, Sans-serif;
  font-size: 13px; 
}

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: 14px;
}
h4{
  margin: 4px 0px;
  padding: 0px;
  font-size: 13px;
}
h5{
  margin: 4px 0px;
  padding: 0px;
  font-size: 13px;
}
h6{
  margin: 4px 0px;
  padding: 0px;
  font-size: 13px;
}
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: #000000;}
a:visited {color: #000000;}
a:hover  {color: #000000;}




/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink {font-weight: bold;}
.headlinelink:link{}
.headlinelink:visited{}
.headlinelink:hover{}

/* Linked headlines on listing pages */
.headline .headlinelink {font-size: 15px; 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 {text-decoration: none; font-size: 12px;}
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: 12px;}
.feedback {font-weight: normal; color: #000000;}
.copyright {font-weight: normal; }
/* Standard tools */
div.tools{margin: 15px 0px;}
div.tool{margin: 2px 0px;}
/* SECTION: listing/view styles */

div.pagedescription{}
.pagedescription{
  font-weight: bold;
}

.headline, h1.headline {
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

.headlineview, h1.headlineview {
  font-size: 17px; 
  font-weight: bold; 
  margin: 0px;
  padding: 0px;
  font-family: Verdana;
}
.subheadline, h2.subheadline {
  font-size: 12px; 
  font-weight: normal; 
  margin: 5px 0px 0px 0px;
  padding: 0px;
  line-height: 1.0; 
}

.ingress, p.ingress{
  margin: 0px; padding: 0px;
}
.ingressview, p.ingressview{
  margin: 0px; padding: 0px; 
}
p.byline, .byline{
  margin: 0px; padding: 0px;
}


/* SECTION: viewarea block/spacing elements */
.block{
  margin-bottom: 5px;
  margin-right: 5px;
  clear: both;
}
hr{
  clear: both;
}
div.hr{
	/* Replacement for hr. This is easier to style */
	font-size: 1px;
	clear: both;
	height: 10px;
  border-bottom: 1px solid #;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
div.body{
  clear: both; 
  margin: 0px 0px 0px 0px;
  font-family: Verdana;
  padding-top: 1.5em;
}



/* SECTION: page containers */ 

#page{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  text-align: left;
}

#top{
  position: relative;
  text-align: center;
  margin: 0px 2px;
  padding: 0px;
  height: 136px;
}
#logo{
  position: absolute;
  left: 10px;
  top: 12px;
}
#tittel{
  margin-top: 55px;
}
#shibaer{
  display: none;
}
#innhold{
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#middle{
  width: 100%;
 /* position: relative;*/
}
#main{
  margin-right: 0px;
  vertical-align: top;
}
#viewarea{
  min-height: 500px;  
}
#navbar{
  display: none;
}


#search{
  display: none;
}

#path{
  padding: 2px 0px;
  margin-bottom: 0.5em;
}

#sidebar{
  display: none;
}

#footer{}

#cp{
  display: none;
}
/* SECTION: page elements */ 


#copyright{
  margin-bottom: 10px;
}
#topmenu{
  display: none;
}

/* End standard containers and items */

/* SECTION: standard box */ 

.box{
  padding: 10px 0px;
  margin: 0px;
}

.box .cell{
  padding: 0px 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{
  font-size: 12px;
  font-weight: bold;
  margin: 0px;
  padding: 1px 5px;
}

#fraforum{
  border-bottom-width: 0px;}


/* 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;
}
