/* Begin Typographie & Colors */
body {
    background-image: url(../images/backgr-top.png);
    background-repeat: repeat-x;
    background-position: 0 80px;
}

#header {
    background-image: url(../images/logo.jpg);
    background-repeat: no-repeat;
}

#navigation a:link, #navigation a:visited {
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 2em;
    color: white;
    border-left: 1px solid #62513d;
}

#navigation a.last {
    border-right: 1px solid #62513d;
}

#navigation a:hover, #navigation a#active {
    background-image: url(../images/backgr-navi.gif);
    background-repeat: repeat-x;
    border-top: 1px solid #62513d;
    border-bottom: 1px solid #62513d;
    text-decoration: none;
}

#navigation li ul a:link, #navigation li ul a:visited {
    font-size: 1.1em;
    text-decoration: none;
    text-transform: none;
    color: white;
    background-color: #d1bba6;
    border: none;
    border-bottom: 1px solid #62513d;
}

#navigation li ul a:hover, #navigation li ul a#active2 {
    background: none;
    background-color: #c4ae9a;
    border-bottom: 1px solid #62513d;
    text-decoration: none;
}

#navigation #language a {
    border-right: 1px solid #62513d;
}

#navigation li#language {
    float: right;
}



#sidebar h2, #sidebar ul li.phone {
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    color: #7a644f;
}

#sidebar h2 a {
    font-weight: bold;
    color: #7a644f;
    text-decoration: none;
}

#sidebar .box {
    font-size: 1.1em;
    background-image: url(../images/backgr-dots.gif);
    background-repeat: repeat-x;
}

#sidebar label {
    display: block;
    font-weight: bold;
}

#content h2 {
    font-size: 1.4em;
    font-weight: bold;
    display: inline;
}

#content h3 {
    font-size: 1.1em;
    font-weight: bold;
}

#content .text, #content .success, #downloads, #form .form-description {
    font-size: 1.2em;
    line-height: 160%;
}

#content .text_2, #content .success, #downloads, #form .form-description {
    font-size: 1.2em;
    line-height: 160%;
}

#content a:link, #content a:visited, #content a:active {
    text-decoration: underline;
}

#content .text {
    background-image: url(../images/backgr-dots.gif);
    background-repeat: repeat-x;
    background-position: top;
}

#content .text_2 {
    background-repeat: repeat-x;
    background-position: top;
}

#footer {
    background-image: url(../images/backgr-dots.gif);
    background-repeat: repeat-x;
    background-position: top;
}
/* End Typographie & Colors */



/* Begin Structure */
#page {
    width: 980px;
}

#header {
    margin-left: 12px;
    height: 80px;
}

#navigation {
    height: 23px;
    width: 950px;
}

#meta {
    padding-top: 5px;
    margin-right: 112px;
    float: right;
}

#navigation a {
    padding: 0 16px;
}

#navigation li ul a {
    display: block;
    margin: 0;
    padding: 2px 16px;
}

#sidebar {
    padding: 22px 15px;
    width: 195px;
    float: left;
}

#sidebar .box-top {
    margin-top: 15px;
}

#sidebar .box, #sidebar .box-top {
    padding: 12px 0;
}

#sidebar .box-bottom p {
    margin-bottom: 12px;
}

#sidebar fieldset {
    margin-top: 10px;
}

#sidebar fieldset.submit {
    margin: 0;
}

#sidebar label {
    float: left;
    width: 83px;
}

#content {
    padding: 6px 0;
    margin-right: 112px;
    width: 550px;
    float: right;
}

#content .text {
    margin-bottom: 30px;
    margin-top: 12px;
    padding-top: 12px;
}

#form .form-description {
    margin-bottom: 20px;
}

#content .success, #downloads {
    margin-bottom: 30px;
    margin-top: 12px;
}

#footer {
    padding-top: 12px;
    clear: both;
}
/* End Structure */



/* Begin Headers */
#header h1 {
    margin-left: -5000px;
}

#content h2 {
    margin-bottom: 12px;
    clear: both;
}

#content h3 {
    margin: 0 0 5px 0;
}
/* End Headers */



/* Begin Lists */
#navigation ul {
    margin-left: 318px;
}

#navigation li {
    float: left;
    position: relative;
}

#navigation li ul {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    margin: 0;
}

#navigation li ul li {
    width: 200px;
}

/*#navigation li > ul {
    top: auto;
    left: auto;
}*/

#navigation li:hover ul, #navigation li.over ul {
    display: block;
}

#sidebar ol li {
    margin-bottom: 2px;
}

#sidebar ul li.arrow, #sidebar ul li.mail {
    padding-left: 32px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 0 1px;
}

#content ul li {
    padding-left: 32px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 0 4px;
}

#content .text ol li {
    list-style: decimal;
}

#sidebar ul li.phone {
    padding-left: 32px;
    background-repeat: no-repeat;
}

#sidebar ul li.mail {
    margin-top: 12px;
    background-image: url(../images/mail.png);
}

#sidebar ul li.phone {
    margin-top: 12px;
    background-image: url(../images/phone.png);
}

#sidebar ul li.arrow, #content ul li {
    background-image: url(../images/pfeil-rechts.gif);
}

#content ul.pdf_list{
	margin-bottom:20px;
}

#content ul.pdf_list li.pdf {
    background-image: url(../images/pdf.png);
    margin:0px !important;
}


#sidebar .box-top ul {
    margin-bottom: 12px;
}
/* End Lists */



/* Begin Form Elements */
#sidebar .input-text {
    padding: 1px;
    width: 108px;
    font-size: 1.1em;
    border: 1px solid black;
}

#sidebar input.submit {
    font-size: 1.2em;
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    color: #7a644f;
    border-style: none;
    background-color: transparent;
    float: right;
}

#sidebar .error {
    border-color: red;
}
/* End Form Elements */



/* Begin Table Elements */
#content table td {
    vertical-align: top;
}

#content table.details {
    border-collapse: collapse;
    width: 100%;
}

#content table.details th, #content table.details td {
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #efefef;
}
/* End Table Elements */



/* Begin Various */
.right {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;
}
.left {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

img.inlinetop {
    margin-left: 6px;
}
/* End Various */