/* 
    Created on : 05.02.2015, 11:41:04
    Author     : AnBit
*/

#logo {
    position: absolute;
    left: 0px;
    top: 15px;
}

.div-left {
    float: left;
    width: 64%;
}
.div-right {
    float: right;
    width: 34%;
    text-align: right;
}
.div-left p, .div-right p {
    padding: 30px 15px;
}

.img-right {
    float: right;
}

.tipp {
    font-size: 11px;
    font-style: italic;
}
/*------------------------ überschriften ----------------------------*/

.text-profil, .text-leistungen, .text-versteigerungen, .text-verkaeufe, .text-ebay, 
.text-referenzen, .text-impressum, .text-kontakt, .text-fragen, .text-download, .text-agbs, 
.text-agb-online, .text-agb-versteigerungen {
    width: 186px;
    height: 35px;
    margin-left: 0px;
    overflow: hidden;
    text-indent: -9999px;
    background-repeat: no-repeat;
}
.text-profil {
    background: url(../images/text_profil.png);
}
.text-leistungen {
    background: url(../images/text_leistungen.png);
}
.text-versteigerungen {
    background: url(../images/text_versteigerungen.png);
}
.text-verkaeufe {
    background: url(../images/text_verkaeufe.png);
}
.text-ebay {
    background: url(../images/text_ebay.png);
}
.text-referenzen {
    background: url(../images/text_referenzen.png);
}
.text-impressum {
    background: url(../images/text_impressum.png);
}
.text-kontakt {
    background: url(../images/text_kontakt.png);
}
.text-fragen {
    background: url(../images/text_fragen.png);
}
.text-download {
    background: url(../images/text_download.png);
}
.text-agbs {
    width: 360px;
    background: url(../images/text_agbs.png);
}
.text-agb-online {
    width: 360px;
    background: url(../images/text_agb_online.png);
}
.text-agb-versteigerungen {
    width: 360px;
    background: url(../images/text_agb_versteigerungen.png);
}


/*------------------------ pagination --------------------------*/

.pagination {
    text-align: center;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 10px;
    margin: 5px;
    background: #ddd;
    text-decoration: none;
}

/*----------------- verschiedene --------------------*/

.width-210 {
    text-align: center;
}

.width-210 hr {
    color: #C46012;
}

.padding-20 {
    padding: 20px;
}

.a-button {
    display: inline-block;
    text-align: center;
    background: #c46012;
    padding: 5px 20px;
}

a.a-button {
    color: white;
    text-decoration: none !important;      
}

.background-white {
    background: white;
}

.background-red {
    background: #c1121c;
    border: 1px solid #c1121c;    
}

.background-orange {
    background: #FF9C51;
    border: 1px solid #FF9C51;
}

.clear {
    display: block; 
    clear: both; 
    width: 1px; 
    height: 0.001%;
    font-size: 0px; 
    line-height: 0px; 
}

a.image-in:hover {
    cursor:-webkit-zoom-in;
    cursor:-moz-zoom-in;    
}

/*--------------- notice, error -----------------*/
.flash_notice, .flash_error {
    color: red;
    text-align: center;
}

.errorMessage{
    color: red;
    //font-weight: bold;
    font-size: 10px;
    vertical-align: center;
}
.boxError{ border: 2px solid red;}

.plain_text {
    border: 1px solid #FFCAA8;
    background: none repeat scroll 0% 0% #FFCAA8;    
    margin: 5px;
    padding: 3px;
    font-size: 12px;
    color: #333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 18px;    
}

.form-end-of-string {
    clear: both;
}

/*---------------------- referenzen -------------------*/
.ul-referenzen li {
    list-style-image: url(svg/li.svg);
    margin: 0 0 5px 25px;
}
.ul-referenzen p {
    line-height: 16px;    
    margin: 0 0 20px 0;
}

.error_list li {
    color: red;
    text-align: left;
    padding-left: 170px;
}

.error_list + label + input, .error_list + label + textarea, .error_list + label + select  {
    border: 1px solid red;
}

td.details {
    text-align: right;
}

div.formular {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #cecece;
    background: #efefef;
    width: 500px;
}

div.formular ul {
    list-style-type: none;
}

div.formular input[type=submit] {
    margin-left: 200px;
}

div.formular input[disabled=disabled] {
    background: #FFBD5B;
    color: white;
}

p#anmeldung-info {
    text-align: center;
    color: #c1121c;
}
img.img_doc {
    width: 16px;
    border: none !important;
    margin: 0;
    padding: 0;
}
img.icon {
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
}