@charset "utf-8";
/* CSS Document - Sunrise */

/* ------- allgemeine Formatierung --------- */
* {
    margin: 0;
    padding: 0;
    border: 0 none;
}
body {
    font-family: 'Frutiger LT W01_45 Ligh1475730', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 15px;
}
img {
    border: 0 none;
}
ul {
    margin: 0 0 0 12px;
    padding: 0;
}
li {
    margin: 0;
    padding:0;
    list-style-image: url(../images/bullet.gif);
}
/* --------------- Container --------------- */
#content {
    border: 1px solid #000000;
    width: 495px;
}
/* ------------- Hauptelemente ------------- */
#logo {
    background-image:url(../images/viollier_logo.jpg);
    background-position:right;
    background-repeat:no-repeat;
    height:51px;
    margin: 25px 53px 27px 0px;

}
#title {
    padding: 4px 27px 21px 27px;
    font-size: 23px;
    line-height: 26px;
}
.text {
    padding: 0 27px 14px 27px;
    text-align:left;
}

#wrap {
    padding: 14px 0 24px 27px;

}
/* ------------- Bewerben Button ------------- */
.oh-dialog-button {
    margin-bottom:20px;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    width:110px;
    color: #FFFFFF;
    cursor: pointer;
    background-color:#e4352f;
    border:none;
    text-align: center;
    margin: 3px;
    vertical-align: middle;
    text-decoration: none;
    height: 26px;
}
.oh-dialog-button:hover {
    margin-bottom:20px;
    padding: 3px;
    font-size: 12px;
    font-weight: bold;
    width:110px;
    color: #FFFFFF;
    cursor: pointer;
    background-color:#B20000;
    border:none;
    text-align: center;
    margin: 3px;
    vertical-align: middle;
    text-decoration: none;
    height: 26px;
}