/* SECTION: Standard stylesheet */
/* SECTION: general elements */
body{
  margin: 0px;
  padding: 11px 0px;
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  font-size: 11px; 
  text-align: center;
  background-color: #FFFFFF;
  color: #000000;
}

caption,th,td{
  font-family: Verdana, Helvetica, Arial, Sans-serif;
  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: #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: 14px; font-weight: bold;}
.headline .headlinelink:link{text-decoration: none;}

/* Navigation path links */
.path {}
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: 11px; color: #000000; }
.feedback {font-weight: normal; color: #000000;}
.copyright {font-weight: normal; color: #009966; }
/* 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: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.headlineview, h1.headlineview {
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
	margin: 0px;
	padding: 0px;
}

.subheadline, h2.subheadline {
	font-size: 11px; 
	font-weight: normal; 
	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 #999999;
	margin-bottom: 15px;
}
div.body{
	clear: both; 
	margin: 0px 0px 22px 0px;
}



#page{
 margin-left: auto;
 margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
 padding: 0px;
text-align: left;
background-color: #FFFFFF;
}
#top{
margin: 0px 0px 2px 0px;
padding: 0px;
position: relative;
}
#logo{
  text-align: center;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  padding: 30px 15px;
}
#logotext{
}


#toppbilder{
  display: none;
}
#middle{
 /* position: relative;*/
}

#pathcell{
  border: 1px solid #999999;
  margin-bottom: 2px;
}
#path{
  padding: 1px 8px 1px 13px;

}
#main{
}
#viewtbl{
  width: 100%;
}
#viewarea{
padding-top: 1em;
padding-left: 13px;
padding-right: 8px;
padding-bottom: 2em;
  
}
#navbarcell{
  display: none;
}

#sidebarcell{
  display: none;
}
#footer{}

/* SECTION: page elements */ 
/* End standard containers and items */

/* SECTION: standard box */ 

.box{
  padding: 0px 0px 15px 0px;
  margin: 0px;
}
#sidebar .box{
}

#sidebar .box:first-child{
  border-top-width: 0px;
}
.box .cell{
padding: 5px;
}
#main .box{
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{
font-size: 10px;
font-weight: bold;
margin: 0px;
padding: 1px 0px;



}
#sidebar .box h3{
padding: 1px 5px;
}


/* 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: 1px solid #FFFFFF;
}