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

*           { padding:0; margin:0; }   
body        { background-color:#000066; margin:8px 10px 0 10px; }

body,td     { font-family:Verdana,Helvetica,Arial,Sans-serif; font-size:9pt; color:#FFFFFF; line-height: 1.3em; text-align: left; }


.verlag     { font-size:9pt; color:#FFFFFF; font-weight: bold; margin: 6px 0px 25px 0px; }
.header     { font-size:9pt; color:#000000; font-weight: bold; background-color:#FFFFFF; text-align: center; 
              padding: 4px; margin: 15px 0px 3px 0px; 
              border-top: 1px solid #C0C0C0; border-left: 1px solid #C0C0C0; border-right: 1px solid #888888; border-bottom: 1px solid #888888;
	        }
.button     { color:#000000; padding: 2px 0px 2px 22px;
	          background: url(/images/shop/dot.gif) no-repeat 4px 6px;
	        }

hr          { background-color:#FFFFFF; border-color:#FFFFFF; border-style:none; border-width:0px; height:1px; }

.footer     { font-size:7pt; color:#F0F0F0; padding: 10px 0 0 0; }

A:link      { text-decoration : none; color:#FFFFFF; }
A:active    { text-decoration : none; color:#C0C0C0; }
A:visited   { text-decoration : none; color:#FFFFFF; }
A:hover     { text-decoration : underline; color:#FFFFFF; }


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


    
