/* ********************************************************
-- Stylesheet (CSS) by Jürgen Zahrl - www.webdeZZZign.at --
******************************************************** */

/* ******************************************************
-- RESET --
****************************************************** */

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;
}
html {
   font-size: 100.01%;
   height: 100%;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
/*    content: none; */
}

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ******************************************************
-- Basis --
****************************************************** */

body {
   background: #fff;
   color: #696969;
   font: 100%/1.4 Verdana, sans-serif;
/*   height: 100%; */
}

/* ******************************************************
-- Wrapper --
****************************************************** */

#wrapper {
   width: 700px;
   margin: 57px auto 0 auto;
}

/* ******************************************************
-- Header --
****************************************************** */

#header {
   width: 100%;
   height: 142px;
}


/* ******************************************************
-- Navi --
****************************************************** */

#navi {
   width: 100%;
   height: 24px;
}

#navi ul {
   list-style-type: none;
   margin-top: -1px;
   padding-left: 8px;
   text-align: left;
}

#navi li {
   display: inline;
   padding-right: 8px;
}

#navi a {
   color: #696969;
   font-size: 13.5px !important;
   text-decoration: none;
}

#navi a:hover, #navi a:focus, #navi a:active, #navi a#active {
   color: #72090d;
}

/* ******************************************************
-- Content --
****************************************************** */

h1 {
   font-size: 16.5px;
}

h2 {
   font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
   font-weight: bold;
}

h1#nv {
   position: absolute;
   top: -12000px;
   left: -12000px;
}

h2.partner, h2.jobs {
   padding-bottom: 0;
}

#content {
   font-size: 12.5px;
   margin-top: 69px;
   padding: 0 0 40px 8px;
   height: 500px;
   width: 700px;
}

h2, h3, h4, h5, h6, p, #content ul, ol {
   padding-bottom: 15px;
}

#content a {
   color: #72090d;
   text-decoration: none;
}

#content a:hover, #content a:focus, #content a:active, #content a#active {
   color: #696969;
   text-decoration: underline;
}

#content ul {
   list-style-type: disc;
   margin-left: 14px;
}

#content ol {
   list-style-type: decimal;
   margin-left: 20px;
}

span.up {
   text-transform: uppercase;
}

table {
   width: 100%;
   margin-bottom: 10px;
}

td.left {
   width: 400px;
   vertical-align: top;
}

td.right {
   width: 300px;
}

td.partner {
   padding-top: 22px;
}

p.center {
   text-align: center;
}

p.dist {
   margin-top: 38px;
}

div#xml {
   margin-top: 22px;
}

div#bottom {
   width: 100px;
}

/* ******************************************************
-- Kontaktformular --
****************************************************** */

form#form {
   margin-top:-18px;
}

span.missing {
   color: #72090d;
}

label {
   cursor: pointer;
}

input {
   height: 25px;
}

input, textarea {
   border: 2px solid #a6a6a6;
   border-radius: 5px;
}

div.right {
   margin-bottom: 9px;
}

textarea {
   height: 177px;
   width: 281px;
}

input#absend, input#reset {
   background: url(../img/formular-button.png) no-repeat transparent;
   border: 0;
   color: #696969;
   cursor: pointer;
   height: 29px;
   width: 121px;
}

input#reset {
   margin-left: 33px;
}