/* Formatierung Titelfenster          */
/* Version 28.12.2005, Frank Ziegler  */

/* Farbdefinitionen */
.SV {background:#329801;}  /* Selva Viva  R050 G152 B001 */
.LL {background:#0000BF;}  /* Liana Lodge R000 G000 B191 */
.AZ {background:#FC0C12;}  /* amaZOOnico  R252 G012 B018 */
.SW {background:#4AB247;}  /* Schutzwald  R074 G178 B071 */
.RH {background:#800000;}  /* Runa Huasi  R128 G000 B000 */
.SC {background:#FF5C00;}  /* Schule      R255 G092 B000 */

body#titel { background:#136411;                   /*Hintergrundfarbe des Titelfensters R19G100B17*/
             border:0px; padding:0px; margin:0px;
}


/*Tabelle mit Logo*/
table#Logo { width:100%;
             border-style:solid; border-width:0px; border-collapse:collapse;
             padding:0px; margin:0px; height:30px; background-color:#FFFFFF;
}

tr#Ecken  { height: 5px;}  /*Zeilen Oben und Unten*/

td { text-align=center;}
tr { border-style:solid; border-width:0px; border-collapse:collapse; }
td#EckeOL { background-image:url(../symbole/ecke_titel_ol.jpg); background-repeat:no-repeat; background-position:top left;}
td#EckeOR { background-image:url(../symbole/ecke_titel_or.jpg); background-repeat:no-repeat; background-position:top right;}
td#EckeUL { background-image:url(../symbole/ecke_titel_ul.jpg); background-repeat:no-repeat; background-position:bottom left;}
td#EckeUR { background-image:url(../symbole/ecke_titel_ur.jpg); background-repeat:no-repeat; background-position:bottom right;}

/*Natloser Uebergang vom Titel- zum Mainframe*/
#box { position:relative; top:-2px; left:0px; right:0px; height:10px; z-index:1; border:solid 0px; }

/* Formatierung der Titel */
A:link    {color: #FFFFFF; font-family: Comic Sans MS, Arial; text-decoration: none;}
A:visited {color: #FFFFFF; font-family: Comic Sans MS, Arial; text-decoration: none;}
A:hover {color: #FFFFFF; font-family: Comic Sans MS, Arial; text-decoration: none;}
A:active {color: #FFFFFF; font-family: Comic Sans MS, Arial; text-decoration: none;}
A:focus {color: #FFFFFF; font-family: Comic Sans MS, Arial; text-decoration: none;}
A:unknown {color: #FFFFFF; font-family: Comic Sans MS, Arial; text-decoration: none;}