<!--

ul#ferienanlage {
margin: 0;
display: block; /* 2007-08-05 */
}

div#navigations {
margin: 0;
font-size: 10.6pt;
text-align: left;
}

#navigations li {
list-style-type: none;
font-size: 0.9em;
width: 120px;
}

#navigations a {
padding: 2.8%;
vertical-align: middle;
display: block;
}


/* s/ Buttons - Navigationsbuttons */
li.lib a {
text-decoration: none;
border: 1px solid rgb(102,102,102);
border-left-color: rgb(255,255,255);
border-top-color: rgb(255,255,255);
color: rgb(0,0,0);
background-color: rgb(255,204,51);
}

li.lib a:hover {
border-color: rgb(102,102,102);
border-top-color: rgb(0,0,0);
border-left-color: rgb(0,0,0);
color: rgb(0,0,0);
background-color: rgb(251,221,131);
}

li.lib a.auswahl {
border-color: rgb(102,102,102);
border-top-color: rgb(0,0,0);
border-left-color: rgb(0,0,0);
color: rgb(255,255,255);
background-color: rgb(102,153,204);
}

li.slib a {
text-decoration: none;
border: 1px solid rgb(102,102,102);
border-left-color: rgb(255,255,255);
border-top-color: rgb(255,255,255);
color: rgb(0,0,0);
background-color: rgb(250,241,219);
}

li.slib a:hover {
border-color: rgb(102,102,102);
border-top-color: rgb(0,0,0);
border-left-color: rgb(0,0,0);
color: rgb(0,0,0);
background-color: rgb(250,250,250);
}

li.slib a.auswahl {
border-color: rgb(102,102,102);
border-top-color: rgb(0,0,0);
border-left-color: rgb(0,0,0);
color: rgb(0,0,0);
background-color: rgb(250,250,250);
}

/* e/ Buttons */

#cbs {
margin: 0;
padding: 0;
width: 120px;
color: rgb(255,255,255);
background-color: rgb(102,153,204);
font-size: 9.0pt;
}

.cbs {
width: 100px;
}

.ztr {
margin: 0 auto;
text-align: center; /* 2007-08-05 */
}

.submit {
margin: 0.4em; /* 2007-08-05 */
padding: 0.2em;
width: 40px;
font-size: 9.0pt;
color: rgb(0,0,0);
background-color: rgb(255,204,51);
}
-->