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

*                  { padding:0; margin:0; }
BODY               { background:#D3E1EC url(/images/verlagsbild.jpg) bottom left  no-repeat; margin:20px 0 0 8px; height: 100%; }
body,td            { color:#000000; font-family:Verdana,Helvetica,Arial,Sans-serif; font-size:8pt; }

#navigation { width:160px; overflow:hidden }
/* ---------------------------------------------------------------------------------- */
/* Kategorien */

.div_button0  { margin-top:8px; }

.button1      { background:url(/images/dot1.gif) no-repeat left center; margin:0 0 0 3px; padding: 2px 0 2px 12px; text-align:left; }

.level1       { background:#D3E1EC url(/images/dot1.gif) no-repeat left center; margin:0 0 0 3px; padding: 2px 0 2px 12px; text-align:left; }
.level2       { background:#D3E1EC url(/images/dot2.gif) no-repeat left center; margin:0 0 0 10px; padding: 2px 0 2px 12px; text-align:left; }


/* ---------------------------------------------------------------------------------- */
/* Schnellsuche */

.suchentitle   { text-align: left; }
.sucheneingabe { border:1px #CCCCCC solid; color:#000000; font-family:Helvetica,Arial,"Sans Serife"; font-size:9pt; width:105px; }
.suchenbutton  { background-color:#CBE8F3; border:1px #CCCCCC solid; color:#000000; font-family:Helvetica,Arial,"Sans Serife"; font-size:8pt; font-weight:bold; }


/* ---------------------------------------------------------------------------------- */
/* Links */

A:link         { color:#000000; text-decoration: none; }
A:visited      { color:#000000; text-decoration: none; }
A:hover        { color:#00649C; text-decoration: underline; }
A:active       { color:#FF0000; text-decoration: none; }


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


