/* Style-Sheet OCS */

body
{	color : #0000CC; font-weight : bold; font-family:Verdana; font-size:8pt; }

a:link
{	color : #A7702C; text-decoration : none;
	font-weight : bold; font-family:Verdana; font-size:8pt; }

a:visited
{	color : #A7702C; font-weight : bold;
    text-decoration : none; font-family:Verdana; font-size:8pt; }

a:hover
{	color : #000000; font-weight : bold; font-family:Verdana; font-size:8pt;}

a:active
{	color : #000000; font-weight : bold; font-family:Verdana; font-size:8pt; }


/* Menüs der Hauptauswahl */

A.menulink {
display: block; width: 125px; text-align: middle; text-decoration: none;
font-family:verdana; font-size:12px; background-color: #eedab0; color: #9a4004;
BORDER: solid 1px #ffffff; padding : 3;
}

a:visited.menulink {
display: block; width: 125px; text-align: middle; text-decoration: none;
font-family:verdana; font-size:12px; background-color: #eedab0; color: #9a4004;
BORDER: solid 1px #ffffff; padding : 3;
}

a:hover.menulink {
color: #000000; border: solid 1px #000000; background-color:#F2B550; font-family:verdana;
font-size:12px; padding : 3; 
}

a:active.menulink {
color: #000000; border: solid 1px #000000; background-color:#F2B550; font-family:verdana;
font-size:12px; padding : 3; 
}


/* Links in Optik der Menüs der Hauptauswahl */

A.mlink {
text-decoration: none; background-color: #eedab0; color: #9a4004;
BORDER: solid 1px #9a4004; padding : 1;
}

a:visited.mlink {
text-decoration: none; background-color: #eedab0; color: #9a4004;
BORDER: solid 1px #9a4004; padding : 1;
}

a:hover.mlink {
color: #000000; border: solid 1px #000000; background-color:#F2B550; padding : 1; 
}

a:active.mlink {
color: #000000; border: solid 1px #000000; background-color:#F2B550; padding : 1; 
}



/* Kasten für Info DIV in GSS-Sammlung */

#kasten {
color : black;
background-color : transparent;
font-family : verdana;
font-weight : bold;
position:absolute; top:50px; left:20px;
z-index:3;
}
#kasten a {
padding: 4px;
border: 1px solid black;
color : black;
background-color : yellow;
text-decoration : none;
display:block;

}

#kasten a:active {
color : black;
background-color : yellow;
}

#kasten a:visited {
color : black;
background-color : yellow;
}

#kasten a:hover {
color : black;
background-color : yellow;
text-decoration : none;
width : 390px;
border : 1px solid black;
}

#kasten a .info {
display : none;
}

#kasten a:hover .info {
color : black;
line-height : 140%;
display : block;
background : white;
font: 8pt Verdana;
border : 1px solid black;
padding : 4px;
}