/* ---------------------------------------------------------------------------------- */
/*  CSS-Anweisungen fuer navigation.html                                              */
/*  ------------------------------------                                              */
/*  created by: M. Rehm - info@msu.biz                                                */
/*  date      : 20.02.2007                                                            */
/* ---------------------------------------------------------------------------------- */

BODY        { background-color:#F5DD52; margin:15px 0 0 4px; }
body,td     { font-family:Helvetica,Arial; font-size:10pt; color:#008000; }

form        { padding:0px; margin:0px; }


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

#logo      { width:190px; border:2px #F0F0F0 ridge; background-color:#FFFFCC; padding:0px; }
.logo1     { font-size:14pt; font-family:Times New Roman,Times; color:#CC0033; text-align:center; font-weight:bold; }
.logo2     { font-size:11pt; font-family:Times New Roman,Times; color:#CC0033; text-align:center; margin:5px 0 0 0; }
               
#adresse   { width:180px; margin: 10px 0 0 0;
	         font-size:8pt; font-family:Verdana,Helvetica,Arial; color:#CC0033; text-align:center;
		   }

#navigation { width:180px; margin: 10px 0 0 6px; padding:0; }
.button     { border:1px #CC0033 solid;  background-color:#FFFFCC; margin:3px 0 0 0; text-align:center;  font-weight:bold; }
	


/* ---------------------------------------------------------------------------------- */
/*  Links  */
 
A:link      { color:#000000; text-decoration:none; }
A:visited   { color:#000000; text-decoration:none; }
A:hover     { color:#FF0000; text-decoration:none; }
A:active    { color:#C00000; text-decoration:none; }


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

