
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common browsers */
:link,:visited { text-decoration:none; color: inherit; }
ul,ol { list-style:none; }
li { display: block;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd
{ margin:0; padding:0; }
a img,:link img,:visited img { border:none; }
address { font-style:normal; }


html
  {
    height: 100%;
    background: #FFFFFF;
  }

body
  {
    position: relative;
    height: 100%;
    font: 70%/1.4 Arial, Helvetica, sans-serif;
    color: #000000;
  }

#wrap1
  {
    min-height: 540px;
    width: 880px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -270px 0 0 -440px;
  }

* html #wrap1
  {
    height: 540px;
  }

#wrap2
  {
    position: relative;
    height: 100%;
    border: 1px solid #3C6991;
  }

#header,
#footer
  {
    min-height: 15px;
    background: #3C6991;
  }

* html #header,
* html #footer
  {
    height: 15px;
  }

#header h1
  {
    text-indent: -9999px;
  }

#nav
  {
    position: relative;
    height: 240px;
    background: url(g/orbit_final.gif) top left no-repeat;
  }

/* ----- font, color, background ----- */

#nav li
  {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 100%;
  }

#nav li li
  {
    font-size: 1em;
  }

#nav li a
  {
    font-weight: normal;
    color: #000000;
  }

#nav li strong a
  {
    color: #E10A28;
  }

#nav li li a
  {
    color: #B0B0B0;
  }

#nav ul.x a,
#nav li li a:hover
  {
    color: #000000;
  }

#nav ul.x strong a,
#nav ul.x strong a:hover
  {
    color: #E10A28;
  }

#nav li#tn1 a,
#nav li li a
  {
    background-color: #FFFFFF;
  }

#nav li li span
  {
    padding-left: 9px;
    background: url(g/listar.gif) left center no-repeat;
  }

#nav ul.x span
  {
    background-position: -20px center;
  }

#nav ul.x strong span
  {
    background-position: -40px center;
  }

#nav li li li span
  {
    background: transparent;
  }

/* ----- position, float ----- */

#nav ul.hidden
  {
    display: none;
  }

#nav li#tn1
  {
    left: 124px;
    top: 167px;
    width: 746px;
  }

#nav li#tn2
  {
    left: 225px;
    top: 120px;
    width: 645px;
  }

#nav li#tn3
  {
    left: 165px;
    top: 83px;
    width: 705px;
  }

#nav li#tn4
  {
    left: 250px;
    top: 16px;
    width: 610px;
  }

#nav li
  {
    position: absolute;
  }

#nav li li
  {
    position: static;
  }

#nav li span,
#nav li li
  {
    float: left;
  }

#nav li li span,
#nav li li li
  {
    float: none;
  }

#nav li ul
  {
    display: none;
  }

#nav li li ul,
#nav li ul.x,
#nav li:hover ul,
* html #nav li.hover ul
  {
    display: block;
  }

/* ----- margin, padding ----- */

#nav li
  {
    padding-left: 0.5em;
  }

#nav li li
  {
    padding-left: 0;
  }

#nav li#tn1 ul
  {
    padding-left: 14em;
  }

#nav li#tn2 ul
  {
    margin-left: 2em;
  }

#nav li#tn3 ul
  {
    margin-left: 12em;
  }

#nav li#tn4 ul
  {
    margin-left: 1em;
  }

#nav li#tn1 ul ul,
#nav li#tn2 ul ul,
#nav li#tn3 ul ul,
#nav li#tn4 ul ul
  {
    margin-left: 0;
  }

#nav li li
  {
    margin-left: 1.4em;
  }

#nav li li ul
  {
    padding: 0.3em 0 0;
  }

#nav li li li
  {
    margin: 0.3em 0 0 0.3em;
  }

#navtools {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#navtools .share,
#navtools .scale,
#navtools .rss {
    float: right;
    clear: both;
}

#navtools .at300bs {
    background-image: none;
}

#navtools .at300m {
    padding: 0;
}

#navtools .mag1 {
    margin: 0 8px;
    font-size: 1.3em;
}

#navtools .mag2 {
    font-size: 1.7em;
}

.mag0 .mag0,
.mag1 .mag1,
.mag2 .mag2 {
    text-decoration: underline;
}

#navtools .rss {
    margin-top: 0.4em;
}

#main
  {
    min-height: 270px;
  }

* html #main
  {
    height: 270px;
  }

#navside
  {
    display: inline;
    width: 250px;
    float: left;
  }

#navside ul,
#navside p
  {
    margin-left: 30px;
  }

#navside li
  {
    margin-bottom: 0.4em;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
  }

#navside li a
  {
    color: #000000;
    background-color: #FFFFFF;
  }

#navside li strong a
  {
    color: #E10A28;
  }

/*
#navside li span
  {
    padding-left: 9px;
    background: url(g/listar.gif) -20px center no-repeat;
  } */

#navside li strong span
  {
    background-position: -40px center;
  }

#navside h2
  {
    margin-left: 30px;
    margin-right: 50px;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }

#navside div
  {
    margin-bottom: 1.5em;
  }

#cont
  {
    float: right;
    width: 570px;
    height: 270px;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 40px;
  }

.mag1 #cont {
    font-size: 120%;
}

.mag2 #cont {
    font-size: 140%;
}

#cont.long
  {
    padding-right: 0;
  }

#cont a
  {
    color: #E10A28;
  }

#cont a[href^="http:"],
#cont a[href^="https:"],
#cont a[href^="ftp:"]
  {
    color: #0088FF;
  }

#cont a[href^="http://www.dasteam.de"]
  {
    color: #E10A28;
  }

.newsside p a.moredots,
#cont a.moredots
  {
    margin-left: 0.3em;
    font-size: 1.2em;
    line-height: 80%;
    font-weight: bold;
    color: #E10A28;
  }

#cont h3,
#cont h4,
#cont p,
#cont ul,
#cont table
  {
    margin-bottom: 1em;
  }

#cont h3,
#cont h4
  {
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }

#cont h3 a,
#cont h4 a
  {
    color: #000000;
  }

#cont h3 span,
#cont h4 span
  {
    margin-left: 1.5em;
    font-size: 0.8em;
    text-transform: none;
    letter-spacing: 0.5px
  }

#cont h4
  {
    margin-bottom: 0.1em;
  }

#cont h5
  {
    margin-top: 1em;
    font-weight: bold;
    margin-bottom: 0.1em;
  }

#cont ul
  {
    list-style-type: disc;
  }

#cont ol
  {
    list-style-type: decimal;
  }

#cont li
  {
    display: list-item;
    margin-left: 1.5em;
    margin-top: 0.4em;
  }

#cont li:first-child
  {
    margin-top: 0;
  }

#cont .booktip
  {
    background: left top no-repeat;
    padding-left: 120px;
    margin: 2em 0;
  }


#refside
  {
    display: inline;
    width: 250px;
    float: left;
  }

#refside .text
  {
    height: 220px;
    margin-left: 30px;
    line-height: 120%;
  }

#refside .nav
  {
    margin-left: 30px;
  }

#refside .nav li
  {
    display: inline;
    float: left;
    width: 8em;
    font-size: 0.75em;
    line-height: 9px;
    text-transform: uppercase;
  }

#refside .nav li a
  {
    padding-top: 1px;
    color: #000000;
  }

#refside .nav li.l a
  {
    padding-left: 10px;
    background: url(g/navli.gif) left center no-repeat;
  }

#refside .nav li.r a
  {
    padding-right: 10px;
    background: url(g/navre.gif) right center no-repeat;
  }

#cont .showcase
  {
    position: relative;
    height: 220px;
    border-bottom: 8px solid #E10A28;
  }

#cont .showcase .art
  {
    position: absolute;
    display: inline;
    bottom: 0;
  }

#cont .showcase .artleft
  {
    left: 0;
  }

#cont .showcase .artright
  {
    right: 0;
  }

#footer
  {
    position: relative;
    text-align: right;
  }

#footer ul
  {
    position: absolute;
    right: 0;
  }

#footer li
  {
    display: inline;
    float: left;
    margin-right: 1em;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
  }

#footer li a
  {
    color: #FFFFFF;
  }

#cont td
  {
    padding: 0 1em 0.2em 0;
    vertical-align: top;
  }

#cont input,
#cont select,
#cont textarea
  {
    border: solid #666666;
    border-width: 0 1px 1px;
    padding: 0;
  }

#cont form.contact input,
#cont form.contact textarea
  {
    width: 320px;
  }

#cont input:focus,
#cont select:focus,
#cont textarea:focus
  {
    background-color: #F8F8F8;
  }

#cont form.contact table
  {
    display: inline;
  }

#cont form.contact input.button
  {
    position: relative;
    top: -1em;
    width: auto;
    border: 0;
    padding: 0;
    background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: bold;
    cursor: pointer;
  }

.rte-align-left {
  float: left;
  margin: 0 1em 0.5em 0;
}

.rte-align-right {
  float: right;
  margin: 0 0 0.5em 1em;
}

.ht-zoom {
    cursor: pointer;
}

#lbCloseLink {
    width: 20px;
    overflow: hidden;
    background-position: right center;
}

#lbOverlay,
#lbCenter,
#lbBottomContainer {
    z-index: 99;
}

