a.interwiki { background: transparent url(/lib/images/interwiki.png) 0px 1px no-repeat; padding-left: 16px;}a.iw_wp {  background-image: url(/lib/images/interwiki/wp.gif)}a.iw_wpde {  background-image: url(/lib/images/interwiki/wpde.gif)}a.iw_wpmeta {  background-image: url(/lib/images/interwiki/wpmeta.gif)}a.iw_doku {  background-image: url(/lib/images/interwiki/doku.gif)}a.iw_sb {  background-image: url(/lib/images/interwiki/sb.gif)}a.iw_amazon {  background-image: url(/lib/images/interwiki/amazon.gif)}a.iw_amazon_de {  background-image: url(/lib/images/interwiki/amazon.de.gif)}a.iw_amazon_uk {  background-image: url(/lib/images/interwiki/amazon.uk.gif)}a.iw_phpfn {  background-image: url(/lib/images/interwiki/phpfn.gif)}a.iw_dokubug {  background-image: url(/lib/images/interwiki/dokubug.gif)}a.iw_coral {  background-image: url(/lib/images/interwiki/coral.gif)}a.iw_google {  background-image: url(/lib/images/interwiki/google.gif)}a.iw_meatball {  background-image: url(/lib/images/interwiki/meatball.gif)}a.iw_wiki {  background-image: url(/lib/images/interwiki/wiki.gif)}a.mediafile { background: transparent url(/lib/images/fileicons/file.png) 0px 1px no-repeat; padding-left: 18px; padding-bottom: 1px;}a.mf_jpg {  background-image: url(/lib/images/fileicons/jpg.png)}a.mf_jpeg {  background-image: url(/lib/images/fileicons/jpeg.png)}a.mf_gif {  background-image: url(/lib/images/fileicons/gif.png)}a.mf_png {  background-image: url(/lib/images/fileicons/png.png)}a.mf_tgz {  background-image: url(/lib/images/fileicons/tgz.png)}a.mf_tar {  background-image: url(/lib/images/fileicons/tar.png)}a.mf_gz {  background-image: url(/lib/images/fileicons/gz.png)}a.mf_bz2 {  background-image: url(/lib/images/fileicons/bz2.png)}a.mf_zip {  background-image: url(/lib/images/fileicons/zip.png)}a.mf_rar {  background-image: url(/lib/images/fileicons/rar.png)}a.mf_pdf {  background-image: url(/lib/images/fileicons/pdf.png)}a.mf_ps {  background-image: url(/lib/images/fileicons/ps.png)}a.mf_doc {  background-image: url(/lib/images/fileicons/doc.png)}a.mf_xls {  background-image: url(/lib/images/fileicons/xls.png)}a.mf_ppt {  background-image: url(/lib/images/fileicons/ppt.png)}a.mf_rtf {  background-image: url(/lib/images/fileicons/rtf.png)}a.mf_swf {  background-image: url(/lib/images/fileicons/swf.png)}a.mf_rpm {  background-image: url(/lib/images/fileicons/rpm.png)}a.mf_deb {  background-image: url(/lib/images/fileicons/deb.png)}a.mf_sxw {  background-image: url(/lib/images/fileicons/sxw.png)}a.mf_sxc {  background-image: url(/lib/images/fileicons/sxc.png)}a.mf_sxi {  background-image: url(/lib/images/fileicons/sxi.png)}a.mf_sxd {  background-image: url(/lib/images/fileicons/sxd.png)}a.mf_odc {  background-image: url(/lib/images/fileicons/odc.png)}a.mf_odf {  background-image: url(/lib/images/fileicons/odf.png)}a.mf_odg {  background-image: url(/lib/images/fileicons/odg.png)}a.mf_odi {  background-image: url(/lib/images/fileicons/odi.png)}a.mf_odp {  background-image: url(/lib/images/fileicons/odp.png)}a.mf_ods {  background-image: url(/lib/images/fileicons/ods.png)}a.mf_odt {  background-image: url(/lib/images/fileicons/odt.png)}/**
 * Basic styles. These styles are needed for basic DokuWiki functions
 * regardless of the used template. Templates can override them of course
 */

div.clearer {
  clear: both;
  line-height: 0px;
  height: 0;
  overflow:hidden;
}

div.no {
  display: inline;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none;
}

div.error {
  background: #fcc url(/lib/styles/../images/error.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #faa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.info {
  background: #ccf url(/lib/styles/../images/info.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #aaf;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.success {
  background: #cfc url(/lib/styles/../images/success.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #afa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}

div.notify {
  background: #ffc url(/lib/styles/../images/notify.png) 0.5em 0px no-repeat;
  color: #000;
  border-bottom: 1px solid #ffa;
  font-size: 90%;
  margin: 0;
  padding-left: 3em;
  overflow: hidden;
}


/* image alignment */
.medialeft {
  float: left;
}
.mediaright {
  float: right;
}
.mediacenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.leftalign {text-align: left;}
.centeralign {text-align: center;}
.rightalign {text-align: right;}

em.u {
  font-style: normal;
  text-decoration: underline;
}
em em.u {
  font-style: italic;
}


/* syntax highlighting code */
.code .br0  { color: #66cc66; }
.code .co1  { color: #808080; font-style: italic; }
.code .co2  { color: #808080; font-style: italic; }
.code .co3  { color: #808080; }
.code .coMULTI  { color: #808080; font-style: italic; }
.code .es0  { color: #000099; font-weight: bold; }
.code .kw1  { color: #b1b100; }
.code .kw2  { color: #000000; font-weight: bold; }
.code .kw3  { color: #000066; }
.code .kw4  { color: #993333; }
.code .kw5  { color: #0000ff; }
.code .me1  { color: #006600; }
.code .me2  { color: #006600; }
.code .nu0  { color: #cc66cc; }
.code .re0  { color: #0000ff; }
.code .re1  { color: #0000ff; }
.code .re2  { color: #0000ff; }
.code .re3  { color:#ff3333; font-weight:bold; }
.code .re4  { color: #009999; }
.code .st0  { color: #ff0000; }
.code .sy0  { color: #66cc66; }

div.dokuwiki label.th,
div.dokuwiki label.td {
  float: left;
  width: 48%;
  text-align: right;
}

div.dokuwiki label.th {
  font-weight: bold;
}

div.dokuwiki div.form__wide {
  margin-bottom: 0.5em;
}

div.dokuwiki div.form__column {
  margin-left: 50%;
  text-align: left;
  margin-bottom: 0.5em;
}

div.dokuwiki div.form__wide input.edit,
div.dokuwiki div.form__column input.edit,
div.dokuwiki div.form__wide textarea.edit,
div.dokuwiki div.form__column textarea.edit {
  width: 96%;
}
div#acl_manager div#acl__tree {
    font-size: 90%;
    width: 25%;
    height: 300px;
    float: left;
    overflow: auto;
    border: 1px solid #bfc0c0;
    text-align: left;
}

div#acl_manager div#acl__tree a.cur {
    background-color: __highlight__;
    font-weight: bold;
}

div#acl_manager div#acl__tree ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div#acl_manager div#acl__tree li {
    padding-left: 1em;
}

div#acl_manager div#acl__tree ul img {
    margin-right: 0.25em;
    cursor: pointer;
}

div#acl_manager div#acl__detail {
    width: 73%;
    height: 300px;
    float: right;
    overflow: auto;
}

div#acl_manager div#acl__detail fieldset {
    width: 90%;
}

div#acl_manager div#acl__detail div#acl__user {
    border: 1px solid #bfc0c0;
    padding: 0.5em;
    margin-bottom: 0.6em;
}

div#acl_manager table.inline {
    width: 100%;
    margin: 0;
}

div#acl_manager .aclgroup {
    background: transparent url(/lib/plugins/acl/pix/group.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager .acluser {
    background: transparent url(/lib/plugins/acl/pix/user.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager .aclpage {
    background: transparent url(/lib/plugins/acl/pix/page.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager .aclns {
    background: transparent url(/lib/plugins/acl/pix/ns.png) 0px 1px no-repeat;
    padding: 1px 0px 1px 18px;
}

div#acl_manager label.disabled {
  color: __text_neu__!important;
}

#acl_manager label {
  text-align: left;
  font-weight: normal;
  display: inline;
}

#acl_manager table {
  margin-left: 10%;
  width: 80%;
}

#acl_manager table tr {
    background-color: inherit;
}

#acl_manager table tr:hover {
    background-color: #d5d5d5;
}

/*	Cascading Style Sheet for 'code' syntax plugin  -  2008-07-22
	Copyright (C) 2005, 2008  M.Watermann, D-10247 Berlin, FRG  -  <support@mwat.de>
*/
div.dokuwiki pre.code,pre.code,div.dokuwiki pre.console,pre.console{border:thin dotted #ccc;margin:1ex 0;line-height:1.33;overflow:auto;text-indent:0;max-height:40em;max-width:99%;}
div.dokuwiki pre.code,pre.code{background:#fcfdfe none;color:#000;padding:0.4ex;}
.code .diff_addedline{background:#cfc none;color:#000;}
.code .diff_blockheader{background:#ccf none;color:#000;}
.code .diff_deletedline{background:#fcc none;color:#000;}
.code .br0{background:inherit;color:#369;}
.code .co1,.code .co2,.code .coMULTI,.code .kw2,.code .lno{font-style:italic;}
.code .br0,.code .co2,.code .es0,.code .kw1,.code .kw2,.code .kw3,.code .lno{font-weight:600;}
.code .co1,.code .co2,.code .coMULTI{background:inherit;color:#666;}
.code .es0{background:inherit;color:#c09;}
.code .imp{background:inherit;color:#909;}
.code .kw1{background:inherit;color:#903;}
.code .kw2{background:inherit;color:#036;}
.code .kw3{background:inherit;color:#309;}
.code .kw4{background:inherit;color:#933;}
.code .kw5{background:inherit;color:#00f;}
.code .lno{background:inherit;color:#999;font-size:smaller;}
.code .me0{background:inherit;color:#060;}
.code .nu0{background:inherit;color:#939;}
.code .re0{background:inherit;color:#606;}
.code .re1{background:inherit;color:#660;}
.code .re2{background:inherit;color:#063;}
.code .re3{background:inherit;color:#963;font-style:italic;font-weight:400;}
.code .re4{background:inherit;color:#099;}
.code .sc0{background:inherit;color:#069;}
.code .sc1{background:inherit;color:#960;}
.code .sc2{background:inherit;color:#090;}
.code .st0{background:inherit;color:#900;}
.code .sy0{background:inherit;color:#6c6;}
pre.code a{border:none;}
div.dokuwiki pre.console,pre.console{background:#333 none;color:#fff;font-weight:900;padding:0.4ex 0.3ex 0.6ex 0.6ex;}
div.dokuwiki pre.console .lno,pre.console .lno{background:inherit;color:#cff;font-size:smaller;font-style:italic;}
div.code{margin:0.4ex 0;padding:0.4ex 0;}
div.code pre.code{margin:0;}
div.code p.codehead,div.code p.codefoot{color:#030;background:inherit;line-height:1.33;text-align:left;padding:0 0 0 1ex;}
div.code p.codehead{margin:0.6ex 0 0 0;text-decoration:underline;}
div.code p.codefoot{margin:0 0 0.6ex 0;text-decoration:underline;}
div.code p.codeHidden{background-image:url(/lib/plugins/code/img/plus-11x11.gif);}
div.code p.codeShown{background-image:url(/lib/plugins/code/img/minus-11x11.gif);}
div.code p.codeHidden,div.code p.codeShown{padding-left:13px;background-repeat:no-repeat;background-position:0 50%;cursor:pointer;}
div.code p.codeHidden:hover,div.code p.codeShown:hover{background-color:#ddffdd;color:#030;text-decoration:none;}
div.code pre.codeHidden{display:none;}
div.code pre.codeShown{display:block;}
div.dokuwiki div.comment_wrapper {
  background-color: #d5d5d5;
  margin: 1em; 
  padding: 0.5em 1em 1.5em 0;
  clear: both;
}

div.dokuwiki div.comment_text {
  padding-top: 0.5em
}

div.dokuwiki div#discussion__comment_preview {
  padding: 1em;
  margin-top: 1em;
  visibility: hidden;
}

div.dokuwiki div.comment_preview {
  padding: 1em;
  border: 1px dashed #bfc0c0;
}

div.dokuwiki div.comment_form {
  margin-top: 2em;
  margin-right: 1em;
  clear: both;
}

div.dokuwiki div.comment_form .error {
  background: #fcc;
}

div.dokuwiki #discussion__comment_form label input.edit {
  width: 75%;
}

div.dokuwiki .comment_head {
  font-size: 80%;
  color: __text_neu__;
  padding-top: 0.5em;
  margin-top: 1em;
  clear: both;
}

div.dokuwiki .comment_head abbr {
  border-bottom: 0;
}

div.dokuwiki .comment_head span.author {
  background: transparent url(/lib/plugins/discussion/images/user.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki .comment_head abbr.published {
  background: transparent url(/lib/plugins/discussion/images/date.gif) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
}

div.dokuwiki .comment_body {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dotted #bfc0c0;
}

div.dokuwiki div.comment_replies {
}

div.dokuwiki div.comment_subscribe {
  float: left;
  display: inline;
  padding: 0.6em;
}

div.dokuwiki div.comment_subscribe input {
  float: left;
  display: inline;
}

div.dokuwiki div.comment_subscribe label {
  float: left;
  padding-left: 0.8em;
}

div.dokuwiki input.comment_submit {
  float: left;
  display: inline;
}

div.dokuwiki div.comment_hidden {
  opacity: 0.5;
}

div.dokuwiki div.comment_buttons {
  float: right;
  font-size: 10px;
  cursor: pointer;
  margin-top: -21px;
  padding-bottom: 1em;
}

div.dokuwiki div.comment_buttons input.button {
  border: 1px solid #bfc0c0;
  color: __text__;
  background-color: #f5f5f5;
  vertical-align: middle;
  text-decoration: none;
  padding: 0;
  margin: 0 0 0 0.5em;
}

div.dokuwiki div.newthread_form {
  clear: both;
  text-align: center;
  margin-bottom: 1em;
}

div.dokuwiki #discussion__newthread_form input.edit {
  width: 95%;
}

div.dokuwiki ul.admin_discussion li.hidden {
  display: list-item;
  opacity: 0.5;
}

div.dokuwiki ul.admin_discussion span.abstract {
  color: __text_neu__;
}

div.dokuwiki table.pagelist tr.discussion_status2 a {
  color: __text_neu__ !important;
}
.noteredirect {
  margin: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 70% !important;
  min-height: 18px;
  clear: both;
  text-align: justify;
  vertical-align: middle;
  border-collapse: collapse;
  padding: 7px 10px 5px 32px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  
  /*border: 1px solid #B5E0FF;*/
  background-color: #B5E0FF;
  background-image: url(/lib/plugins/pageredirect/images/important_small.png);
}div.dokuwiki table.gallery td {
  padding: 1em;
  text-align: center;
  vertical-align: middle;
}

div.dokuwiki table.gallery img.tn {
  padding: 0.4em;
  border: 1px solid #000;
}

div.dokuwiki div.gallery {
  clear: left;
  margin-bottom: 1em;
}

/*div.dokuwiki div.gallery div {
  float: left;
}*/

div.dokuwiki div.gallery img.tn {
  margin: 9px;
  vertical-align: middle;
  padding: 0.4em;
  border: 1px solid #000;
}

div.dokuwiki table.gallery_left,
div.dokuwiki div.gallery_left {
    float: left;
}

div.dokuwiki div.gallery div {
    float: left;
}

div.dokuwiki table.gallery_right,
div.dokuwiki div.gallery_right {
    float: right;
}

div.dokuwiki table.gallery_center,
div.dokuwiki div.gallery_center {
    margin-left: auto;
    margin-right: auto;
}

div.dokuwiki div.gallery_center {
    width: 80%;
    text-align: center;
}

/* for lightbox */

#gallery__lightbox {
    background-color: #eee;
    padding: 10px;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}
#gallery__overlay {
    background-image: url(/lib/plugins/gallery/images/overlay.png);
}
#gallery__lightboxCaption {
    color: #333;
    background-color: #eee;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}

* html #gallery__overlay {
    background-image: url(/lib/plugins/gallery/images/overlayie.png);
}
/* User Manager specific styles */
#user__manager tr.disabled {
  color: #6f6f6f;
  background: #e4e4e4;
}
#user__manager tr.user_info {
  vertical-align: top;
}
#user__manager div.edit_user {
  width: 46%;
  float: left;
}
#user__manager table {
  margin-bottom: 1em;
}
#user__manager input.button[disabled] {
  color: #ccc!important;
  border-color: #ccc!important;
}
/* IE won't understand but doesn't require it */
/*
 * admin plugin extension - style additions
 *
 * @author  Christopher Smith  chris@jalakai.co.uk
 * @link    http://wiki.jalakai.co.uk/dokuwiki/doku.php/tutorials/adminplugin
 */

/* overall containing div */
#plugin__manager {}

#plugin__manager h2 { margin-left: 0;}
#plugin__manager form { display: block; margin: 0; padding: 0;}
#plugin__manager legend { display: none;}
#plugin__manager fieldset { width: auto;}
#plugin__manager .button { margin: 0;}
#plugin__manager p, #plugin__manager label { text-align: left;}
#plugin__manager .hidden { display: none;}
#plugin__manager .new { background: #dee7ec;}
#plugin__manager input[disabled] { color: #ccc; border-color: #ccc;}  /* IE won't understand but doesn't require it */

#plugin__manager .pm_menu, #plugin__manager .pm_info { margin-left: 0; text-align: left; }
#plugin__manager .pm_menu { float: left; width: 48%; }
#plugin__manager .pm_info { float: right; width: 50%; }

#plugin__manager .common { }
#plugin__manager .common form { }
#plugin__manager .common fieldset { margin: 0; padding: 0 0 1.0em 0; text-align: left; border: none;}
#plugin__manager .common label { padding: 0 0 0.5em 0;}
#plugin__manager .common input {  }
#plugin__manager .common input.edit { width: 24em; margin: 0.5em;}
#plugin__manager .common .button { }

#plugin__manager form.plugins { }
#plugin__manager .plugins fieldset { color: #000; background: #fff; text-align: right; border-top: none; border-right: none; border-left: none;}
#plugin__manager .plugins fieldset.protected { background: #fdd; color: #000; }
#plugin__manager .plugins fieldset.disabled { background: #e0e0e0; color: #a8a8a8; }

#plugin__manager .plugins .legend { color: #000; background: inherit; display: block; margin: 0; padding: 0; font-size: 1em; line-height: 1.4em; font-weight: normal; text-align: left; float: left; padding: 0; clear: none;}
#plugin__manager .plugins .button { font-size: 95%;}

#plugin__manager .plugins fieldset.buttons { border: none;}
#plugin__manager .plugins fieldset.buttons .button { float: left; }

#plugin__manager .pm_info h3 { margin-left: 0; }
#plugin__manager .pm_info dl { margin: 1em 0; padding: 0;}
#plugin__manager .pm_info dt { width: 6em; float: left; clear: left; margin:0; padding: 0;}
#plugin__manager .pm_info dd { margin:0 0 0 7em; padding: 0; background: none;}

#plugin__manager .plugins .enable { float: left; width: auto; margin-right: 0.5em;}

/* end admin plugin styles */
table.columns-plugin {
    border: 10;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0;
	vertical-align: top;
}

table.columns-plugin td {
    vertical-align: top;
    padding: 0 0.5em 0 0.5em;
}

table.columns-plugin td.first {
    padding-left: 0;
}

table.columns-plugin td.last {
    padding-right: 0;
}

table.columns-plugin td.left {
    text-align: left;
}

table.columns-plugin td.center {
    text-align: center;
}

table.columns-plugin td.right {
    text-align: right;
}

table.columns-plugin td.center table {
    margin-left: auto;
    margin-right: auto;
}

table.columns-plugin td.right table {
    margin-left: auto;
    margin-right: 0;
}
/* plugin:configmanager */
#config__manager div.success,
#config__manager div.error,
#config__manager div.info {
  background-position: 0.5em;
  padding: 0.5em;
  text-align:center;
}

#config__manager fieldset {
  margin: 1em;
  width: auto;
  margin-bottom: 2em;
  background-color: #d5d5d5;
  color: __text__;
  padding: 0 1em;
}
#config__manager legend {
    font-size: 1.25em;
}

#config__manager form { }
#config__manager table {
    margin: 1em 0;
    width: 100%;
}

#config__manager fieldset td {
    text-align: left;
}
#config__manager fieldset td.value {
    /* fixed data column width */
    width: 30em;
}

#config__manager td.label {
    padding: 0.8em 0 0.6em 1em;
    vertical-align: top;
}

#config__manager td.label label {
    clear: both;
    display: block;
}

#config__manager td.label span.outkey {
    font-size: 70%;
    margin-top: -1.7em;
    margin-left: -1em;
    display: block;
    background-color: #f5f5f5;
    color: __text_neu__;
    float: left;
    padding: 0 0.1em;
    position: relative;
    z-index: 1;
}

#config__manager td input.edit {
    width: 30em;
}
#config__manager td select.edit { }
#config__manager td textarea.edit {
    width: 27.5em;
    height: 4em;
}

#config__manager tr .input,
#config__manager tr input,
#config__manager tr textarea,
#config__manager tr select {
  background-color: #fff;
  color: #000;
}

#config__manager tr.default .input,
#config__manager tr.default input,
#config__manager tr.default textarea,
#config__manager tr.default select,
#config__manager .selectiondefault {
  background-color: #ccddff;
  color: #000;
}

#config__manager tr.protected .input,
#config__manager tr.protected input,
#config__manager tr.protected textarea,
#config__manager tr.protected select,
#config__manager tr.protected .selection {
  background-color: #ffcccc!important;
  color: #000 !important;
}

#config__manager td.error  { background-color: red; color: #000;}

#config__manager .selection {
  width: 14.8em;
  float: left;
  margin: 0 0.3em 2px 0;
}

#config__manager .selection label {
  float: right;
  width: 14em;
  font-size: 90%;
}


/* IE6 correction */
* html #config__manager .selection label {
  padding-top: 2px;
}

#config__manager .selection input.checkbox {
  padding-left: 0.7em;
}

#config__manager .other {
  clear: both;
  padding-top: 0.5em;
}

#config__manager .other label {
  padding-left: 2px;
  font-size: 90%;
}

/* end plugin:configmanager */
div.dokuwiki table.inline td.okay {
  background-color: #afa;
  text-align: center;
}

div.dokuwiki table.inline td.notokay {
  background-color: #fcc;
  text-align: center;
}
/*
* DokuWiki Template franken.css
*
* @link   http://wiki.splitbrain.org/wiki:tpl:templates
* @author Klaus Franken <Klaus.Franken@StrukturPunkt.de>
*         http://StrukturPunkt.de/
*/

/* **********************************   Positionierungen  ************************************** */
body {
    /* margin:0; padding:0;
    margin-top:10px;*/
    margin:5px;
    font-family: Verdana, sans-serif, Arial, Helvetica;
    font-size: 100.01%;
    background-color:#696969;
    /*background: #fff url(/lib/tpl/frankencss/../_layout/bilder/background-greygradient.gif) repeat-x left;*/
    /*background-color:#f5f5dc;*/
    /*padding: 0.2em 0;*/
    text-align: center;     /* Zentrierung im Internet Explorer */
    height:101%;        /* bei Gecko, Safari immer vertikalen Scrollbalken anzeigen */
}

.clear {
    clear: both;
    display: block;
    height:0;
    overflow: hidden;
    margin: 0;
    /*padding: 0.5px; */        /* gegen Mozilla-Render Bug (sehr wichtig!) */
}

/* Behaelter fuer die Seite */
#seite {
    margin:0 auto;
    /* width:95%; */
    text-align:left; /* wieder links ausrichten */
    min-width:500px; /* because "min-width" is not supported by IE, these pages use a script from PVII */
    
    /* faux-column technique, this is the left one */
    /*background:#fff url(/lib/tpl/frankencss/left.gif) repeat-y left*/
    /*background: #c2c2c2 url(/lib/tpl/frankencss/links-bg.jpg) repeat-y left;*/
    background: #fff url(/lib/tpl/frankencss/links-bg.jpg) repeat-y left;
}

/* zeile1 */
#zeile1 {
    width:100%;
    height:150px;
    background: #FFFFFF;
}

#logo {
    width:150px;
    height:150px;
    position:relative; top:2px; left:2px;
    float:left;
}

#headertext {
    background-color:#0f63ae;
    color:white;
    top:10px;
    height:150px;
    margin-left:150px;
    font-size: 18px;
}
.site-title {
    position:absolute; top:50px;
    width:auto;
    font-size:34px;
    font-weight:bold;
    white-space:nowrap;
    padding-top:8px;
    padding-left:10px;
}
#navigationkopf {
    width:auto;
    margin-left:10px;
    padding-left:0px;
    padding-right:0px;
    float:left;
    position:relative; 
    top:120px;
    height:23px;
    padding-top:6px;
    white-space:nowrap;

    border-left:1px solid #CCCCCC;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #CCCCCC;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    background-color: #cc0;

  font-size: 80%;
}
#navigationkopf a:link,#navigationkopf a:visited {
  color: black;
  text-decoration: none;
    background-color: #cc0;
  border:1px solid #cc0;
}
#navigationkopf a:link:hover, #navigationkopf a:visited:hover {
  color: black;
  text-decoration: none;
  border:1px solid black;
  border-left:1px solid white;
  border-top: 1px solid white;
}
#navigationkopf strong {
  font-weight: bold;
  display:inline;
  border-bottom:2px solid white;
  border-right:1px solid white;
  border-left:1px solid black;
  border-top: 2px solid black;
}   
#navigationkopf p {
  margin-top:0px;
}
#kopflogin {
    width:150px;
    padding-left:4px;
    float:right;
    position:relative; 
    top:120px;
    height:23px;
    padding-top:6px;

    border-left:1px solid #CCCCCC;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #CCCCCC;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    background-color: #c2c2c2;

  font-size: 80%;
}
#kopflogin a:link,#kopflogin a:visited {
  color: black;
  font-size: 100%;
  text-decoration: none;
  /* display:block; */
  /* padding: 0.2em; */
  border-width: 1px;
  border-style: solid;
  border-color: #c2c2c2;
}
#kopflogin a:link:hover,#kopflogin a:visited:hover {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-left-color: white;
  border-top-color: white;
}

/* Behaelter, um rechte Spalte bis unten auszudehnen */
#wrapper {
}


/* linke Spalte: Navigation */
#navlinks {
    background-color:#c2c2c2;
    overflow:hidden; 
    display:inline-block;
    float:left;
    width:146px;
    padding-left:2px;
    padding-right:2px;
    display:inline; /* IE doubles the margins on floats, this takes care of the problem */
    margin-left:0px;
    padding-top:2px;
    padding-bottom:10px;
    border-top: 1px solid #ccc;
    font-size: 80%;
}
/* das versteht der IE nicht */
#navlinks[id] {
    overflow:hidden; display:inline-block;
    float:left;
    width:146px;
    padding-left:2px;
    padding-right:2px;
    height:auto;
    display:inline; /* IE doubles the margins on floats, this takes care of the problem */
    margin-left:0;
    padding-top:2px;
    padding-bottom:2px;
    border-top: 1px solid #ccc;
}
#navlinks form {
  margin: 0px;
}

#navlinks form input.edit {
  font-size: 100%;
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid white;
  width: 144px;
}

#navlinks form input.button {
  margin-top: 4px;
  width: 80px !important;
}
#navlinks h1 {
  font-size: 170%;
}
#navlinks a:link,#navlinks a:visited {
  color: black;
  font-size: 100%;
  text-decoration: none;
  display:block;
  /* padding: 0.2em; */
  background-color: #c2c2c2;
  border-width: 1px;
  border-style: solid;
  border-color: #c2c2c2;
}
#navlinks a:link:hover,#navlinks a:visited:hover {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-left-color: white;
  border-top-color: white;
  color: black; background-color: #c2c2c2;
}
#navlinks strong {
  font-weight: bold;
  display:block;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  border-left-color: black;
  border-top-color: black;
}
#navlinks ul {
    padding-left: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-top: 0px;
    margin: 0px;
}
#navlinks li {
    list-style-type: none;
}


/* Navigation fuer Edit-Modus */
#navedit {
    border-left:1px solid #CCCCCC;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #CCCCCC;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    background-color: #cc0;
}
#navedit a:link,#navedit a:visited {
  border-width: 1px;
  border-style: solid;
  border-color: #cc0;
    background-color: #cc0;
}
#navedit a:link:hover,#navedit a:visited:hover {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-left-color: white;
  border-top-color: white;
    background-color: #cc0;
}


/* Spalte RECHTS */
#navrechts {
    float:right;
    width:150px;
    /*margin-right:2px;*/
    margin-left:10px;
    padding-left:4px;
    font-size:80%;
    border-left:1px solid #CCCCCC;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #CCCCCC;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    background-color: #cc0;
}
#navrechts p {
    /* this is to make sure IE (v6 sp2) *displays* this element (same problem as #zeile1, but using a different fix) */
    /*position:relative;*/
}
#navrechts a:link,#navrechts a:visited {
  color: black;
  font-size: 100%;
  text-decoration: none;
  display:block;
  /* padding: 0.2em; */
  border-width: 1px;
  border-style: solid;
  border-color: #cc0;
}
#navrechts a:link:hover,#navrechts a:visited:hover {
  border-width: 1px;
  border-style: solid;
  border-color: black;
  border-left-color: white;
  border-top-color: white;
}
#navrechts strong {
  font-weight: bold;
  display:block;
  border-width: 1px;
  border-style: solid;
  border-color: white;
  border-left-color: black;
  border-top-color: black;
}
#navrechts ul {
    padding-left: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-top: 10px;
    margin: 0px;
}
#navrechts li {
    list-style-type: none;
}




/* Spalte NORMAL und RECHTS */
#inhalt {
    background-color:white;
    /*max-width: 36em;*/
    margin-left:150px;
    margin-right:0px;
    min-height:300px;
    /* margin-right:155px;*/ /* warum der 5-Pixel Fehler ?*/
    padding-left:10px;
    padding-right:0px;
    padding-top:4px;
    border-top: 1px solid #ccc;
}

#inhalt ul {
  list-style-type: none;
  list-style-image: url(/bilder/rotpunkt-7x10.png);
  list-style-position: outside;
}

/* general headline setup */
#inhalt h1,
#inhalt h2,
#inhalt h3,
#inhalt h4,
#inhalt h5 {
    font-size: 100%;
    font-weight: normal;
    border-bottom: 1px none #bfc0c0;
}

/* special headlines */
#inhalt h1 {font-size: 150%; font-weight: bold;}
#inhalt h2 {font-size: 140%; font-weight: bold;}
#inhalt h3 {font-size: 120%; border-bottom: none; font-weight: bold;}
#inhalt h4 {font-size: 110%; border-bottom: none; font-weight: bold;}
#inhalt h5 {font-size: 100%; border-bottom: none; font-weight: bold;}

/* links */
#inhalt a:link,
#inhalt a:visited {
  color: #65707A;
  text-decoration: none;
}
#inhalt a:link:hover,
#inhalt a:link:active {
  color: #65707A;
  text-decoration: underline;
}
#fuss a:link,
#fuss a:visited {
  color: #65707A;
  text-decoration: none;
}
#fuss a:link:hover,
#fuss a:link:active {
  color: #65707A;
  text-decoration: underline;
}




div.breadcrumbs {
    color: #7d7d7d;
    font-size: 70%;
    background-color: #e6e6e6;
}


#fuss {
    width:100%;
    height:18px;
    clear:both;
    float:none;
    margin:0; padding:0;
    font-size: 11px;
    background-color:#ccc;
    color:#333333;
    border-top: 1px solid #ccc;
}

#fuss_links {
    width:156px; /* selber rechnen ... */
    float:left;
    display:inline;
    text-align: left;
    padding-top:2px;
    padding-left:4px;
    display:inline;
    /*border-top: 1px solid #CCCCCC;*/
}

#fuss_mitte {
    /*display:inline;*/
    text-align: left;
    padding-top:2px;
    /*border-top: 1px solid #CCCCCC;*/
}

#fuss_rechts {
    width:150px;
    float:right;
    display:inline;
    text-align: left;
    padding-top:2px;
    padding-right:4px;
    /*border-top: 1px solid #CCCCCC;*/
}

/*
* vergl. styles/style.css 
* da wird ein "clearer" definiert, weiss nicht warum
*/

div.clearer_DISABLED {
	padding-top: 30px;
}



/* fuer von dokuwiki erstellt tags
*/

.code {
  background-color: #eee;
  border: 1px inset #222;
  white-space:pre;
  overflow:auto;
  width:auto;
}

.search_hit {
  background-color: #FFFF00;
}

div.notify {
  font-size: 70%;
}
div.meta {
  font-size: 70%;
  background-color: #eee;
}

/* ---------- media ------------------- */

img {
	border-width: 0px;
}
img.mediaright {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-width: 0px;
	border-style: solid;
}
img.media {
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-width: 0px;
	border-style: solid;
}

/* ---------- table of contents ------------------- */

div.toc {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 0px;
  float: right;
  width: 250px;
  font-size: 80%;
  /*clear: both;*/
  clear: right;
}

div.tocheader {
  border: 1px solid #bfc0c0;
  background-color: #c2c2c2;
  text-align: left;
  font-weight: bold;
  padding: 1px;
  margin-bottom: 2px;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
}

div.tocheader img {
  width: 0.8em;
  height: 0.8em;
  float: right;
  margin: 0.6em 3px 0 0;
  cursor: pointer;
}

#toc__inside {
  border: 1px solid #222;
  background-color: #ddd;
  text-align: left;
  padding: 0.5em 0 0.7em 0;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
}

ul.toc {
  list-style-type: none;
  list-style-image: none;
  line-height: 1.2em;
  padding-left: 2px;
  margin: 0;
}

ul.toc li {
  /* background: transparent url(/lib/tpl/frankencss/images/open_gray.gif) 0px 0px no-repeat; */
  padding-left: 0.5em;
  margin-left: 15px;
  list-style-type: none;
  list-style-image: url(/bilder/rotpunkt-7x10.png);
  list-style-position: outside;
}

ul.toc li.clear {
  background-image: none;
  padding-left: 0.5em;
}

a.toc:link,
table.overall a.toc:visited {
  color: __extern__;
}

a.toc:hover,
a.toc:active {
  color: __text__;
}

/* Edit */

.secedit {
  background-color: white;
  text-align: right;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 0px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
}

#draft__status {
    background-color: #FFD0D0;
}

#wiki__text {
  background-color: #FFFBCD;
  font-size:100%;
  width:100%;
}

.preview {
  background-color: #FFD0D0;
  border: 1px solid #222;
}


div.toolbar {
    background-color: #fff;
    padding-top: 0pt;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    margin-top: 0pt;
    margin-right: 0pt;
    margin-bottom: 0pt;
    margin-left: 0pt;
}

button.toolbutton
{
    background-color: #f2f2f2;
    background-image: url(/strichpunkt/lib/tpl/tabular/images/buttonshadow.png);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-x-position: center;
    background-y-position: bottom;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
}

button.toolbutton:hover 
{
    background-color: #dddddd;
    border-top-color: #a6a6a6;
    border-right-color: #a6a6a6;
    border-bottom-color: #a6a6a6;
    border-left-color: #a6a6a6;
}

/* ---------------------------- Diff rendering --------------------------*/
table.diff {
  background-color: #f5f5f5;
  margin-top: 70px;
  width: 100%;
}
td.diff-blockheader {
  font-weight: bold;
}
table.diff th {
  border-bottom: 1px solid #bfc0c0;
  font-size: 100%;
  width: 50%;
  font-weight: normal;
  text-align: left;
}
table.diff td {
  font-family: monospace;
  font-size: 100%;
}
td.diff-addedline {
  background-color: #ddffdd;
}
td.diff-deletedline {
    background-color: #ffffbb;
}
td.diff-context {
    background-color: __background_neu__;
}
table.diff td.diff-addedline strong,
table.diff td.diff-deletedline strong {
    color: red;
}

/* --------------------- footnotes -------------------------------- */

div.footnotes {
  clear: both;
  border-top: 1px solid #bfc0c0;
  padding-left: 1em;
  margin-top: 1em;
}

div.fn {
  font-size: 90%;
}

a.fn_top {
  vertical-align: super;
  font-size: 80%;
}

a.fn_bot {
  vertical-align: super;
  font-size: 80%;
  font-weight: bold;
}

/* insitu-footnotes */
div.insitu-footnote {
  font-size: 80%;
  line-height: 1.2em;
  border: 1px solid #bfc0c0;
  background-color: #FFFBCD;
  text-align: left;
  padding: 4px;
  max-width: 40%;    /* IE's width is handled in javascript */
}

/* overcome IE issue with one line code or file boxes which require h. scrolling */
* html .insitu-footnote pre.code,
* html .insitu-footnote pre.file {
  padding-bottom: 18px;
}

/* Ergebnisse der Volltextsuche */
div.search_quickresult_y {
	background-color: #f00;
	margin_bottom: 100px;
	vertical-align: bottom;
}
div.search_result_x {
	margin-top:0px;
	background-color: #0f0;
	vertical-align: top;
}
/* Suchergebnis: Textausschnitt */
div.search_snippet {
	background-color: #DDDDDD;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 10px;
}

/*
* vergl. styles/style.css 
* da wird ein "clearer" definiert, weiss nicht warum
*/

div.clearer {
	clear: none;
}

/*
* table inline für doodle-plugin
*/ 
/* inline tables */
table.inline {
  background-color: #f5f5f5;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.inline th {
  padding: 3px;
  border: 1px solid #bfc0c0;
  background-color: #d5d5d5;
}

table.inline td {
  padding: 3px;
  border: 1px solid #bfc0c0;
  text-align: center;
}

table.inline td.okay {
  background-color: #afa;
  text-align: center;
}

table.inline td.notokay {
  background-color: #fcc;
  text-align: center;
}
/**
 * The CSS in here cotrols the appearance of the media manager
 */

#media__manager {
    height: 100%;
    overflow: hidden;
}

#media__left {
    width: 30%;
    border-right: solid 1px #bfc0c0;

    height: 100%;
    overflow: auto;
    position: absolute;
    left: 0;
    background-color: white;
}

#media__right {
    width: 69.7%;

    height: 100%;
    overflow: auto;
    position: absolute;
    right: 0;
    background-color: white;
}

#media__manager h1 {
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
}

/* --- Tree formatting --- */

#media__tree img {
    float:left;
    padding: 0.5em 0.3em 0 0;
}

#media__tree ul {
    list-style-type: none;
    list-style-image: none;
}

#media__tree li {
    clear: left;
    list-style-type: none;
    list-style-image: none;
}
* html #media__tree li {
    border: 1px solid #f5f5f5;
}/* I don't understand this, but this fixes a style bug in IE;
it's dirty, so any "real" fixes are welcome */

/* --- options --- */

#media__opts {
    padding-left: 1em;
    margin-bottom: 0.5em;
}

#media__opts input {
    float: left;
    position: absolute;
}
* html #media__opts input {
    position: static;
}

#media__opts label {
    display: block;
    float: left;
    margin-left: 30px;
}
* html #media__opts label {
    margin-left: 10px;
}

#media__opts br {
    clear: left;
}

/* --- file list --- */

#media__content img.load {
    margin: 1em auto;
}

#media__content #scroll__here {
    border: 1px dashed #bfc0c0;
}

#media__content .odd {
    background-color: #ccc;
    padding: 0.4em;
    text-align:left
}

#media__content .even {
    background-color: #eee;
    padding: 0.4em;
    text-align:left
}

#media__content a.mediafile {
    margin-right: 1.5em;
    font-weight: bold;
}

#media__content div.detail {
    padding: 0.3em 0 0.3em 2em;
}

#media__content div.detail div.thumb {
    float: left;
    width: 130px;
    text-align: left;
    margin-right: 0.4em;
}


#media__content img.btn {
    vertical-align: text-bottom;
}

#media__content div.example {
    color: __text_neu__;
    margin-left: 1em;
}

/* --- upload form --- */

#media__content div.upload {
    font-size: 90%;
    padding: 0 0.5em 0.5em 0.5em;
}

#media__content form.upload {
    display: block;
    border-bottom: solid 1px #bfc0c0;
    padding: 0 0.5em 1em 0.5em;
}
#media__content form.upload fieldset {
    padding: 0;
    margin: 0;
    border: none;
    width: auto;
}
#media__content form.upload p {
    clear: left;
    text-align: left;
    padding: 0.25em 0;
    margin: 0;
    line-height: 1.0em;
}
#media__content form.upload label {
    float: left;
    width: 30%;
}
#media__content form.upload label.check {
    float: none;
    width: auto;
}
#media__content form.upload input.check {
    margin-left: 30%;
}

/* --- meta edit form --- */

#media__content form.meta {
    display: block;
    padding: 0 0 1em 0;
}

#media__content form.meta label {
    display: block;
    width: 25%;
    float: left;
    font-weight: bold;
    margin-left: 1em;
    clear: left;
}

#media__content form.meta .edit {
    font: 100% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
    float: left;
    width: 70%;
    padding-right: 0;
    padding-left: 0.2em;
    margin: 2px;
}

#media__content form.meta textarea.edit {
    height: 8em;
}

#media__content form.meta div.metafield {
    clear: left;
}

#media__content form.meta div.buttons {
    clear: left;
    margin-left: 20%;
    padding-left: 1em;
}
