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

*               { padding:0; margin:0; }
body            { background-color:#F6E0A2; margin:10px 0 0 10px; padding:0px; 
                  scrollbar-3dlight-color:#F6E0A2; scrollbar-arrow-color:#910D10; scrollbar-base-color:#F6E0A2; scrollbar-darkshadow-color:#910D10; scrollbar-face-color:#F6E0A2; scrollbar-highlight-color:#910D10; scrollbar-shadow-color:#F6E0A2; scrollbar-track-color:#F6E0A2;
			    }
body,td         { font-family:helvetica,arial,sans-serif; font-size:8pt; color:#000000; }		 	 

.container0     { width: 160px; }

.pagetitle      { font-size:9pt; color:#910D10; font-weight:bold; text-align:center; border-bottom: 1px #910D10 solid; padding: 0 0 4px 0; }

/* ---------------------------------------------------------------------------------- */
/* Levels */

.level1         { font-weight:bold; padding:5px 0 0 0; text-align:left; }
.level2         { padding:4px 0 0 10px; text-align:left; }

.static_buttons { margin: 10px 0 0 0; }

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

A:link          { color:#000000; text-decoration: none; }
A:visited       { color:#000000; text-decoration: none; }
A:hover         { color:#910D10; text-decoration: none; }
A:active        { color:#FF1111; text-decoration: none; }


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


 