/*@charset "UTF-8";*/

/* author: pzeh@saltation.de */

* {
 margin: 0;
 padding: 0;
}
html, body {
 height: 100%;
}
body {
 padding: 0;
 margin: 0;
 font: normal normal normal 1em/1em Tahoma, Geneva, Kalimati, arial, verdana, sans-serif;
 color: #1F1F1F;
 background: #E7E7E7 url('gfx/bg_body.gif') repeat-y center top;
}

a { color: #459768; text-decoration: none;}
a:link { color: #459768; background-color: transparent; }
a:visited { color: #459768; background-color: transparent; }
a:hover, a:active { color: #459768; text-decoration: none; background-color: transparent; }
a img { border: none; }
a:link img, a:visited img { border-style: none }
a.active { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { 
  text-align: left; margin-bottom: 0.2em;
}
h1, h2, h3 { /*color: #459768;*/ color: #09B100; }
h1 { font: normal 200% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; }
h2 { font: bold 128% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; }
h3 { font: bold 100% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; }
h4 { color: #459768; font: bold 108% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; margin-bottom: 0; }
h5 { color: #3F3F3F; font: italic 100% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; }
h6 { color: #3F3F3F; font: small-caps 100% "trebuchet ms", Tahoma, Geneva, Kalimati, arial, verdana, sans-serif; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none !important; }

p { margin: 0 0 1em 0; }

p.copyright { font-size: small }
p.copyright small { font-size: small }

button { 
 padding: 0;
 margin: 0;
 border: 0;
 background-color: transparent;
}

fieldset {
 border: none;
}
legend {
 display: none;
}

input, textarea, select {
 border: 1px solid #D9D9E6;
 margin-bottom: 0.8em;
 /* Exploder looks better without lineheight... */
 /*font: normal normal normal 1em/1em verdana, arial, helvetica, sans-serif;*/
 font: normal normal normal 1em verdana, arial, helvetica, sans-serif;
}
input.checkbox {
 border: none;
 background-color: transparent;
}

hr { border: 1px solid #CFCFCF; background-color: #FFFFFF; height: 1px; line-height: 0; display: block; margin: 0.4em 0 0.4em 0; }

.hide { display: none }

.center { text-align: center !important; }
.right { text-align: right !important; }

pre { margin-left: 2em }
pre, code { font-family: monospace }

ul, ol, dl {
 margin: 0;
 padding: 0;
 line-height: 130%;
 list-style: square outside none;
}

table td {
 vertical-align: top;
}

.clear {
 clear: both;
 font-size: 0px;
 line-height: 0px;
 height: 0;
}

.small {
 font-size: 89% !important;
 font-weight: normal !important;
}
.smallstrong {
 font-size: 89% !important;
 font-weight: bold !important;
}
.bigger {
 font-size: 110% !important;
}
.highlight,
.tx-guestbook-form-obligationfield {
 color: #E3000f;
}
.highlightstrong {
 color: #E3000f;
 font-weight: bold;
}
.highlightgrey {
 color: #4F6A74;
}
.author {
 font-size: 89%;
 font-style: italic;
}
.quotes {
 font-style: italic;
}
.indent {
 margin-left: 2em;
}
.boxed, 
.csc-frame-frame1 {
 background-color: #FFFFFF;
 border: 1px solid #B5BFC5;
 margin-bottom: 0.8em;
 margin-top: 2em;
 overflow: hidden;
}
.csc-frame-rulerAfter {
 border-bottom: 1px solid #FFFFFF;
 margin: 0.8em 0;
}
.boxed p, .boxed h1, .boxed h2, .boxed h3, .boxed h4, .boxed h5, .boxed h6,
.csc-frame-frame1 p, .csc-frame-frame1 h1, .csc-frame-frame1 h2, .csc-frame-frame1 h3, .csc-frame-frame1 h4, .csc-frame-frame1 h5, .csc-frame-frame1 h6 {
 margin-left: 0.4em;
 margin-right: 0.4em;
}
.but01 {
 background: #CAD4D5 url('gfx/bg_button_submit.gif') repeat-x left top;
 /*border: 1px solid #4F6A74;
 border: 1px solid #738991;*/
 border: 1px solid #98A8AE;
 padding: 0 0.2em 0 0.2em;
}
a.top, .csc-linkToTop a {
 background: transparent url('gfx/bg_a_top.gif') no-repeat right 0.3em;
 padding-right: 1.2em;
 text-decoration: none !important;
}
.csc-linkToTop {
 text-align: right;
}
.separator {
 background-color: #09B100;
 width: 848px;
 height: 4px;
 margin: 16px 16px 4px 16px;
}

@media aural {  
  h1, h2, h3 { stress: 20; richness: 90 }
  .hide { speak: none }
  p.copyright { volume: x-soft; speech-rate: x-fast }
  dt { pause-before: 20% }
  pre { speak-punctuation: code } 
}

#shdtop {
 width: 100%;
 height: 24px;
 background: transparent url('gfx/shd_top_24.png') repeat-x left top;
 position: absolute;
 top: 1px;
 left: 0;
}
* html #shdtop {
 display: none;
}

#container {
 margin: 0 auto 0 auto;
 width: 880px;
 font-size: 80%;
 line-height: 130%;
 background: #FFFFFF url('gfx/bg_cnt2.png') no-repeat left top;
 padding-bottom: 0.8em;
}

#header {
 width: 880px;
 height: 80px;
 background: #FFFFFF url('gfx/header_080_01.jpg') no-repeat center 0px;
}
#header img {
 margin: 0 auto;
}

#navmain {
 width: 880px;
 margin: 0px 0 0 0;
 background: #65C07B url('gfx/bg_navmain.gif') no-repeat left top;
 border-top: 1px solid #459768;
 border-bottom: 1px solid #459768;
}
#navmain ul {
 list-style: none;
 margin: 0;
 overflow: hidden;
}
#navmain ul li {
 float: left;
}
#navmain ul a {
 display: block;
 color: #FFFFFF;
/* font-weight: bold;*/
/* padding: 0.5em 1.2em 0.5em 1.2em;*/
 padding: 0.5em 0.6em 0.5em 0.6em;
}
#navmain ul a:hover, #navmain ul a.act, #navmain ul a.actifsub {
 color: #FFFFFF;
 background-color: #459768;
 background-color: #65C07B;
 background-color: #47A575;
}

#contentcontainer {
 width: 880px;
 background: #FFFFFF url('gfx/bg_cnt.gif') no-repeat left top;
}

#navsub {
 width: 160px;
 margin: 16px 0 0 8px;
 float: left;
 display: inline;
}
#navsub ul {
 list-style: none;
 background-color: #EFEFEF;
}
#navsub ul ul {
 background-color: #DFDFDF;
 border-top: 1px solid #CFCFCF;
 border-bottom: 1px solid #CFCFCF;
}
#navsub ul li a {
 padding: 4px 0 6px 8px;
 display: block;
 border-top: 1px solid #FFFFFF;
}
#navsub ul ul li a {
/* background: transparent url('gfx/bg_navsub_li.gif') no-repeat 0.65em 0.9em;*/
 background-image: url('gfx/bg_navsub_li.gif');
 background-repeat: no-repeat;
 background-position: 0.65em 0.9em;
}
#navsub ul ul ul li a {
/* background: transparent url('gfx/bg_navsub_li.gif') no-repeat 1.25em 0.9em;*/
 background-image: url('gfx/bg_navsub_li.gif');
 background-repeat: no-repeat;
 background-position: 1.25em 0.9em;
}
#navsub ul ul li a {
 padding-left: 16px;
}
#navsub ul ul ul li a {
 padding-left: 24px;
}
#navsub a:link, #navsub a:visited {
 
}
#navsub a:hover, #navsub a:active, #navsub a.act, #navsub a.actifsub {
 color: #000000;
/* background-color: #09B100;*/
/* background-color: #CEEFCC;*/
/* background-color: #E6F7E5;*/
/* background-color: #EFEFEF;*/
/* background-color: #84D87F;*/
background-color: #DFDFDF;
}
#navsub ul ul a:hover, #navsub ul ul a:active, #navsub ul ul a.act, #navsub ul ul a.actifsub {
 color: #000000;
 background-color: #CFCFCF;
}

#content {
 width: 674px;
 min-height: 400px;
/* margin: 16px 0 0 16px;*/
 margin: 16px 0 0 8px;
 padding-left: 8px;
 float: left;
 display: inline;
 border-left: 1px solid #DFDFDF;
}
* html {
 height: 400px;
}
#content a, #content a:link, #content a:visited {
 text-decoration: underline;
}
#content a:hover, #content a:active, #footer a:hover, #footer a:active {
 color: #2C7849;
}
#content p {
 margin: 0 0 1em 0;
}
#content ul {
 margin: 0 0 1em 2em;
}

#footer {
/* margin: 0 24px;*/
 margin: 0 16px;
 font-size: 90%;
 border-top: 4px solid #09B100;
background-color: #FFFFFF;
padding-bottom: 0.6em;
position: fixed;
bottom: -1px;
width: 848px;
}
#footer ul {
 margin-left: 8px;
 float: left;
}
#footer span {
 color: #7F7F7F;
 margin-right: 8px;
 float: right;
}
#footer ul {
 list-style: none;
}
#footer ul li {
 float: left;
 margin-right: 8px;
}

/* */
.csc-frame-frame2 {
 color: #004D88;
 border: 1px solid #B3C9E5;
 background: #FFFFFF url('gfx/bg_table3.gif') repeat-x left bottom;
 padding: 0.4em;
}
table.contenttable-2, table.contenttable-3 {
 width: 100%;
 color: #004D88;
 border: 1px solid #B3C9E5;
 border-collapse: collapse;
 border-spacing: 0;
 background: #FFFFFF url('gfx/bg_table3.gif') repeat-x left bottom;
 margin-bottom: 0.8em;
}
table.contenttable-3 td {
 border: 1px solid #B3C9E0;
 padding: 0.4em 0 0.4em 0.4em;
}
table.contenttable-3 td img {
 vertical-align: middle;
}
table.contenttable-2 {
 background-image: none;
}
table.contenttable-2 td {
 border: 1px solid #B3C9E0;
 padding: 0.1em 0.4em;
}
table.contenttable-2 tr.tr-even td {
 background: #FFFFFF url('gfx/bg_table2_even.gif') repeat-x left top;
}
table.contenttable-2 tr.tr-odd td {
 background: #FFFFFF url('gfx/bg_table2_odd.gif') repeat-x left top;
}

.csc-uploads-1 td {
 vertical-align: top;
 padding-right: 0.2em;
}
.csc-uploads-1 p, .csc-uploads-2 p {
 margin-bottom: 0;
}
.csc-uploads-description, .filelinks_layout_1 .description {
 font-weight: bold;
}
.filelinks .filecount {
 display: none;
}
.filelinks .fileicon {
 background-position: left 0.4em;
}

.csc-uploads-2 {
 width: 100%;
}
.csc-uploads-2 td {
 vertical-align: top;
}
.csc-uploads-2 td.csc-uploads-icon {
 width: 84px;
 padding-bottom: 1.6em;
}
.csc-uploads-2 td.csc-uploads-fileSize {
 text-align: right;
 min-width: 4em;
}

.tx-powermail-pi1 fieldset.tx-powermail-pi1_fieldset {
 background-color: transparent;
 border: none;
}
.tx-powermail-pi1 label, .tx-powermail-pi1 input,
.tx_tipafriend label, .tx_tipafriend input,
.tx-guestbook-field label {
 float:left;
}
.tx-powermail-pi1 label,
.tx-guestbook-field label {
 width: 10em;
}
.tx_tipafriend label {
 width: 12.5em;
}
.tx-powermail-pi1 input, .tx-powermail-pi1 textarea, .tx-powermail-pi1 select,
.tx_tipafriend input, .tx_tipafriend textarea, .tx_tipafriend select,
.tx-guestbook-field input, .tx-guestbook-field textarea {
 width: 16em;
}
.tx-powermail-pi1 input.powermail_submit, input.submit {
 width: auto !important;
}
.tx_powermail_pi1_fieldwrap_html,
.tx_tipafriend_formfield {
 clear: both;
}
.tx_tipafriend .tx_powermail_pi1_fieldwrap_html_captcha span {
 margin-left: 13.5em;
}
.tx-powermail-pi1 .powermail_submit {
 margin-left: 19.2em;
}

img.tx-srfreecap-pi2-image {
 width: 16em;
 margin-left: 10em;
 border: 1px solid #D9D9E6;
 display: block;
 clear:both;
}
.tx-srfreecap-pi2-cant-read {
 width: 17em;
 display: block;
 margin: 0.8em 0 1em 10em;
}

.tx-guestbook-date {
 color: #7F7F7F;
}
.tx-guestbook-entry {
 border-bottom: 1px dashed #CFCFCF;
 margin-bottom: 0.8em;
}
