@charset "utf-8";
/* $Header: /srv/sources/pkg/salbabixware/web-pnoe/static/s.style.css 31.1 2023/12/16 18:17:22 +0000 martin Exp $ */
/* CSS Document */
/*

Theme Name: Pfadfinder NOe 2014

Theme URI: http://www.pnoe.at

Description: Das Theme fuer 2014

Version: 1.0

Author: Ronald Deutsch

*/

body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:16px;
	background:url(images/page_back_top.jpg) top repeat-x;
	background-color:#37552c;
	/*padding-top:20px;*/
	
}
.clr {
	clear:both;
}
li {
	list-style:none;
}
#wrapper {
	width:960px;
	margin:40px auto 30px auto;
	text-align:center;
	background-color:#706c42;
	border:3px solid #69663d;
	border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
	/*border-top:0px solid #69663d;
	border-right:5px solid #69663d;
	border-bottom: 5px solid #69663d;
	border-left: 5px solid #69663d;
	box-shadow: 0px 0px 10px #f0e68c; -moz-box-shadow: 0px 0px 10px #f0e68c; -webkit-box-shadow: 0px 0px 10px #f0e68c; -o-box-shadow: 0px 0px 10px #f0e68c;*/
	-webkit-box-shadow: 0px 0px 4px 0px #f0e68c; /* WebKit */
	-moz-box-shadow: 0px 0px 4px 0px #f0e68c; /* Firefox */
	box-shadow: 0px 0px 4px 0px #f0e68c; /* Standard */
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#f0e68c', Direction=90, Strength=3)
	padding:0;
}



#header {
	width:960px;
	height:130px;
	/*margin-bottom:25px;*/
	background:url(images/header_back_fahne.png) right no-repeat;
}
#logo {
	width:400px;
	height:110px;
	margin-top:15px;
	margin-left:20px;
	float:left;
}
#slogan {
	width:380px;
	height:110px;
	margin-top:20px;
	float:left;
}
#slogan p {
	font-size:18px;
	color:#fafafa;
	margin:60px 0 0 0;
}

#navigation {
	width:960px;
	height:50px;
	margin-bottom:0px;
	border-top: 1px solid #65613b;
	border-bottom:1px solid #65613b;
	z-index:10000;
}
/*
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	z-index:10;
}
#navigation li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:160px;
	/*border-top: 1px solid #65613b;
	border-bottom:1px solid #65613b;
}
#navigation li:hover {
	border-bottom:1px solid #fdf293;
}
#navigation li a {
	font-family: Arial, sans-serif;
	height:50px;
	display:block;
	width:160px;
	line-height:50px;
	text-align:center;
	font-size:1.1em;
	color:#2a2811;
	text-decoration:none;
	font-style:italic;
}
#navigation li a:hover {
	color:#fdf293;
	font-weight:normal;
}


#navigation li>ul {
    display: none; top: 1.6em;
  }
#navigation li:hover>ul, #navigation li>a#aktuell+ul {
    display: block;
  }


  *:first-child+html #navigation ul {
    background-color:silver; padding-bottom:0.4em;
  }*/

#navigation ul {
    margin: 0; padding: 0;
    text-align: center;
  }

#navigation ul li {
    list-style: none;
    float: left;  /* ohne width - nach CSS 2.1 erlaubt */
    position: relative;
    margin: 0; padding: 0;
	border-right:1px solid #65613b;
  }
  * html #navigation ul li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -0.4em;
  }
  *:first-child+html #navigation ul li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -0.1em;
  }

  #navigation ul li ul {
    margin: 0; padding: 0;
    position: absolute;
    top: 51px; left: 0px;
    display: none;  /* Unternavigation ausblenden */
  }
  * html #navigation ul li ul {  /* Korrektur fuer IE 5.x */
    left: -1.5em;
    lef\t: -0.4em;
  }
  *:first-child+html #navigation ul ul ul {  /* Workaround fuer den IE 7 */
    background-color:silver; padding-bottom:0.4em;
  }
  #navigation ul li:hover ul {
    display: block;  /* Unternavigation in modernen Browsern einblenden */
  }
  #navigation ul li ul li {
    float: none;
    display: block;
    margin-bottom: 0;
	border-bottom: 1px solid #65613b;
	border-left: 1px solid #65613b;
	border-right: 1px solid #65613b;	
  }

  #navigation ul a, #navigation ul span {
    display: block;
	line-height:50px;
    width: 160px;  /* Breite den in li enthaltenen Elementen zuweisen */
    padding: 0em 0em;
    text-decoration: none;
	font-weight: normal;
    color: #2a2811;
	background-color: #706c42;
  }
  * html #navigation ul a, * html #navigation ul span {
    width: 160px;   /* Breite nach altem MS-Boxmodell f&uuml;r IE 5.x */
    w\idth: 160px;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }
  #navigation ul a:hover, #navigation ul span, li a#aktuell {
    color: #fafafa;
	background-color: #706c42;
  }
  li a#aktuell {  /* aktuelle Rubrik kennzeichnen */
    color: #fafafa;
	background-color: #706c42;
  }
  #navigation ul li ul span {  /* aktuelle Unterseite kennzeichnen */
    background-color: #2a2811;
  }



#slider {
	width:960px;
	height:250px;
	/*margin-bottom:25px;*/
}
#content {
	width:960px;
	padding:0 0 0px 0;
	text-align:left;
	margin:0;
	background:#4b482e  !important;
}

#kolonnen .artikel p {
	font-size:16px;
	color:#dbd390;
	margin:0;
	padding:5px 0 8px 0;
	line-height:1.4em;
}
#kolonnen .artikel img {
	margin:0 25px 10px 0;
	float:left;
	border:1px solid #dbd390;
}
#kolonnen .artikel a {
	/*background:url(images/kolonne_weiter.png) left no-repeat;*/
	text-decoration:underline;
	color:#FC0;
}
#kolonnen .artikel a:hover {
	text-decoration:none;
}



.more-link {
	color:#F93;
	text-decoration:underline;
	font-size:12px;
	font-style:italic;
}

/* ########################################################## leftside ### */

#leftside {
	width:660px;
	margin:0;
	padding:0px 10px 20px 10px;
	float:left;
	/*border-right:1px solid #C90;*/
}

.artikel {
	padding:10px 20px 10px 40px;
	margin:0;
}

.artikel_h1 {
	font-family: 'Kite One', sans-serif;
	font-size:22px;
	color:#f1b34f; /*fdf293;*/
	font-weight:normal;
	margin:0;
	padding:15px 0 8px 0;
}

.artikel h2 {
	font-family: 'Kite One', sans-serif;
	font-size:17px;
	color:#f1b34f;
	font-weight:normal;
	margin:0;
	padding:10px 0 8px 0;
}
.artikel_text {
	font-size:16px;
	color:#dbd390;
	margin:0;
	padding:5px 0 8px 0;
	line-height:1.4em;
}

#leftside .artikel p {
	font-size:16px;
	color:#dbd390;
	margin:0;
	padding:5px 0 8px 0;
	line-height:1.4em;
}
#leftside .artikel li {
	color:#dbd390;
	font-size:15px;
	list-style:disc;
}

#leftside .artikel a {
	color:#FC0;
	text-decoration:underline;
}
	
#leftside .artikel a:hover {
	text-decoration:none;
}
.links {
	float:left;
	margin:14px 15px 8px 0;
}
#leftside .artikel .artikelDetails {
/*	width:152px;*/
	min-height:150px;
	height:auto !important;
	height:150px;
	font-size:10px;
	float:left;
	margin-right:25px;
	color: #dbd390;
}

.attachment-post-thumbnail {
	float:left;
	border:1px solid #bdb76b;
	margin:10px 20px 10px 0px;
}
#leftside .artikel .artikelDetails a {
	color:#990;
	text-decoration:none;
}
#leftside .artikel .artikelDetails a:hover {
	color:#660;
}
.publiTag {
	font-size:9px;
}

/** ########################################################## Sidebar ### */


#rightside {
	width:280px;
	margin:0;
	float:right;
	padding:40px 0 20px 0;
	/*border:1px solid #C90;*/
}

#rightside ul {
	margin:0;
	padding:0;
}
#rightside ul ul {
	 margin: 0 0 0 20px;
}
#rightside li {
	margin:0;
	padding:3px 10px 5px 20px;
}
#rightside li li {
	padding:3px 10px 5px 0px !important;
	font-size:13px;
}
#rightside .widget {
	padding:0 0px 20px 10px;
	margin:0 0 10px 0;
	font-size:12px;
}
#rightside .widget a {
	font-size:12px;
	color:#d9972d;
	text-decoration:underline;
}
#rightside .widget a:hover {
	text-decoration:none;
}

.rightside_h4 {
	font-family: 'Kite One', sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:5px 0px 5px 15px;
	color:#fdf293;
	background-color:#706c42 !important;;
}

.rightside_lagerleben {
	font-family: 'Kite One', sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:5px 0px 5px 15px;
	color:#fdf293;
/*	background-color:#706c42; */
}

#rightside .widget p {
	font-size:12px;
	color:#dbd390;
	margin:0;
	padding:5px 10px 8px 10px;
}
.liste-kolonnen {
	padding-left:20px;
}

.rightside_ul_symbol {
 padding-left:20px  !important;
}

.rightside_li_fahne {
	list-style-image:url(images/fahne.png);
	margin:0 0 0 20px;
	padding:5px 5px 3px 0px;/**/
	/*line-height:20px;
	border:1px solid #3F0;*/
}

.rightside_li_lilie {
	list-style-image:url(images/Lilie.png);
	margin:0 0 0 20px;
	padding:5px 5px 3px 25px;
	/*line-height:20px;
	border:1px solid #3F0;*/
}

.rightside_li_download {
	list-style-image:url(images/download.png);
	margin:0 0 0 20px;
	padding:5px 5px 3px 25px;
	/*line-height:20px;
	border:1px solid #3F0;*/
}

#ngg-webslice .ngg-widget {
	margin:0 0 20px 15px;
	padding-top:15px;
}
#ngg-webslice .ngg-widget .ngg-fancybox img {
	background-color: #bdb76b;
	border:1px solid #bdb76b;
}

/** ########################################################## main links ### */

#mainlinks {
	width:680px;
	margin:0;
	padding:40px 0 20px 0;
	/*border:1px solid #C90;*/
}

#mainlinks ul {
	margin:0;
	padding:0;
}

#mainlinks ul ul {
	 margin: 0 0 0 20px;
}

#mainlinks li {
	margin:0;
	padding:3px 10px 5px 20px;
}

#mainlinks li li {
	padding:3px 10px 5px 0px !important;
	font-size:13px;
}

#mainlinks {
	padding:0 0px 20px 10px;
	margin:0 0 10px 0;
	font-size:12px;
}

#mainlinks a {
	font-size:12px;
	color:#d9972d;
	text-decoration:underline;
}
#mainlinks .widget a:hover {
	text-decoration:none;
}

#mainlinks  h4 {
	font-family: 'Kite One', sans-serif;
	font-size:14px;
	font-weight:normal;
	margin:0 0 10px 0;
	padding:5px 0px 5px 15px;
	color:#fdf293;
	background-color:#706c42;
}
#mainlinks  p {
	font-size:12px;
	color:#dbd390;
	margin:0;
	padding:5px 10px 8px 10px;
}

/** ###################################### karte ### */

#karte {
	width:960px;
	height:250px;
	border-top:2px solid #fdf293;
	border-bottom:2px solid #fdf293;
	padding:0;
	margin:0;
}
.karteGr {
	position:relative;
	width:300px;
	height:30px;
	top: -32px;
	text-align:center;
	
}
#karte a {
	font-size:12px;
	color:#C00 !important;
	text-decoration:underline;
	line-height:30px;
	width:300px;
	background-color:#fafafa;
	padding:5px 20px;
}
#karte a:hover {
	color:#F60;
	text-decoration:none;
}

.mittig { text-align:center; }

.subkarte {
	width:319px;
	height:250px;
	float:left;
	margin:0 1px 0 0;
	padding:0;
}


/*################################################# footer ### */

#footer {
	width:960px;
	min-height:250px;
	/*height:auto !important;
	height:250px;*/
	padding:0 0 8px 0;
	/*margin:0 0 20px 0;*/
	background-color:#a76804; /*69663d;*/
}
#footer h5 {
	font-family: 'Kite One', sans-serif;
	color:#fafafa;
	font-size:14px;
	margin:0;
	padding:5px 10px;
	font-weight:normal;
	margin-bottom:8px;
}
#footer p {
	text-align:center;
	color:#FFC;
	font-size:12px;
	line-height:15px;
}
#footer a {
	text-decoration:none;
	color:#2a2811;
}
#footer a:hover {
	color:#fdf293;
	text-decoration:none;
}
#footer ul {
	padding:0;
	margin:0;
}
#footer li {
	line-height:20px;
	margin:0;
	padding:3px 5px;
	display:block;
}
#footer .menu-sponsoren-container li {
	float:left;
	padding:0;
	border:none;
}
#footer .menu-sponsoren-container a {
	width:90px;
	height:90px;
	display:block;
	text-decoration:none;
	float:left;
	margin-right:3px;
}
#footer #menu-item-79 {
	text-indent:-9999px;
	height:90px;
	width:90px;
	overflow:hidden;
	background:url(images/sponsor_hbgrafik.png) center no-repeat;
}
#footer #menu-item-80 {
	text-indent:-9999px;
	height:90px;
	width:90px;
	overflow:hidden;
	background:url(images/sponsor_ingenieur.png) center no-repeat;
}
#footer #menu-item-81 {
	text-indent:-9999px;
	height:90px;
	width:90px;
	overflow:hidden;
	background:url(images/sponsor_krauss.png) center no-repeat;
}
#footer #menu-item-82 {
	text-indent:-9999px;
	height:90px;
	width:90px;
	overflow:hidden;
	background:url(images/sponsor_salbaba.png) center no-repeat;
}
#footer #menu-item-83 {
	text-indent:-9999px;
	height:90px;
	width:90px;
	overflow:hidden;
	background:url(images/sponsor_fahrschule.png) center no-repeat;
}
#footer #menu-item-199 {
	text-indent:-9999px;
	height:90px;
	width:90px;
	overflow:hidden;
	background:url(images/sponsor_vinothek.png) center no-repeat;
}

#footer #menu-item-223 {
	text-indent:-9999px;
	height:90px;
	width:90px;
	overflow:hidden;
	background:url(images/sponsor_briza.png) center no-repeat;
}
#footer #menu-item-224 {
	text-indent:-9999px;
	height:90px;
	width:90px;
	overflow:hidden;
	background:url(images/sponsor_ghmayer.png) center no-repeat;
}
#footer #menu-item-225 {
	text-indent:-9999px;
	height:90px;
	width:90px;
	overflow:hidden;
	background:url(images/sponsor_wertinvest.png) center no-repeat;
}
#footer #menu-item-226 {
	text-indent:-9999px;
	height:90px;
	width:90px;
	overflow:hidden;
	background:url(images/sponsor_kernaussage.png) center no-repeat;
}

#footer #menu-item-228 {
	text-indent:-9999px;
	height:90px;
	width:90px;
	overflow:hidden;
	background:url(images/sponsor_lederer.png) center no-repeat;
}


#footer .widget {
	width:280px;
	margin:0 0 0 30px;
	padding:15px 0;
    display: block;
	float:left;
	min-height:220px;
}

#footer #fussnote {
	height:20px;
	width:960px;
	display:block;
	line-height:20px;
	color:#C90;
	text-align:center;
	font-size:12px;
}


#gallery-1 {
	margin: 0 0 0 10px !important;
}
#gallery-1 .gallery-item {
	float: left;
	margin: 10px 0 0 10px !important;
	text-align: center;
	/*width: 50%;*/
	width:110px !important;
}
#gallery-1 img {
	border:1px solid #dbd390 !important;
}
#gallery-1 .gallery-caption {
	margin-left: 0;
}
#fancybox-content
{
  border-top-color: #FFFF99 !important;
  border-right-color: #FFFF99 !important;
  border-bottom-color: #FFFF99 !important;
  border-left-color: #FFFF99 !important;
}

p.imdmheading {
   font-size: 150%;
   font-weight: bold;
	color:#f1b34f;
}

.imdmhbutton {
   font-size:8px;
   color:#ffffff;
   background:#4b482e;
   width:10px;
   height:10px;
   border-width:1px;
   border-color:#4b482c;
   border-style:none;
}

table.imdmmain {
	background-color:#706c42;
    border-style:solid;
    border-width:2px;
    border-color:#003D79;
    width:90%;
    text-align:left;
}

.imdmtext {
   font-size:16px;
   font-weight:bold;
color:#f1b34f;
   text-align: left;
}

.imdmeingabe {
    font-size:16px;
    background:#E6F3FF;
    border-style:solid;
    border-width:1px;
    border-color:#003D79;
}

.imdmweiter {
   font-size:13px;
   font-weight:bold;
   color:#000000;
background-color:#a76804;
   width:100px;
   border-width:1px;
   border-color:#003D79;
   border-style:outset;
   text-decoration: none;
}
