/* CSS fuer BODY */
body {
background-color: #CCCCCC;
font-family: Verdana, Arial;
}

/* CSS fuer Links im Menue  */
.nl {
color: #4e6592;
font: 11px Verdana, Arial;
text-decoration: none;
line-height: 19px;
}

.nl:hover	{
color: #003399;
text-decoration: underline;
}
.nl:active {
color: #4178CB;
text-decoration: none;
}
.trenner {
background: url(../../linkliste/trenner.gif) repeat-x;
height: 1px;
font-size: 1px;
line-height: 1px;
margin-left: -2px;
margin-right: -2px;
margin-top: 4px;
padding: 2px;
}

/* CSS fuer Links in Kategorien  */
.cnl {
color: #4e6592;
font: bold 11px Verdana, Arial;
text-decoration: none;
line-height: 19px;
}

.cnl:hover	{
color: #003399;
text-decoration: underline;
}
.cnl:active {
color: #4178CB;
text-decoration: none;
}

.txt {
font: 11px Verdana, Arial;
}

/* CSS fuer Seitennavigation  */
.sl {
color: #4e6592;
font: bold 11px Verdana, Arial;
text-decoration: none;
line-height: 19px;
}

.sl:hover	{
color: #003399;
text-decoration: underline;
}
.sl:active {
color: #4178CB;
text-decoration: none;
}

.site {
font: 11px Verdana, Arial;
color: red;
font-weight: bold;
}

/* CSS fuer Tabellenhintergrundfarbe der Kategorienzellen in der index.pl */
.catzell {
background-color: #ffffff;

padding: 5px;
}


/* CSS fuer Tabellenhintergrund der Haupttabelle */
.design {
background-color: #000000;
}

/* CSS fuer Obere Banner oder Logozelle */
.top {
background-color: #5b7ca2;
background: url(../../linkliste/logo.gif);
height: 72px;
}

/* CSS fuer Zelle oberhalb/unterhalb Navigation */
.topl {
background-color: #80a7c1;
color: #000000;
vertical-align: top;
font-size: 11px;
padding: 3px;
}

/* CSS fuer Zelle oberhalb/unterhalb Hauptzelle */
.topr {
background-color: #adc6d6;
color: #000000;
vertical-align: top;
font-size: 11px;
padding: 3px;
}

/* CSS fuer Menue */
.menue {
background-color: #ffffff;
color: #000000;
vertical-align: top;
font-size: 11px;
padding: 3px;
}

/* CSS fuer Hauptinhaltszelle */
.content {
background-color: #ffffff;
color: #000000;
vertical-align: top;
font-size: 11px;
padding: 3px;
}

/* -------- Formularelemente ---------------- */
input.mb 
{
font-family: Verdana, Arial;
font-size: 11px;
color: #000000; 
background-color:#D3DDE9;
border: 1px solid #000000;
}
textarea.mb 
{
font-family: Verdana, Arial;
font-size: 11px;
color: #000000; 
background-color:#D3DDE9;
border: 1px solid #000000;
width: 250px;
height: 100px;
}

select.mb 
{
font-family: Verdana, Arial;
font-size: 11px;
color: #000000; 
background-color:#D3DDE9;
border: 1px solid #000000;
}

.los 
{
font-size: 11px;
font-weight: bold;
color: #ffffff; 
background: #6682ac;
border: 1px solid #000000;
width: 130px;
}

form { display: inline; }

/* -------- Kleiner GO Button ---------------- */
.minibutton 
{
font-size: 11px;
font-weight: bold;
color: #ffffff; 
background: #6682ac;
border: 1px solid #000000;
width: 30px;

}
