body { 
	background-color: #ffffff; 
	text-align: left; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h1, h1.link	{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #008CCA; 
	margin: 0px 0px 15px 0px; 
	padding: 0px;
}
h1.list, h1.file, h1.homeLink {
	font-size: 12px; 
	font-weight: bold; 
	color: #008CCA; 
	margin: 0px 0px 15px 0px; 
	padding: 0px;
}
h2	{
	font-size: 12px; 
	font-weight: bold; 
	color: #2D3235; 
	margin: 0px;
	margin-top: 4px;
	padding: 0px;
}
p {
	padding: 0px;
	margin: 0px 0px 15px 0px;
}
a { 
    text-decoration: underline; 
    color: #008CCA;
}

.alert {
    color: #cc0000;
}
.alertLine {
    border: 1px solid #cc0000;
    padding: 8px;
    background-color: #ffffff;    
    font-weight: bold;
}


.hiddenLayer {
	display: none;
}
.showLayer {
	display: block;
}
.hiddenLayerLink, .showLayerLink, .deleteDeliveryLink {
	height: 0px;
	position: relative;
	top: -18px;
	text-align: right;
}
.head	{ 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size:12px; 
	text-decoration:none; 
	font-weight: bold; 
	color:#333333 
}
.highlight { 
	color: #008CCA 
}







#headerwrapper {
	width: 100%;
    background-color: #008CCA;
    background-image: url('/images/topbg.jpg'); 
}
#header {
    display: block;
    max-width: 1260px;
    margin: 0px auto;    
    padding: 0% 4%;
    overflow: auto;
}
#headercompany {
    font-size: 14px;
    color: #ffffff;
    padding-top: 10px;  
    font-weight: bold;  
}
#headerhotline {
      
}
#headerhotline a {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;         
}
#headerhotline a:before {
    content: url(/images/icon_hotline.png);
    display: inline-block;
    position: relative;
    top: 8px;
    left: -4px;
}

#headersearch {
    white-space: nowrap;
} 
#headersearch input.field {
    width: 250px;
    height: 22px;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #008CCA;
    border-radius: 8px;
    position: relative;
    left: 26px;
}
#headersearch input[type="submit"].button {
    background: url('/images/button_search.png') no-repeat;
    width: 42px;
    height: 42px;
    font-size: 0px;
    border: 0px;
    position: relative;
    top: -5px;
    left: 12px;
}

@media screen and (min-width: 600px) {
    #header {   
        padding-bottom: 10px;   
    }
    #headercompany {
    }
    #headerhotline {
        padding-top: 5px;
        float: left;             
    }
    #headersearch {
        float: right; 
        text-align: right;
        padding-right: 15px;
    }
}
    
@media screen and (min-width: 1000px) {
    #headercompany {
        width: 41%;
        float: left;
        margin-top: 22px;
    }
    #headerhotline {
        width: 27%;
        margin-top: 14px; 
        text-align: center; 
             
    }
    #headersearch {
        width: 30%;
        margin-top: 14px; 
    }
}
@media screen and (max-width: 400px) {
    #headercompany {
        font-size: 12px;
    }    
}
#headlogo {
 	float: left;
} 
#headmenu {
	overflow: auto;
}




#menuwrapper {
	width: 100%;
    margin: 15px 0px;
    overflow: auto;
}
#menufield {
	max-width: 1260px;
	margin: 0px auto;
    padding: 0% 4%;
    overflow: auto;
}
#mastermenu {
    
}
#logo {
    float: left;    
}
#mobilemenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    background-color: #008CCA;
    background-image: url(/images/bg_mobilemenu.jpg);  
    padding-top: 27px;
    text-align: center;
    cursor: pointer;
    float: left;
    margin-top: 25px;
    margin-left: 25px;
}
#mobilemenu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;    
}
#language {
    float: right;    
}

#language ul  {
    list-style-type: none;
    margin: 0px;
    margin-top: 34px;
    padding: 0px;
}
#language ul li {
    margin-left: 5px;
    margin-top: 11px;
    float: left;
}

#menu {

}

#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	margin: 0px;
	padding: 0px;
	text-align:center;	
}
#menu h2 {
    display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: 16px;
	margin: 38px 20px;
	padding: 4px 2px;
	color: #333333;	
}
#menu h2:hover {
    color: #008CCA;    
}

#menu a {
	text-decoration: none;
}





@media screen and (min-width: 1000px) {
    #mobilemenu {
        display: none;   
    }
    #menu {
        float: right;    
    }
    #menu ul {
        margin-right: 20px;
    }
    #menu li {
        float: left;
    }  
    #menu h2.active {
        border-bottom: 5px solid #008CCA;
    }
    #menu h2:hover {
        border-bottom: 5px solid #008CCA;
        color: #008CCA;    
    }  
}
@media screen and (max-width: 999px) {
    #menu {
        display: none;
        clear: both;
        background-color: #ffffff;
    } 
    #menu ul {
        padding: 5px 0px;
        border-bottom: 3px solid #008CCA;   
    }
    #menu li {
        border-bottom: 1px dotted #008CCA;    
    }
    #menu li.active {
        border-bottom: 0px dotted #008CCA;  
        background-color: #008CCA;    
    }
    #menu h2 {
        margin: 0px;
        padding: 10px;
        display: block;    
    }
    #menu h2:hover {
        border-bottom: 0px solid #008CCA;
        color: #008CCA;    
    }
    #menu h2.active {
        color: #ffffff;
        border-bottom: 0px solid #008CCA;
    }
}
@media screen and (max-width: 400px) {
    #logo img {
        width: 120px;
        height: auto;    
    }
    #mobilemenu {
        margin-top: 6px; 
    }
    #language ul  {
        margin-top: 14px;
    }
}




#mainseperator {
        display: block;
        background-color: #008CCA;
        height: 16px; 
    }


#sujetwrapper {
    display: none;    
}
@media screen and (min-width: 700px) {
    #sujetwrapper {
        display: block;
        background-color: #008CCA;
        overflow: auto;
    }
    
    .frau1 {
        background: #008CCA url('/images/frau_1.jpg') no-repeat center center; 
    }
    .frau2 {
        background: #008CCA url('/images/frau_2.jpg') no-repeat center center; 
    }
    .frau3 {
        background: #008CCA url('/images/frau_3.jpg') no-repeat center center; 
    }
    .mann1 {
        background: #008CCA url('/images/mann_1.jpg') no-repeat center center; 
    }
    .mann2 {
        background: #008CCA url('/images/mann_2.jpg') no-repeat center center; 
    }
    .mann3 {
        background: #008CCA url('/images/mann_3.jpg') no-repeat center center; 
    }
        
    #sujetmain {
        display: block;
        max-width: 1290px;
        margin: 15px auto;  
        overflow: auto; 
    }
    #sujetmaster {
        width: 80%;
        overflow: auto;  
    }
    .sujetplace {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;     
        float: left;    
        position: relative;
        margin: 15px;
    }
    .sujettitle {
        position: absolute;
        bottom: 20px;
        background-color: #ffffff;
        color: #333333;
        padding: 5px;
    }

    .sujetnr1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;       
        width: 100%;  
    }
    .sujetnr2, .sujetnr3 {
        display: none;
    }
    .sujet0, .sujet1  {
        width: 42%; 
        float: left; 
    }
    .sujet0 img, .sujet1 img {
        width: 100%;
        object-fit: cover;
        height: 240px; 
    }    
}

@media screen and (min-width: 1200px) {
    #sujetwrapper {
        background-color: #008CCA;
        overflow: auto;
    }    
    #sujetmaster {
        width: 60%;  
    }    
    .sujetnr1 {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;       
        width: 40%;  
        float: left;  
        padding-right: 30px;
    }
    .sujetnr2 {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;       
        width: 56%;    
        float: left;  
    }
    .sujetnr3 {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;       
        width: 60%;    
        float: left;  
    }
    .sujet0  {
        width: 100%;
   }
    .sujet1  {
        width: 100%;
    }
    .sujet2 {
        width: 100%;
    }
    .sujet3, .sujet4  {
        width: 43%; 
        float: left; 
    }
    .sujet2 img {
        width: 100%;
        object-fit: cover;
        height: 340px; 
    }     
    .sujet3 img, .sujet4 img {
        width: 100%;
        object-fit: cover;
        height: 140px; 
    }     


}




   


#main {
    max-width: 1290px;
    min-width:220px;
	margin: 50px auto;
	padding: 0px;
	clear: both;
}



.fieldlive {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 18px; 
    text-decoration: none; 
    color : #ffffff;
    background-color: #B91362;    
    padding: 10px;
    margin: 1.16%;   
    overflow: auto; 
}
.fieldonline {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 18px; 
    text-decoration: none; 
    color : #ffffff;
    background-color: #008CCA;
    padding: 10px;
    margin: 1.16%;        
    overflow: auto;
}
.fieldverkauf {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 18px; 
    text-decoration: none; 
    color : #ffffff;
    background-color: #009933;
    padding: 10px;
    margin: 1.16%; 
    overflow: auto;       
}
.fieldlive h1, 
.fieldonline h1,
.fieldverkauf h1 {
    padding: 0px;
    margin: 0px;
    color: #ffffff; 
}
.fieldlive div, 
.fieldonline div,
.fieldverkauf div {
    display: inline-block;
    float: left;    
}
.fieldlive div+div, 
.fieldonline div+div,
.fieldverkauf div+div {
    float: right; 
    font-size: 12px;  
    padding-top: 4px; 
}


.bglive {
    color : #ffffff;
    background-color: #B91362;    
}
.bgonline {
    color : #ffffff;
    background-color: #008CCA;       
}
.bgverkauf {
    color : #ffffff;
    background-color: #009933;     
}


.versteigerungalert {
    color : #ff0000;
    background-color: #ffffff;
    border: 3px solid #ff0000;
    padding: 12px;
    margin: 1.16%;    
    font-size: 16px;
    font-weight: normal;
}


.leftElement {
    float: left;
    width: 26%;
    margin-right: 10px;
    overflow: auto;
}
.middleElement {
    width: 26%;
    margin: 0px auto;
    overflow: auto;
}
.rightElement {
    float: right;
    width: 26%;
    margin-left: 10px;
    overflow: auto;
}

#navigator {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 10px; 
    font-weight: normal; 
    color: #666666;
    text-decoration: none;
    margin: 0% 1.16%;
}
#navigator a {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 10px; 
    font-weight: normal; 
    color: #666666;
    text-decoration: none;
}


.versteigerungsvideo {
    margin: 0% 1.16%;
}





.versteigerungsuebersicht {
    margin-bottom: 60px;   
}
.versteigerungsuebersicht.highlightbg {
    background-color: #ECFFE8;  
    padding: 0.3% 0%;
}
.versteigerungsuebersichtbilder {
    overflow: auto;
}

.versteigerungsuebersichtbilder img {
    float: left;
    margin: 1.16%;
    width: 17.68%;
    min-width: 125px;
    height: auto;
}

.versteigerungsuebersichtinfo {
    float: left;
    margin: 1.16%;
    margin-right: 2.32%;
    width: 17.68%;
    max-width: 225px;
    min-width: 170px;
}
.versteigerungsuebersichtbeschreibung {
    margin: 1.16%;
    overflow: auto;
    width: 56,52%;
    min-width: 150px;
}
.versteigerungsuebersichtbeschreibung h1 {
    font-size: 20px; 
    color: #333333;
}
.versteigerungsuebersichticon {
    float: right;
    margin: 1.16%;
    width: 17.68%;  
    text-align: right;
}
.versteigerungsuebersichticon img {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;    
    max-width: 70px;
    min-width: 50px;
    height: auto;
}
.versteigerungsuebersichticon a.buttonLink,
.versteigerungsuebersichticonbutton {
    display: inline-block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    width: 80%;
    padding: 12px 10%;
    margin-bottom: 10px;
    text-align: left;
}
.versteigerungsuebersichticon .versteigerungsuebersichticonbutton .pictureGallery {
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.versteigerungsuebersichticon .versteigerungsuebersichticonbutton div.pictureGallerytitle {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none; 
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    margin-top: -6px;
}
.versteigerungsuebersichticon .versteigerungsuebersichticonbutton div.pictureGalleryimg {
    display: none;
}



.infobox, .anfahrtsplan {
    margin-bottom: 4.44%;
    padding: 4.44%;
    min-height: 40px;
}
.infobox {
    padding-bottom: 8.88%;
}
.infobox div+div {
    margin-top: 10px; 
}
.infobox h4 {
    font-weight: bold;
    margin: 0px;
}

.anfahrtsplan {
    padding: 16px 0px 1px 68px;
}
.anfahrtsplan.bglive {
    background: #B91362 url('/images/icon_map_live.png') no-repeat top 10px left 4.44%;
}
.anfahrtsplan.bgonline {
    background: #008CCA url('/images/icon_map_auction.png') no-repeat top 10px left 4.44%;
}
.anfahrtsplan.bgverkauf {
    background: #009933 url('/images/icon_map_buy.png') no-repeat top 10px left 4.44%;
}
.anfahrtsplan a {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 20px; 
    font-weight: normal; 
    text-decoration: none;
    color : #ffffff; 
}


.versteigerungsuebersichtlisten {
     margin-top: 1.6%;
}
.versteigerungsuebersichtlisten span, .versteigerungsuebersichtlisten a {
    font-weight: bold;
}
.versteigerungsuebersichtlisten li {
    line-height: 22px;
}
.versteigerungsuebersichtlisten a {
    font-size: 14px;
}
.versteigerungsuebersichtlisten a.small {
    font-weight: normal;
    font-size: 12px;
}
.versteigerungsuebersichtlisten div {
    margin-top: 1.6%;
    float: left;
    width: 50%;
    min-width: 270px;
}
.versteigerungsuebersichtlisten ul {
    margin-top: 0px;    
    padding-left: 15px;
}

.versteigerungsuebersichtlisten .pictureGallery {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    max-height: 20px;
}

.versteigerungsuebersichtlisten div.pictureGallerytitle {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline; 
    color: #008CCA;
    padding: 0px;
    margin: 0px;
    margin-top: -6px;
}
.versteigerungsuebersichtlisten div.pictureGalleryimg {
    display: none;
}


#versteigerungslistedetail {
    border: 1px solid #008DCB;
    padding: 10px 20px;
    overflow: auto;
    margin: 1.16%;
}

.versteigerungslistedetailtitle {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 14px;     
}
#versteigerungslistedetail .hiddenLayer {
    margin-top: 15px;    
}
#versteigerungslistedetailtext {
    width: 250px;    
}
.alertfield {
    border: 1px solid #cc0000;
    padding: 10px 20px;
    margin: 1.16%;
    color: #cc0000;
    font-size: 16px;
    font-weight: bold;
}


#versteigerungsliste {
    margin: 1.16% 0%;
    margin-bottom: 0.6%;
}

#versteigerungsliste.onlinegebot div.onlinegebot {
    margin-top: -8px;
}
#versteigerungsliste ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px 0%;
}
#versteigerungsliste li, #versteigerungsliste div.onlinegebot {
    float: left;
    margin: 1.16%;
    margin-bottom: 60px;
    width: 17.68%;
    min-width: 200px;
}
#versteigerungsliste li div.layer {
    position: relative;
    overflow: hidden;
}
#versteigerungsliste.versteigerungslistelive li {
    border-bottom: 3px solid #B91362;    
}
#versteigerungsliste.versteigerungslisteonline li {
    border-bottom: 3px solid #008CCA;    
}
#versteigerungsliste.versteigerungslisteverkauf li {
    border-bottom: 3px solid #009933;    
}
#versteigerungsliste li.versteigerungslisteinfotext {
    clear: left;
    width: 98.8%;
    border: none;
}
.versteigerungslistegruppe {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 11px; 
    margin: 2px;    
    height: 11px;
    overflow: hidden;
}
.versteigerungslistepos {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 14px; 
    font-weight: bold;
    padding: 4px;
    color: #ffffff;    
}
.versteigerungslistelive .versteigerungslistepos {
    background-color: #B91362;    
}
.versteigerungslisteonline .versteigerungslistepos {
    background-color: #008CCA;    
}
.versteigerungslisteverkauf .versteigerungslistepos {
    background-color: #009933;    
}


.versteigerungslistearticle {
    margin: 2px 0px;    
}
.versteigerungslistearticlepic {
    width: 100%;
    overflow: hidden;
    min-height: 170px;
}

.versteigerungslistearticlepic img {
    width: 100%;
    object-fit: cover;
    height: 170px;
}
.versteigerungslistearticlepic.gebot img {
    width: 100%;
    height: auto;
}
.versteigerungslistearticletitle {
    height: 40px;
    overflow: hidden;
}
.versteigerungslistearticle h4 {
    margin: 2px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 14px;
    font-weight: bold; 
}
.versteigerungslistearticledetailtext {
    font-size: 11px;
    min-height: 65px;    
}
.versteigerungslisteprice {
    margin-top: 2px;
    padding: 8px 2px 2px 0px;
    height: 46px;    
}
.versteigerungslistelive .versteigerungslisteprice {
    border-top: 1px dotted #B91362;   
}
.versteigerungslisteonline .versteigerungslisteprice {
    border-top: 1px dotted #008CCA;   
}
.versteigerungslisteverkauf .versteigerungslisteprice {
    border-top: 1px dotted #009933;   
}
.versteigerungslisteprice1 {
    float: left;
    font-size: 14px;
}
.versteigerungslisteprice2 {
    text-align: right;
    overflow: auto;
    font-weight: bold;
    font-size: 14px;
}
.versteigerungslisteprice2 div {
    display: inline-block;
    color: #008DCB;
}
.versteigerungslisteaction {
    padding: 2px 1px 1px 1px;    
}
.versteigerungslisteaction div {
     display: inline-block;
     float: left;
     width: 83px;
     padding: 8px 2px;
     text-align: center;
}
.versteigerungslisteaction div a {
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 16px;
     font-weight: bold; 
     color: #ffffff;
     text-decoration: none;
}
.versteigerungslistelive .versteigerungslisteaction div {
    background-color: #B91362;    
}
.versteigerungslisteonline .versteigerungslisteaction div {
    background-color: #008CCA;    
}
.versteigerungslisteverkauf .versteigerungslisteaction div {
    background-color: #009933;    
}
.versteigerungslisteaction div+div {
     float: right;
}
.versteigerungslistegebotstatus {
    position: absolute;
    right: 8px;
    top: 292px;
}
.versteigerungslistedelivery {
    position: absolute;
    top: 41px;
}     
.versteigerungslistegebotstatustext {
    clear: both;
    padding: 4px 0px;
    font-weight: bold;
    min-height: 42px;
}
.versteigerungslistegebotstatustext span.true {
    color: #009933;     
}
.versteigerungslistegebotstatustext span.false {
    color: #B91362;
}
.versteigerungslistegebotstatustext div {
    display: inline-block;
}

@media screen and (max-width: 450px) {
    #versteigerungsliste li, #versteigerungsliste div.onlinegebot {
        float: none;
        margin: 1.16%;
        margin-bottom: 60px;
        width: 97.68%;
        min-width: 200px;
        padding-bottom: 15px;
    } 
    .versteigerungslistearticlepic img {
        width: 100%;
        object-fit: cover;
        height: 340px;
    }   
}



#versteigerungsarticle {
    overflow: auto;
}
#versteigerungsarticleimage {
    float: left;
    width: 56%;    
    max-width: 540px;
    margin: 1.16%;
}


.pictureGallery {
    clear: left;
    overflow: hidden;
}
.pictureGallery img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    width: 100%;
    height: auto;
    margin: 0px;
}
.pictureGalleryImg {
    width: 31.7%;
    max-width: 280px;
    height: 200px;
    float: left;
    margin-right: 1%;
    margin-bottom: 1%;
}
.pictureGalleryImg img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}
.item {
    cursor: pointer;        
}
#versteigerungsarticledetail {
    overflow: auto;
    min-width: 270px;
    margin: 1.02%;
}
#versteigerungsarticlegebot {
    background-color: #EFF8FC;
    padding: 3.06%;    
    margin-top: 3.06%;
}
#versteigerungsarticlegebot.onlinegebot {
    margin-top: 0%;
}
#versteigerungsarticleonlinegebot {
    margin: 0px;
    margin-top: 0.6%;
    padding: 0px;    
    float: left;
    width: 65%;
    overflow: auto;
}
.gebotnumber {
    display: inline-block;
}
#versteigerungsarticlegebot input {
    height: 15px;
    width: 120px;    
    margin-top: 0px;
}
#versteigerungsarticlegebot input[type="checkbox"] {
    height: 12px;
    width: 12px;    
    margin-top: 0px;
}
#versteigerungsarticlegebot input[type="submit"] {
    height: 20px;
    width: 80px;
    margin-top: 0px;
    border: none; 
}
#versteigerungsarticlegebot input.gebotbestaetigen {
    width: 60px;    
    text-align: right;
}
#versteigerungsarticlegebot input[type="submit"].gebotbestaetigen {
    width: 160px;
    max-width: 160px;
    text-align: center;    
}
#versteigerungsarticlegebot .gebotalert {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #cc0000;
    font-size: 14px;
    height: 35px;
}
#versteigerungsarticlegebot .servertime {
    font-size: 11px;     
}
.versteigerungsarticlelawinfo {
    border: 1px solid #cc0000;
    padding: 3.32%;    
    font-size: 10px;
    color: #cc0000;        
}
#versteigerungslistenavigator {
    clear: left;
    margin: 1.16%;
    text-align: center;
}
a.listenNavigator    { 
    display: inline-block;
    width: 30px;
    text-decoration: none; 
    font-weight: bold;
    font-size: 14px; 
    background-color: #999999;
    color: #ffffff; 
    padding: 7px 0px;
    vertical-align: top;
}
a.listenNavigator.large    { 
    width: 140px;
}
a.listenNavigatorActive    { 
    display: inline-block;
    width: 28px;
    border: 1px solid #999999;
    text-decoration: none; 
    font-weight: bold;
    font-size: 14px; 
    background-color: #ffffff;
    color: #333333; 
    padding: 6px 0px;
    vertical-align: top;
}
#versteigerungslistenavigator div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;       
    display: inline-block;  
    background-color: #cecece;
    width: 30px; 
    height: 30px; 
    position: relative;
}
#versteigerungslistenavigator div.active {
    background-color: #999999;
}
#versteigerungslistenavigator div img {
    position: absolute;
    top: 0px;
    left: 0px;
    top: 7px;
    left: 9px;
}
#versteigerungslistenavigator.live a.listenNavigator,
#versteigerungslistenavigator.live div.active {
    background-color: #B91362;     
}
#versteigerungslistenavigator.live a.listenNavigatorActive {
    border: 1px solid #B91362;     
}
#versteigerungslistenavigator.online a.listenNavigator,
#versteigerungslistenavigator.online div.active {
    background-color: #008CCA;     
}
#versteigerungslistenavigator.online a.listenNavigatorActive {
    border: 1px solid #008CCA;     
}
#versteigerungslistenavigator.verkauf a.listenNavigator,
#versteigerungslistenavigator.verkauf div.active {
    background-color: #009933;     
}
#versteigerungslistenavigator.verkauf a.listenNavigatorActive {
    border: 1px solid #009933;     
}

#versteigerungslistencondition {
    clear: left;
    margin: 1.16%;
    font-size: 11px; 
}
#versteigerungsarticledelivery {
    background-color: #ffffff;
    padding-top: 10px;
}

#versteigerungsarticledelivery img {
    float: left;
    padding-right: 10px;    
}
#versteigerungsarticledelivery div {
    margin: 10px 0px 25px 0px;
}
#versteigerungsarticledelivery div span {
    font-weight: bold;
}

#bieterschritte {
    margin-top: 0.6%;
    padding-left: 0.6%;
    min-width: 140px;
    overflow: auto;
}
#bieterschritte table {
    width: 100%;
    max-width: 280px;
    border-collapse: collapse;
}
#bieterschritte table, #bieterschritte th, #bieterschritte td {
    border: 1px dotted #008DCB;    
}
#bieterschritte th {
    font-size: 10px;
    font-weight: normal;
    text-align: center;    
}

#gallerySiteNav {
    margin: 1.02%;    
}
#gallerySiteNavControl {
    float: left;    
}
#gallerySiteNavPicsize {
    float: right;    
}
#gallerySitePic {
    clear: all;
    text-align: center;
    margin: 1.02%;
    margin-top: 2.04%;    
}
#gallerySitePic img {
    width: 100%;
    height: auto;
}


#usermenu {
    margin: 0% 1.02% 3.06% 1.02%;
}
#usermenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: auto;
}
#usermenu li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;   
    float: left;
    width: 50%;
    margin: 0px;
    padding: 0px;
    border: 1px solid #ffffff;
    background-color: #008CCA;
    background-image: url(/images/topbg.jpg);  
    text-align:center;    
}
#usermenu li+li+li {
    width: 33.333%;   
}
#usermenu li.active {
    background-image: none !important;
    background-color: #ffffff;
    border: 1px solid #008DCB;
}
#usermenu a {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-weight: normal; 
    font-size: 12px;
    color: #ffffff;    
    text-decoration: none;
    padding: 12px;
    display: block;
}
#usermenu a.active {
    color: #008DCB;
}

.userdata {
    font-size: 12px;
}



.edit {
    margin: 10px 0px 20px 0px;
    border-top: 1px dotted #008DCB; 
    text-align: right;
    padding-top: 2px;
    font-size: 11px;
}
.edit a {
    text-decoration: none;
}









.layerTable {
    position: relative;
    z-index: 100;
    width: 100%;
    overflow: auto;    
}
.listTable {

}
.listTable th {
    padding: 5px 0px;
    width: 20%;
    border-top: 1px dotted #4D6B79;    
    font-weight: normal;
    font-size: 0.85em;
    text-align: center;    
}
.listTable td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    padding: 5px 4px;
    border-top: 1px dotted #4D6B79; 

} 
.listTable tr:nth-child(even) {
    background-color: #f2f3f9;
}

.listTable .info {
    font-size: 0.9em        
}
.listTable .num {
    text-align: right;
    padding-right: 3%;
}


.listTable.bill th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;    
    padding: 5px 4px;
}
.listTable.bill th:nth-of-type(1), .listTable.bill td:nth-of-type(1) {
    width: 5%;
}
.listTable.bill th:nth-of-type(2), .listTable.bill td:nth-of-type(2) {
    width: 14%;
    text-align: center;    
}
.listTable.bill th:nth-of-type(3), .listTable.bill td:nth-of-type(3) {
    width: 14%;
    text-align: center;    
}
.listTable.bill th:nth-of-type(4), .listTable.bill td:nth-of-type(4) {
    width: 48%;
    text-align: left;    
}
.listTable.bill th:nth-of-type(5), .listTable.bill td:nth-of-type(5) {
    width: 14%;
}
.listTable.bill th:nth-of-type(6), .listTable.bill td:nth-of-type(6) {
    width: 5%;
    text-align: center;
}
.listTable.bill td:nth-of-type(6) {
    
}


#siteNavigator {
    width: 100%;    
    border-top: 1px dotted #4D6B79;
}
#siteNavigator td:nth-of-type(1) {
    width: 10%;    
}
#siteNavigator td:nth-of-type(2) {
    width: 80%;    
    text-align: center;
}
#siteNavigator td:nth-of-type(3) {
    width: 10%;    
    text-align: right;    
}


@media screen and (max-width: 600px) {
   .listTable table,
   .listTable th,    
   .listTable td, 
   .listTable tr { 
        display: block; 
        width: 100%;
        text-align: left;
    }
    .listTable th {
        display: none;    
    }
    .listTable tr { 
        overflow: auto;    
    }
    .listTable tr:nth-child(1n+2) {
        border-top: 1px dotted #4D6B79;    
    }
    .listTable td { 
       border-top: 0px dotted #4D6B79;    
    }
    .listTable.bill td:nth-of-type(1) {
        display: none;    
    }
   .listTable .num {
        text-align: left;
    }
   .listTable.bill td:nth-of-type(2),
   .listTable.bill td:nth-of-type(3),
   .listTable.bill td:nth-of-type(4),
   .listTable.bill td:nth-of-type(5),
   .listTable.bill td:nth-of-type(6) {
        text-align: left;
        width: 50%;
        float: left;
    }
    .listTable.bill td:nth-of-type(6) {
        text-align: left;
        width: 50%;
        float: left;
    }
    .listTable.bill td:nth-of-type(2):before {
        content: "Rechnungs-Nummer: ";        
    }
    .listTable.bill td:nth-of-type(3):before {
        content: "Rechnungs-Datum: ";        
    }
    .listTable.bill td.credit:nth-of-type(2):before {
        content: "Gutschrifts-Nummer: ";        
    }
    .listTable.bill td.credit:nth-of-type(3):before {
        content: "Gutschrifts-Datum: ";        
    }
    .listTable.bill td:nth-of-type(4):before {
        content: "Bestellung von: ";        
    }
    .listTable.bill td:nth-of-type(5):before {
        content: "Betrag [EUR]: ";        
    }
    .listTable.bill td:nth-of-type(6) {
        position: relative;
        float: none;
        width: 100%;
        height: 0px;
        top: -26px;
        text-align: right;
        right: 3px;    
    }
    #siteNavigator {
        border-top: 0px dotted #4D6B79;
    }
    #pagenavigator div div {
        display: none;        
    }

} 
@media screen and (max-width: 500px) {
    .listTable.bill td:nth-of-type(2),
    .listTable.bill td:nth-of-type(3),
    .listTable.bill td:nth-of-type(4),
    .listTable.bill td:nth-of-type(5),
    .listTable.bill td:nth-of-type(6) {
        width: 100%;
        float: none;
    }
    .listTable.bill td:nth-of-type(6) {
        top: -33px;
    }

    #pagenavigator div.goJumper {
        display: none;                
    }
} 




#altenbacher {
    width: 100%;
    max-width: 1260px;
    margin: 0px auto;
    padding: 0px;
    text-align: right;
    font-size: 11px;
    color: #cccccc;
    clear: both;
}
#altenbacher a {
    color: #cccccc;
    text-decoration: none;
}
#footerwrapper {
    width: 100%;
    background-color: #999999;
    overflow: auto;
}
#footer {
    max-width: 1260px;
    margin: 20px auto;    
    overflow: auto;
    padding-bottom: 30px;
    color: #ffffff;
}
#footerdata {
    float: left;     
}
.footerfield {
    float: left; 
    margin-right: 30px;  
}
.footerfield h4 {
    margin: 0px 0px 3px 0px;    
}
#adress {
}
#bank {
}
#company {
}
#footersecondmenu {
    margin: 0px auto;
    float: right; 
}
#footersecondmenu ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
#footersecondmenu li {
    padding: 0px 12px;
}
#footersecondmenu a {
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    color: #ffffff;
    text-decoration: none; 
    font-size: 16px;   
}
#footersecondmenu a.Active {
    text-decoration: underline; 
    color: #ffffff;
}
#footersecondmenu li+li {
    margin-top: 10px;
}
@media screen and (max-width: 750px) {
    .footerfield {
        clear: both;
        margin-bottom: 20px;
    }
}



#selectAlertWrapper {
    position: fixed;
    z-index: 100000;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;    
    height: 100%;
}
#selectAlert {
    max-width: 400px;
    padding: 20px;
    border: 1px solid #FC841C;
    background-color: #ffffff;
    margin: 0px 0px 10px 0px;    
    position: relative;
}
#selectAlertWrapper #selectAlert {
    margin: 20% auto;
}
#selectAlert .alertTitle {
    color: #0C5381;
    font-size: 1.6em;    
}
#selectAlertWrapper a {
    font-size: 1.2em;
    line-height: 1.8em;    
}
#selectClose {
    text-align: right;
    font-size: 20px;
    position: absolute;
    top: 0px;
    right: 4px;
    cursor: pointer;
    padding: 10px;
}






.layerBreak {
    clear: left;
    width: 97.68%;
    padding: 0%;
    margin: 1.16% 1.16% 0% 1.16%;
}
.layerFloat {
    width: 47.68%;
    min-width: 200px;
    max-width: 615px;
    padding: 0%;
    margin: 1.16% 1.16% 0% 1.16%;
    float:left;
}
.layerBreak img, .layerFloat img {
    width: 100%;
    height: auto;
    margin: 0px;
}
.layerBreak img.icon, .layerFloat img.icon {
    width: 16px;
    height: auto;
    margin: 0px;
}
.layerBreak.subscribe {
    width: 100%;
    max-width: 380px;
    margin: 1.16% auto 0% auto;    
}

.secureInfo {
    max-width: 700px;
    margin: 0px auto;
    padding: 20px 10px 30px 10px;
    position: relative;
}
.secureInfo img {
    width: 100%;
    max-width: 44px;
    height: auto;
}
.secureInfo div {
    position: absolute;
    font-size: 1.6em;
    top: 52px;
    left: 67px;
}

.secureDetailInfo {
    background-color: #008DCB;
    color: #ffffff;
    padding: 15px;
    font-size: 2em;
}
.secureDetailInfo2 {
    background-color: #008DCB;
    color: #ffffff;
    padding: 15px;
    font-size: 1.4em;
}
#secureSMSVerify {
    padding-top: 20px;
    padding-bottom: 20px;
}
#secureSMSVerify h1 {
    margin: 0px 15px;
    font-size: 14px;
}
#secureSMSVerify div {
    width: 100%;
    max-width: 300px;
}
#secureSMSVerify label {
    min-width: 40px;
}
#secureSMSVerify input {
    max-width: 100%;
    float: right;
}
#secureSMSVerify input[type="submit"] {
    max-width: 100%;
    float: right;
    margin-right: 2px;
}

.securefield {
    border: 1px solid #008DCB;
    padding-top: 20px;
    padding-bottom: 20px; 
}
.securefielsecond {
    border: 1px solid #008DCB;
    border-top: 0px solid #008DCB;    ;
    padding-top: 20px;
    padding-bottom: 20px;    
}

ul.secureresultinfo {
    margin: 0px 35px;
    padding: 0px;
}
ul.secureresultinfo li+li {
    margin-top: 15px;
}



#googleMaps {
    width: 100%;
}


.slideShowPic {
    margin: 1px;
    width: 99.8%;
    height: auto;
}


.zoom:after  {
    content: url(/images/lupe.gif);
    display: block;
    position: relative;
    height: 0px;
    right: 4px;
    bottom: 16px;
    text-align: right;
    border: none;
    z-index: 10;
}

#picZoom, #galleryZoom {
    display: none;
    padding-top: 3010px;
    width: 98%;
    height: 2000px;
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.85);
    z-index: 11;
}
#picZoomField {
    margin: 0px auto;
    padding: 19px;
    border: 1px #B9C0CA solid;
    background-color: #ffffff;
    cursor: pointer;
}
#picZoomField:before {
    content: url(/images/close.gif);
    display: block;
    position: relative;
    height: 0px;
    right: 4px;
    top: 4px;
    text-align: right;  
    border: none;
    z-index: 15;
}
#picZoomImg {
    width: 100%;
    height: auto;
}


.galleryLayer {
    clear: both;
    overflow: auto;
    padding: 0px;
    margin: 0px;
}
.galleryImg {
    text-align: center;
}

.galleryCol > a:after {
    content: url(/images/lupe.gif);
    display: block;
    position: relative;
    height: 0px;
    right: 4px;
    bottom: 16px;
    text-align: right;
    border: none;
    z-index: 10;
}
.galleryCol, .galleryColMore {
    float: left;
    vertical-align: top;
    padding: 0px 15px 5px 0px;
    margin: 0px;
    min-height: 145px;
}

.galleryMore {
    text-align: center;
    background-color: #FFFEFE;
    border: 1px solid #4c4c4c;
       padding: 5px 5px 12px 5px;
       margin-top: 24px;
}
.galleryMoreA {
    text-decoration: none; 
}
.galleryMoreArrow {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 36px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #4c4c4c;
}
.galleryMore {
    font-family: Arial, Verdana, Helvetica, sans-serif; 
    font-size: 11px; 
    font-weight: normal; 
    color: #4c4c4c;
}



#galleryZoomField {
    margin: 0px auto;
    margin-top: -60px;    
    padding: 19px 19px 7px 19px;
    border: 1px #4c4c4c solid;
    background-color: #ffffff;
}
#galleryZoomNr {
    float: left;
    font-size: 11px;
}
#galleryZoomClose {
    text-align: right;
}
#galleryZoomImgLayer {
    clear: both;
    text-align: center;
    position: relative;
    top: -8px;
}
#galleryZoomWidth {
    width: 100%;
    margin: 0px auto;
}
#galleryZoomImg {
    width: 100%;
    height: auto;    
}
#galleryZoomTitle {
    text-align: left;
    font-size: 12px; 
    font-weight: bold; 
    color: #4c4c4c; 
    margin: 10px 0px;
    padding: 0px;
}
#galleryZoomText {
    text-align: left;
}
#galleryNav {
    width: 100%;
    margin: 0px auto;
    position: relative;
    top: 160px;
    z-index: 15;
}
#galleryNavBack {
    float: left;
    height: 60px;
}
#galleryNavFor {
    text-align: right;
    height: 60px;
}
#galleryNavBack a, #galleryNavFor a {
    font-size: 28px; 
    font-weight: bold; 
    color: #999999; 
    text-decoration: none; 
    background-color: #ffffff;
    padding: 5px 14px;
    border: 1px #4c4c4c solid;
}
#galleryNavBack a.end, #galleryNavFor a.end {
    color: #eeeeee; 
}
.galleryThumbOverLayer {
    width: 100%;
    overflow: scroll;
    overflow-y: hidden;
    display: none;
}
.galleryThumb {
    float: left;
    padding: 10px 10px 10px 0px; 
}


   
/* Formatierungen für die Formulare */
#ClientCLayer {
	display: none;
}
.formLayer {
	margin: 0px auto;
	width: 95%;
	max-width: 610px;
	min-width: 240px;
}
.formFieldset {
	border: 0px;
	margin: 0px;
}
.formColBreak {
	clear: both;
	width: 95%;
	margin: 2.5%;
}
.formColBlock {
	float: left;
	width: 45%;
	margin: 10px;
}
label {
	width: 18%;
	min-width: 70px;
	display: inline-block;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
}
input, select, textarea	{ 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px; 
	text-decoration:none; 
	font-weight: normal;
	color: #333333; 
}
input {
	border: 1px solid #008CCA;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	margin: 1px 0px 2px 0px;
	width: 70%;
}
#customerlogin input, 
#newcustomer2 input, #newcustomer2 select {
    font-size: 12px; 
    padding: 3px 4px;
}
#customerlogin fieldset>div>div,
#newcustomer2 fieldset>div>div {
    margin: 2px 0px;
    position: relative;
}

input[type="file"] {
	color: #333333;
	font-size: 12px; 
	font-weight: bold; 
	background-color: #C4030E;
	padding: 2px 0px;
	margin-top: 10px;
}
select {
	border: 1px solid #008CCA;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	margin: 1px 0px 2px 3px;
}
input[type="radio"], input[type="checkbox"] {
	margin: 1px 3px 2px 0px;
	padding: 0px;
	width: auto;
	display: inline-block;
	vertical-align: top;
}
textarea {
	width: 96%;
}
input[type="submit"] {
	color: #ffffff;
	font-size: 12px; 
	font-weight: bold; 
	background-color: #008CCA;
	padding: 2px 0px;
	margin-top: 10px;
	max-width: 120px;
}
#customerlogin input[type="submit"], 
#newcustomer2 input[type="submit"] {
    font-size: 14px;
    padding: 4px 20px; 
    max-width: 200px;
    min-width: 200px;
    
}
.buttonstyle {
    display: inline-block;
    color: #ffffff;
    font-size: 14px; 
    font-weight: bold; 
    background-color: #008CCA;
    padding: 6px 20px;
    margin: 0px auto;
    text-decoration: none;
    width: 160px;
    height: 19px;
    vertical-align: middle;
}
.buttonfield {
    text-align: center;
}
.reg {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 4px 20px;
}
#CenterButtonLayer {
	text-align: center;
}
.errorText { 
	color: #C4030E;
}
.errorField 	{ 
	color: #C4030E; 
	background-color:#ffe1e1;
}
.formInfo {
	font-size: 11px;
}
.multipleSelectLayer label {
	vertical-align: top;
}

#newcustomer {
	float: right;
	width: 49%;
	border-left: 1px solid #008CCA;	
	min-width: 240px;
}
#newcustomer2 {
    width: 100%;
    min-width: 240px;
    margin: 0px auto;
}

#customerlogin {
 	float: left;
	width: 50%;
	min-width: 240px;
}
#linklogin {
	border-top: 1px solid #008CCA;	
	padding-top: 36px;
	margin-top: 36px;
	
}


.formInfoField {
    background-color: #D7F3FF;
    padding: 5px;
    font-weight: bold;
    width: 95%;
    max-width: 500px;
}


/* Ende Formatierungen für die Formulare */





 
@media screen and (min-width: 820px) {
    .anfahrtsplan a:after {
		content: 'splan';
	}
    .video {
        height: 600px;
    } 
         
}
@media screen and (min-width: 1150px) {
 
    #newcustomer2 {
        width: 50%;
        float: left;
        margin: 0px 0px;    
    } 
    .formInfoField {
        position: absolute;
        top: -27px;    
        left: 400px;
        z-index: 20;
        width: 120%;
        background-image: url(/images/arrow_forminfo.png);
        background-repeat: no-repeat;
        background-position: top left;
        padding-left: 70px;
    }
       
}

@media screen and (max-width: 920px) {
    .versteigerungsuebersicht {    
        padding-bottom: 35px;   
        border-bottom: 2px solid #333333;
    }    
}


@media screen and (max-width: 680px) {

    .leftElement {
		float: none;
		margin: 0px;
		width: 100%;
	}
	.middleElement {
        float: none;
        margin: 0px;
        width: 100%;
	}
	#infounter {
		display: none;	
	}
	.rightElement {
		float: none;
		margin: 0px;
		width: 100%;
	}
	.versteigerungsuebersichtinfo {
		width: 97.68%;	
		max-width: 960px;
	}
	.infobox {
		margin-bottom: 0%;
		padding: 1.16%;
	}
	.infobox div+div {
		margin-top: 3px; 
	}
	.infobox h4 {
		float: left;
		margin-right: 5px;
	}
	.anfahrtsplan {
		display: none;	
	}
	.versteigerungsuebersichticon {
		float: none;
		margin: 1.16%;
		width: 97.68%;	
		max-width: 960px;
		overflow: auto;
	}
	.versteigerungsuebersichticon img {
		float: left;
		margin-right: 1.16%;
        margin-bottom: 10px;
        margin-top: 5px;
		width: 50px;
		height: auto;
	}
	.versteigerungsuebersichtbeschreibung {
		width: 97.68%;	
		margin: 1.16%;
	}
	#versteigerungsliste div.onlinegebot {
		float: none;
		margin-left: auto;
		margin-right: auto;	
        border: 1px solid red;
	}
	 #versteigerungsarticleimage {
		float: none;
		width: 97.68%;	
		max-width: 960px;
	}
	#versteigerungsarticledetail {
		width: 97.68%;	
		max-width: 960px;
	}
    .versteigerungslistearticledetailtext {
        min-height: 1px;    
    }
	#versteigerungsarticleonlinegebot {
		float: none;
		width: 100%;
		margin: 2.4% 0%;	
	}
	#bieterschritte table {
	 	margin: 0px auto;
	}	
}
@media screen and (max-width: 620px) {

	#headersecondmenu {
		margin-top: 50px;	
	}
	#usermenu li, #usermenu li+li+li {
		float: none;
		width: 100%;
		border-right: 0px solid #ffffff;
		border-bottom: 1px solid #ffffff;
		background-image: url('/images/topbg.jpg');
		text-align:center;
	}
    .secureInfo div {
        font-size: 1.2em;
        top: 48px;
    }
}

@media screen and (max-width: 550px) {
	#newcustomer {
		float: none;
		width: 99%;
		border-left: none;	
   		border-top: 1px solid #008CCA;	
		padding-top: 18px;
	}

	#customerlogin {
 		float: none;
		width: 99%;
		padding-bottom: 18px;
	}
   
    
	#linklogin {
		display: none;
	}
	.versteigerungsuebersichtbilder img {
		width: 47.68%;
	}
    .video {
        height: 450px;
    }
}
@media screen and (max-width: 500px) {
	
	.layerFloat {
        clear: left;
		width: 97.68%;
    }
    
	#versteigerungsarticlegebot.onlinegebot {
		float: none;
		width: 93.88%;	
	}
}
@media screen and (max-width: 300px) {
	.versteigerungsuebersichtbilder img {
		width: 97.68%;
	}
}





#adminLogin {
    margin: 0px;
    padding: 10px;
    background-color: #F9A67D;    
    font-size: 0.9em;
}
#adminLogin .shop {
     font-weight: bold;
     font-size: 1em;
}
#adminLogin a {
    color: #ffffff;
    text-decoration: none;    
}