/* Modern-Riding colors: Red: #8E2929 Amber: #F89633 */
* {
    font-family: Georgia;
    font-size: 10pt;
    line-height: 140%;
}

img, div, table {
behavior: url("iepngfix.php");
}

a {
    /* Original color: #8E2929;*/

    /* A bit darker than the original for the visual match */
    color: #882727;
    text-decoration: none;
}

body {
    background-image: url(img/bg.png);
    padding: 0px;
    margin: 0px;
}

h1 {
    font-size: 30pt;
    color: #8E2929;
    margin: 0;
}

h3 {
    margin-bottom: 0;
}

p {
    margin: 0 0 5pt 0;
    text-align: justify;
}

td {
    vertical-align: top;
}

.right {
    text-align: right;
    padding-right: 5px;
}

#container {
    position: relative;
    width: 950px;
    margin: auto;
    margin-top: 0px;
    min-height: 100%;
    background-color: white;
}

#left {
    position: absolute;
    width: 220px;
    padding: 20px 5px;
    text-align: right;
}

#quali p,
#quali strong {
    font-size: 8pt;
    text-align: right;
}

#logo img {
    width: 200px;
}

#main {
    position: relative;
    top: 0px;
    left: 250px;
    width: 700px;
    padding-bottom: 30px;
}

#head {
    border-bottom: 2px solid #F89633;
    /*margin-bottom: 12px;*/
}

#h1 {
    margin-top: 10px;
}

#profitipps {
    position: relative;
    left: 47px;
    top: -14px;
}

#subtitel {
    position: relative;
    left: 38px;
    top: 20px;
}

.article {
    padding-right: 25px;
}

h2 {
    color: #F89633;
    position: relative;
    border-bottom: 1px solid #8E2929;
}

#signature {
    position: relative;
    top: -33px;
    left: 24px;
}

#navi {
    position: relative;
    padding-bottom: 10px;
}

#navi ul {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

#navi ul li {
    padding: 0;
    float: left;
    margin: 0 15px 0px 0;
}

.img_left_sidebar {
    /*position: relative;*/
    /*left: -200px;*/
    margin: 0px 12px 5px 0px;
    float: left;
}

#bigpic {
    display:none;
    position: fixed;
    top: 20px;
    left: 20px;
    border: 3px double #8E2929;
    background-color: white;
    width: 1020px;
    height: 500px;
    text-align: center;

}

