<!--

/* G. Balzarek nach einer Vorlage von Eckart Börnchen */

a                       { color: #336699;
                        }

body                    { margin: 0px;
                          background-color: rgb(69,110,186);
                        }

table#main              { width: 100%;
                          border: none;
                        }

td#logo	            { background-color: rgb(69,110,186);
		              border-bottom: solid 1px lightsteelblue;
		              font-size: 35px;
		              padding: 5px;
		              padding-bottom: 10px;
                        }

td#top_navigator        { background-color: rgb(69,110,186);
		              padding: 5px;
	                    padding-top: 10px;
			        padding-bottom: 10px;
                        }

a.horiz_navi            { border-left: silver 1px solid;
                          border-top: silver 1px solid;
                          border-right: black 1px solid;
                          border-bottom: black 1px solid;
                          text-align: center;
                          font-weight: bold;
                          padding-left: 30px;
                          padding-top: 4px;
                          padding-right: 30px;
                          padding-bottom: 4px;
                          text-decoration: none;
                        }

a.horiz_navi:link       { color: black;
                          background-color: silver;
                        }

a.horiz_navi:link:focus { -moz-outline: 0px dotted WindowText;
                        }

a.horiz_navi:visited    { color: black;
                          background-color: silver;
                        }
/* für die Tastatur */
/*
a.horiz_navi:active     { color: white;
                          background-color: #0033CC;
                        }
*/
/* für die Maus */
a.horiz_navi:hover      { color: white;
                          background-color: #0033CC;
                        }

td#pos_navigator        { background-color: lightsteelblue;
	   	              padding-top: 5px;
                          padding-left:10px;
  			        padding-bottom: 5px;
                          font-weight: bold;
            	        border-bottom: solid 1px rgb(69,110,186);
			        vertical-align: top;
                        }

td#content              { background-color: lightsteelblue;
	                    padding-top: 5px;
  		              padding-bottom: 5px;
		              vertical-align: top;
                        }

div#adm_content    { overflow:auto;
                     height:420px;
                     padding-left:10px;
                     padding-right:20px;
                   }

div#content        { overflow:auto;
                     height:395px;
                     padding-left:10px;
                     padding-right:20px;
                   }

td#content_table   { background-color: lightsteelblue;
                   }

td#left_navigator  { background-color: lightsteelblue;
                     width: 15%;
  		         padding-top: 5px;
		         padding-bottom: 5px;
                   }

td#right_navigator { background-color: lightsteelblue;
                     width: 20%;
  		         padding-top: 5px;
		         padding-bottom: 5px;
                   }

p#bottomline       { font-size: 13px;
		         color: black;
		         text-align: center;
                   }

h4			 { color: #003366;
                   }

p			 { text-align: justify;
                   }

tr			 { text-align: left;
   			   background-color: #DDDDDD;
                   }

td			 { background-color: #EEEEEE;
                   }
-->
