
body {
    margin: 0px;
    padding: 0px;
    color: black;
    font-family: "L Frutiger Light", "Frutiger 45 Light", "Frutiger 45", Frutiger, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.3; 
    background-color: #ffffff;
}

a, a:link, a:visited { 
    color: #ff6600; 
    font-weight: bold; 
    text-decoration: none; 
}

a:hover { 
    text-decoration: underline; 
}

p { 
    margin: 0 0 10px 0; 
    padding: 0; 
}

img { 
    border: none; 
}

em { 
    color: #000; 
    font-weight: bold; 
    font-style: normal; 
}

.text   { color: black; font-size: 12px; }
.t_ausz { color: black; font-weight: bold; font-size: 12px; font-family: "L Frutiger Light", "Frutiger 45 Light", "Frutiger 45", Frutiger, Verdana, Arial, Helvetica, sans-serif }
.titel { color: black; font-weight: bold; font-size: 16px; font-family: "L Frutiger Light", "Frutiger 45 Light", "Frutiger 45", Frutiger, Verdana, Arial, Helvetica, sans-serif }
.legende  { color: gray; font-size: 8px; font-family: Courier, "Courier New", monospace }


#wrap {
    width: 860px;
    padding: 50px 40px;
    margin: 0 auto;
    background: url(img/border.png) repeat-y
}

#header {
    clear: both;
    width: 780px;
    height: 120px;
    padding: 0px 0px;
}

#logo {
    float:left;
    width: 278px;
    height: 83px;
}

#logo_text {
    display: table-cell;
    vertical-align: bottom;
    width:  460px;
    height: 83px;
}

#main {
    clear: both;
    width: 780px;
    padding: 0 18;
}


#info {
    clear: both;
    width: 740px;
    padding: 60px 0px;
}

#info_left {
    float:          left;
    display:        table-cell;
    vertical-align: top;
    width: 260px;
}

#info_right {
    float:          right;
    display:        table-cell;
    vertical-align: top;
    width: 480px;
}

#untern {
    clear: both;
    width: 740px;
    padding: 60px 0px 0px;
}

#addr {
    clear: both;
    width: 740px;
    padding: 30px 0px;
}

#addr_left {
    float:          left;
    display:        table-cell;
    vertical-align: top;
    width: 260px;
}

#addr_right {
    float:          right;
    display:        table-cell;
    vertical-align: top;
    width: 480px;
}

#footer {
    clear: both;
    width: 740px;    
    padding: 120px 0 0 0;
    text-align: right;
    background: #ffffff;
}


