*{
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
}

html, body{
font-family: 'Calibri', sans-serif;
font-weight:400; 
}

body{
    font-size:12px;
    background:url('../images/squairy_light.png');
}

h2{
    margin:10px 0px 30px 0px;
}

.logonextname{
    width:135px;
    float:right;
}

.well {
    margin-top:20px;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(135,135,135,1);
    -moz-box-shadow: 0px 0px 4px 0px rgba(135,135,135,1);
    box-shadow: 0px 0px 4px 0px rgba(135,135,135,1);
}

#fax1,#fax2,#fax3{
    width:33.3%;
}

#tel1,#tel2,#tel3 {
    width:33.3%;
}

.wellvorschau{
    background-color:white!important;
}

.pflichtstern{
    color:#D9534F;
    margin-right:5px;
}

.pflichttext {
    font-size:.9em;
    color:#D9534F;
}

.copyright{
    position:relative;
    float:right;
    font-size:0.8em;
    margin-top:10px;
    color:grey;
}