/* CSS Document */

body                 { background-color:#0000FF; }

html>body .fixiert1  { position: fixed; }

.fixiert1            { top:160px; }

ul.Navigation        { width: 10em;
                       margin: 0; padding: 0.8em;
                       border: 0;
					   background-image:url(navi.jpg); }
					   
html ul.Navigation { /* Korrekturen fuer IE 5.x */
                       width: 11.6em;
                       w\idth: 10em;
                       padding-left: 0;
                       padd\ing-left: 0.8em; }
					   
ul.Navigation li     { list-style: none;
                       margin: 0.4em;
					   padding: 0; }

ul.Navigation a      { display:block;
                       padding: 0.2em;
                       text-decoration: none; font-weight: bold;
                       border: 1px solid black;
                       border-left-color: white; border-top-color: white;
                       color:#FF9900; background-color:#0066FF; }
					   
html ul.Navigation a { /* Breitenangaben nur fuer IE */
                         width: 100%;
                         w\idth: 8.8em; }
						 
ul.Navigation a:hover { border-color: white;
                        border-left-color: black; border-top-color: black;
                        color:#0066FF; background-color:#FF9900; }

html>body #fixiert2  { position: fixed; }

.haupttext           { top:170px;
                       left:210px;
					   color:#FF9900;
					   position:absolute;
					   font-size:larger;
					   font-family:Arial, Helvetica, sans-serif; }
					   
.banner              { text-align: center; }

.index               { color:#FF9900;
					   font-size:x-large;
					   font-family:Arial, Helvetica, sans-serif; }

.impressum           { font-size:medium; }

.e-mail              { font-size:medium; }
					   
:link                { color:#FF9900;
                       background-color:#0000FF;
					   text-decoration: none; }
					   
:visited             { color:#FF9900;
                       background-color:#0000FF;
					   text-decoration: none;}
					   
:active              { color:#FF9900;
                       background-color:#0000FF;
					   text-decoration: none;}
					   
.bild                { padding-left:30px;
                       padding-right:30px; }

.textfeld            { background-color:#0099FF; }
					   

/* Formular */

