﻿body 
{
}

div.Header
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 80px;
	background-color: #006699;
	background-image: url(Images/Logo.png);
	background-repeat: no-repeat;
	background-position: 25px;
	margin-left: 0px;
	
}

div.Header a
{
	display:block;
	height:80px;
	width:300px;
	left:25px;
	text-decoration: none;
}

div.Header a span
{
	visibility:hidden;
}

div.Menu
{
	position:absolute;
	left: 0px;
	top: 80px;
	bottom: 105px;
	width: 261px;
	background-color: #F6F6F6;
	background-image: url(Images/Header.jpg);
	background-position: top;
	background-repeat: repeat-x;
	z-index: 999;
}

div.Footer
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 105px;
	height: 140px;
	background-color: #006699;
}

div.Content
{
	position: absolute;
	left: 261px;
	right: 0px;
	top: 80px;
	bottom: 105px;
	overflow: auto;
	padding: 10px;
}

div.Login
{
	position: absolute;
	right: 0px;
	width: 240px;
	bottom: 270px;
	top: 90px;
	padding:10px;
}

div.LineUp
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 245px;
	height: 5px;
	background-color: #CCCCCC;
}

div.LineDown
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 100px;
	height: 5px;
	background-color: #CCCCCC;
}

div.Copyright
{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	height: 100px;
	background-color: #F6F6F6;
	background-image: url(Images/Footer.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

span.Copyright
{
	position: absolute;
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	padding-left: 320px;
	padding-top: 60px;
}
span.MenueEbene
{
	font-family: Arial;
	font-weight: bold;
	color: #006699;
	font-size: 15px;
}

span.CompetitionName
{
	font-family: Arial;
	font-weight: bold;
	color: #006699;
}
