/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */

body
{
	font-family     : Arial, Helvetica, Sans-serif;
	background-color: rgb(255,255,255);
	background-image: url("../assets/images/background.gif");
}

a:active { color: rgb(255,  0,  0); }
a:link   { color: rgb(  0, 51,204); }
a:visited{ color: rgb(153,  0,153); }
a:hover  { color: rgb(255,  0,  0); }

.TextNavBar{ font-size: xx-small; }


td.headLine
{
	font-weight     : bold   ;
	font-size       : 150%   ;
	vertical-align  : middle ;
	text-align      : center ;
	color           : white  ;
	background-color: indigo ;
}

td.gruppe
{
	vertical-align:middle  ; 
	text-align    :center  ; 
	border-style  :double  ; 
	border-color  :#800080 ;
}

#actPageLayer
{ 
	position: absolute;
	top     : 0px     ;
	left    : 160px   ;
}

div.headline
{
	height: 50px ;
}

