/* 2021-01-25 09:45:05 */
body {
	background-color: #eee;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	padding: 0;
	margin: 0;
}

a { position: relative; }
  
a:link, a:visited {
	text-decoration: none;
	color: #F78E21;
} 

a:hover {
	text-decoration: underline;
}

hr {
    border:none;
    height: 1px;
    background-color: #aaa;
}

#page {
	color: #4F5B63;
	background-color: #fff;
    margin: 0 auto;
    width: 980px;
}

#header {background-color: #fff;}
a:link, a:visited, #menu ul li .here a, #menu ul li .here a:hover {
    color: #4F5B63;
}

.here>a{
    color: #F78E21!important;
}

#header, #vis {
	padding: 0; margin: 0;
  height: 8em !important;
  max-height: 8em !important;
	position: relative;
}
#header{
  padding: 15px 0;
}

#logo {
   background: transparent url("../images/logo.png") no-repeat scroll 0 20px;
    display: block;
    height: 90px;
    margin: 16px 677px;
    width: 209px;
}
#menu {
   background-color: #FFFFFF;
    position: relative;
    top: -40px;
    width: 670px;
}

#menu ul {
	margin: 0;
	padding: 0;
	bottom: 0;
    font-weight: bold;
	}

#menu ul li {
  position:relative;  
	display: inline;
	margin: 0;
	font-size: 1.1em;
}

#menu ul,
#menu ul li a {
	padding: 0.5em 1em 0.6em;
	margin: 0 1.5em;
	}

#menu ul li a {
  position: relative;  
	font-size: 1em;
	margin: 0;
}

#menu ul li a:hover, #menu ul li a:visited {

	text-decoration: underline;
	}

#menu ul li .here a, #menu ul li .here a:hover {

	}
#login_out {
 padding-right: 18px;
    position: relative;
    text-align: right;
    top: -150px;
}
#login_out a {
}

#tools {
 margin: 0 0 0 10px;
    padding: 0;
    position: absolute;
    text-align: right;
    top: 10px; 
}

#tools ul {
     margin: 0;
    padding: 5px;
     
}

#tools li {
        display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#tools li a {
    color: #999;
    font-weight: bold;
    margin: 0;
    padding: 5px;
    text-decoration: none;
}

#content {
	padding: 0 5px 4em;
	margin: 3em;
    overflow: hidden;
}

#content p, #content pre, #content td {
  	font-size: 1.2em;
}

#content ul, #content ol {
  	font-size: 12px;
}


#content table.quickref{
  width: 45em;
}

#content table.quickref td {
	font-size: 0.95em;  
}

#content table {
  border: 0;
}

#content table tr, #content table td {
  padding:0; margin:0;
}


#content textarea {
  width:50em; height:30em;
  font-family: monospace;
}

#content h1 {
  font-size: 1.7em;
  margin: 0 0 0.5em;
}

#content h2 {
  font-size: 1.4em;
  margin: 0 0 0.5em;
}

#content h3 {
  font-size: 1.2em;
  margin: 0 0 0.5em;
}

#content ul {
  margin-left:0;
	padding-left:2em;
}

div#content { 
	min-height: 35em;
}

#sidebar {
  float: left;
    width: 20em;
	margin: 0;
	padding: 3em;
}

#sidebar p, #sidebar li, #sidebar ol{
    font-size: 1.2em;
}

#sidebar ul {
    list-style: none outside none;
    margin: 0 0 5px;
    padding: 0;
}

#sidebar ul li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #E2E2E2;
    
}
#sidebar ul li a {
    background: none repeat scroll 0 0 #fff;
   color: #4F5B63;
    display: block;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
}

#sidebar .sidehead {
    background: none repeat scroll 0 0 #fff;
     border-bottom: 1px solid #F78E21;
    border-top: 1px solid #F78E21;

    color: #4F5B63;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
}

#sidebar ul li a:hover {
    color: #4F5B63;
}



#suptitle p, #suptitle ul {
	font-size: 1.1em;
	padding: 0.4em 0;
}

#suptitle p {
	float: left;
	padding-left: 1em;
}

#suptitle ul {
	text-align: right;
	padding-right: 1em;
}

#suptitle ul li {
	display: inline;
	margin-left: 1em;
}



#footer {
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	text-align: center;
}

#footer a {
  margin: 1em;
}

#footer a:link, #footer a:visited {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

.clear {
  clear: both;
}

.sphg {    
    background-color: #F4D7D7;
    border-radius: 4px;
    margin: 0 0 5px;
    padding: 8px 14px;
}

.loginform {
    border: 1px solid #BBBBBB;
    margin: 50px auto;
    padding: 10px;
    width: 380px;
    border-radius: 10px;
    box-shadow: 0 1px 4px #aaa;
}
.loginform label {
    font-weight: bolder;
    margin: 15px 0;
    width: 112px;
    display: inline-block;
}

.loginform .inputbox {
    border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #555555;
    margin: 10px 5px 5px;
    padding: 2px;
}
.loginform input[type="submit"] {
    background: linear-gradient(#FFFFFF, #DDDDDD) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 6px;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
    color: #111111;
    line-height: 30px;
    margin: 10px 0 5px 115px;
    padding: 0 5px;
    text-decoration: none;
    width: 240px;
}
.loginform input[type="submit"]:hover {
    background: linear-gradient(#ddd, #eee) repeat scroll 0 0 transparent;
    cursor: pointer;
    position: relative;
}
.loginform input[type="submit"]:active {
    left: 1px;
    position: relative;
    top: 1px;
}

.fehler {
	color: #f00;
    background:transparent url(../images/error_here.png) no-repeat scroll 0 3px;
    padding-left:15px;
}

.keine_rechte, .fehlermeldung, .erfolgsmeldung, .warnmeldung, .infomeldung {
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px; 
    padding: 10px 10px 10px 32px; 
    display: block;  
    -khtml-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 999;
}

.keine_rechte, .fehlermeldung{ 
    background: url("../images/exclamation.png") no-repeat scroll 10px 10px #FFEEE2;
    border: 1px solid #C10000;
}

.erfolgsmeldung{
    background: url("../images/accept.png") no-repeat scroll 10px 10px #D9FBD4;
    border: 1px solid #15A100;
}

.warnmeldung{
    background: url("../images/error.png") no-repeat scroll 10px 10px #FBFAD4;
    border: 1px solid #F5DA7B;
}

.infomeldung {
    background: url("../images/information.png") no-repeat scroll 10px 10px #DFF2FF;
    border: 1px solid #A4D2F2;
}

/*  Warenkorb  */

.auflagenauswahl {
    width: 350px;
    font-size: 12px;
    margin-left: 33px;
}


.artikel_entfernen {
     vertical-align: -3px;
 background: none;
    border: none;
    cursor:pointer;
}

}


.kaufeinstellungen {
	margin: 0;
	padding: 0;
}

.bezahlartenbereich {
	margin: 20px 0;
	padding:0;
	float:  left;
}

.bezahlarten {
	width: 235px;
	float: left;
	margin: 0 15px 0 0;
	font-size:10px!important;
	line-height:1.2em;
	position:relative;
}

.bezahlarten .desc {
	padding-left: 17px;
}

.bezahlarten .Bezahlart {
	font-size: 12px;
	font-weight: bold;
}

.bezahlarten a {
     text-decoration: underline;
}

.bezahlwarnung {
    color:#933;
}

.Inaktiv {
	color: #999;
}

.bezahlradio {
   vertical-align:-1px;   
}

.auflage_preis {
    display:block;
    font-weight: bold;
    margin-bottom: 5px;
}


#warenkorb {
    padding-top: 10px;
}
#warenkorb table {
width: 100%;    
}

#waren h2 {
    margin: 0 0 4px;
}
#waren h2 .titel {
    color: #999999;
    display: block;
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 8px;
}
#waren a, #waren a:visited, #waren a:active {
    text-decoration: none !important;
}
.produktabb a img, #warenkorb .produktabb {
    border: 1px solid #CCCCCC;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);

}
.produktabb img {
max-height: 400px;
}

#waren form, #warenkorb form {
    margin: 0;
    padding: 0;
}
#waren table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
.sep {
    border-bottom: 1px solid #999999;
    padding: 8px 15px 8px 0!important;
}
.prod_display {
    width: 250px;
}
.prod_desc {
    width: 555px;
}
.net {
    padding-right: 10px;
    text-align: right;
}
.Auftragsbezeichnungen, #Nachricht {
    background: url("../images/comment_edit.png") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 20px;
}

.Auftragsbezeichnungen form button {
    display: block;
    
}

.Auftragsbezeichnungen textarea {
width: 500px!important;
height: 30px!important;
padding: 2px!important;
margin: 4px 0!important;
}
.clearer {
    clear: both;
}
.thumbnail_zoom:after {
    content: url("../images/zoom_icon.png");
    left: -20px;
    position: relative;
}

.preisangabe {
    color: #666666;
    display: block;
    height: 22px;
    margin: 0 0 -30px;
    padding: 6px 0 1px 11px;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 210px;
}
.preisangabe .eur {
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    vertical-align: -2px;
}
.zum_eindruck, .in_warenkorb, .eindruck_laden {
   left: 220px;
    margin-left: 4px;
    padding: 7px 7px 8px;
    position: relative;
    top: 7px;
}

/* Adressen */

.adressauswahl {
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 1.6em;
}


.legend {
    width: 70px;
    display:block;
    float: left;
}
.formfield {
    width: 244px;
    margin: 0 0 5px 0;

}
.formfield, .formfield_plz, .formfield_ort, .formfield_land {
    padding: 0 3px;
    height: 23px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #F6F6F6;
    border: 0 none;
    border-collapse:collapse;
    -khtml-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3) inset;
    border: medium none;
}

.formfield_plz {
   margin: 0 3px 5px 0;
    
    width: 48px;
}
.formfield_ort {
    margin: 0 0 5px 0;
    width: 184px;
}
.formfield_land {
    margin: 0 0 5px 0;
    width: 250px;
    padding: 3px 2px;
}

.Nachrichtenfeld {
    display: none;
}

#lieferadresse_anlegen, #rechnungsadresse_anlegen {
 border: 1px solid #DDDDDD;
    margin: 0;
    padding: 15px;
    width: 350px;
}
#abweichende_Lieferadresse, #lieferadresse_waehlen , #abweichende_Lieferadresse + .point {
   display: none;
}

.lieferadresse_add, .rechnungsadresse_add {
   display: block;
    margin: 5px 4px;
    cursor: pointer;
}

.err_msg {
   clear: left;
    color: #AA0000;
    display: none;
    margin: 0 3px 5px 70px;
}

.abschluss {
    background-color: #BBBBBB;
    display: block;
    height: 1px;
    margin: 10px 0;
    width: 100%;
    clear:both;
}

/*  Buttons */
.refresh, .nextpage, .done, .adresspool, .rechnunglieferung, .leeren, .weitere, .bestellab, .adress_speicher, .adress_abbrech, .zurueck_basket, .bezahlung, .zurueck_start {
    height: 31px;
    
}
.refresh, .nextpage, .bestellab, .adress_speicher, .adress_abbrech, .zurueck_basket {
    float: right;
    padding: 2px 10px 4px;
}
.adress_add, .adress_delete, .adress_quit, .we_ready {
    height: 31px;
    padding: 0 10px 1px;
    width: 285px;
}
 .done, .adresspool, .rechnunglieferung, .leeren, .zurueck_basket, .bestellab {
    padding: 0 10px 1px;
    color: #333;
}
.adress_abbrech, .nextpage {
    margin-right: 4px;
}
.zurueck_basket {
    margin-left: 4px;
}
.refresh {
    margin-bottom: 10px;
}

.noround {
    border-radius: 0;
}
.allround {
    border-radius: 15px 15px 15px 15px;
}
.rightround {
    border-radius: 0 15px 15px 0;
}
.leftround {
    border-radius: 15px 0 0 15px;
}
.actionbtn, .noactionbtn {
    cursor: pointer;
}
.actionbtn a {
    text-decoration: none;
    color: #666;
}
.actionbtn {
    background-image: url("../images/bg_action.gif");
}
.actionbtn:hover {
    background-image: url("../images/bg_action_hover.gif");
}
.noactionbtn {
    background-image: url("../images/bg_gray.gif");
}
.noactionbtn:hover {
    background-image: url("../images/bg_gray_hover.gif");
}
.noaction {
    background-image: url("../images/bg_gray.gif");
}

.actionbtn, .noactionbtn, .noaction {
    border: medium none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 0 #FFFFFF;
}
.actionbtn:hover, .noactionbtn:hover {
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6) inset;
}

#bestellhinweis img{ border: none; }

#bestellhinweis{ 
    background: url("../images/overlay.png") repeat scroll left top transparent;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

#bestellhinweis .center_this {
    background: url("../images/ajax-loader.gif") no-repeat scroll 10px 12px #FFFFFF;
    border: 1px solid #CCCCCC;
    color: #555555;
    font-weight: bold;
    margin: 350px auto;
    padding: 15px 0 15px 50px;
    width: 300px;
    -khtml-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.search {
    background: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJzZWFyY2giIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgY2xhc3M9ImZhLXNlYXJjaCI+PHBhdGggZmlsbD0iI2RkZCIgZD0iTTUwNSA0NDIuN0w0MDUuMyAzNDNjLTQuNS00LjUtMTAuNi03LTE3LTdIMzcyYzI3LjYtMzUuMyA0NC03OS43IDQ0LTEyOEM0MTYgOTMuMSAzMjIuOSAwIDIwOCAwUzAgOTMuMSAwIDIwOHM5My4xIDIwOCAyMDggMjA4YzQ4LjMgMCA5Mi43LTE2LjQgMTI4LTQ0djE2LjNjMCA2LjQgMi41IDEyLjUgNyAxN2w5OS43IDk5LjdjOS40IDkuNCAyNC42IDkuNCAzMy45IDBsMjguMy0yOC4zYzkuNC05LjQgOS40LTI0LjYuMS0zNHpNMjA4IDMzNmMtNzAuNyAwLTEyOC01Ny4yLTEyOC0xMjggMC03MC43IDU3LjItMTI4IDEyOC0xMjggNzAuNyAwIDEyOCA1Ny4yIDEyOCAxMjggMCA3MC43LTU3LjIgMTI4LTEyOCAxMjh6IiBjbGFzcz0iIj48L3BhdGg+PC9zdmc+") 385px 50% no-repeat ; 
	background-size: 1.5rem;
}

input.adressmanagement{
    margin: 0 0 1rem 0;
    width: 400px;
    height: 1.2rem;
    border-radius: 0.2rem;
    padding: 0.5rem;
    border: 1px solid #ddd;
}

#search_lieferung {
	display: none;
}