/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.9
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:75%;color:#222;background:#fff;font-family:Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/* grid.css */
.container {width:951px;margin:0 auto;}
.showgrid {background:url(http://www.gwf.ch/fileadmin/template/css/grid.png);}
body {margin:1.5em 0;}
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15 {float:left;margin-right: 9px;}

div.last {margin-right:0;}
.span-1  { width: 55px;}
.span-2  { width: 119px;}
.span-3  { width: 183px;}
.span-4  { width: 247px;}
.span-5  { width: 311px;}
.span-6  { width: 375px;}
.span-7  { width: 439px;}
.span-8  { width: 503px;}
.span-9  { width: 567px;}
.span-10 { width: 631px;}
.span-11 { width: 695px;}
.span-12 { width: 759px;}
.span-13 { width: 823px;}
.span-14 { width: 887px;}
.span-15, div.span-15 { width: 951px; margin: 0; }

.append-1  { padding-right: 64px;}
.append-2  { padding-right: 128px;}
.append-3  { padding-right: 192px;}
.append-4  { padding-right: 256px;}
.append-5  { padding-right: 320px;}
.append-6  { padding-right: 384px;}
.append-7  { padding-right: 448px;}
.append-8  { padding-right: 512px;}
.append-9  { padding-right: 576px;}
.append-10 { padding-right: 640px;}
.append-11 { padding-right: 704px;}
.append-12 { padding-right: 768px;}
.append-13 { padding-right: 832px;}
.append-14 { padding-right: 896px;}

.prepend-1  { padding-left: 64px;}
.prepend-2  { padding-left: 128px;}
.prepend-3  { padding-left: 192px;}
.prepend-4  { padding-left: 256px;}
.prepend-5  { padding-left: 320px;}
.prepend-6  { padding-left: 384px;}
.prepend-7  { padding-left: 448px;}
.prepend-8  { padding-left: 512px;}
.prepend-9  { padding-left: 576px;}
.prepend-10 { padding-left: 640px;}
.prepend-11 { padding-left: 704px;}
.prepend-12 { padding-left: 768px;}
.prepend-13 { padding-left: 832px;}
.prepend-14 { padding-left: 896px;}

div.border{padding-right:3.5px;margin-right:4.5px;border-right:1px solid #eee;}
div.colborder { padding-right:51.5px;margin-right:50.5px;border-right:1px solid #eee;}
.pull-1 { margin-left: -64px;}
.pull-2 { margin-left: -128px;}
.pull-3 { margin-left: -192px;}
.pull-4 { margin-left: -256px;}
.pull-5 { margin-left: -320px;}
.pull-6 { margin-left: -384px;}
.pull-7 { margin-left: -448px;}
.pull-8 { margin-left: -512px;}
.pull-9 { margin-left: -576px;}
.pull-10 { margin-left: -640px;}
.pull-11 { margin-left: -704px;}
.pull-12 { margin-left: -768px;}
.pull-13 { margin-left: -832px;}
.pull-14 { margin-left: -896px;}
.pull-15 { margin-left: -960px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15 {float:left;position:relative;}

.push-1 { margin: 0 -64px 1.5em 64px;}
.push-2 { margin: 0 -128px 1.5em 128px;}
.push-3 { margin: 0 -192px 1.5em 192px;}
.push-4 { margin: 0 -256px 1.5em 256px;}
.push-5 { margin: 0 -320px 1.5em 320px;}
.push-6 { margin: 0 -384px 1.5em 384px;}
.push-7 { margin: 0 -448px 1.5em 448px;}
.push-8 { margin: 0 -512px 1.5em 512px;}
.push-9 { margin: 0 -576px 1.5em 576px;}
.push-10 { margin: 0 -640px 1.5em 640px;}
.push-11 { margin: 0 -704px 1.5em 704px;}
.push-12 { margin: 0 -768px 1.5em 768px;}
.push-13 { margin: 0 -832px 1.5em 832px;}
.push-14 { margin: 0 -896px 1.5em 896px;}
.push-15 { margin: 0 -960px 1.5em 960px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15 {float:right;position:relative;}

.box {padding:1.5em;margin-bottom:1.5em;background:#E5ECF9;}
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}


/* GWF Custom CSS */
body { font-size: 11px; }
a, a:hover { text-decoration: none; color: black; }
#top-header { height: 52px; }
#top-header,
#main-navi { background-color: #013E7A; color: white; }
#top-header * a,
#main-navi * a { color: white; }
#top-header,
#top-header-image { margin-bottom: 2px; }
#top-header-image { height: 116px; }
#top-header-image img { height: 116px; position: absolute; width: 951px; z-index: 0; }
#top-header-image img.show { display: none; z-index:1 !important; }
#main-navi { height: 36px; background-image: url(http://www.gwf.ch/fileadmin/template/images/main-navi-bg.png); }
#top-header ul,
#main-navi ul,
#subnavi,
#shortcuts { list-style-type: none; margin: 0px; }
#breadcrumb,
#main-navi ul,
#top-header ul { float: right; }
#main-navi ul#main-navi-top li { padding-left: 16px; padding-right: 16px; text-transform: uppercase; float: left; line-height:18px; }
#main-navi ul#main-navi-top li a { display: block; }
#main-navi ul#main-navi-top li.act { background-color: #CCD9E5; }
#main-navi ul#main-navi-top li.act a { color: #013E7A; width: auto; }
#main-navi ul#main-navi-top li.act ul { position: absolute; visibility: visible; margin-left: -15px; }
#main-navi ul#main-navi-top li.act ul li { text-transform: none; }
#main-navi ul#main-navi-top li.act ul li a.submenu_act { color: black; font-weight: bold; }
#breadcrumb { margin-top: 4px; margin-bottom: 4px; margin-right: 15px; }
#breadcrumb,
#breadcrumb a { font-size: 10px; color: #999999; }
#breadcrumb a:last-child { color: black; }
#top-header ul li,
#main-navi ul li { float: left;}
#top-header ul { margin-top: 10px; margin-right: 3px; }
#top-header ul li { font-size: 10px; line-height: 10px; border-left: 1px solid white; padding-left: 7px; padding-right: 7px; }
#top-header ul li.print-link { display: none; padding-left: 9px; padding-right: 5px; }
#top-header ul li.search { border-left: none; }
#top-header ul li.logout { border-left: none; padding-left: 0px; margin-top: 0; }

/* #top-header { background-image: url(http://www.gwf.ch/fileadmin/template/images/gwf_logo.png); background-repeat: no-repeat; background-position: 10px 10px; } */
#top-header {  }

#active-language { font-weight: bold; }
#content-left #shortcuts { margin-bottom: 23px; }
#content-left #shortcuts li { margin-bottom: 2px; }
#content-left #shortcuts li a { text-transform: uppercase; background-color: #688CB0; display: block; color: white; font-size: 16px; line-height: 30px; padding-left: 24px; background-position: 12px 8px; background-image: url(http://www.gwf.ch/fileadmin/template/images/big_arrow.png); background-repeat: no-repeat; }
#content-left p { padding-left: 10px; }
#subnavi { margin-left: 12px; }
#subnavi li a { text-transform: uppercase; }
#subnavi li a.act { font-weight: bold; }
#subnavi li ul { list-style-type: none; margin-left: 0; }
#subnavi li ul li a { display: block; text-transform: none; color: #013E7A; padding-left: 10px; background-position: 0px 2px; background-image: url(http://www.gwf.ch/fileadmin/template/images/arrow.png); background-repeat: no-repeat; }
#subnavi li ul li a.submenu_act { font-weight: bold; } 
#indexedsearch p { margin-top: -5px; }
#indexedsearch input[type="text"] { line-height: 16px; height: 16px; width: 65px; border: none; background-color: #8CADCC; color:white; margin: -3px 0 0 0; padding: 0; }
#indexedsearch input.searchbox-button { position: relative; top: 2px; width: 15px; height: 16px; border: none; margin-top: 1px; margin-left: 2px; background-image: url(http://www.gwf.ch/fileadmin/template/images/search.png); }
#indexedsearch { padding: 0; margin: 0; position: relative; top: -5px; }
#ajax-content, #filter { display: none; }
#filter { height:100%;left:0;top:0;position:absolute;position:absolute;position:absolute;z-index:90; }
.filter { background-color:#000000;opacity:0.7;width:100%; }
#ajax-content { z-index:92;background-color:#FFFFFF;position:absolute; top: 165px; }
.ajax-content-login { left:-158px;margin-left:50%;width:315px;border: 1px solid white; }
#ajax-content #content-middle { background-color: #999999; color: white; }
#ajax-content #content-middle h1 { font-size: 12px; width: 305px; border-bottom: 1px solid white; height: 22px; line-height: 22px; background-color: #000000; color: white; text-transform: uppercase; padding-left: 10px; margin-bottom: 10px; }
#ajax-content #content-middle h1 a#close-ajax { float: right; margin-top: 1px; margin-right: 1px; }
#ajax-content #login-form-div,
#ajax-content p a { margin-left: 10px; }
#ajax-content #login-form-div input[type=submit] { width: 22px; height: 22px; margin-top:7px; background-image: url(http://www.gwf.ch/fileadmin/template/images/login_button.png); }
#ajax-content #login-form-div input[type=password] { float: left; }
#ajax-content #content-middle p { width: 200px; padding-bottom: 20px; }
#ajax-content #content-middle p a { color: white; }
#content-right, 
#content-middle { float: left; }
#content-right,
#content-left,
#content-middle { min-height: 300px; }
#content-right { background-color: #BFCFDE;}
#content-right h1 { margin-bottom: 0px; color: #013E7A; background-color: #809EBC; border-bottom: 1px solid white; height: 22px; line-height: 22px; font-size: 12px; font-weight: bold; padding-left: 9px; padding-right: 9px; }
#content-right p { padding-left: 9px; padding-right: 9px; }
#content-right p b { display: block; margin-top: 5px; }
#content-right p br { display: none; }
#content-right p a { margin-top: 10px; padding-right: 10px; background-position: right; background-image: url(http://www.gwf.ch/fileadmin/template/images/link_arrow.png); background-repeat: no-repeat; }
#content-right div { border-bottom: 2px solid white; }
#content-right table.imgtext-table { margin-bottom: 0px; height: auto; }
#content-right table.imgtext-table tr:first-child { display: none; }
#content-right ul { list-style-type: none; margin: 0 10px 0px 10px;}
#content-right ul li a { display: block; }

#content-right ul li a.download {   padding-left: 30px; margin-top: 6px; background-position: 0px 2px; background-image: url(http://www.gwf.ch/fileadmin/template/images/pdf.png); background-repeat: no-repeat; }
#content-right ul li a.download-exe {   padding-left: 30px; margin-top: 6px; background-position: 0px 2px; background-image: url(http://www.gwf.ch/fileadmin/template/images/exe.png); background-repeat: no-repeat; }
#content-right ul li a.rss {   padding-left: 30px; margin-top: 6px; background-position: 0px 2px; background-image: url(http://www.gwf.ch/fileadmin/template/images/rss.png); background-repeat: no-repeat; }


#content-right img { margin-left: 4px; }
#content-middle h1 { color: #013E7A; font-size: 18px; margin-bottom: 18px; }
#content-middle h2 { font-size: 16px; line-height: 18px; margin-bottom: 18px; }
#content-middle h2,
#content-middle p,
#content-middle ul { width: 439px; }
#content-middle .bottom-text p { width: 345px; }
#content-middle label.image-caption { font-weight: normal; }
#content-middle table td { vertical-align: top; }
#content-middle table a { border-bottom: 1px solid red; }
#content-middle table a img { margin-bottom: -3px; margin-right: 0px; }
#content-middle img { border: none; margin-right: 9px; margin-bottom: 15px; }

#content-middle ul#product-navi { width: 576px; list-style-type: none; padding: 0; margin: 0; margin-top: 20px; }
#content-middle ul#product-navi li { float: left; width: 119px; margin-right: 9px; list-style: none; padding: 0px 0px 20px 0px}
#content-middle ul#product-navi li a.top { display: block; background-color: #B2C5D7; padding: 4px 2px 0px 4px; height: 28px; line-height: 12px; }
#content-middle ul#product-navi li a.top:hover { color: white; background-color: #013E7A; }
#content-middle ul#product-navi li a img { margin-bottom: 0px; margin-right: 0; border-bottom: 2px solid #013E7A; }
#content-middle ul#product-navi li label { display: block; padding: 0px 0px 16px 0px; }

#content-middle input[type=submit] { border: none;  background-color: #FFFFFF; font-size: 12px; font-weight: bold; }
#content-middle form input[type="text"], 
#content-middle form input[type="password"],
#content-middle form input.text,
#content-middle form input.title,
#content-middle form textarea,
#content-middle form select { margin: 0; width: 300px; }
#content-middle form .form-error { border: 1px solid red; }
#content-middle form label.hinweis { margin-left: 222px; }
#content-middle form table 
#ajax-content #content-middle img { margin-right: 0px; }
#content-left { display: block; }
#frame1,
#frame2 { float: left; height: 344px; }
#frame1 { background-image: url(http://www.gwf.ch/fileadmin/template/home/versorgung1.jpg); }
#frame2 { background-image: url(http://www.gwf.ch/fileadmin/template/home/gebaeude1.jpg); margin-right: 0; }
#frame1:hover,
#frame2:hover,
.frame-hover { background-color: #013E7A; background-image: none; }
#frame1 ul,
#frame2 ul { margin-top: 110px; }
#frame1 ul li a,
#frame2 ul li a { font-size: 12px; display: block; width: 256px; background-color: white; margin-bottom: 2px; line-height: 22px; padding-left: 20px; background-position: 10px 5px; background-image: url(http://www.gwf.ch/fileadmin/template/images/black_arrow.png); background-repeat: no-repeat; }
#frame1 ul li a:hover,
#frame2 ul li a:hover { font-weight: bold; }
#frame1 ul li:first-child a,
#frame2 ul li:first-child a,
#frame1 ul li.first-child a,
#frame2 ul li.first-child a {  background-position: 10px 13px; line-height: 38px; font-size: 21px; color: #013E7A; background-image: url(http://www.gwf.ch/fileadmin/template/images/blue_arrow.png) }
div.bottom-text { margin-left: 20px; width: 345px; font-size: 15px; line-height: 18px; margin-top: 10px; position: relative; top: -30px; }
div.bottom-text p { position: absolute; bottom: 0; margin: 0; display: none; color: white; }
div:last-child.bottom-text { margin-right: 0px;}
#login-form-div label { width: 100%; display: block; }
#login-form-div input[type=text],
#login-form-div input[type=password],
#login-form-div input[type=submit] { width: 250px; border: 1px solid #999999; font-size: 12px; font-weight: bold; padding-bottom: 4px; padding-top: 3px; }
#login-form-div input[type=submit] { text-align: left; border: none;  background-color: #FFFFFF; padding: 0; margin: 0;  }

#flash { display: none; z-index:2; position: relative; top: -162px; padding-left: 8px; width: 250px;}
#zahlen { visibility:visible; z-index:2; position: relative; top: -162px; padding-left: 8px; width: 250px; height: 0px; }
#flash .alt { display:block; height:0; overflow:hidden; position:absolute; width:0; } 

#footer { display: block; background-color: #DAE3E9; height: 18px; margin-top: 15px;}
#footer #footer-print-link { display: none; float: right; margin-right: 9px; }
#footer #footer-sc-link { float: right; margin-right: 9px; color: #999999;}
#footer #footer-print-link img { position: relative; top: 2px; }
#footer #footer-subnavi { list-style-type: none; padding: 0; margin: 0 0 0 9px; }
#footer #footer-subnavi li { float: left; margin-right: 10px; }


/****** Dokumenten-Center-Formatierungen ********************************************/
/* default styles for extension "tx_dirlisting_pi1" */
    .tx-dirlisting-pi1-error { color: maroon; }
    .tx-dirlisting-pi1-title { width: 500px; font-size: 14px; font-weight: normal; margin: 0; padding: 0; text-align:left; vertical-align: top; }
    
    .tx-dirlisting-pi1 table { border-width: 0px; /*width: 586px;*/ margin: 0px; padding: 0px; }
    .tx-dirlisting-pi1-header-row { background-color: #FFFFFF; }
    .tx-dirlisting-pi1-row { background-color: #FFFFFF; }
    
    .tx-dirlisting-pi1-header-icon,
    .tx-dirlisting-pi1-header-filename,
    .tx-dirlisting-pi1-header-perms,
    .tx-dirlisting-pi1-header-owner,
    .tx-dirlisting-pi1-header-group,
    .tx-dirlisting-pi1-header-filesize,
    .tx-dirlisting-pi1-header-filemod {
      /*color: #ffd000;*/
	  color: #000000;
      font-style: normal;
      font-weight: bold;
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-bottom-color: black;
	  background-color: #E5E5E5 /*#CCCCCC*/;
	  font-size: 12px;
	  text-align: left;
	  vertical-align: middle;
	  padding-top: 4px;
	  padding-bottom: 4px;
    }
    
    .tx-dirlisting-pi1-icon,
    .tx-dirlisting-pi1-filename,
    .tx-dirlisting-pi1-filename-asb,
    .tx-dirlisting-pi1-perms,
    .tx-dirlisting-pi1-owner,
    .tx-dirlisting-pi1-group,
    .tx-dirlisting-pi1-filesize,
    .tx-dirlisting-pi1-filemod {
	  border-bottom: 1px solid black;
	  text-align: left;
	  vertical-align: middle;
	  font-size: 12px;
	  padding-top: 4px;
	  padding-bottom: 4px;
	}
	.tx-dirlisting-pi1-icon { width: 30px; }
	.tx-dirlisting-pi1-filename { width: 316px; }
	.tx-dirlisting-pi1-filesize { width: 100px; }
	.tx-dirlisting-pi1-filemod { width: 130px; }
	
	.tx-dirlisting-pi1 { display: table; }
/*********************************************************************************************/	


/***********************************************************************
******* default styles for extension "tx_dropdownsitemap_pi1" *********
***********************************************************************/
        .tx-dropdownsitemap-pi1 UL, .tx-dropdownsitemap-pi1 OL {
            list-style: none;
            margin: 0px;
            padding: 0px;
        }
        .tx-dropdownsitemap-pi1 A, .tx-dropdownsitemap-pi1 A:link, .tx-dropdownsitemap-pi1 A:visited, .tx-dropdownsitemap-pi1 A:hover, .tx-dropdownsitemap-pi1 A:active {
            color: #013E7A;
            background-color: inherit;
        }
        .tx-dropdownsitemap-pi1 DIV {
            margin-left: 20px;
            margin-top: 2px;
            padding: 2px;
        }
        .tx-dropdownsitemap-pi1 LI.open OL {
            display: block;
        }
        .tx-dropdownsitemap-pi1 LI.closed OL {
            display: none;
        }
        .tx-dropdownsitemap-pi1 LI.open UL {
            display: block;
        }
        .tx-dropdownsitemap-pi1 LI.closed UL {
            display: none;
        }
        .tx-dropdownsitemap-pi1 SPAN.ifsub {
            text-transform: uppercase;
            font-weight: bold;
        }
        .tx-dropdownsitemap-pi1 SPAN.spc {
            text-transform: uppercase;
            font-style: italic;
        }
        .tx-dropdownsitemap-pi1 .description {
            font-style: italic;
            font-size: 80%;
            margin-left: 5px;
        }
        .tx-dropdownsitemap-pi1 DIV {
        }
        .tx-dropdownsitemap-pi1 DIV.level_2 {
        }
        .tx-dropdownsitemap-pi1 DIV.level_3 {
        }
        .tx-dropdownsitemap-pi1 DIV.level_4 {
        }
        .tx-dropdownsitemap-pi1 DIV.level_5 {
        }
        .tx-dropdownsitemap-pi1 DIV.expAll {
            border: none;
            background-color: transparent;
            color: inherit;
            padding: 5px;
        }
        .tx-dropdownsitemap-pi1 IMG {
            margin-right: 5px;
        }


#content-middle .tx-dropdownsitemap-pi1 img { border: none; margin-right: 9px; margin-bottom: 0px; }


.untertitel {font-size: 12px; font-weight: bold; color: #013E7A; border-bottom: 3px solid; border-color: #E8EAEF; display: block; margin: 0px; padding: 0px;}
.kompetenz  {margin: 0px 0px 0px 0px}
.vorteil {font-size: 11px; color: #013E7A; margin: 0px 0px 0px -6px; }


ul li.kompetenz {list-style-image:url(http://www.gwf.ch/fileadmin/template/square.gif); margin: 5px 0px 0px -5px; }
#content-middle ul li {list-style-image:url(http://www.gwf.ch/fileadmin/template/square.gif); margin: 5px 0px 0px -5px; }
#content-middle ul li.vorteil {list-style-image:url(http://www.gwf.ch/fileadmin/template/squarew.gif); margin: 0px 0px 0px -5px;}

*+html
#content-middle ul li {list-style-image:url(http://www.gwf.ch/fileadmin/template/square.gif); margin: 5px 0px 0px -5px; padding: 0px;}


* html
#content-middle ul li {list-style-image:url(http://www.gwf.ch/fileadmin/template/square.gif); margin: 5px 0px 0px 0px; padding: 0px;}

* html
#content-middle ul li.vorteil {list-style-image:url(http://www.gwf.ch/fileadmin/template/squarew.gif); margin: 0px 0px 0px 0px;}



*+html
#content-middle ul li.vorteil {list-style-image:url(http://www.gwf.ch/fileadmin/template/squarew.gif); margin: 0px 0px 0px -5px;}


#content-middle table a {border-bottom: none;}
.tx-dirlisting-pi1-title a   {font-size: 12px; }



    .tx-dirlisting-pi1-icon,
    .tx-dirlisting-pi1-filename,
    .tx-dirlisting-pi1-filename-asb,
    .tx-dirlisting-pi1-perms,
    .tx-dirlisting-pi1-owner,
    .tx-dirlisting-pi1-group,
    .tx-dirlisting-pi1-filesize,
    .tx-dirlisting-pi1-filemod { height: auto; padding: 2px 0px 0px 0px; margin: 0px 0px -4px 0px; border-bottom-color: #013E7A}


#content-middle a {text-decoration: underline; color: #013E7A}

#frame1 a, #frame2 a, #product-navi a {text-decoration: none; color: #000000;  list-style: none;}
#frame1 ul li, #frame2 ul li {list-style: none; margin: 0px} 

#print-footer, #print-logo { display: none; }

#content-middle div.tx-indexedsearch ul li {margin: 0px 7px 0px 0px; }
