/* 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;
}
.functionbutton,
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(/uwe/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 = */ 147px;
  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 = */ 147px;
  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 = */ 163px;
            width:/* $cfg.img.thumb.maxwidth + 16 = */ 163px;
            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 = */ 222px; }

        .boxpreviewcontainer {
            display:-moz-inline-stack;
            *display:inline;
            display:inline-block;
            display:block;
            zoom:1;
            width:/* $cfg.img.thumb.maxwidth + 16 = */ 163px;
            height:/* $cfg.img.thumb.maxheight + 16 = */ 163px;
            text-align:center;
            background-color:red;
            overflow:hidden;
        }
        .img .boxpreviewcontainer {
	    height:/* $cfg.img.thumb.maxheight is cfg.img.thumb.maxheight = */ 147px;
	    width:/* $cfg.img.thumb.maxwidth is cfg.img.thumb.maxwidth = */ 147px;
	    overflow:hidden;
            padding:8px;
	}
        .ser .boxpreviewcontainer {
            width:/* $cfg.img.thumb.maxwidth + 8 = */ 155px;
            height:/* $cfg.img.thumb.maxheight + 8 = */ 155px;
            padding:5px;
        }
        .boxpreview img {
	    border:0;
	}
        .boxpreview.img .boxpreviewotherinfo a.thumb {
            display:inline;
	}
        .boxpreview.img a.thumb,
        .boxpreview.img .a {
            display:inline;
            display:table-cell;
            overflow:hidden;
	    height:/* $cfg.img.thumb.maxheight is cfg.img.thumb.maxheight = */ 147px;
	    width:/* $cfg.img.thumb.maxwidth is cfg.img.thumb.maxwidth = */ 147px;
            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 = */ 155px;
        }
        .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.outerborder     {border-width:1px; border-style:solid;}
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;
}
.opreview_typeimage {
    position:relative;
}
.object_menu_box {
    display:none;
}
.object_menu_box {
    position:absolute;
    left:0;
    border:1px solid black;
    text-decoration:none;
    background-color:white;
    color:white,
    z-index:3;
}
.boxpreview:hover .object_menu_box {
    display:block;
    bottom:0;
}
.opreview_typeimage:hover .object_menu_box {
    top:0;
    display:block;
}

#functionblock ul {
  border:1px solid black;
  list-style-type: none;
  margin:0;
  padding-left:3px;
}
#functionblock ul  ul {
  list-style-type: disc;
    margin-left:2em;
}
#functionblock li {
  padding:0 0.5em;
  margin:1px 0.20em;
}
#functionblock li a:link,
#functionblock li a:visited,
#functionblock li a:hover,
#functionblock li a:active {
    color:black;
}


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

.wzCtrl label {
}
.row1 { background-color:#FFFBE3; }
.row2 { background-color:#f7f4da; }
#secondcol .row1 { background-color:#F2EFD9; }
#secondcol .row2 { background-color:#ebe3ce; }
.info { color:$info_fg; background-color:#EDD7BE; }
.warning { color:#ff0000; background-color:#EDD7BE; font-weight:bold; }
.error { color:$error_fg; background-color:#EDD7BE; font-weight:bold; }
.metadata { font-size:75%; }
h1,h2,h3,h4,h5,h6,.head1,.head2 {
    background-color:#f0ecce;
}
:target {
    color:#ddd;
    outline:dotted #888;
    font-size:200%;
}
#secondcol h1, #secondcol h2, #secondcol h3, #secondcol h4,
#secondcol h5, #secondcol h5, #secondcol .head1, #secondcol .head2 {
    background-color:#e3dac3;
}

html, body {
    height:100%;
}
body {
    width:100%;
    line-height:1.2;
    background-color:#FFF7E3;
}
#layout_container {
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    height:100%;
}
#secondcol {
    width:290px;
}
#maincol.zweispaltig {
    float:left;
    width:700px;
    margin-right:3px;
}
#maincol.zweispaltig .boxpreview {
    margin-left:11px;
    margin-bottom:11px;
}
* html #maincol.zweispaltig {
    position:relative; /* IE6 */
}

#page {
    min-height:100%;
    position:relative;
    background-color:#FFFCE6;
}
#header {
    background-color:#EDE0BE;
}
html #suchblock {
    background-color:#F2EBD9;
    padding:1px 1px 3px 5px;
    border-radius:0px 0px 0px 10px;
    -moz-border-radius:0px 0px 0px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    /* the positioning is for the sake of IE6 and IE7 */
    position:absolute;
    top:0;
    right:0;
    z-index:2;
    float:none;
}
#suchblock input {
    background-color:#F2EBD9;
}
* html #suchblock { 
    height:1px;
}
#mainmenu li.level0 a.level0 {
    text-decoration:none;
}
#mainmenu li.level0 {
    min-width:inherit;
    border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
    -webkit-border-bottom-left-radius:10px;
    -webkit-border-bottom-right-radius:10px;
    margin-right:0.5em;
    margin-left:0.5em;
    padding:0.5em 1em 0 1em;
    line-height:120%;
    vertical-align:top;
    float:left;
    margin-top:-1px;
    border-left:1px solid #222;
    border-right:1px solid #222;
    border-bottom:1px solid #222;
    text-decoration:none;
}
* html #mainmenu li.level0 { width:1px; }
#mainmenu {
    display:block;
}
#mainmenu ol.level1 {
    min-width:16em;
}
* html #mainmenu ol.level1 {
    width:20em;
}
#page div.mb5 ol.level0 {
    background-color:transparent;
}
div.mb5 li.level0:hover { /* IE6 */
    z-index:2;
}
.mb5-breaker {
    display:none;
}
/*
* html #mainmenu {	
    float:left;
    border:1px solid red;
    height:1px;
    width:600px;
}
#mainmenu ol.level1 {
    z-index:2000;
}
#mainmenu li {
    min-width:16em;
}
* html #mainmenu li.level0 {	
    float:left;
    display:inline;
    height:1px;
    width:1px;
    padding:0;
    margin:0;
}
.mb5-breaker {
    display:none;
}
*/
#nono-mainmenu.mb5 a.level0,
#nono-mainmenu.mb5 .a.level0 {
  line-height:2em;
  height:2em;
  padding:0px 1em 0 1em;
  text-align:center;
  vertical-align:middle;
}
#nono-mainmenu .level1 {
  text-align:left; /* IE6 */
  line-height:1.5;
}
#nono-mainmenu.mb5 div.toggler.level0 {
  line-height:2em;
}
nono-li#tab_impressum {
  /* background-image:url(/uwe/site/data/files/closed/tab_impressum.jpg); */
  color:white;
}
nono-li#tab_bilder {
  background-image:url(/uwe/site/data/files/closed/tab_see.jpg);
}
nono-li#tab_impressum a.level0 span {
  padding:2px 3px;
  color:#222;
}
nono-li#tab_impressum a.level0 span {
  padding:2px 3px;
  color:#222;
}

.mb5 .function {
  line-height:200%;
  border:1px solid black;
}
#generic_title {
    height:100px;
}
#titletext {
    padding-top:10px;
    padding-left:10px;
    font-size:200%;
    font-weight:100;
}

#content {
    background-color:#FFFCE6;
    padding-bottom:1em; /* Platz für footer */
    clear:both;
}
#maincol_content {
  padding-bottom:2em;
}
#secondcol {
    float:right;
    background-color:#F2EBD9;
    position:relative;
    top:-2em;
    border-radius:10px 0px 0px 10px;
    -moz-border-radius:10px 0px 0px 10px;
    -webkit-border-top-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    z-index:100;
}
#secondcol_inner {
    padding:0.5em;
}
#secondcol_under {
    min-height:100%;
    background-color:yellow;
    bottom:0;
    top:0;
    width:33%;
    position:absolute;
    z-index:-1;
}
#quickmessages_click {
    font-size:smaller;
}
#footer {
    background-color:#EDE0BE;
    bottom:0;
    clear:both;
    height:2.5em;
    left:0;
    position:absolute;
    right:0;
    text-align:center;
}
.boxpreviewcontainer {
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  background-color:#f0edd8;
  *background-image:url(/uwe/site/themes/images/thumbbg.gif);
  position:relative;
}
.boxpreview {
    margin:3px 0 0 3px;
}
.boxpreview_add_inner {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    width:13px;
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    background-color:red;
    background-color:#fff8f0;
    display:none;
}
.boxpreview_add_inner2 {
    position:absolute;
    top:0;
    left:0;
    height:6px;
    width:13px;
    border-bottom:1px solid #222;
}
.boxpreview_add_inner3 {
    position:absolute;
    top:0;
    left:0;
    height:13px;
    width:6px;
    border-right:1px solid #222;
}
#imageblock {margin-bottom:1em; text-align:center;}
a:link {
  color:#222;
}
a:visited {
  color:#222;
}
a:hover {
  color:#000;
}
a:active {
  color:#000;
}
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;
}
a.functionbutton.symbol_help {
}

#navi {
    position:absolute;
    top:0;
    left:0;
    background-repeat:no-repeat;
    right:0;
    height:100px;
}
#orientationblock {
    display:inline-block;
    margin-right:33%;
    margin-bottom:0;
    margin-top:0.25em;
    position:absolute;
    left:0px;
    bottom:0px;
    font-size:small;
    padding:3px;
    border-radius:0px 10px 0px 0px;
    -moz-border-radius:0px 10px 0px 0px;
    -webkit-border-top-right-radius:10px;
    background-color: #FFFCe6;
}
.clickstream-head,.objectpath-head {
    padding:1px 1px;
    width:7.5em;
    display:inline-block;
}
.clickstream-entry,.objectpath-entry,.objectpath-separator {
    padding:1px 1px;
    margin-left:0.50em;
}
.objectpath {
    margin-top:0.5em;
}

#content {
    padding-top:100px;
}
.imgrub_nav {
    list-style-type:none;
    padding-left:0;
}
.navi-rub {
    display:inline-block;
    position:relative;
    width:100%;
    height:50px;
    background-color: #FFFCe6;
    margin:1px 0;
}
.navi-rub img {
}
.navi-rub span {
    position:absolute;
    display:block;
    left:130px;
    top:12px;
}
html #bp .bp-view .bp-prev-link span {
    bottom:3em;
    width:5.5em;
    position:absolute;
}
html #bp .bp-view .bp-next-link span {
    bottom:3em;
    right:0;
    position:absolute;
}
html #bp .bp-info-wrap {
    background-color: #FFFCe6;
    color:#222;
}
html #bp .bp-info-wrap .bp-info {
    background-color: #FFFCe6;
    color:#222;
}
.ui-widget-overlay {
  background:#000;
  filter: alpha(opacity = 50);
  opacity:0.5;
}

.ui-notification {
  padding:0;
  z-index:9999;
  width:300px;
  text-align:left;
  margin-bottom:10px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
  -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,0.5);
}

  .ui-notification .ui-notification-content {
    position:relative;
    padding:8px;
  }

    .ui-notification .ui-notification-content p {
      margin:4px 0;
    }

  .ui-notification .ui-notification-titlebar {
    position:relative;
    margin-top:6px;
    min-height:15px;
  }

  .ui-notification .ui-notification-title {
    position:relative;
    display:inline-block;
    margin-bottom:8px;
    margin-left:4px;
    font-size:120%;
  }

  .ui-notification .ui-notification-close {
    position:absolute;
    top:8px;
    right:0;
    width:15px;
    height:15px;
    margin:-10px 0 0;
    padding:1px;
    font-size:16px;
  }

.center .ui-notification {
	margin-left: 		auto;
	margin-right:  	auto;
}
.ui-notification {
    padding:2px;
    border:1px solid black;
    background-color:#eee;
    color:#222;
}
.ui-notification a:link,
.ui-notification a:visited,
.ui-notification a:hover,
.ui-notification a:active {
    color:#550;
}
.ui-notification.growl-error {
    background-color:#fbb;
    border:2px solid red;
    color:#000;
}
.growl-warning {
    background-color:#fb7;
    color:#222;
}
.growl-success {
    background-color:#cfe;
    color:#222;
}
.growl-info {
    background-color:#ffc;
    color:#222;
}

