html
{
	height: 100%;
}


body
{
      font-family: Arial;
      color: #000066;
      background-image: url(images/bg.bmp);
	  height: 95%;

}

table
{
	height: 99%;
}


a
{
 font-family: Arial;
 color: #ffcc33;
 text-decoration: none;
}


a:link
{
 font-family: Arial;
 color: #ffcc33;
 text-decoration: none;

}

a:visited
{
 font-family: Arial;
 color: #ffcc33;
 text-decoration: none;

}

table
{
	background-color: #3399cc;
}


td.links
{
	text-align: left;
}

td.rechts
{
	text-align: right;
}

td.obenlinks
{
	text-align: left;
	vertical-align: top;
}


td
{
	text-align: center;
}




/*MENU STYLES*/
#navigation
{	margin: 0;
	padding: 0;
}

#navigation li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px arial;
}

#navigation li a
{	display: block;
	margin: 0;
	padding: 3px;
	width: 100px;
	background: #000066;
	color: #ffcc33;
	text-align: center;
	text-decoration: none}

#navigation li a:hover
{	
	background: #316BC9;
	color: #ffffff;
}

#navigation div
{	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000066;
	border-top: 1px solid #3399cc;
}

#navigation div a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 1px;
	width: 110px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #000066;
	color: #ffcc33;
	font: 13px arial
}

#navigation div a:hover
{	
	background: #316BC9;
	color: #ffffff;
}