/* Default stylesheet */
body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Sans Unicode", Geneva, sans-serif;
	font-size: 68.75%; /* 11px*/
	margin: 0px;
	padding: 0px;
}
table,caption,th,td {
	font-size: 1.0em;
}
h1, h2, h3, h4, h5, h6 {
	margin: 4px 0px 8px;
	padding: 0px;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
	font-weight: normal;

}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.0em;
}
h6 {
	font-size: 1.0em;
}
p {
	padding: 0px;
	margin: 4px 0px 16px 0px;
}
pre {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
}
/* End General elements*/


a img {
	border: none;
}
.body img {
	margin: 3px 10px 5px;
}
.body .articlemedia img {
	margin: 0;
}
.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:link { color: #006600; text-decoration: underline;}
a:visited { color: #666666;text-decoration: underline; }
a:hover { color: #333333; text-decoration: underline;}

/* read more.. links */
.link { }
a.link:link { }
a.link:visited { color: #7b4e7f;}
a.link:hover { }

/* Standard navigation links */
.menu a:link {text-decoration: none;}
.menu a:visited {text-decoration: none;}
.menu a:hover {text-decoration: underline;}

.menu a.itemselected:link {text-decoration: underline;}
.menu a.itemselected:visited {text-decoration: underline;}
.menu a.itemselected:hover {text-decoration: underline;}

/* Printable/tell a friend links	*/
.toollink { }
a.toollink:link { }
a.toollink:visited { }
a.toollink:hover { }


#cp {
	font-size: 10px; color: #aaa;
}
#cp a {
	color: #aaa;
}


/* Linked headlines (normally inside LIST-sections) */ 
.headlinelink { color: #006699;}
.headlinelink:link {color: #006699; }
.headlinelink:visited { }
.headlinelink:hover { }

/* Linked headlines on listing pages */
.headline .headlinelink { }
.headline .headlinelink:link { text-decoration: none;}
.headline .headlinelink:visited { text-decoration: none;}
.headline .headlinelink:hover { text-decoration: underline;}

/* 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; }

.tree {
}
a.tree:link {
    text-decoration: none;
}
a.tree:visited {
    text-decoration: none;
}
a.tree:hover {
    text-decoration: underline;
}
.sitetree {
}
a.sitetree:link {
    text-decoration: none;
}
a.sitetree:visited {
    text-decoration: none;
}
a.sitetree:hover {
    text-decoration: underline;
}
#sitetree a {
    text-decoration: none;
}
#sitetree a:hover {
    text-decoration: underline;
}
#sitetree li.rootnode {
    font-weight: bold;
}
#sitetree li li {
    font-weight: normal;
}
#sitetree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sitetree ul ul {
    border-left-style: solid;
    border-left-width: 1px;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
}
#sitetree ul li {
    font-weight: bold;
}
#sitetree ul ul li {
    background-position: 10px 7px;
    background-repeat: no-repeat;
    font-weight: normal;
    margin: 2px 0;
    padding: 0 0 0 25px;
}
/* SECTION: Standard CP classes*/
div.date, span.date { color: #999999; font-size: 0.9em; }
.author { color: #999; font-size: 0.9em; }
.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;
} 

/* Standard tools */
div.tools { margin: 15px 0px; }
div.tool { margin: 2px 0px; }
#skiplink { 
  position: absolute;
  left: -1000px;
  width: 900px;
/*  display: none;*/
}
div.pagebar { background: #faf7ef; padding: 10px; clear: both; }
.pagebar.prev { margin-right: 10px; }
span.arrow { padding: 0px 3px; }

/* SECTION: listing/view styles */
div.pagedescription { 
	margin: 0 0 16px;
}
.pagedescription { }
h1.headline, h1.headlineview {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif;
	color: #006699;
}
.subheadline, h2.subheadline {
	font-size: 1.0em;
	font-weight: normal; 
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 1.0;
}
h2.paragraphheadline {
}
.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: 230px;
	float: right;
	margin-left: 20px;
}

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, .viewarea {
	
	padding: 10px;
}

.articleblock .imgwrap {
	float: right;
	width: 32.5%;
}
.articleblock .imgwrap img {
	max-width: 100%;
	height: auto;
}
.articleblock .textwrap {
	float: left;
	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;
}

.listingarea hr, div.hr /* Replacement for hr (easier to style in older browsers) */{
	background-color: transparent;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #faf7ef;
	font-size: 1px;
	clear: both;
	height: 1px;
	margin-bottom: 1px;
}
#mainsidebar .hr {
	border-color: #f5f6f7;
}
div.body {
	clear: both; 
	margin: 0px 0px 22px 0px;
}

div.articleparagraph {
	margin-bottom: 16px;
}
.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: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
#top {
	background: #f7e5b7 url(http://img2.custompublish.com/getfile.php/1500825.1842.cdqxadrdyu/t.png) repeat-x;
	margin: 0px;
	padding: 15px 20px;
	position: relative;
	zoom: 1;
	height: 70px;
}
.logo {
	position: absolute;
	z-index: 3;
	left: 20px;
	top: 10px;
}
.fade {
	background: url(http://img2.custompublish.com/getfile.php/1525785.1842.pvwwyrwxsy/fade.png) no-repeat top;
	position: absolute;
	right: 460px;
	top: 0;
	width: 348px;
	height: 99px;
	z-index: 3;
}
.topbg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	width: 650px;
	height: 99px;
}
#topnav {
	text-align: right;
	margin: 2px 0;
}
#topmenu li {
	display: inline;
	margin-left: 10px;
	border-right: 1px solid #006600;
	padding-right: 10px;
}
#middle {
	/*
position: relative;
	top: -30px;
	z-index: 1;
	zoom: 1;
*/
}
#navbar {
	float: left;
	margin-right: 20px;
	width: 200px;
}
#main {
	float: left;
	width: 470px;
}

#mainsidebar {
	float: right;
	width: 250px;
}


/* #main when no sidebar */
.widemain #main {
	float: right;
	width: 760px;
}
.widemain #navbar {
	margin-right: 0;
}
.widemain #mainsidebar {
	display: none;
}
/* #main when no sidebar or navbar */
.widefull #main {
	float: none;
	width: auto;
}
.widefull #navbar, .widefull #mainsidebar {
	display: none;
}


#footer {
	clear: both;
	text-align: center;
	background: #F4F6F7;
	padding: 10px;
}
#menubar {
	background: url(http://img2.custompublish.com/getfile.php/1553333.1842.systeyybqu/topthinghy[1].png) no-repeat;
	height: 48px;
}

#mainmenu, #mainmenu *  {
	list-style: none; margin: 0; padding: 0;
	position: relative;
	z-index:99;
}
#mainmenu ul {
	position:absolute;
	top:-999em;
	width:16em; /* left offset of submenus need to match (see below) */
}
#mainmenu ul li {
	width:100%;
}
#mainmenu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
}
#mainmenu li {
	float:left;
	position:relative;
}
#mainmenu a {
	display:block;
	position:relative;
}
#mainmenu li:hover ul, #mainmenu li.sfHover ul {
	left:0px;
	top:100%; /* match top ul list item height */
	z-index:99;
}
ul#mainmenu li:hover li ul, ul#mainmenu li.sfHover li ul {
	top:-999em;
}
ul#mainmenu li li:hover ul, ul#mainmenu li li.sfHover ul {
	left:100%;
	top:0;
}
ul#mainmenu li li:hover li ul, ul#mainmenu li li.sfHover li ul {
	top: -999em;
}
ul#mainmenu li li li:hover ul, ul#mainmenu li li li.sfHover ul {
	left: 100%;
	top: 0;
}
#mainmenu {
	background: #FFF;
	/* float: left; */
	margin-left: 18px;
}

#mainmenu li {
	float: left;
	margin-right: 2px solid #FFF;
}
#mainmenu li a, #mainmenu li span.noclick {
	display: block;
	padding: 15px 18px;
	/* background: url(http://img2.custompublish.com/getfile.php/1500889.1842.xcdaewcutw/mainmenu_lia.png) repeat-x; */
	border: 0;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
	font-weight: bold;
}
#mainmenu li.firstitem a, #mainmenu li.firstitem span.noclick {
	/* background: url(http://img2.custompublish.com/getfile.php/1501636.1842.sycwecxdap/mainmenulia_first.png) no-repeat right top; */
	border-left: 0;
}
#mainmenu li a span {
	position: relative;
	z-index: 3;
}
#mainmenu li a:hover, #mainmenu li a.menuselected {
	background: #faf7ef url(http://img2.custompublish.com/getfile.php/1526032.1842.rrcyctpbwy/mainmenu_hover.png) repeat-x;
	color: #663300;
	text-decoration: none;
}

#mainmenu li li a{
	background: #FFF;
	padding: 8px 10px;
	font-weight: normal;
	border: 1px solid #CCC;
	border-top: 0;
}

/* SECTION: Sidebar */
.sidebar {
}
#childmenu {
	list-style: none; padding: 0; margin: 0;
}
#childmenu li  {

}
#childmenu li a {
	display: block;
	padding: 6px 10px 6px 26px;
	border-bottom: 1px solid #FFF;
	color: #003300;
	font-weight: bold;
	background: url(http://img2.custompublish.com/getfile.php/1502849.1842.ywxeqbfrex/childmenu_a.png) no-repeat 4px center;
}

#childmenu li a:hover, #childmenu li a.menuselected {
	color: #663300;
	background: url(http://img2.custompublish.com/getfile.php/1502848.1842.paqduycacr/childmenu_a_hover.png) no-repeat 4px center;
	text-decoration: none;
}

.box {
	padding: 0px;
	margin: 0px 0px 15px 0px;
	position: relative;
	padding: 0px 0 23px 0;
}
#main.box .bottom{
	background: url(http://img2.custompublish.com/getfile.php/1501682.1842.cyepxeatqb/box_bottom.png) no-repeat bottom;
	height: 23px;
	width: 100%;
}
#main.box .top{
	background: url(http://img2.custompublish.com/getfile.php/1503119.1842.sbfyepucyy/box_top.png) no-repeat top;
	height: 14px;
	width: 100%;
}
#mainsidebar.box .bottom{
	background: url(http://img2.custompublish.com/getfile.php/1501724.1842.uctsexfrfs/mainsidebar_box_bottom.png) no-repeat bottom;
	height: 23px;
	width: 100%;
}
#mainsidebar.box .top{
	background: url(http://img2.custompublish.com/getfile.php/1503274.1842.curafeayfy/mainsidebar_box_top.png) no-repeat top;
	height: 14px;
	width: 100%;
}


.box .head {
}
.box .cell, .viewarea, #sitetree {
	background: #faf7ef;
	padding: 10px;
}
#mainsidebar.box .cell {
	background: #f4f6f7;
}
#navbar.box .cell {
	background: #eef0e9  url(http://img2.custompublish.com/getfile.php/1502779.1842.yssdqcbcvx/navbar_box_bottom.png) no-repeat bottom;
	padding: 0;
	padding-bottom: 23px;
}
#navbar.box .cell {
	background: #eef0e9;
	padding: 0;
}
#navbar.box .top {
	background: url(http://img2.custompublish.com/getfile.php/1503329.1842.sdxurfwsxv/navbar_box_top.png) no-repeat top;
	height: 14px;
	width: 100%;
}
#navbar.box .bottom {
	background: url(http://img2.custompublish.com/getfile.php/1502779.1842.yssdqcbcvx/navbar_box_bottom.png) no-repeat bottom;
	height: 23px;
	width: 100%;
}


.box ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
}
.box ul li {
	margin: 0px 0px;
	padding: 0px;
}
.box ul ul{
	padding-left: 10px;
}
.box p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
.box h3 {
	padding: 0px;
	margin: 0px;
	color: #003366;
}
/* SECTION: page elements */
#path {
	margin: 5px 0 10px;
} 
#path span.arrow {
	padding: 0px 3px; 
}
ul.menu, ul.submenu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
ul.submenu {
	padding-left: 10px;
}
ul.menu li, ul.submenu li {
	margin: 0px;
	padding: 0px;
}

ul.menu li.spacingabove{
	margin-top: 10px;
}
ul.menu li.spacingbelow{
	margin-bottom: 10px;
}

#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; */
	background: #f6f1e4;
	position: relative;
	border: 1px solid #baae77;
	/* margin: 10px 20px; */
	padding: 4px 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	position: relative;
	z-index: 4;
}
input.searchinput {
	vertical-align: middle;
	border: 0;
	background: #f6f1e4;
	width: 200px;
}	
input.searchsubmit {
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	right: -15px;
	top: -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-width: 0px;
}

.icalendardayhead { background-color: #CECECE; }
.monthlycalendartable { width: 100%; }
.calendardate { color:#333333; font-size: 0.9em; }
.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%;
}

/* Kalenderliste */
h2.dayheader {
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
}
div.calendarentry {
	font-size: 0.9em;
}
span.caltime {
	margin-right: 15px;
}
div.vevent {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding: 5px;
}
#sitetools {
	
	position: absolute;
	right: 20px;
	top: 60px;
	z-index: 3;
}

#scalenormal {
	font-size: 12px;
}
#scalelarge {
	font-size: 15px;
}
#scalelargest {
	font-size: 20px;
}

#dsq-content.clearfix, #disqus_thread {
    clear: both !important;
    font-size: inherit !important;
    height: auto !important;
}

#contactlisttable h2 {
	font-weight: bold;
}


@media print {
	/* Printerfriendly */
	* {
		background-color: #FFFFFF !important;
		background-image: none !important;
		border-color: #666666 !important;
		color: #000000 !important;
	}
	body {
		font-size: 11pt;
		font-family: Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Times New Roman", "Liberation Serif", Times, Serif !important;
	}
	#top, #topnav, #navbar, #subnavbar, #mainsidebar, #footer, #searchform, .corner, #taleweb, #PAFTOOLBAR {
		display: none !important;
	}
	#page, #main {
		width: auto !important;
	}
	.side {
		padding: 0;
	}
	.box, .articleblock {
		page-break-inside: avoid;
	}
	th {
		background-color: #CCCCCC !important;
		color: #000000 !important;
	}
	tr:nth-child(2n+1) {
		background-color: #DEDEDE !important;
	}
	tr:nth-child(2n+1) {
		background-color: transparent !important;
	}
}