body, table, form, div, span, img, p, h1 {
	margin:	0px;
	padding: 0px;
	color: #000000;
	font-family: sans-serif;
	font-size: 12px;
}

tr {
	vertical-align: top;
}


div#logo {
	width: 100%;
	height: 80px;
	background-image: url(images/bg_green_col.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}

div#menu {
	position: absolute;
	top: 54px;
	left: 25px;
	padding-top: 3px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}
 
td#menuitem {
	padding: 3px 20px 3px 5px;
	font-weight: bold;
	color: #FFFFFF;
}

div#navigate {
	position: absolute;
	top: 100px;
	left: 20px;
}

div#box_content {	

	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	background-image: url(images/schatten.png);
	z-index: 99;
}

div#bodybgimage {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
	background-image: url(images/pokal.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}


a.navi:link    	{   color: #FFFFFF;	text-decoration: none; }
a.navi:visited	{   color: #FFFFFF;	text-decoration: none; }
a.navi:focus 	{   color: #FFFFFF; 	text-decoration: underline;	font-weight: bold; }
a.navi:hover	{   color: #FFFFFF;	text-decoration: underline; }
a.navi:active	{   color: #FFFFFF;	text-decoration: underline; }

a:link    	{   color: #000000;	text-decoration: underline; }
a:visited	{   color: #000000;	text-decoration: underline; }
a:focus 	{   color: #295b24; 	text-decoration: underline;	font-weight: bold; }
a:hover		{   color: #295b24;	text-decoration: underline; }
a:active	{   color: #295b24;	text-decoration: underline; }