:root {
    /* Textfarbe */
    --text: #666666;
    --text-shadow: #fff;

    --navi-text: #333;
    --navi-text-shadow: #fff;
    --navi-text-header: #fff;
    --navi-text-header-shadow: #666;

    /* Akzentfarbe*/
    --main: #FF0000;
    --main-shadow: #810000;

    --link: #810000;

    /* Hintergrundfarben */
    --site-background: #fff;
    --page-background: #fff;
    --page-header: #fff;
    --navi-header: #999999;
    --navi-background: #E9E9E9;
    --navi-background-hover: #C9C9C9;
}

html {
    overflow-y: -moz-scrollbars-vertical;
    overflow-y: scroll;
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
}

body {
    background-color: var(--site-background);
    font-size: 13px;
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
}

input, button {
    font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
} 

a { 
    position: relative; 
}
  
a:link, a:visited {
    text-decoration: none;
    color: var(--link);
} 

a:hover {
    text-decoration: underline;
}

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

#page {
    color: var(--text);
    background-color: var(--page-background);
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1300px;
}


a:link, a:visited, #menu ul li .here a, #menu ul li .here a:hover {
    color: var(--navi-text);
}

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

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

#header {
    padding: 0;
}

#logo {
    width: 265px;
    height: 297px;
    display: block;
    position: absolute;
    margin-left: 15px;
    z-index: 999;
    background: transparent url("../images/logo_landkreis_rhoengrabfeld.png") no-repeat;
}

#menu {
    color: #00a800;
    font-weight: 400;
    font-size: 1.2em;
    font-style: italic;
    text-decoration: none;
    line-height: 120%;
    position: relative;
    top: 35px;
    left: 240px;
}

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

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

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

#menu ul li a {
    position: relative;  
    font-size: 1em;
    color: #00a800;
    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 {
    color: #00a800;
}

#login_out {
    text-align: right;
    padding-right: 10px;
    top: -32px;
    position: relative;
    height: 0;
}

#login_out a {
    color: #fff;
}

#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: 0 5px 4em 18px;
    margin: 0 3em 0;
    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: 215px;
    margin: 0;
    padding: 3em;
    margin-top: 11em;
}


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

#sidebar .sidehead {
    background: none repeat scroll 0 0 var(--navi-header);
    border: medium none;
    color: var(--navi-text-header);
    text-shadow: 1px 1px 0 var(--navi-text-header-shadow);
    font-size: 11px;
    font-weight: bold;
    padding: 10px 0 10px 10px;
}

#sidebar ul li a:hover, #sidebar ul li .here a {
    color: var(--navi-text);
    text-shadow: 1px 1px 0 var(--navi-text-shadow);
    background: none repeat scroll 0 0 var(--navi-background-hover);
}


#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: 360px;
    border-radius: 4px;
    box-shadow: 0 0 5px #eee;
}
.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: linear-gradient(180deg, #FFFFFF, #eee) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    color: #111111;
    line-height: 25px;
    margin: 10px 10px 5px 0;
    padding: 2px 15px;
    text-decoration: none;
}
.loginform input[type="submit"]:hover {
    background: linear-gradient(0deg, #FFFFFF, #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 {
    margin-bottom: 20px;
}
#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);
}

#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 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: 24px;
    margin: 0 0 -31px;
    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, .in_warenkorb, .eindruck_laden {
   left: 212px;
    margin-left: 8px;
    padding: 7px 14px;
    position: relative;
    top: 7px;
}

/* Adressen */

.adressauswahl {
    margin-top: 10px;
}


.legend {
    width: 80px;
    display:block;
    float: left;
}
.formfield {
    width: 310px;
    margin: 0 0 10px 0;

}
.formfield, .formfield_plz, .formfield_ort, .formfield_land {
    padding: 0 3px;
    height: 28px;
    -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 5px 10px 0;
    width: 60px;
}
.formfield_ort {
    margin: 0 0 10px 0;
    width: 235px;
}
.formfield_land {
    margin: 0 0 10px 0;
    width: 316px;
    padding: 3px 2px;
}

#lieferadresse_anlegen, #rechnungsadresse_anlegen {
 border: 1px solid #DDDDDD;
    margin: 0;
    padding: 10px;
    width: 400px;
}
#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: -8px 3px 7px 80px;
}


.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;
	padding: 0 12px;
}
.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: 330px;
}
.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: 5px 5px 5px 5px;
}
.rightround {
    border-radius: 0 5px 5px 0;
}
.leftround {
    border-radius: 5px 0 0 5px;
}
.actionbtn, .noactionbtn {
    cursor: pointer;
}
.actionbtn a {
    text-decoration: none;
    color: #fff;
}
.actionbtn {
    background: #00A800;
	color: #fff;
}
.actionbtn:hover {
    background: #008c00;
}
.noactionbtn {
    background: #EFEFEF;
}
.noactionbtn:hover {
    background: #eeeeee;
}
.noaction {
    background: #EFEFEF;
}
.actionbtn {
    border: medium none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 0 #686859;
}
.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 rgba(0, 0, 0, 0);
    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 10px #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    color: #555555;
    font-weight: bold;
    margin: 0 auto;
    padding: 14px 10px 14px 50px;
    position: relative;
    top: 50%;
    width: 300px;
    }
.Stornierungsgrund {
       display: block;
    margin: 20px 0;
}
.Stornierungsgrund label {margin-right: 10px;}
.Stornierungsgrund input {width: 400px;}

.lightbox-image {
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.nutzung  {
    border-collapse: collapse;
}
.nutzung td {
padding: 5px 10px!important;
    border-bottom: 1px solid silver;
}