@charset "utf-8";
/* CSS Document */

div#competition
{
	width: 800px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #FFFFFF;
}

div#competiton_menubar
{
	position: relative;
	height: 30px;
	vertical-align: top;
}
div#competiton_menubar a
{
	display: board;
	text-decoration: none;
	font: 12px Arial;
	color: #333333;
	padding: 2px 5px;
}

div#competiton_menubar a:hover
{
	background-color: #DDDDDD;
	color: #333333;
}

#jury_info
{
	font: 12px Arial;
}

#group_information, #rules li, #prizes
{
	font: 12px Arial;
}

h5
{
	font: 14px Arial;
	text-decoration:underline;
}

#application
{
	font: 12px Arial;
	font-size: 12px;
}

#application a
{
	color: #000000;
}

#application a:hover
{
	color: #666666;
}

#competition #competition_content #application b {
	font-size: 16px;
}

div#competition_content
{
	position: relative;
	left: 20px;
	width: 760px;
}

ul#downloads a
{
	color: #000000;
}

ul#downloads a:hover
{
	color: #999999;
}

div#competiton_menubar a#timetable
{
	font-weight: bold;
	color: #FF0000;
}
