/* ---------------------------------------------------------------------------------- */
/*  CSS-Anweisungen fuer die Navigation                                               */
/*  -----------------------------------                                               */
/*  created by: M. Rehm - info@msu.biz                                                */
/*  date      : 10.05.2007                                                            */
/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */
/*  Allgemein  */

body        { background-color:#D1DEE9; margin:10px 0 0 5px; padding: 0px; }
body,td     { color:#000000; font-family:Verdana,Helvetica,Arial,Sans Serif; font-size:8pt; }
form        { margin: 0px; padding: 0px; }
  	  
.container0 { width:165px; padding:10px 0 10px 0; }

/* ---------------------------------------------------------------------------------- */
/*  Buttons  */
 
.button     { background: url(/images/shop/dot.gif) 1px 2px no-repeat; font-weight:bold; margin:8px 0 0 0; padding: 0 0 0 14px; }

.level1     { background: url(/images/shop/dot.gif) 1px 2px no-repeat; font-weight:bold; margin:8px 0 0 0; padding: 0 0 0 14px; }
.level2     { margin:4px 0 0 0; padding: 0 0 0 24px; }

.button_wk  { background: url(/images/shop/dot.gif) 1px 2px no-repeat; font-weight:bold; margin:14px 0 0 0; padding:0 0 0 14px; }

/* ---------------------------------------------------------------------------------- */
/*  Links  */
 
A:link    { color:#006699; text-decoration:none; }
A:visited { color:#006699; text-decoration:none; }
A:hover   { color:#FF8C00; text-decoration:none; }
A:active  { color:#D00000; text-decoration:none; }


/* ---------------------------------------------------------------------------------- */

