* {
    margin: 0;
    padding: 0;
}

body {
    background: #aaa7a7 url("../img/bg.png") repeat-x;
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    color: #353435;
}

/* Links
 * ---------------------------------------------------------------------------------------------- */
a,
a:active,
a:visited {
    color: #d01874;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

/* Überschiften
 * ---------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4 {
    color: #d01874;
    font-size: 22px;
    margin: 17px 20px 0 0;
    font-weight: normal;
}

h2 {
    font-size: 18px;
}

div#header h2,
div#header h3 {
    display: none;
}

/* Texte, Bilder
 * ---------------------------------------------------------------------------------------------- */
p {
    margin: 20px 27px 0 0;
    line-height: 170%;
}

p img {
    float: right;
    border: 1px solid #eb94c4;
    padding: 4px;
    margin: 5px 0 5px 25px;
}

table {
    margin: 5px 27px 0 0;    
}

td {
    line-height: 160%;
    padding: 5px 20px 5px 0;
    border-bottom: 1px solid #eee;
    vertical-align: top;
}


/* zweispaltiger Copntentaufbau
 * ---------------------------------------------------------------------------------------------- */
div.column_1,
div.column_2 {
    width: 300px;
    float: left;
    overflow: hidden;
}

div.column_2 { 
    width: 400px;   
}
 


/* Grundaufbau
 * ---------------------------------------------------------------------------------------------- */
div#header,
div#body,
div#footer {
    width: 1000px;
    margin: 0 auto 0 auto;
    overflow: hidden;    
    background: url("../img/bg_body.png") repeat-y;
}

div#header {
    background: url("../img/bg_header.png") no-repeat;
    height: 193px;
}

div.left,
div.right {
    width: 270px;
    overflow: hidden;
    float: left;
    padding: 0 0 25px 0;
}

div.right {
    width: 730px;
}

div#footer {
    background: url("../img/bg_footer.png") no-repeat;
    height: 100px;
}

div#footer p {
    margin-top: 70px;
    text-align: center;
    font-size: 12px;
    color: #6c6969;
}

div#footer p a {
    color: #6c6969 !important;
}

/* Hauptnavigation
 * ---------------------------------------------------------------------------------------------- */
ul#navi {
    margin: 151px 15px 0 0;
    padding: 0;
    list-style: none;
}

ul#navi li {
    display: block;
    float: right;
    margin: 0;
    padding: 0 13px 0 13px;
}

ul#navi a,
ul#navi a:active,
ul#navi a:visited {
    text-decoration: none;
    color: #fff;
    font-size: 19px;
    text-shadow: 3px 3px 4px #000;
}

ul#navi li.active a {
    color: #d10073;
}

/* Unternavigation
 * ---------------------------------------------------------------------------------------------- */
ul#subnavi {
    margin: 20px 0 0 30px;
    padding: 5px 0 5px 0;
    list-style: none;
    background: url("../img/bg_subnavi.png") repeat-y;
}

ul#subnavi li {
    margin: 15px 0 15px 10px;
}

ul#subnavi a,
ul#subnavi a:active,
ul#subnavi a:visited {
    color: #363435;
    text-decoration: none;
    font-size: 16px;
}

ul#subnavi li.active a {
    color: #d10073;
}

