@charset "utf-8";

/*** shop formular felder **/


/*** anzeige des zwischenlayers ***/
#dialog {position:absolute; width:225px; padding:15px; z-index:200; background:#cccccc}
#dialog-header {display:block; position:relative; width:211px; padding:3px 6px 7px; height:19px; font-size:14px; font-weight:bold; }
#dialog-title {float:left}
#dialog-close {float:right; cursor:pointer; margin:3px 3px 0 0; height:11px; width:11px; }


#dialog-content {display:block; height:100px;  width:211px; padding:6px; color:#666666; font-size:13px}
#dialog-mask {position:absolute; top:0; left:0; min-height:100%; width:100%;  opacity:.75; filter:alpha(opacity=75); z-index:100}

.warenkorb { border:1px solid #aaaaaa; border-top:none;}
.warenkorbheader {background:url(/_pix/progress-bar.gif) no-repeat; color:#6f2c2c; border:1px solid #aaaaaa; border-bottom:none;}






.formular
{

 text-align:left;
 /*padding:4 7 4 7; */
 padding-top:4px;
 padding-bottom:4px;
 display:block;
 background: #FDFDFA;
 width:520px;
 border: solid 1px #F3EFE8;
 color:#F2EEE8;


}




/* artikel */
.fINPUT_ar
{
 font-family:Verdana, Arial, Helvetica, Univers, sans-serif; color:#000000; text-align:left; font-size:100%;
 width:300px;

 border-top:1px solid #E8DFD2;
 border-left:1px solid #E8DFD2;
 border-right:1px solid #D3C6B4;
 border-bottom:1px solid #D3C6B4;
}

/* preis */
.fINPUT_pr
{
 font-family:Verdana, Arial, Helvetica, Univers, sans-serif; color:#000000; text-align:left; font-size:100%;
 width:60px; 

  border-top:1px solid #E8DFD2;
 border-left:1px solid #E8DFD2;
 border-right:1px solid #D3C6B4;
 border-bottom:1px solid #D3C6B4;
}

/* anzahl */
.fINPUT_an
{
 font-family:Verdana, Arial, Helvetica, Univers, sans-serif; color:#000000; background-color:#ffffff; text-align:left; font-size:100%;
 width:40px; 

  border-top:1px solid #E8DFD2;
 border-left:1px solid #E8DFD2;
 border-right:1px solid #D3C6B4;
 border-bottom:1px solid #D3C6B4;
}

/* standart */
.fINPUT
{
 font-family:Verdana, Arial, Helvetica, Univers, sans-serif; color:#000000; background-color:#ffffff; text-align:left; font-size:100%;
 width:323px; height: 22px; 

 border-top:1px solid #E8DFD2;
 border-left:1px solid #E8DFD2;
 border-right:1px solid #D3C6B4;
 border-bottom:1px solid #D3C6B4;
}

/* imput feld klein */
.fINPUT_small
{
 font-size:100%;
 width:60px; 
 color:#000000;
 font-weight:normal;
 border-top:1px solid #E8DFD2;
 border-left:1px solid #E8DFD2;
 border-right:1px solid #D3C6B4;
 border-bottom:1px solid #D3C6B4;
}

.fINPUT_large

{
 font-size:100%;
 width: 180px;
 color:#000000;
 font-weight:normal;
 border-top:1px solid #E8DFD2;
 border-left:1px solid #E8DFD2;
 border-right:1px solid #D3C6B4;
 border-bottom:1px solid #D3C6B4;
}


/* textarea */
.fTAREA
{
 font-family:Verdana, Arial, Helvetica, Univers, sans-serif; color:#000000; background-color:#ffffff; text-align:left; font-size:100%;
 width:323px;

  border-top:1px solid #E8DFD2;
 border-left:1px solid #E8DFD2;
 border-right:1px solid #D3C6B4;
 border-bottom:1px solid #D3C6B4;
}


A.LnkContentshop:link,
A.LnkContentshop:active
{
 color:#917c52;
 background-color: inherit;
 text-decoration:underline;
/* padding-right: 20px;
 background: url '(/_pix/linkpfeil.gif)' no-repeat center right;*/
}
A.LnkContentshop:visited
{
 color:#917c52;
 text-decoration:underline;
 
}
A.LnkContentshop:hover
{
 color:#917c52;
 text-decoration:underline;

}

A.LnkContentwarenkorb:link,
A.LnkContentwarenkorb:active
{
 font-size:9pt;
 color:#917c52;
 background-color: inherit;
 text-decoration:none;
 font-weight:normal;
/* padding-right: 20px;
 background: url '(/_pix/linkpfeil.gif)' no-repeat center right;*/
}
A.LnkContentwarenkorb:visited
{
 color:#917c52;
 text-decoration:none;
 
}
A.LnkContentwarenkorb:hover
{
 color:#917c52;
 text-decoration:none;

}


.preis
{
 font-family:Verdana, Arial, Helvetica, Univers, sans-serif;font-size:70%; color:#9a0033; font-weight:bold;
}



/* eXtra-small für platzhalter etc. (netscape 6.*!) */
.xs
{
 font-family:Verdana, Arial, Helvetica, Univers, sans-serif; font-size:1pt; color:#000000;
 }