blockquote {
 font-size: 14px;
 font-style: italic;
 padding: 0px 10px;
 margin: 0px 10px 0px 10px;
 border-left: 5px solid #CCCCCC;
}

.contact{
        line-height: 32px;
        height: 32px;
        background: url(../images/person.png) no-repeat left;
        padding: 0px 0px 0px 32px;
        font-size: 12px;
}
.telefon{
        line-height: 32px;
        height: 32px;
        background: url(../images/mobil.png) no-repeat left;
        padding: 0px 0px 0px 32px;
        font-size: 12px;
}
.fax{
        line-height: 32px;
        height: 32px;
        background: url(../images/fax.png) no-repeat left;
        padding: 0px 0px 0px 32px;
        font-size: 12px;
}
.mail{
        line-height: 32px;
        height: 32px;
        background: url(../images/mail.png) no-repeat left;
        padding: 0px 0px 0px 32px;
        font-size: 12px;
}

#right h1{
        padding: 0px 0px 0px 45px;
        background: url(../images/h1.gif) no-repeat;
        line-height: 25px;
        height: 27px;
}
#main h1{
        padding: 0px 0px 2px 45px;
        background: url(../images/h1.gif) no-repeat;
        line-height: 25px;
        height: 27px;
        color: #4682b4;
        border-bottom: 1px solid #e2e2e2;
}

#main ul{
        margin: 10px 30px;
        padding: 0px;
}

#main li{
        line-height: 16px;
        padding: 0px 0px 0px 20px;
        margin: 4px;
        background: url(../images/list.png) no-repeat left;
}

#main .star ul{
        margin: 10px 30px;
        padding: 0px;
}

#main .star li{
        line-height: 16px;
        padding: 0px 0px 0px 20px;
        margin: 4px;
        background: url(../images/list-1.png) no-repeat left;
}

.bild-rechts{
        float: right;
        margin: 5px 0px 10px 10px;
}

.bild-links{
        float: left;
        margin: 5px 10px 10px 0px;
}

#main img{
        padding: 2px;
        border: 1px solid #cccccc;
}

#main p{
        text-align: justify;
}

#main ol li{
        list-style: none;
        background: none;
        clear: both;
}

#main label{
        width: 200px;
        line-height: 40px;
        display: block;
        float: left;
        color: #4682b4;
        text-transform: uppercase;
}

#main form{
        margin: 10px 0px;
        padding: 10px;
        border: 1px solid #e2e2e2;
}

#main input, #main textarea, #main select{
        padding: 2px;
        margin: 4px 0px;
        border: 1px solid #e2e2e2;
}

#absenden {
        height: 40px;
        line-height: 40px;
        width: 200px;
        background: url(../images/submit.gif) no-repeat;
        color: #ffffff;
        font-weight: bold;

}

input#absenden{
                border: none;
                margin: 0px 0px 0px 200px;
}

#absenden:hover{
        color: yellow;
        cursor: pointer;
        font-weight: bold;
}

#gallery{
        padding: 10px 0px;
        border: 1px solid #e2e2e2;
        text-align: center;
}

#gallery img{
        margin: 2px;
}

/* Tips, Error, Message, Hightlight */

p.error{
        background: url(../images/icon-error.gif) no-repeat left top;
        padding: 2px 0px 2px 30px;
        margin: 20px 0px;
}

p.message{
        padding: 2px 0px 2px 30px;
        margin: 20px 0px;
        color: #2C79B3;
        background: url(../images/icon-info.gif) no-repeat top left;
}

p.tips{
        padding: 2px 0px 2px 30px;
        margin: 20px 0px;
        color: #E58C00;
        background: url(../images/icon-tips.gif) no-repeat top left;
}