form.form1 {
    z-index:1; /* keep it over the normal design, if something happens */
    position:relative;
}
form.form1 fieldset.formlevel1 {
  border-style:solid;
  border-width:2px;
  padding: 0.5em 0.5em;
    max-width:99%;
    display:block;
    clear:both;
}
form.form1 fieldset.formlevel1 fieldset.fs2 {
  border-style:solid;
  border-width:1px;
  padding: 0.5em 1em;
  font:80%/1.25 sans-serif;
}

form.form1 fieldset.formlevel1 legend {
  padding: 0.2em 0.5em;
  border-width:1px;
  border-style:solid;
  font-size:90%;
  text-align:right;
}
form.form1 .formline {
    clear:both;
    max-width:100%;
    /* overflow:hidden; für auto-clear darf hier nicht sein, sonst werden Tooltips abgeschnitten */
}
form.form1 label {
    display:-moz-inline-block; display:inline-block; *zoom:1; *display:inline; /* @inline-block */
    width:20%;
    text-align:right;
    vertical-align:top;
}
form.form1 .formlinecontent {
    display:-moz-inline-block; display:inline-block; *zoom:1; *display:inline; /* @inline-block */
    text-align:left;
    width:78%;
}

form.form1 .formline label.fs2 { font-size:80%; }
form.form1 .formlinecontent label {
    font-size:inherit;
    width:auto;
}
form.form1 .formline input,
form.form1 .formline textarea {
  padding:0;
  margin:0;
}
form.form1 .formlevel1right .formlinecontent {
    display:-moz-inline-block; display:inline-block; *zoom:1; *display:inline; /* @inline-block */
  width:10%;
}
form.form1 .formline br {
  clear:both;
}
.bbcodeoutput .spoiler {
  background-color:#888;
  color:#888;
}
/* standard.in */
/*
  !include traditionell_common.inc
  !include common.inc
*/

/* reset.inc */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
/* reset-overrides.inc */
pre {
   font-family:monospace;
}
textarea {
   font-size:100%;
}
table {
  border-collapse:collapse;
}
ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol, ul {
  padding-left:1em;
} 


/* tooltips.inc */
span.tool {
  position: relative;   /* this is key */
  cursor: help;
  text-decoration:none;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

span.tool span.tip {
  display: none;        /* so is this */
}

/* tooltip will display on :hover event */
span.tool:hover span.tip {
  display: block;
  float:left;
  position: absolute;
  background-color:#eec;
  color:#220;
  z-index:300;
  top: 2.5em;
  left: 0;
  width:25em;
  line-height: 1.2em;
  padding: 3px 7px 4px 6px;
  border-width: 1px;
  border-style: solid;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 125%;
  font-weight: normal;
  text-align: left;
  overflow:show; /* doesn't really help, anyway */
}
/* opreview.inc */
table.opreview { margin-top:0.5em; border-width:1px; border-collapse:collapse; table-layout:fixed; }
table.opreview tr.opreview_r1  { padding-top:5em; border-top:1px; }
table.opreview td.opreview_r1_c0 { padding:0; vertical-align:middle; text-align:center; border-top:1px; width:1em;}
table.opreview td.opreview_r1_c1 { border-right-width:1px; width:100px; vertical-align:middle; padding-left:1%; padding-right:1%; }
table.opreview td.opreview_r1_c2 { padding-left:1%; width:12em; padding-right:1%; border-top-width:1px;}
table.opreview td.opreview_r1_c3 { padding-left:1%;  width:50%; border-top-width:1px;}
table.opreview td.opreview_r1_c4 { padding-left:1%;  width:50%; padding-right:1%;  border-top-width:1px;}
table.opreview tr.opreview_r2  { }
table.opreview td.opreview_r2_c2 { padding-left:1%; width:12em; font-size:smaller;  font-style:italic;}
table.opreview td.opreview_r2_c3 { padding-left:1%; width:12em; }
table.opreview td.opreview_r2_c4 { padding-left:1%; padding-right:1%; }
table.opreview tr.opreview_r3    { }
table.opreview td.opreview_r3_c2 { padding-top:0.25em; padding-right:1%; padding-left:1%; border-top-width:1px; width:100%;}
table.opreview tr.inactive {
  opacity:0.5;
}
table.opreview tr.killfile td {
    opacity:0.5;
    visibility:hidden;
    height:1em;
}
table.opreview tr.killfile:hover td {
    opacity:0.5;
    visibility:visible;
    height:auto;
}
/* previewarea.inc */
.generic_overlay {
  position: fixed;
  left:10%;
  right:10%;
  bottom:10%;
  top:10%;
  overflow:hidden;
  display: none;
  z-index:1100;
  border-width:5px;
  border-style:solid;
  margin:5px;
  background-color:#fff;
  color:#000;
  opacity:1;
}
.generic_overlay a:link { color:#000; }
.generic_overlay_head {
  height:2em;
  border-bottom:1px solid;
}
.generic_overlay_head h1 {
  height:1.5em;
  font-size:1em;
  margin:0;
  padding:0.5em 0.5em;
  border-bottom:1px solid;
}
.generic_overlay_closer, 
.generic_overlay_fuller, 
.generic_overlay_minner {
  float:right;
  border:1px solid;
  height:1.5em;
  width:1.5em;
  margin-left:3px;
  opacity:1;
  text-align:center;
  text-decoration:none;
}
.generic_overlay_main {
  position:absolute;
  clear:both;
  overflow:auto;
  top:2em;
  bottom:0%;
  left:0%;
  right:0%;
  margin:5px;
  margin-top:1em;
  padding:5px;
  opacity:1;
}

/* ui.inc */
.fullwidth {
  width:100%;
}
.scaledownifneeded {
  width:inherit;
  max-width:100%;
}
.bbcodearea ul {
  list-style:none;
  border-collapse:collapse;
  height:2em;
  margin:0 0em;
}
.bbcodearea a {
  padding:0 0.25em;
  display:block;
  text-decoration:none;
  text-align:center;
}
.bbcodearea .markItUpSeparator { color:red; width:1px; border-left:1px solid; border-right:1px solid; }
.bbcodearea a:hover { color:inherit; }
.bbcodearea a.bbcode_www_button { width:2.5em; }
.bbcodearea li {
  float:left;
  width:auto;
  margin:0;
  padding:4px;
  border-width:1px;
  border-style:solid;
  text-align:center;
}
.bbcodearea textarea {
  clear:both;
}
.bbcodearea .markItUpResizeHandle {
  border:1px solid #222;
  width:16px;
  height:16px;
  position:relative;
  background-color:#888;
  opacity:0.5;
  top:-19px;
  left:-18px;
}
* html .bbcodearea .markItUpResizeHandle {
  top:-27px;
}
.blockquote {margin-top:1em; margin-bottom:1em; }
.blockquote cite { font-style:italic; }
.blockquote div.quotecontent {padding-left:1em; }
.inplaceeditor-form {
  position: absolute;
  left:10%;
  right:10%;
  min-height:10%;
  top:auto;
  bottom:auto;
  overflow:auto;
  z-index:400;
  border-width:2px;
  border-style:solid;
  margin:5px;
  background-color:#fff;
  color:#000;
  opacity:1;
  text-align:center;
  padding:1em 0.5em;
}

.bbcodearea .markItUpDropMenu {
  width:auto;
  position:relative;
}
.bbcodearea li.markItUpButton {
  height:1em;
}
.bbcodearea .colors ul {
  background-color:white;
  display:none;
  width:81px;
  padding:1px;
}
.bbcodearea .markItUpDropMenu ul {
    position:absolute;
    left:0;
}
.bbcodearea .colors li.colorbutton {
  border:1px solid white;
  width:25px; 
  height:25px;
  overflow:hidden;
  padding:0px; margin:0px;
  float:left;
}
.bbcodearea .colors li.colorbutton a {
  display:none;
}
.bbcodearea .colors li.col1-1 {color:yellow; background-color:yellow; }
.bbcodearea .colors li.col1-2 {color:orange; background-color:orange; }
.bbcodearea .colors li.col1-3 {color:red; background-color:red; }
.bbcodearea .colors li.col2-1 {color:blue; background-color:blue; }
.bbcodearea .colors li.col2-2 {color:purple; background-color:purple; }
.bbcodearea .colors li.col2-3 {color:green; background-color:green; }
.bbcodearea .colors li.col3-1 {color:white; background-color:white; }
.bbcodearea .colors li.col3-2 {color:gray; background-color:gray; }
.bbcodearea .colors li.col3-3 {color:black; background-color:black; }


#generic_inplaceeditor_toggle {
  float:right;
  width:2em;
  text-align:center;
  border-width:1px;
  border-style:dotted;
  border-color:inherit;
}
.inplaceeditor {
  width:100%;
  min-height:1em;
}

.inplaceeditor-form input.editor_field {
  width:100%;
  display:block;
  margin-bottom:1em;
}
.in-place-edit { list-style: none; margin-left: 0; }
.in-place-edit li { width: 150px; margin: 0px; padding: 3px; }
.in-place-edit .field {
  width: 99%;
}

.hover { background: #727EA3; color: #FFF; }
.editing { background: white; border-top: 5px solid #ccc; }
.disabled { background: none; color: black; }

.buttons input {
  font-size: 10px;
}
a.functionbutton:link,
a.functionbutton:visited,
a:visited.functionbutton,
a.functionbutton:active {
  text-align:center;
  border:1px solid #d09181;
  text-decoration:none;
  background-color:#ddd;
  color:#c04020;
  margin-bottom:1px;
  margin-right:1px;
  padding:1px;
  display:inline-table;
}
a:hover.functionbutton {
  color:#ddd;
  background-color:#c07040;
}


.ui-autocomplete-results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}

.ui-autocomplete-results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ui-autocomplete-results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /* 
  if width will be 100% horizontal scrollbar will apear 
  when scroll mode will be used
  */
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /* 
  it is very important, if line-height not setted or setted 
  in relative units scroll will be broken in firefox
  */
  line-height: 16px;
  overflow: hidden;
  color:black;
}

.ui-autocomplete-loading {
  background: white url(/styles/ajax-loader.gif) right center no-repeat;
}

.ui-autocomplete-odd {
  background-color: #eee;
}

.ui-autocomplete-over, .ac_over {
  background-color: #0A246A;
  color: white;
}
a.glossary_link {
  text-decoration:none;
}
a.glossary_link span {
  border:1px dotted #222;
  color:#000;
  padding:0 0.125em;
  height:1em;
  font-size:smaller;
  border-radius:0.5em;
  -moz-border-radius:0.5em;
  -webkit-border-radius:0.5em;
}
a.glossary_link:hover {
  background-color:#bb0;
  color:#000;
}


  /* Achtung: Das ist ein Kompatibilitätshack für IE < 8 */
  .inline-block-10em {
    display:inline;
  }
  /* Achtung: Das ist Teil desselben Kompatibilitätshacks. */
  .inline-block-10em {
    display:-moz-inline-box; /* Firefox < 3 */
    display:inline-block;
    width: 10em; /* stabilisiert ältere Browser. Muss exakt die Groesse wie unten haben .*/
  }
  .inline-block-10em div {
    display:table; /* Firefox < 3 */
  }
  .inline-block-10em div div {
    display:block; /* Firefox < 3 */
    width: 10em; /* stabilisiert ältere Browser. Muss exakt die Groesse wie oben haben. */
  }

  /* Achtung: Das ist ein Kompatibilitätshack für IE < 8 */
  .inline-block-12em {
    display:inline;
  }
  /* Achtung: Das ist Teil desselben Kompatibilitätshacks. */
  .inline-block-12em {
    display:-moz-inline-box; /* Firefox < 3 */
    display:inline-block;
    width: 12em; /* stabilisiert ältere Browser. Muss exakt die Groesse wie unten haben .*/
  }
  .inline-block-12em div {
    display:table; /* Firefox < 3 */
  }
  .inline-block-12em div div {
    display:block; /* Firefox < 3 */
    width: 12em; /* stabilisiert ältere Browser. Muss exakt die Groesse wie oben haben. */
  }

/* thumbarea.inc */
.thumbarea .votethumbnail { 
  height:200px;
}
.thumbnail {
  float:left;
  display:block;
  width:/* $cfg.img.thumb.maxwidth is cfg.img.thumb.maxwidth = */ 135px;
  padding:3px 3px 3px 3px;
  margin:0.5em 2px; 
  border:1px solid;
  height:140px;
  overflow:hidden;
}
.thumbnail .thumbnailcontainer {
  text-align:center;
}
.thumbnail.inactive img {
  opacity:0.5;
}
.thumbnail.inactive .inactivetext{
  left:0px;
  width:/* $cfg.img.thumb.maxwidth is cfg.img.thumb.maxwidth = */ 135px;
  background-color:#000000;
  border:1px solid #ff8080;
  color:#ffffff;
  font-size:15px;
  margin:0 auto;
  text-align:center;
}
.thumbnail .thumbnail {
  border:0;
}
.thumbarea .thumbnailwithinfo { height:190px; }
.thumbnail a { text-decoration:none; }

        .thumbarea,
        .boxarea {
            text-align:center;
        }
        .boxpreview {
            border:0;
            margin:2px 2px;
            height:/* $cfg.img.thumb.maxheight + 16 = */ 151px;
            width:/* $cfg.img.thumb.maxwidth + 16 = */ 151px;
            display:-moz-inline-stack;
            display:inline-block;
            *display:inline;
            zoom:1;
            /* overflow:hidden; */ /* dear browsers: i mean height and width */
        }
        .boxpreviewwithinfo { height:/* $cfg.img.thumb.maxheight + 75 = */ 210px; }

        .boxpreviewcontainer {
            display:-moz-inline-stack;
            *display:inline;
            display:inline-block;
            display:block;
            zoom:1;
            width:/* $cfg.img.thumb.maxwidth + 16 = */ 151px;
            height:/* $cfg.img.thumb.maxheight + 16 = */ 151px;
            text-align:center;
            background-color:red;
            overflow:hidden;
        }
        .img .boxpreviewcontainer {
	    height:/* $cfg.img.thumb.maxheight is cfg.img.thumb.maxheight = */ 135px;
	    width:/* $cfg.img.thumb.maxwidth is cfg.img.thumb.maxwidth = */ 135px;
	    overflow:hidden;
            padding:8px;
	}
        .ser .boxpreviewcontainer {
            width:/* $cfg.img.thumb.maxwidth + 8 = */ 143px;
            height:/* $cfg.img.thumb.maxheight + 8 = */ 143px;
            padding:5px;
        }
        .boxpreview img {
	    border:0;
	}
        .boxpreview.img .boxpreviewotherinfo a {
            display:inline;
	}
        .boxpreview.img a,
        .boxpreview.img .a {
            display:inline;
            display:table-cell;
            overflow:hidden;
	    height:/* $cfg.img.thumb.maxheight is cfg.img.thumb.maxheight = */ 135px;
	    width:/* $cfg.img.thumb.maxwidth is cfg.img.thumb.maxwidth = */ 135px;
            border:0;
            margin:0;
	    vertical-align:middle;
        }
        .boxpreview .serwrapper {
            vertical-align:middle;
            display:block;
            display:table-cell;
            overflow:hidden;
            height:/* $cfg.img.thumb.maxheight + 8 = */ 143px;
        }
        .boxpreview.ser a {
            overflow:hidden;
            border:0;
            height:67px:
            width:67px:
            display:inline;
	    _padding:1px;
        }
        .boxpreview.ser img {
	    padding:1px;
	}
        .boxpreview img {
            border:0;
            padding:0;
            margin:0;
            overflow:hidden;
        }

/* autocompleter.inc */
.autocomplete_suggestions {
  border:1px solid 999;
  background-color:#fff;

}
.autocomplete_suggestions ul {
  list-style:none;
  margin:0;
  padding:0;
}
.autocomplete_suggestions li {
  padding:2px 3px;
}
.autocomplete_suggestions strong {
  font-weight:bold;
  font-decoration:underline;
}
.autocomplete_suggestions li.selected {
  color:#fff;
  background-color:#039;
}
/* smart_modal.inc */
/**
modal_content => sm_content
modal_overlay => sm_olay
modal_close => sm_close
modal_title => sm_title
**/

/*modal*/
#sm_content {
	display: none;
	position: fixed;
        left: 50%;
        padding: 15px;
	top:10%;
        -webkit-box-shadow: 0px 0px 8px #111;
	color:#222;
	min-height:2em;
	max-height:80%;
	max-width:80%; 
	overflow:auto;
        background:#FFF;
	width:671px;
	margin-left:-335px;
	text-align:center;
}
#sm_content a:link,
#sm_content a:visited,
#sm_content a:hover,
#sm_content a:active
{
    color:#222;
}
#sm_content.large {
	top:4%;
	max-height:91%;
	max-width:91%; 
}
#sm_content small{font-size:77%;}
#sm_content .sm_close{
	float:right;
	cursor:pointer;
}
#sm_content h1{font-size:120%; margin:0.5em 0; padding:0.25em 0}
#sm_content h3{font-size:116%;}
#sm_olay { background-color: #000; }
/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.overlay {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #sm_content {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

/* Anpassungen von Uwe */
#sm_content {
    padding:8px;
}
#sm_content div.sm_close {	
  font-weight:bold;
  position:absolute;
  z-index:1002;
  left:1px;
  border:2px solid black;
  background-color:white;
}
#sm_loaded_content {
    text-align:left;
}
#sm_content div.sm_close  p {	
  margin:0px;
}
#sm_content.glossary_link {
    width:auto;
    max-width:90%;
    text-align:left;
    margin-left:0;
    margin-right:0;
    max-height:80%;
    left:5%;
    overflow:auto;
}

body {
}

h1, .head1 { text-align:center; font-size: 133%; font-weight:bold; margin: 0.75em 0; padding:0.5em 0; }
h2, .head2 { text-align:center; font-size: 122%; font-weight:bold; margin: 0.5em 0; padding:0.25em 0; }
h3, .head3 { text-align:center; font-size: 110%; font-weight:bold; margin:0.5em 1em; }
h4, .head4 { text-align:center; font-size: 100%; font-weight:bold; margin:0.5em 2em; }
h5, .head4 { text-align:center; font-size: 100%; font-weight:bold; margin:0.5em 3em; }
h6, .head4 { text-align:center; font-size: 100%; font-weight:bold; margin:0.5em 4em; }

p {
  margin:0.5em 0;
}
dl dd {
  margin-left:1em;
  margin-bottom:0.5em;
}

th { font-weight:bold; }
th,td { padding:2px;}
.dense th, .padded td { padding:0px;}

.center { text-align:center; }
.la,th.la,td.la { text-align:left; }
.ra,th.ra,td.ra { text-align:right; }
table.center { margin-left:auto; margin-right:auto; }

.simpleborder         {
  border-width:1px; 
  border-style:solid; 
  padding-left:0.5em; 
}
table.simpleborder tr {border-width:1px; border-style:solid;}
table.simpleborder td {border-width:1px; border-style:solid; }
table.simpleborder th {border-width:1px; border-style:solid; }
table.framed          {border-width:8px; border-style:solid; margin:1em 0.5em;}
table.framed.center   {border-width:8px; border-style:solid; margin:1em auto 1em auto;}
table.notframed.center{border-width:0; border-style:solid; margin:1em auto 1em auto;}


.ajaxshortbutton {
  border-width:1px;
  border-style:dotted;
  padding:2px;
}
a.ajaxshortbutton,
.ajaxshortbutton a {
  text-decoration:none;
}

table.odata th {width:15em;}
.metadata th {width:15em;}

.wzCtrl label {
}
















;
;
;
;

;
;
;

;
;

















;



;
;
;
;

;
;
;
;
;
;

;
;

















;
;
;
;

/* derived stuff below */









;
;






;
;
;
;
;
;
;














;













;


html { /* this thing is here to catch trailing ; before */
}

html, body {
  height:100%;
}
body {
    width:100%;
    line-height:1.2;

    /* $css body_color */ color:#fff;
    /* $css body_background-color */ background-color:#3a3a3a;
    /* $css body_border-color */ border-color:#555;
}
table, th, td, tr, .bbcodearea li {
    /* $css body_border-color */ border-color:#555;
    border-style:solid;
}
#generic_main {
  /* padding-top:10px; */
  /* $css C_color */ color:#fff
  /* $css C_background-color */ background-color:#3a3a3a
}
#orientationblock {
  margin-bottom:0.25em;
  padding-bottom:3px;
}
#header {
    /* $css H_background-color */ background-color:#2e2e2e;
    /* $css H_color */ color:#fff;
}
#page-container-outer {
  height:100%;
}
#page {
  min-height:100%;
  position:relative;
  max-width:100%;
  no-overflow:hidden;
}
html #suchblock {
  padding-bottom:0px;
  width:12.5em;
  font-size:inherit;
}
html #suchblock input#q {
  width:99%;
}
#content {
  padding-bottom:2em;
  background-color:#222;
  color:#fff;
}
#orientationblock,
#quickmessages_click {
  font-size:smaller;
}
#footer {
  height:2em;
  margin-top:-2em;
  bottom:0;
  left:0;
  right:0;
  position:absolute;
  /* $css footer_color */ color:#fff;
  /* $css footer_background-color */ background-color:#2e2e2e;
}
#footer p {
    margin-bottom:0;
}

#mainmenu {
  margin:3px 0;
}
/* stupid IE bug: http://www.quirksmode.org/bugreports/archives/2006/01/Explorer_z_index_bug.html */
#page, #header, #nf_header_wrapper, #nf_header, #navigation, 
#mainmenu, #mainmenu ol.level0 {
    z-index:3;
    position:relative;
}
#mainmenu li.level1,
#mainmenu li.level1 *{
    z-index:3;
    position:relative;
}
/* end of bug treatment */

#mainmenu li.level0 {
  border:1px solid black;
}
#mainmenu.mb5 li#tab_zugang {
  border-radius:10px 0px 0px 10px;
  -moz-border-radius:10px 0px 0px 10px;
  -webkit-border-radius:10px 0px 0px 10px;
}
#mainmenu.mb5 li#menu_contact {
  border-radius:0px 10px 10px 0px;
  -moz-border-radius:0px 10px 10px 0px;
  -webkit-border-radius:0px 10px 10px 0px;
}
#menu_contact:hover ol.level1 {
    margin-left:-2em;
}

#mainmenu.mb5 a.level0,
#mainmenu.mb5 .a.level0 {
  line-height:2em;
  height:2em;
  text-align:center;
  vertical-align:middle;
}
#mainmenu .level1 {
  text-align:left; /* IE6 */
  line-height:1.5;
}
#mainmenu.mb5 div.toggler.level0 {
  line-height:2em;
}
.mb5 .function {
  line-height:200%;
  border:1px solid black;
}
ol.level1 {
    width:auto;
}
#menu_textforum ol.level1 {
    min-width:16.5em;
}
#menu_forumsleben ol.level1 {
    min-width:13em;
}

html .boxpreviewcontainer {
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  /* $css boxpreview_background-color */ background-color:#454545;
    display:-moz-inline-block; display:inline-block; *zoom:1; *display:inline; /* @inline-block */
}
html .boxpreviewotherinfo {
    z-index:1;
    position:relative;
}

.longmenuentry {
}
.boxpreview.inactive img {
    opacity:0.5;
}
.boxpreview.inactive .inactive {
  margin:-10px 0 0 0;
  height:10px;
  margin-top:-10px;
  font-size:10px;
  /* $css boxpreviewinactive_background-color */ background-color:#2e2e2e
  /* $css boxpreviewinactive_color */ color:#fff
  border:0;
}


#layout_container {
  margin-left:10%;
  margin-right:10%;
}
#generic_header {
  height:100px;
}
#generic_title {        
  padding-top:10px;
  padding-left:10px;
  font-size:200%;
  font-weight:100;
}
#generic_main_inner {   
  margin:0;
  padding:0 0.5em;
}
#header div.mb5 ol { border-color:/* $H_border-color is H_border-color = */ #2e2e2e;  }
#header div.mb5 ol.level0 { background-color:/* $H_background-color is H_background-color = */ #2e2e2e;  }

#imageblock { 
    margin-bottom:1em; 
    text-align:center;
}
a:link.info { /* $css info_color */ color:#d26; }
a:visited.info { /* $css info_color */ color:#d26; }
a:hover.info { /* $css info_color */ color:#d26; }
a:active.info { /* $css info_color */ color:#d26; }

a:link { /* $css Calink_color */ color:#fff; }
a:visited { /* $css Cavisited_color */ color:#ddd; }
a:hover { /* $css Cahover_color */ color:#fff; }
a:active { /* $css Caactive_color */ color:#fff; }
#header a:link { /* $css Halink_color */ color:#fff; }
#header a:visited { /* $css Havisited_color */ color:#ddd; }
#header a:hover { /* $css Hahover_color */ color:#fff; }
#header a:active { /* $css Haactive_color */ color:#fff; }

#generic_info            {
    /* $css genericinfo_color */ color:#fff;
    /* $css genericinfo_background-color */ background-color:#3a3a3a;
}
#generic_main_inner      { 
    /* $css genericmaininner_color */ color:#fff;
    /* $css genericmaininner_background-color */ background-color:#3a3a3a;
}

h1, h2, h3, h4, h5, h6, .head1, .head2, .head3, .head4, .head5, .head6 {
    /* $css hx_color */ color:#fff;
    /* $css hx_background-color */ background-color:#2e2e2e;
}
.info                    { /* $css info_color */ color:#d26; /* $css info_background-color */ background-color:transparent; }
.warning                 { /* $css warning_color */ color:#f00; /* $css warning_background-color */ background-color:transparent; }
.row0                    { /* $css Crow0_color */ color:#fff; /* $css Crow0_background-color */ background-color:#2e2e2e; }
.row1                    { /* $css Crow1_color */ color:#fff; /* $css Crow1_background-color */ background-color:#454545; }
.row2                    { /* $css Crow2_color */ color:#fff; /* $css Crow2_background-color */ background-color:#333333; }
#header .row1            { /* $css Hrow1_color */ color:#fff; /* $css Hrow1_background-color */ background-color:#454545; }
#header .row2            { /* $css Hrow2_color */ color:#fff; /* $css Hrow2_background-color */ background-color:#333333; }

.framed                  { /* $css framed_border-color */ border-color:#323232; }

input    { /* $css input_color */ color:#ddd; /* $css input_background-color */ background-color:#202020; }
textarea { /* $css input_color */ color:#ddd; /* $css input_background-color */ background-color:#202020; }
input:focus, textarea:focus {
    /* $css inputfocus_color */ color:#fe8;
    /* $css inputfocus_background-color */ background-color:#111;
}
#header input    { /* $css Hinput_color */ color:#ddd; /* $css Hinput_background-color */ background-color:#202020; }
#header input:focus, textarea:focus {
    /* $css Hinputfocus_color */ color:#fe8;
    /* $css Hinputfocus_background-color */ background-color:#111;
}

.metadata                { /* $css metadata_color */ color:#fff; /* $css metadata_background-color */ background-color:#$standout_background-color; }
span.tool:hover span.tip { /* $css tooltip_color */ color:#fff; /* $css tooltip_background-color */ background-color:#2e2e2e; }

.opreview_meta     { /* $css opreviewmeta_color */ color:inherit; /* $css opreviewmeta_background-color */ background-color:#555; }
.opreview_meta1    { /* $css opreviewmeta1_color */ color:inherit; /* $css opreviewmeta1_background-color */ background-color:#4c4c4c; }
.opreview_meta2    { /* $css opreviewmeta2_color */ color:inherit; /* $css opreviewmeta2_background-color */ background-color:#444444; }
.opreview_content    { /* $css opreviewcontent_color */ color:inherit; /* $css opreviewcontent_background-color */ background-color:#363636; }
.fs1 legend        {
    /* $css fs1legend_color */ color:#fff;
    /* $css fs1legend_background-color */ background-color:#2e2e2e;
    /* $css fs1legend_border-color */ border-color:;
}
html .plugin_quicklinks ol {
    /* $css H_background-color */ background-color:#2e2e2e;
    /* $css H_color */ color:#fff;
}
#content #funktionsblock_handler ul {
    /* $css C_background-color */ background-color:#3a3a3a;
    /* $css C_color */ color:#fff;
    padding:0 2px;
}
#content #funktionsblock_handler li {
    /* $css C_background-color */ background-color:#3a3a3a;
    /* $css C_color */ color:#fff;
}

.nf_hot {
    font-weight:bold;
    color:red;
}
a.nf_hot:link, a.nf_hot:visited, a.nf_hot:hover, a.nf_hot:active 
{
    color:red;
}
.nf_warm {
    font-weight:bold;
    color:orange;
}
a.nf_warm:link, a.nf_warm:visited, a.nf_warm:hover, a.nf_warm:active 
{
    color:orange;
}


