/* ---------------------------------------------LAYOUT  */
body{
    background:     #d9dadb;
    margin:         0;
    padding:        0;
}

#vc-stripe{
    background-image: url(../images/Hintergrund.jpg);
    background-repeat: repeat-x;
    background-position: center 20px;;
    width: 100%;
    height: 270px;
    margin: 125px 0 0 0;
    border: 0;  
}

#vc{
    width: 500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 0 0;
    position: relative;
    border: 2px solid #f2f3f4;
    border-radius: 40px;
}

#vc-logo{
    background-image: url(../images/Logo.jpg);
    background-repeat:no-repeat;
    background-position: -10px -22px;
    width:  auto;
    height: 121px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    border: 0;
}
#vc-text{
    height: 109px;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0 0 0 0;
    white-space: nowrap;
}

#vc-info{
    float: left;
    width: 210px;
    margin: 0 auto 0 0;
    padding: 0px 20px 0 0;
    text-align: right;
}

#vc-adress{
    width: 250px;
    margin:0 0 0 auto;
    padding: 0px 0 0 20px;
    text-align: left;
}
/* ---------------------------------------------FARBEN  */
body{
    color: #3c3c40;
}

a, a:visited, a:link{
    color: #666;
}

a:hover, a:active {
    color:#009ce2;
}

/* ---------------------------------------------TYPO    */

body{
/*    font-family:   'Open Sans Condensed', sans-serif;*/
    font-family:   'Roboto Condensed', Tahoma, sans-serif;
    font-size:      1em;
    line-height: 1.3;
    font-weight: 200;
    letter-spacing: -0.2px;
}

p{
    margin: 0;
    
}
b{
    font-weight: bold;
    line-height: 1.9;
    font-style: italic;
    
}
#vc-name{
    text-transform: uppercase;
}

/* ---------------------------------------------LINKS    */
a{
    text-decoration: none;
}

a:hover, a:active{
    text-decoration: underline;
    text-decoration-color:dimgray;

}