body
{
	font-family: Verdana, Helvetica, Arial, VAG Round, Comic Sans MS;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	color: #000d80;
	text-decoration: none;
}

table
{
	font-family: Verdana, Helvetica, Arial, VAG Round, Comic Sans MS;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000d80;
	text-decoration: none;
}

a:link    { color: #000de0; text-decoration: none; font-weight: normal; }
a:visited { color: #0088e0; text-decoration: none; font-weight: normal; }
a:active  { color: #e08800; text-decoration: none; font-weight: normal; }
a:hover   { color: #e00000; text-decoration: underline; font-weight: normal; }

#infoBox
{
	position: absolute;
	padding: 2px;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, VAG Round, Comic Sans MS;
	font-weight: normal;
	font-style: normal;
	color: red;
	visibility: hidden;
}

#hervorgehoben
{
    display: inline;
	font-family: Verdana, Helvetica, Arial, VAG Round, Comic Sans MS;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
    background-color: #4AFFFF;
	text-decoration: none;
}

#tabOL
{
    background-image: url('images/TabBgOLx.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    height: 10px;
    width: 10px;
    right: 0px;
    bottom: 0px;
}

#tabOR
{
    background-image: url('images/TabBgORx.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    height: 10px;
    width: 10px;
}

#tabUL
{
    background-image: url('images/TabBgULx.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    height: 10px;
    width: 10px;
    right: 0px;
}

#tabUR
{
    background-image: url('images/TabBgURx.gif');
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    height: 10px;
    width: 10px;
}

#tabO
{
    background-image: url('images/TabBgOx.gif');
    background-repeat: repeat-x;
    background-position: 0 0;
    position: relative;
    height: 10px;
    width: 10px;
}

#tabU
{
    background-image: url('images/TabBgUx.gif');
    background-repeat: repeat-x;
    background-position: 0 0;
    position: relative;
    height: 10px;
    width: 10px;
}

#tabL
{
    background-image: url('images/TabBgLx.gif');
    background-repeat: repeat-y;
    background-position: 0 0;
    position: relative;
    height: 10px;
    width: 10px;
    right: 0px;
}

#tabR
{
    background-image: url('images/TabBgRx.gif');
    background-repeat: repeat-y;
    background-position: 0 0;
    position: relative;
    height: 10px;
    width: 10px;
}


