html {
     overflow-y: -moz-scrollbars-vertical;
     overflow-y: scroll;
}

body {
background: url("../images/yellow_v2.png") no-repeat scroll 50% 0 #F4F4F4;
	font-size: 11px;
	font-family: 'Open Sans',Arial,Helvetica,Verdana,sans-serif;
	padding: 0;
	margin: 0;
}

a { position: relative; }
  
a:link, a:visited {
	text-decoration: underline;
	color: #810000;
} 

a:hover {
}

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

#page {
width:1100px;
margin: 0 auto;
background: url("../images/yellow_v2.png") no-repeat scroll 50% 0 #fff;
padding-bottom: 15px;
}

#header {
height: 156px;
margin: 0 auto;
}

#header a:link, #header a:visited {
	text-decoration: none;
}

a:link, a:visited, #menu ul li .here a, #menu ul li .here a:hover {
color: #04528D;
}

.here a {
background-color: #fff;
}

#logo {
    background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 56px;
    width: 200px;
    top: 40px;
}

#menu {
right: 0;
position: relative;
top: 2px;
width: 800px;
font-weight: 300;
font-size: 15px;
color: #818181;
left: 380px;
}

#menu ul {
	margin: 0;
	padding: 0;
	bottom: 0;
	}

#menu ul li {
  position:relative;  
	display: inline;
	margin: 0;
}

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

#menu ul li a {
  position: relative;
	margin: 0;

}

#menu ul li a:hover ,#menu ul li .here a, #menu ul li .here a:hover{
color: #fff;
background: #04528d;
	text-decoration: none;
	}

#login_out {
    left: 10px;
    position: absolute;
    top: 10px;
}
#login_out a {
    color: #666;
}

#tools {
  float: right;
    margin: 0;
    padding: 0;
    text-align: right;   
}

#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: 2em;
	margin: 0;
	background-color: #fff;

}

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

#content ul, #content ol {
  	font-size: 1.2em;
}
 #content ol li {
	 margin-bottom: 0.5rem;
 }

#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 {
display:none;
  float: left;
    width: 20em;
	margin: 0;
	padding: 3em;
}

#sidebar p, #sidebar li, #sidebar ol{
}

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

#sidebar ul li {
    display: inline;
    margin: 0;
    padding: 0;
}
#sidebar ul li a {
    background: none repeat scroll 0 0;
    border-top: 1px solid #fff;
    text-shadow: 1px 1px 0 #fff;
    display: block;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
}

#sidebar .sidehead, #sidebar .toggle_link {
    background: none repeat scroll 0 0;
    border: medium none;
    text-shadow: 1px 1px 0;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
	margin: 15px 0 0;
	    display: block;
		cursor:pointer;
}
#sidebar .sidehead:first-child, #sidebar .toggle_link:first-child {

	margin: 0;
}

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

}



#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: 400px;
    border-radius: 10px;
    box-shadow: 0 1px 4px #aaa;
}
.loginform label {
    float: left;
    font-weight: bolder;
    margin: 12px 0;
    width: 130px;
}

.loginform .inputbox {
    border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #555555;
    margin: 11px 5px 12px;
    padding: 5px 6px;
    width: 240px;
}
.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 rgba(0, 0, 0, 0.5);
    color: #111111;
    margin: 10px 0 5px 100px;
    text-decoration: none;
    width: 200px;
    height: 32px;
}
.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;
}
#upload_form input[type="file"] {
width: 400px;
}
.Upload_Durchsuchen input[type="file"] {
    overflow: hidden;
    width: 195px!important;
}



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

.agreement_check .fehler {
    width: 600px;
}

.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: 15px 0 0;
    padding: 0;
}

.bezahlartenbereich {

	
	display:none;
}

.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, .produktabb img, .presetproduktabb{
    border: 1px solid #CCCCCC;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
	
    margin-bottom: 10px;
}

#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;
}

#Position_1:before, #Nachricht:before {
    content: "";
    display: block;
    background: url("../images/comment_edit.png") no-repeat scroll 0 0 transparent;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 6px 0 0;
}

.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: 23px;
    margin: 0 0 -30px;
    padding: 6px 0 0 12px;
    text-shadow: 1px 1px 0 #FFFFFF;
    width: 200px;
}
.preisangabe .eur {
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    vertical-align: -2px;
}
.zum_eindruck,  .eindruck_laden {
 
    margin-left: 0;
    padding: 7px 10px;
    position: relative;
    top: 7px;
}
.in_warenkorb{
    margin-right: 10px;
    padding: 7px 10px;
    position: relative;
    top: 7px;
}

/* Adressen */

.adressauswahl {
    margin-top: 10px;
}
.adressauswahl .point{

	font-size: 1.2em;
}


.legend {
    width: 60px;
    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;
}

#lieferadresse_anlegen, #rechnungsadresse_anlegen {
 border: 1px solid #DDDDDD;
    margin: 0;
    padding: 10px;
    width: 312px;
	margin-top: 15px;
}
#abweichende_Lieferadresse {
    margin: 20px 0;
    cursor: pointer;
}

#lieferadresse_waehlen, .point {
    cursor: pointer;
}
.lieferadresse_add, .rechnungsadresse_add {
   display: none;
}

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

.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: 315px;
}
.adress_abbrech, .nextpage {
    margin-right: 4px;
}

.zurueck_basket {
    margin-left: 4px;
}
.refresh {
    margin-bottom: 10px;
}

.noround {
    border-radius: 00;
}
.allround {
    border-radius: 2px;
}
.rightround {
    border-radius: 0 2px 2px 0;
}
.leftround {
    border-radius: 2px 0 0 2px;
}
.actionbtn, .noactionbtn {
    cursor: pointer;
}
.actionbtn a {
    text-decoration: none;
    color: #fff;
}
.actionbtn {
    background-color: #616161;
    color: #fff;
}
.actionbtn:hover {
     background-color: #494949;
}
.noactionbtn {
    background-color: #c9c9c9;
}
.noactionbtn:hover {
    background-color: #b9b9b9;
}
.noaction {
    background-color: #c9c9c9;
}

.actionbtn, .noactionbtn, .noaction {
    border: medium none;

}
.actionbtn:hover, .noactionbtn:hover {

}

#bestellhinweis img{ border: none; }

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



#bestellhinweis .center_this {
    background: url("../images/ajax-loader.gif") no-repeat scroll 15px 16px #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    color: #555555;
    font-weight: bold;
    height: 38px;
    margin: 350px auto;
    padding: 17px 10px 10px 57px;
    position: relative;
    width: 281px;
    }
    
.Aulagenauswahl, .Nachrichtenfeld, .bezahlartenbereich, .abschluss {

}

.bezahlartenbereich + .abschluss {
display:none;
}

.Datensatz_buttons {
    margin-left: 425px;
    position: absolute;
    top: 200px;
    width: 400px;
}

.nutzung td {
    padding: 2px!important;
    vertical-align: top!important;
}

#adopt_preview {
    left: -440px;
    position: absolute;
    top: -90px;
	    display: none;
    padding: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
	background-color:#fff;
}
#adopt_preview  .loader{
    background: url("./images/ajax-loader.gif") no-repeat scroll 50% 50% #FFFFFF;
	min-width: 835px;
	min-height: 600px;
}

#adopt_preview img {
    background-color: #fff;
    border: 1px solid #aaa;
    margin: 1px;
}


#close_btn{
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #999;
    border-radius: 30px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 31px;
    font-weight: bold;
    height: 1px;
    line-height: 0;
    padding: 11px 3px;
    position: absolute;
    right: 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    top: 15px;
    width: 18px;
}

#close_btn:before {
    content: "×";
}


.placeholder {
	color: #000;
	font-size: 12px;
	cursor: pointer;
}
.placeholder span {
	color: #666;
	font-size: 11px;
}

.ablock{
    float: left;
    margin: 0 40px 40px 0;
    padding: 0;
	width: 450px;
}

.bblock{
    margin: 0 40px 40px 0;
    padding: 0;
	width: 450px;
}

#Auftragsbezeichnung, .Auftragsbezeichnungen {
display: none;
}
.artikel_entfernen  {
background: none;
    border: none;
    cursor: pointer;
    left: -27px;
    top: -37px;
    font-size: 16px;
    color: gray;
    position: relative;
	}
.artikel_entfernen img {
display: none;
}
.artikel_entfernen:before {
content: "\f2ed";
font-family:"Font Awesome\ 5 Free";
}
.fas {
    color: #04528D;
}
.help{
    border: 1px solid #bbb;
    display: inline-block;
    padding: 2px 4px 4px;
    margin: 12px -6px 0 0;
	background: linear-gradient(#fff, #dbe9fa) repeat scroll 0 0 transparent;
    color: #1D3C74;
	    font-size: 12px;
		hyphens: auto;
}
.help a {
	color: #1D3C74;
}
.erklaehrung {
    border: 1px solid #bbb;
    display: block;
    padding: 10px;
    margin: 0 0 20px 0;
    background: linear-gradient(#fff, #dbe9fa) repeat scroll 0 0 transparent;
    color: #333;
    width: 600px;
	font-size: 1.2em;
}

.erklaehrung  .sternchen {
display: block;
    font-size: 0.7rem;
    width: 600px;
	color: #666;
	margin-top: 5px;
}

