/* Global */
body { color: black; background-color: white; margin: 0px; padding: 0px; font-family: arial, helvetica, sans-serif; font-size: 13px; }
img { border: 0px; }
div.right { float: right; }
div.clear { clear: both; }
label { cursor: pointer; }
.important { color: red; }
a, a:link, a:active, a:visited, a:hover, a:focus { color: black; text-decoration: none; }
a.important { color: red; text-decoration: underline; }

/* Small Buttons */
div.Button { float: right; font-size: 11px; margin: 0px 3px 0px 5px; padding: 0px; width: 55px; height: 16px; background-image: url(/img/button.gif); text-align: center; font-style: normal; line-height: 16px; cursor: pointer; font-weight: normal; }
div.Button:hover, div.ButtonHover { background-image: url(/img/button_f2.gif); }
div.ButtonPressed, div.ButtonPressed:hover { background-image: url(/img/button_f3.gif); }
div.Button a { cursor: pointer; margin: 0px; padding: 0px; }
div.Button a span { cursor: pointer; margin: 0px; padding: 0px; display: none; }

/* Big Buttons */
div.BigButton, div.BigButton:hover { height: 16px; text-align: center; cursor: pointer; font-size: 11px; line-height: 16px; line-height: 16px; background-image: none; overflow: hidden; }
div.BigButton img.bl { float: left; width: 8px; height: 16px; background-image: url(/img/buttonl.gif); }
div.BigButton div.bm { height: 16px; overflow: hidden; background-image: url(/img/buttonm.gif); }
div.BigButton img.br { float: right; width: 8px; height: 16px; background-image: url(/img/buttonr.gif); }
div.BigButton:hover img.bl, div.BigButtonHover img.bl { background-image: url(/img/buttonl_f2.gif); }
div.BigButton:hover div.bm, div.BigButtonHover div.bm { background-image: url(/img/buttonm_f2.gif); }
div.BigButton:hover img.br, div.BigButtonHover img.br { background-image: url(/img/buttonr_f2.gif); }
div.BigButtonPressed img.bl, div.BigButtonPressed:hover img.bl { background-image: url(/img/buttonl_f3.gif); }
div.BigButtonPressed div.bm, div.BigButtonPressed:hover div.bm { background-image: url(/img/buttonm_f3.gif); }
div.BigButtonPressed img.br, div.BigButtonPressed:hover img.br { background-image: url(/img/buttonr_f3.gif); }

/* Other Buttons */
div.ZoomButton { width: 23px; height: 24px; background-image: url(/img/zoom.gif); cursor: pointer; }
div.ZoomButton:hover, div.ZoomButtonHover { background-image: url(/img/zoom_f2.gif); }
div.ZoomButtonPressed, div.ZoomButtonPressed:hover { background-image: url(/img/zoom_f3.gif); }

/* Misc */
div.inline { display: inline; float: left; margin-left: 0px; }
div.indent { margin-left: 20px; }
div.next { clear: right; margin-top: 4px; }
div.padded { margin: 1px 0px 1px 0px; }
div.line { display: inline; margin: 1px 5px 0px 10px; }
div.padr { margin-right: 12px; }
div.Button img { width: 9px; height: 16px; }

div.l { float: left; margin-left: 3px; margin-top: 4px; }

noscript p { text-align: center; color: red; margin: 0px 0px 10px 0px; }

/* Tipps */
body.Tipps img { width: 11px; height: 11px; padding: 0px; margin: 5px 0px 0px 0px; border: none; cursor: pointer; float: right; }
body.Tipps p { font-size: 11px; color: red; text-indent: -30px; padding: 5px 0px 0px 30px; margin: 0px; cursor: pointer; }
div.tooltip { position: absolute; top: 0px; left: 100px; visibility: hidden; width: 162px; height: 82px; background-image: url(/img/tooltip.gif); z-index: 150; }
div.tooltip div { text-align: center; padding: 17px 0px 0px 0px; font-size: 11px; }

/* Header & Footer */
body.Header { font-family: Arial, Helvetica, sans-serif; color: black; background-color: white; margin: 2px 10px 0px 10px; cursor: default; }
body.Header a { color: black; text-decoration: none; font-size: 11px; }
body.Header a:hover { text-decoration: underline; }
body.Header div.title { white-space: nowrap; overflow: hidden; margin: 0px; padding: 0px; }
body.Header h1 { display: inline; font-size: 36px; font-weight: bold; margin: 0px; padding: 0px; overflow: hidden; white-space: nowrap; }
body.Header h2 { display: inline; font-size: 12px; font-weight: bold; margin: 0px; padding: 0px 0px 0px 15px; overflow: hidden; white-space: nowrap; }
body.Header div.right { float: right; clear: right; line-height: 18px; }
body.Header div.bar { width: 100%; height: 4px; background-color: #999999; font-size: 1px; margin: -4px 0px 3px 0px }
body.Header table { table-layout: fixed; width: 100%; border: 1px solid black; margin: 0px; font-size: 11px; border-collapse: collapse; }
body.Header td { border-bottom: 1px solid black; white-space: nowrap; }
body.Header td.links { text-align: center; }
body.Header td.button { text-align: center; border-left: 1px solid black; }
body.Header td a { font-size: 11px; white-space: nowrap; }
body.Header td.links a { font-weight: bold; }
body.Header td a img { width: 20px; height: 13px; border: 0px; margin: 0px 0px -2px 0px; padding: 0px 5px 0px 0px; }
body.Header span.spacer { padding: 0px 20px 0px 0px; }

body.Footer { margin: 7px 0px 0px 0px; }
body.Footer table { table-layout: fixed; width: 100%; border-collapse: collapse; padding: 0px; margin: 0px; border-spacing: 0px; empty-cells: show; }
body.Footer td { padding: 0px; margin: 0px; white-space: nowrap; font-size: 10px; }
body.Footer td#left { padding-left: 10px; }
body.Footer td#mid { text-align: center; }
body.Footer td#right{ padding-right: 10px; text-align: right; }

/* Browser specific */
div.moz p { white-space: nowrap; }

/* Text Pages */
body.Start { padding: 0px 10px 0px 0px; cursor: default; }
body.Start h1 { font-size: 20px; }
body.Start p { text-indent: -20px; padding-left: 20px; }
body.Start p.n { text-indent: 0px; }
body.Start a { text-decoration: underline; }

body.Impressum { padding: 0px 10px 0px 0px; cursor: default; }
body.Impressum h1 { font-size: 20px; }
body.Impressum h2 { font-size: 16px; padding-left: 10px; }
body.Impressum p { text-align: justify; padding-left: 20px; }
body.Impressum p.n { text-align: justify; padding-left: 10px; padding-top: 10px; }
body.Impressum a { text-decoration: underline; }

/* Tree */
div.Tree { font-size: 11px; }
div.Tree p { display: block; height: 13px; margin: 2px 0px 2px 0px; overflow: hidden; text-decoration: none; cursor: default; }
div.Tree u { cursor: pointer; text-decoration: none; }
div.Tree u:hover, div.Tree u.iehover { text-decoration: underline; }
div.Tree u.high, span.high { background-color: #c6dbee; }
div.Tree u.high:hover { text-decoration: none; }
div.Tree div { margin: 0px 0px 0px 15px; }
div.Tree img { width: 15px; height: 12px; border: none; margin: 0px 3px 1px 0px; float: left; cursor: pointer; }

/* List */
div.List { margin: 10px 0px 0px 1px; padding: 0px 0px 5px 0px; clear: both; }
div.List h1 { font-size: 14px; padding: 15px 80px 10px 0px; margin: 0px; }
div.List table { table-layout: fixed; width: 99%; border-collapse: collapse; border: 1px solid #999999; font-size: 13px; }
div.List tr { cursor: pointer; }
div.List tr.o { background-color: #eeeeee; }
div.List tr:hover, div.List tr.iehover { background-color: #ffe6b0; }
div.List td { vertical-align: top; padding: 1px 5px 1px 5px; border-bottom: 1px solid #999999; }
div.List td.n { padding: 0px; }
div.List td.r { text-align: right; vertical-align: middle; cursor: default; }
div.List td.m { text-align: center; vertical-align: middle; cursor: pointer; }
div.List table.inner { border: none; width: 100%; }
div.List table.inner tr { border: none; }
div.List td u  { display: block; margin-bottom: 3px; font-size: 12px; text-decoration: none; }
div.List td em { display: block; margin-top: 3px; font-size: 12px; }

div.Title { margin: 0px 0px 10px 0px; }

/* Navbar */
div.Navi { cursor: default; clear: both; padding: 5px 0px 15px 0px; }
div.Navi div { float: left; white-space: nowrap; }
div.Navi a, div.Navi s, div.Navi em, div.Navi u { display: block; float: left; padding: 1px 3px 1px 3px; margin-right: 5px; font-family: monospace, fixed; text-decoration: none; font-style: normal; }
div.Navi a { background-color: #ffe6b0; }
div.Navi a:hover { background-color: #c6dbee; }
div.Navi em { background-color: #eeeeee; }
div.Navi s { background-color: #c6dbee; font-weight: bold; }
div.Navi u { font-family: arial, helvetica, sans-serif; }

/* Search */
body.Search form.Search { margin: 0px; padding: 0px; cursor: default; }
body.Search table { table-layout: fixed; width: 100%; border-collapse: collapse; margin: 4px 0px 0px 0px; padding: 0px; }
body.Search td { font-size: 12px; vertical-align: top; padding-top: 3px; }
body.Search td.label { font-weight: bold; }
body.Search td.padded { padding-top: 5px; }
body.Search td.right { text-align: right; }
body.Search td.addleft { padding-left: 3px; }
body.Search tr.divide td { border-bottom: 1px solid #999999; height: 4px; }
body.Search input.fulltext { font-size: 12px; border: 1px solid #999999; width: 250px; height: 17px; padding: 0px 2px 0px 2px; margin: 0px; }
body.Search input.small { font-size: 12px; border: 1px solid #999999; width: 80px; height: 16px; padding: 0px 2px 0px 2px; margin: 0px; text-align: left; }
body.Search input.large { font-size: 12px; border: 1px solid #999999; width: 110px; height: 16px; padding: 0px 2px 0px 2px; margin: 0px; text-align: left; }
body.Search input.fixed { font-size: 12px; border: 1px solid #999999; width: 77px; height: 16px; padding: 0px 2px 0px 2px; margin: 0px; text-align: left; font-family: monospace, fixed; }
body.Search div.bar { border-top: 1px solid #999999; border-bottom: 1px solid #999999; }
body.Search input.hidden { width: 0px; height: 0px; border: 0px; margin: 0px; padding: 0px; float: right; }
body.Search span { white-space: nowrap; }
body.Search span.label { cursor: pointer; }
body.Search label { white-space: nowrap; }
body.Search label.disabled { color: #cccccc; }
body.List div.Search img { cursor: default; }
.message { color: red; }
body.Search input#query { position: absolute; top: 0px; left: 0px; }
body.Search div.padder { height: 17px; width: 10px; }

/* Suggestions */
input.suggest { background-color: #c6dbee; }
div#suggest { position: absolute; visibility: hidden; top: 18px; left: 0px; width: 10px; border: 1px solid #999999; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; line-height: 12px; color: black; background-color: white; cursor: default; padding: 2px; overflow: auto; }
div#suggest a, div#suggest span { font-size: 11px; line-height: 12px; color: black; cursor: pointer; text-decoration: none; padding: 2px 0px 2px 5px; display: block; float: left; }
div#suggest span { cursor: default; }
div#suggest #showmore { clear: left; }
div#suggest a.selected { background-color: #c6dbee; }

/* Panel */
div.panel { position: absolute;top: 0px; left: 0px;width: 250px;z-index: 100;color: black;cursor: default;visibility: hidden; }
div.panel div.bmm { padding: 0px 9px 0px 9px; }
div.panel div.words { padding: 1px; margin: 0px; border: 1px dotted #999999; background-color: white; color: black; overflow: hidden; font-size: 12px; }
div.panel div.BigButton { margin: 5px 0px 0px 0px; }

/* Popup */
div.box img.btl { float: left; width: 10px; height: 10px; background-image: url(/img/btl.gif); }
div.box div.btm { height: 10px; overflow: hidden; background-image: url(/img/btm.gif); }
div.box img.btr { float: right; width: 10px; height: 10px; background-image: url(/img/btr.gif); }
div.box div.bmm { background-color: white; border-left: 1px solid #999999; border-right: 1px solid #999999; clear: both; }
div.box img.bbl { float: left; width: 10px; height: 10px; background-image: url(/img/bbl.gif); }
div.box div.bbm { height: 10px; overflow: hidden; background-image: url(/img/bbm.gif); }
div.box img.bbr { float: right; width: 10px; height: 10px; background-image: url(/img/bbr.gif); }

/* Help */
body.Help { margin: 5px 0px 5px 5px; }
body.Help h2 { font-size: 20px; margin: 0px 0px 10px 0px; }
body.Help h3 { font-size: 15px; }
body.Help ol,ul { text-align: justify; margin-right: 20px; }
body.Help ol { font-weight: bold; }
body.Help li { padding-bottom: 5px; }
body.Help blockquote { text-align: justify; margin-left: 22px; margin-right: 20px; }
body.Help span { font-weight: normal; }
body.Help span.query { color: blue; }
body.Help span.result { color: green; }
body.Help span.op { color: red; }
body.Help a { text-decoration: underline; }

/* Mark */
body.Mark { margin: 5px 0px 5px 5px; }
body.Mark h2 { font-size: 20px; margin: 0px 0px 10px 0px; }
div.Mark p.t { margin: 20px 0px 10px 0px; }
div.Mark td { padding-top: 5px; }
div.Mark div.Tree p { cursor: pointer; }
div.Mark div.Tree u, body.Mark div.Tree u:hover { display: inline; margin: 0px; font-size: 11px; text-decoration: none; }

/* Result */
div.Result td { padding-top: 5px; }
div.Result div.Tree p { cursor: pointer; }
div.Result div.Tree u, body.Result div.Tree u:hover { display: inline; margin: 0px; font-size: 11px; text-decoration: none; }
div#ResultButton { display: none; }

/* Order */
body.Order { margin: 5px 0px 5px 5px; cursor: default; }
body.Order h2 { font-size: 20px; margin: 0px 0px 10px 0px; }
body.Order p.o { margin: 10px 30px 15px 20px; text-indent: -10px; }
body.Order p.c { text-align: center; }
body.Order div.i { margin-bottom: 3px; }
body.Order div.r { float: right; margin-right: 20px; }
body.Order label { display: block; width: 140px; float: left; font-weight: bold; margin-left: 20px; }
body.Order input { width: 395px; }
body.Order div.Mark { margin-left: 10px; margin-right: 10px; }
body.Order div.List tr, body.Order div.Mark div.Tree p, body.Order div.Mark div.Tree u { cursor: default; }
body.Order div.List tr:hover, body.Order div.List tr.iehover { background-color: white; }
body.Order div.List tr.o:hover, body.Order div.List tr.iehover { background-color: #eeeeee; }

/* Entry */
body.Entry dl { margin-top: 10px; padding: 5px 10px 10px 5px; clear: both; }
body.Entry dl dt { font-weight: bold; padding: 1px 5px 2px 10px; background-color: #eeeeee; border: 1px solid #999999; }
body.Entry dl dd { padding: 0.8em 20px 1em 0px; }
body.Entry dl p  { margin: 0px 0px .5em 0px; padding: 0px; }
body.Entry table { border-collapse: separate; padding: 0px; margin: 0px; border-spacing: 2px; empty-cells: show; border: 1px solid #999999; }
body.Entry table.entry { width: 100%; }
body.Entry thead { font-weight: bold; }
body.Entry tr { font-family: arial, helvetica, sans-serif; font-size: 13px; }
body.Entry th { border-bottom: 1px solid #999999; text-align: left; }
body.Entry td { background-color: #eeeeee; padding: 2px; vertical-align: top; }
body.Entry th { background-color: #dddddd; padding: 2px; }
body.Entry td.right, body.Entry th.right { text-align: right; }
body.Entry ul { list-style-image: url(/img/bullet.gif); padding-left: 20px; text-align: left; }
body.Entry dl a { text-decoration: underline; }
body.Entry dl p a { text-decoration: none; }
body.Entry dl p a:hover { text-decoration: underline; }
body.Entry dl p.pic_sel { text-indent: -60px; padding-left: 60px; }
body.Entry table.pic { table-layout: fixed; border-spacing: 0px; border-collapse: collapse; }
body.Entry dl table.pic { margin: 0px 3px 3px 0px; float: left; }
body.PicSel table.pic { position: absolute; top: 0px; left: 0px; z-index: 5; }
body.Entry table.pic img { border: 1px solid #999999; cursor: pointer; }
body.Entry table.pic td.pic { width: 226px; height: 226px; padding: 0px; text-align: center; vertical-align: middle; }
body.Entry table.pic td.but { font-size: 12px; line-height: 18px; padding: 0px; }
body.Entry table.pic td.but div.ZoomButton { position: relative; top: -227px; left: 204px; }
body.Entry table.pic td.desc { font-size: 12px; padding: 0px; }
body.Entry table.pic td.desc div { width: 222px; height: 45px; overflow: hidden; background-color: #eeeeee; position: relative; top: 0px; margin-bottom: 0px; border-top: 1px solid #999999; padding: 2px; }
body.Entry table.pic td.desc div.over { width: 222px; height: 45px; overflow: hidden; background-color: #eeeeee; position: relative; top: 0px; margin-bottom: 0px; border-top: 1px solid #999999; padding: 2px; }

/* Picture Selector */
body.PicSel { margin: 0px; }
body.PicSel div.opener { cursor: default; }
body.PicSel div.opener h2 { font-size: 20px; margin: 5px; cursor: default; }

body.PicSel div.page_sel { cursor: default; vertical-align: middle; margin: 5px; }
body.PicSel div.page_sel label { display: block; width: 102px; font-weight: bold; float: left; }

body.PicSel div.desc_sel { position: relative; cursor: default; text-indent: -102px; padding: 0px 5px 15px 107px; text-align: justify; overflow: hidden; z-index: 10; background-color: white; }
body.PicSel div.desc_sel b { cursor: pointer; }
body.PicSel div.desc_sel i { font-style: normal; cursor: pointer; padding: 1px; }
body.PicSel div.desc_sel i:hover { background-color: #ffe6b0; }
body.PicSel div.desc_sel i.disabled { color: #999999; cursor: default; }
body.PicSel div.desc_sel i.selected { color: black; cursor: pointer; background-color: #c6dbee; }
body.PicSel div.desc_sel i.disabled:hover { background-color: white; }
body.PicSel div.desc_sel i.selected:hover { background-color: #c6dbee; }

/* Frames */
body.Sizer { height: 100%; }
body.Sizer table { table-layout: fixed; width: 100%; height: 100%; border-collapse: collapse; }
body.Sizer td { text-align: center; vertical-align: middle; margin: 0px; padding: 0px; }
body.Sizer img { cursor: pointer; margin: 2px; }

/* Border */
body.Top    { background-image: url(/img/tm.gif); }
body.Right  { background-image: url(/img/mr.gif); }
body.Bottom { background-image: url(/img/bm.gif); }
body.Left   { background-image: url(/img/ml.gif); }
body.Border table { table-layout: fixed; width: 100%; height: 100%; border-collapse: collapse; }
body.Border td { margin: 0px; padding: 0px; }
body.Border img { width: 10px; height: 10px; }

/* Image */
body.Image { margin: 0px; padding: 0px; }
body.Image table { margin: 0px; padding: 0px; border-spacing: 0px; }
body.Image tr { margin: 0px; padding: 0px; }
body.Image td { margin: 0px; padding: 0px; }
body.Image img { margin: 0px; padding: 0px; cursor: pointer; }

/* Bookmark */
body.Book { margin: 5px 5px 5px 10px; }
body.Book a, body.Book a:hover { text-decoration: underline; }
body.Book input.Book { width: 400px; border: none; }
body.Book blockquote { text-indent: -11px; }

/* Wait */
body.Wait { height: 100%; margin: 0px; cursor: default; }
body.Wait table.Wait { table-layout: fixed; width: 100%; height: 100%; border-collapse: collapse; }
body.Wait table.Wait td { text-align: center; vertical-align: middle; empty-cells: show; }
body.Wait table.Bar { border: 1px solid #999999; border-spacing: 2px; }
body.Wait table.Bar td { background-color: #eeeeee; width: 12px; height: 12px; }
body.Wait table.Bar td.high1 { background-color: #c6dbee; }
body.Wait table.Bar td.high2 { background-color: #ffe6b0; }
body.Wait div { margin: 2px 0px 12px 0px; font-size: 12px; }

/* Empty */
body.Empty { margin: 0px; cursor: default; }

/* No Database */
body.NoDB { margin: 3px; cursor: default; }

