/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
        vertical-align: baseline;
        background: transparent;
}
body {
        line-height: 1;
        height:100%; padding:0; margin:0; overflow:auto; }
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}

/* remember to define focus styles! */
:focus {
        outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
        text-decoration: none;
}
del {
        text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
        border-collapse: collapse;
        border-spacing: 0;
        }


body {
        text-align: center;
        padding: 4em 0;
        font-size: .75em;
        line-height: 1.5;
        font-family: verdana, arial, sans-serif;
        background: #16738F url("../img/ue.png") left top no-repeat;
        }

#container {
        margin: 0 auto;
        max-width: 800px;
        text-align: left;
        background: #fff;
        padding: 3em;
        box-shadow:8px 8px 5px #000;
        -webkit-box-shadow:8px 8px 5px #000;
        -moz-box-shadow:8px 8px 5px #000;
        }

#content { float: left; max-width: 560px;}

#sidebar { float: right; max-width: 200px; background: #eaf2f5;}

.abstand { padding: 1em; }



hr {
        border: none;
        background-color: black;
        height: 1px;
        }

.hrdick {
        border: none;
        background-color: black;
        height: 2px;
        }

h2 {
        font-size: 1em;
        font-weight: 100;
        text-transform: uppercase;
        letter-spacing:0.1em;
        color: #fff;
        }

h2 span{
        background: #A4617F;
        padding: .1em .25em;
        }

.abs { padding: 0 0 1em 0; }

.right { float: right; }

.abstand1 { padding: 0 30px 30px 0}

.abstand2 { padding: 0 0 30px 30px; }

.left { float: left; }

.clear { clear: both; }

.absoben { margin: 2em 0 0 0 ; }

a:link {text-decoration:none; color:#000; background: url(../img/dot_bottom.gif) repeat-x bottom; }
a:visited {text-decoration:none; color:#000; background: url(../img/dot_bottom.gif) repeat-x bottom; }
a:focus {text-decoration:underline; color:#000; background: none;}
a:hover {text-decoration:underline; color:#000; background: none;}
a:active {text-decoration:underline; color:#000; background: none;}

a:link.zoom {text-decoration:none; color:#000; background: none; }
a:visited.zoom {text-decoration:none; color:#000; background: none; }
a:focus.zoom {text-decoration:underline; color:#000; background: none;}
a:hover.zoom {text-decoration:underline; color:#000; background: none;}
a:active.zoom {text-decoration:underline; color:#000; background: none;}

a:link.img {text-decoration:none; color:#000; background: none; }
a:visited.img {text-decoration:none; color:#000; background: none; }
a:focus.img {text-decoration:none; color:#000; background: none;}
a:hover.img {text-decoration:none; color:#000; background: none;}
a:active.img {text-decoration:none; color:#000; background: none;}

.hide, h1, dt, del {position:absolute; left:-2000px;}

.inputbox {border: 1px solid #16738F; padding: .15em .5em; margin: 0 0 .5em 0 }

dl {
        text-transform: uppercase;
        margin: 0 0 2em 0;
        padding: 0 0 .25em 0;
        border-bottom: 1px solid black;
        }

dl dd
        {
        display: inline;
        list-style-type: none;
        padding-right: 20px;
        }

dl a:link {text-decoration:none; color:#000; background: none; }
dl a:visited {text-decoration:none; color:#000; background: none;  }
dl a:focus {text-decoration:none; color:#000; background: none; border-bottom: 2px solid black; padding-bottom: .25em; }
dl a:hover {text-decoration:none; color:#000; background: none; border-bottom: 2px solid black; padding-bottom: .25em; }
dl a:active {text-decoration:none; color:#000; background: none; border-bottom: 2px solid black; padding-bottom: .25em; }

dl a:link.act {text-decoration:none; color:#000; background: none; border-bottom: 2px solid black; padding-bottom: .25em; }
dl a:visited.act {text-decoration:none; color:#000; background: none; border-bottom: 2px solid black; padding-bottom: .25em; }
dl a:focus.act {text-decoration:none; color:#000; background: none; border-bottom: 2px solid black; padding-bottom: .25em; }
dl a:hover.act {text-decoration:none; color:#000; background: none; border-bottom: 2px solid black; padding-bottom: .25em; }
dl a:active.act {text-decoration:none; color:#000; background: none; border-bottom: 2px solid black; padding-bottom: .25em; }




