body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

* {
   padding:0;
   margin:0;
}

a {
	color: #00a6e3;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;

}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 500px;
	margin-top: -250px;
	margin-left: -400px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

#image {
	position: absolute;
	height: 500px;
	width: 360px;
	left: 0px;
	top: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00a6e3;
}

#content {
	position: absolute;
	width: 400px;
	left: 380px;
	top: 20px;
}

#navigation  {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	width: 400px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	
}

#navigation li {
	display: inline;
	list-style-type: none;
}

#navigation a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-right: 10px;
	
}

#navigation a:hover {
	color: #00a6e3;	
}

#content h2 {
	color: #00a6e3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#teamlogo {
	position: absolute;
	height: 30px;
	left: 380px;
	margin-top: -20px;
	bottom: 10px;

}

.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #00a6e3;
}
.redbold {
	font-weight: bold;
	color: #00a6e3;
}

.formelement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.bold {
	font-weight: bold;
}


img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
