/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

@import url(https://fonts.googleapis.com/css?family=Istok+Web);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Condiment);

html *
{
	/*position: relative;*/
	margin: 0px;
	padding: 0px;
   vertical-align: top;
	/*z-index: 1;*/
}

body
{
	font-family: 'Istok Web', Arial,sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}

body#page
{
	color: #554433;
	background-color: #E3E3D4;
}

div#mainWrapper
{
	background-color: #FFFFFF;
	text-align: left;
	width: 1250px;
	margin-left: auto;
	margin-right: auto;
	border-left-width: 2px;
	border-left-color: #996633;
	border-left-style: inherit;
	border-right-width: 2px;
	border-right-color: #996633;
	border-right-style: outherit;
	box-shadow: 4px 4px 4px 4px #666;
	border-radius: 15px;
}

a img 
{
	text-decoration: none;
	border: none;
}

a
{
	color: #8080C0;
	text-decoration: none;
	font-weight: bold;
}

a:link
{
	color: #8080C0;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #8080C0;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #2020D0;
}

h1
{
	font-family: Montserrat, Arial;
 	font-size: 24px;
   line-height: 28px;
   letter-spacing: 2px;
 	/*color: #334d55;*/
	color: #706030;
 	margin-bottom: 8px;
}

h2,
#pageName
{
 	font-family: Montserrat, Arial;
 	font-size: 18px;
 	color: #807040;
 	margin-top: 8px;
 	margin-bottom: 3px;
}

#pageName
{
   padding-top: 15px;
   font-weight: 600;
}

h3,
.topMenuItem
{
 	font-size: 16px;
 	color: #807040;
 	margin-top: 6px;
 	margin-bottom: 5px;
}

.topMenuItem
{
   font-weight: 600;
}

h4
{
 	font-size: 14px;
 	font-weight: normal;
 	color: #333333;
 	margin-top: 6px;
 	margin-bottom: 3px;
}

h5
{
 	font-size: 14px;
 	color: #334d55;
	font-family: Condiment, Arial;
}

ul, ol
{
 margin-left: 10px;
 padding-left: 5px;
}

ul
{
 list-style-type: square;
}

ul ul
{
 list-style-type: disc;
}

ul ul ul
{
 list-style-type: none;
}

label
{
 font-family: Arial,sans-serif;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

div#masthead
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: #F0F0F0;
	border-top-left-radius: 15px;
	border-top-rigt-radius: 15px;
}

#navBar
{
	clear: both;
	float: left;
	width: 15%;
	margin: 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	/*font-size: 80%;*/
	border-radius: 15px;
}

#headlines
{
    float: right;
	width: 15%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 10px;
}

#content
{
	float: left;
	max-width: 800px;
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
   line-height: 130%;
}

#content, .tx-xinittwocolumn-pi1
{
	text-align: left;
	/*font-size: 12px;*/
}

#content p, .tx-xinittwocolumn-pi1 p
{
	text-align: left;
	/*font-size: 12px;*/
	padding-bottom: 3px;
	padding-top: 0px;
}

#content h2, #content h3, #content h4
{
	text-align: left;
}

#content strong
{
	font-weight: bold;
	font-family: Montserrat, Arial;
}

#content a, #content a:visited
{
	color: #8080C0;
	font-weight: bold;
	font-family: Montserrat, Arial;
}

#content a:hover
{
	color: #2020D0;
	font-weight: bolder;
	text-decoration: underline;
}

#content ul, .tx-xinittwocolumn-pi1 ul
{
	/*font-size: 12px;*/
	margin-top: 0px;
	padding-top: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

div#siteName
{
	margin-top: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #D0C0A0;
	height: 110px;
	vertical-align: middle;
	text-align: center;
	border-top-left-radius: 15px;
	border-top-rigt-radius: 15px;
}

h1.siteName, 
#siteName h1,
#headerLine
{
   margin-top: -10px;
	font-size: 14px;
	text-align: center;
	font-style: italic;
	color: #963;
}

#siteName img
{
	margin-top: 5px;
}

#siteName div.csc-default
{
	margin-top: -15px;
}

/************* #globalNav styles **************/

div#globalNav
{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #CCC;
	color: #cccccc;
}

#globalNav img
{
 display: block;
}

#globalNav a 
{
	/*font-size: 90%;*/
	padding: 0 4px 0 0;
   margin-left: 1px;
   margin-right: 1px;
   letter-spacing: 1px;
}

/*************** #pageName styles **************/

div#pageName
{
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-left: 10px;
   float: left;
}

/************* #breadCrumb styles *************/

#breadCrumb
{
	font-size: 10px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
	width: 180px;
	float: right;
	text-align: right;
	overflow: hidden;
	display: block;
	white-space: nowrap;
}


/************** .feature styles ***************/

.feature
{
	font-size: 12px;
	clear: right;
}

.feature h1
{
	padding-bottom: 5px;
}


.feature h1.csc-firstHeader
{
   margin-top: -10px;
   margin-bottom: 12px;
   padding-bottom: 8px;
   font-display: block;
}

#print .feature h1.csc-firstHeader
{
   margin-top: 5px;
}

.feature h3, .feature h2,
.story h3, .story h2, .story h1
{
	padding-top: 3px;
	padding-bottom: 6px;
	font-weight: 900;
}

.feature img
{
	float: left;
	padding: 10px 10px 0px 0px;
}

.feature p
{
}


/************** .story styles *****************/

.story
{
	clear: both;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 12px;
}

.story p
{
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo
{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	height: 50px;
}

#siteInfo img
{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search
{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form
{
 margin: 0px;
 padding: 0px;
}

#search label
{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited 
{
	display: block;
}
#navBar ul 
{
	list-style: none; 
	margin: 0; 
	padding: 0;
}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li,
sectionLinks li
{
	border-bottom: 1px solid #EEE;
}

#navBar ul ul,
sectionLinks ul ul
{
	list-style-type: square;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 25px;
	font-size: 90%;
}

#navBar ul ul li,
sectionLinks ul ul li
{
}

/* fix for browsers that don't need the hack */
html>body #navBar li 
{
	border-bottom: none;
}


/*********** #sectionLinks styles ***********/

#sectionLinks
{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks h2
{
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

#sectionLinks h3,
.topMenuItem
{
	padding-left: 5px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 0px;
}

#sectionLinks a 
{
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover
{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks
{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited 
{
	display: block; 
}

/************** #advert styles **************/

#advert
{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 12px;
}

#advert img
{
	display: block;
}


/************** #headlines styles **************/

#headlines
{
	padding-left: 10px;
	font-size: 80%;
}

#headlines p
{
	
	padding-bottom: 10px;
}

.contact
{
	font-size: 11px;
}

.contact p
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.contact h1
{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.pagerank
{
}

div.pagerank
{
	width: 180px;
	float: left;
}

.copyright
{
	font-size: 10px;
}

div.copyright
{
	float: none;
	clear: both;
	width: auto;
	margin-left: 60px;
	margin-right: 60px;
	margin-bottom: 20px;
	text-align: center;
	color:#706030;
}

p.bodytext
{
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 150%;
}

.print-link
{
}

div.print-link
{
	float: right;
	font-size: 60%;
}

.google-suche
{
}

div.google-suche
{
	float: right;
	clear: both;
	margin-top: -10px;
	margin-bottom: 10px;
}

ul.submenu
{
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

ol.subsubmenu
{
	list-style-type: none;
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 5px;
	padding-top: 0px;
}

div.clear
{
	clear: both;
}

div.captcha
{
	clear: both;
	float: left;
}

div#socialBookmarks
{
	margin-top: 20px;
	margin-left: 10px;
}

ul.browsebox
{
	list-style: none;
	padding-left: 0px;
	margin-left: 0px;
}

ul.browsebox li
{
	display: block;
	position: relative;
	float: left;
	margin-right: 10px;
}

div.tx-indexedsearch-res
{
	float: none;
	clear: both;
}

input#googleSearchItem
{
	border: 2px #888 inset;
	background: #EEE;
	width: 160px;
}

input#googleSearchItem,
input#googleSearchSubmit,
input#searchItem
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
}

input#googleSearchSubmit
{
	border: 2px #888 outset;
}

input#googleSearchSubmit:hover
{
	border: 2px #888 inset;
	cursor: pointer;
}

input#searchItem
{
	margin-right: 5px;
	border-radius: 5px;
}

div.fsnd_rss_item
{
	clear: both;
	float: none;
	text-align: left;
}

.fsnd_rss_item p.date
{
	width: 62px;
	font-size: 11px;
	font-style: italic;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	padding-bottom: 0px;
	display: block;
	float: right;
	position: relative;
	text-align: right;
	line-height: normal;
	color: #000;
}

.fsnd_rss_item h2,
.fsnd_rss_item h3
{
	width: 425px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
}

.fsnd_rss_item h2
{
	font-size: 14px;
}

.fsnd_rss_item h2 a
{
	text-decoration: none;
	color: #3E3E3E;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.fsnd_rss_item h2 a:hover
{
	text-decoration: underline;
	color: #000;
}

.entry-content h1
{
	font-size: 12px;
}

div.entry-content,
.fsnd_rss_item hr
{
	float: none;
	clear: both;
}

div.entry-content
{
	margin-top: 3px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.fsnd_rss_item hr
{
}

.entry-content p img
{
	display: block;
	float: left;
	margin-right: 10px;
}

a.more-link
{
	display: none;
}

div.feedMoreLink
{
	text-align: right;
	margin-bottom: 10px;
	margin-right: 20px;
	padding-bottom: 5px;
}

div.newsImage
{
	float: left;
	width: 150px;
}

div.adsensePL1
{
	width: 730px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}
div.csc-sitemap
{
	margin-left: 10px;
}

.csc-sitemap h3
{
	padding-bottom: 2px;
	display: block;
	width: 80%;
	border-bottom: #3E3E3E 1px dotted;
}

.csc-sitemap h3 a,
.csc-sitemap h3 a:visited
{
	font-size: 14px !important;
	color: #706030 !important;
}

.csc-sitemap ul.sitemap-level2
{
	list-style: none;
}

.csc-sitemap ul
{
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 2px;
}

.csc-sitemap ul.sitemap-level2 li.level2
{
	font-size: 14px;
	padding-top: 4px;
}

.csc-sitemap a,
.csc-sitemap a:visited
{
	color: #3E3E3E;
}

.csc-sitemap ul.sitemap-level3
{
	font-size: 12px;
	margin-left: 12px;
}

.csc-sitemap a:hover
{
	color: #000;
}

div.respAdsense
{
	width: 100%;
	min-height: 120px;
}

#bottomMenu,
#dummyMenuWrapper
{
   display: none;
   max-width: 99%;
   overflow: hidden;
}

#bottomMenu .bottomMenuItem
{
   padding-right: 10px;
   margin-right: 10px;
   border-right: 1px solid #3E3E3E;
}

#bottomMenu .bottomMenuItem a
{
   white-space: nowrap;
}

#bottomMenu .bottomMenuItem.lastBottomMenuItem
{
   border-right: none;
}

@media only screen and (max-width: 1200px)
{
   #headlines
   {
      width: auto;
      float: none;
      clear: both;
      margin-top: 20px;
      clear: left;
      text-align: center;
   }
   #sectionLinks
   {
      display: inline-block;
      margin-right: 15px;
      text-align: left;
   }
   div#mainWrapper
   {
      max-width: 99%;
   }
   table.searchTable
   {
      max-width: 99%;
      overflow: hidden;
   }
   
   .searchTable #searchItem
   {
      max-width: 110px;
   }
   
   div.print-link
   {
      display: none;
   }
   #content
   {
      float: right;
      margin-right: 15px;
   }
}

@media only screen and (max-width: 1040px)
{
   .searchTable #searchItem
   {
      max-width: 90px;
   }
   #content
   {
      max-width: 780px;
   }
}

@media only screen and (max-width: 1000px)
{
   #navBar
   {
      font-size: 80%;
      overflow: hidden;
   }
   #pageNameWrapper
   {
      display: none;
   }
   div.tx-fsndhtmlsnippet-pi1
   {
      width: auto !important;
   }
   #content
   {
      max-width: 740px;
      margin-top: 20px;
   }
   #globalNav
   {
      font-size: 12px;
   }
}

@media only screen and (max-width: 940px)
{
   #content
   {
      max-width: 700px;
   }
}

@media only screen and (max-width: 900px)
{
   #content
   {
      max-width: 640px;
   }
   #globalNav
   {
      font-size: 10px;
   }
   #siteInfo
   {
      height: auto;
      padding-bottom: 10px;
   }
}

@media only screen and (max-width: 820px)
{
   #content
   {
      max-width: 600px;
   }
}

@media only screen and (max-width: 780px)
{
   #navBar,
   #globalNav
   {
      display: none;
   }
   #mainMenuMobile
   {
      display: block;
      max-width: 400px;
      z-index: 10000;
   }
   #headLine
   {
      font-size: 12px;
   }
   #content
   {
      float: none;
      max-width: 98%;
      padding-left: 0px;
      margin-left: auto;
      margin-right: auto;
   }
   #bottomMenu
   {
      display: block;
      margin-bottom: 10px;
      text-align: center;
   }
   #siteName img
   {
      max-width: 95%;
      height: auto;
      margin-bottom: 10px;
   }
}
