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

body {
	background-color: #fff;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	padding: 0;
	margin: 0;
}

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

a:hover {
	text-decoration: underline;
}

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

#page {
   background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    color: #3f3f3f;
    margin: 1em auto;
    width: 1100px;
}

#header {background-color: #fff;border-radius: 10px 10px 0 0;}
a:link, a:visited, #menu ul li .here a, #menu ul li .here a:hover {color: #2f52a0;}

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

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


#logo {
    background: url("../images/popp-seuber-logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 66px;
    left: 34px;
    top: 36px;
    width: 400px;
}

#login_out {
   position: absolute;
    right: 15px;
    top: 10px;
}

#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 {
	background-color: #ffffff;
	padding: 0 5px 4em;
	margin: 3em;
    overflow: hidden;
}

#content p, #content pre, #content td {
  	font-size: 12px;
}

#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: 16px;
  color: #999;
  margin: 0 0 0.5em;
}

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

#content h3 {
  font-size: 12px;
  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{
}

#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 #EEE;
    border-top: 1px solid #fff;
    text-shadow: 1px 1px 0 #fff;
    color: #666666;
    display: block;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
}

#sidebar .sidehead {
    background-color: #2f52a0;
    border: medium none;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #666;
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
}

#sidebar ul li a:hover, #sidebar ul li .here a{
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #666;
    background: none repeat scroll 0 0 #888;
}



#suptitle p, #suptitle ul {
	font-size: 12px;
	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;
}

#menu ul {
    background-color: #2f52a0;
    bottom: 8px;
    font-weight: bold;
    left: 39em;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 55em;
	}

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

#menu ul,
#menu ul li a {
	padding: 5px 1.5em 5px;
	margin: 0 1.5em;
	}

#menu ul li a {
  position: relative;  
	font-size: 12px;
	color: #fff;
	margin: 0;
    text-shadow: 1px 1px 0 #666;
}

#menu ul li a:hover {
    color:#fff;
background-color: rgba(100%, 100%,100%, 0.3);
	text-decoration: none;
	}

#menu ul li .here a, #menu ul li .here a:hover {
	color: #999;  
	background: #fff;
    
     text-shadow: none;
	}


#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: #EFF4D7;
    border-radius: 4px;
    margin: 0 0 5px;
    padding: 8px 14px;
}

.loginform {
    border: 1px solid #BBBBBB;
    margin: 50px auto;
    padding: 10px;
    width: 320px;
    border-radius: 10px;
    box-shadow: 0 1px 4px #aaa;
}
.loginform label {
    float: left;
    font-weight: bolder;
    margin: 12px 0;
    width: 100px;
}

.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"] {
    border: 1px solid #BBBBBB;
    background: -moz-linear-gradient(center top , #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;
    line-height: 30px;
    margin: 10px 105px 5px;
    padding: 4px 10px;
    text-decoration: none;
}
.loginform input[type="submit"]:hover {
    background: -moz-linear-gradient(center top , #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;
}


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

#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;
}
#Auftragsbezeichnung, #Nachricht {
    background: url("../images/comment_edit.png") no-repeat scroll 0 0 transparent;
    padding: 0 0 0 20px;
}
.clearer {
    clear: both;
}
.thumbnail_zoom:after {
    content: url("../images/zoom_icon.png");
    left: -20px;
    position: relative;
}

.preisangabe {
    color: #666666;
    display: block;
    height: 26px;
    margin: 0 0 -31px;
    padding: 5px 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, .in_warenkorb {
    left: 216px;
    padding: 8px;
    position: relative;
    top: 8px;
}

/* Adressen */

.adressauswahl {
    margin-top: 10px;
}


.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 -6px;
    width: 250px;
    padding: 3px 2px;
}

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

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

.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: 285px;
}
.adress_abbrech, .nextpage {
    margin-right: 4px;
}
.zurueck_basket {
    margin-left: 4px;
}
.refresh {
    margin-bottom: 10px;
}

.noround {
    border-radius: 0 0 0 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-color: #FFF198;
    background-image: url("../images/bg_green.gif");
}
.actionbtn:hover {
    background-color: #FAE65E;
    background-image: url("../images/bg_green_hover.gif");
}
.noactionbtn {
    background-color: #E6E6E6;
    background-image: url("../images/bg_gray.gif");
}
.noactionbtn:hover {
    background-color: #E3E3E3;
    background-image: url("../images/bg_gray_hover.gif");
}
.noaction {
    background-color: #E6E6E6;
    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{ 
    height: 1200px;
    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 10px 10px #FFFFFF;
color: #555;
    margin: auto;
    padding: 15px 15px 15px 50px;
    position: relative;
    top: 300px;
    width: 300px;
    font-weight: bold;
    border: 1px solid #ccc;
    -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;
}