/*--------------------------------------------------------
      http://www.karin-hakl.at/
      autor: sabine riepl, holzweg ecommerce solutions, www.holzweg.com
      version: 2006-04-05
      inhalt: layout
--------------------------------------------------------*/


/* =-=-=-=-=-=-=-[ background, besuchertext, pushbox ]-=-=-=-=-=-=-=- */

td.textBesucher{
              background: url(../images/bgRechts03.jpg);
              background-repeat: no-repeat;
}
td.bgKarin{
           background: url(../images/bgMitte.jpg);
           background-repeat: no-repeat;
}

                
/* =-=-=-=-=-=-=-[ newsletter ]-=-=-=-=-=-=-=- */
/*- newsletter input feld -*/
/*- newsletter mit hintergrund -*/
/*input.newsletter{
       background-image: url(../images/newsletter.gif);
       background-repeat: no-repeat;
       height: 23px;
       width: 125px;
       border: 0;
       /*-- top right bottom left --*/
/*       padding: 5px 0px 0px 5px;
       color: #999;
       font-weight: normal;
       }*/

input.newsletter{
        height: 16px;
        width: 125px;
        border: 1 solid #A0D4E8;
        color: #999;
        font-weight: normal;
        padding: 3px 0px 0px 3px;
}
       
/*- button newletter go -*/
button.go{
          height: 24px;
          width: 25px;
          background: url(../images/buttonNewsletter.jpg);
          background-repeat: no-repeat;
          cursor: pointer;
          border: 0px;
          color: #fff;
          font-size: 10px;
          /*-- top right bottom left --*/
          padding: 0 0 0 0;
          margin: 0 0 0 0px;
          
}