/* Style-Sheet OCS */

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

/* normale Links im Kasten */

a:link
{	padding:2; border:1px solid #935128; font-weight : bold;
    text-decoration : none;
    font-family:Verdana; font-size:8pt; background-color:#F7EABF; color:#935128
}

a:visited
{	padding:2; border:1px solid #935128; font-weight : bold;
    text-decoration : none;
    font-family:Verdana; font-size:8pt; background-color:#F7EABF; color:#935128
}

a:hover
{	border:1px solid #FF0000; font-weight : bold;
    text-decoration : none;
    font-family:Verdana; font-size:8pt; padding-left:2; padding-right:2; padding-top:2; padding-bottom:2; background-color:#F7EABF; color:#FF0000
}

a:active
{	border:1px solid #FF0000; font-weight : bold;
    text-decoration : none;
    font-family:Verdana; font-size:8pt; padding-left:2; padding-right:2; padding-top:2; padding-bottom:2; background-color:#F7EABF; color:#FF0000
}

/* einfache Links ohne Kasten */

a:link.einfach
{	text-decoration : none; border:none }

a:visited.einfach
{	text-decoration : none; border:none }

a:hover.einfach
{	text-decoration : none; border:none }

a:active.einfach
{	text-decoration : none; border:none }


/* Kasten für DIV 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;
}table        { font-family: Verdana; font-size: 10pt }