/* ---------------------------------------------------------------------------------- */
/*  CSS-Anweisungen fuer die Navigation                                               */
/*  -----------------------------------                                               */
/*  created by: M. Rehm - info@msu.biz                                                */
/*  date      : 20.03.2008                                                            */
/* ---------------------------------------------------------------------------------- */
   
BODY          { background:#F2F2E9; margin:0px 0 15px 0px;
                scrollbar-3dlight-color:#F2F2E9; scrollbar-arrow-color:#5A5A5A; scrollbar-base-color:#F2F2E9; scrollbar-darkshadow-color:#5A5A5A; scrollbar-face-color:#F2F2E9; scrollbar-highlight-color:#5A5A5A; scrollbar-shadow-color:#F2F2E9; scrollbar-track-color:#F2F2E9;
	          }
body,td       { font-family:Helvetica,Arial; font-size:8pt; color:#FFFFFF;} 
form          {  padding:0; margin:0; }
				   
		  
/* ---------------------------------------------------------------------------------- */
/*  Kategorien  */

.level1     { font-size:9pt; padding:5px 0 0 0; }
.level2     { margin: 0 0 0 10px; padding:3px 0 0 0; }
		
			  
/* ---------------------------------------------------------------------------------- */
/*  Suche  */

.suche_input  { color:#000000; font-size:9pt; text-align:left; border: 1px #ACACAC solid; }
.suche_button { background-color:#8dc467; border: 1px #ACACAC solid; color:#FFFFFF; text-align:left; font-size:8pt; padding: 0px; }
.button_suche { font-size:9pt; font-weight:bold; margin:3px 0 0 1px;  padding-bottom: 1px 0 1px 0; text-align:left; }


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

.div_buttons               { padding:12px 0 0 0; }				   
.div_buttons A:link        { color:#5A5A5A; text-decoration:none;}
.div_buttons A:visited     { color:#5A5A5A; text-decoration:none;}
.div_buttons A:hover       { color:#239208; text-decoration:underline;}
.div_buttons A:active      { color:#FF0000; text-decoration:none;}
  
.div_content               { padding:15px 0 0 0; }
.div_content A:link        { color:#239208; text-decoration:none;}
.div_content A:visited     { color:#239208; text-decoration:none;}
.div_content A:hover       { color:#239208; text-decoration:underline;}
.div_content A:active      { color:#FF0000; text-decoration:none;}
  
  
/* ---------------------------------------------------------------------------------- */




