html
{
	overflow: -moz-scrollbars-vertical;	
}
body,html
{
	margin: 0;
	padding: 0;	
}
body
{
	font-family: tahoma;
	font-size: 12px;
	background-color: #eee;
	background-image: url(/ottencup/images/otten_back_2009.png);
	background-position: top;
	background-repeat: repeat-x;
}
#container
{
	margin: 0 auto 20px;
	width: 900px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	background-color: #fff;
	position: relative;
}
#topbar-space
{
	height: 28px;
	border-bottom: 1px solid #888;
}
#topbar
{
	position: absolute;
	top: 0;
	
	font-family: arial;
	font-size: 11px;
	padding: 2px;
	
	line-height: 24px;
	height: 24px;
	
	width: 900px;
}
#top-flags
{
	float: left;	
	width: 400px;
	padding-left: 12px;
}
#top-flags img
{
	padding-right: 4px;
	vertical-align: middle;
	margin-top: -1px;
}
#top-links
{
	text-align: right;
	float: right;
	width: 450px;
	padding-right: 12px;
}
#header
{
	border-bottom: 1px solid #eee;
	height: 84px;
	margin-bottom: 42px;
}
#menu
{
	border-bottom: 1px solid #888;
	margin-bottom: 12px;
	background-color: #b22;
	color: #fff;
	position: absolute;
	top: 114px;
	width: 900px;
}
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	height: 28px;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 13px;
}
#menu ul li
{
	float: left;
	margin-right: 10px;
	position: relative;
}
#menu ul li a
{
	display: block;
	border-right: 0px solid black;	
	height: 18px;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	float: left;
}
#menu ul li a:hover
{
	background: #d11;	
}
#menu ul li ul
{
	display: none;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	margin-left: -1px;
	height: auto;
	margin-top: 28px;
	position: absolute;
	left: 1px;
}
#menu ul li ul li
{
	float: none;
	margin: 0;
}
#menu ul li ul li a
{
	border-bottom: 1px solid black;
	border-right: none;
	width: 160px;
	background: #b22;
	float: none;
}
#menu ul li:hover ul, #menu ul li.over ul
{
	display: block;
	position: absolute;
}

#content
{
	width: 570px;
	float: left;
	padding: 0 15px;
	font-family: tahoma;
	font-size: 13px;
	margin-bottom: 20px;
}
#sidebar
{
	width: 285px;
	float: right;
	padding-right: 15px;
	margin-top: 6px;
}
.sidebar
{
	border: 1px solid #b22;	
	margin-bottom: 20px;
	width: 270px;
}
.sidebar h3
{
	background: #b22;
	padding: 2px;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	font-weight: normal;
	margin: 0;
}
.sidebar .content
{
	font-size: 12px;
	font-family: arial;	
	padding: 5px;
	width: 260px;	
}
#clear
{
	clear: both;	
}
#footer
{

	font-family: arial;
	font-size: 11px;
	padding: 2px;
	padding-left: 12px;
		
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	line-height: 24px;	
}

h1
{
	color: #b22;
	margin-top: 0;
	font-size: 24px;
	font-family: "Trebuchet MS",sans-serif;
}
h2
{
	font-weight: bold;
		
}
h3
{
	color: #b22;
	margin-top: 0;
	font-size: 17px;
	font-family: "Trebuchet MS",sans-serif;
	margin-bottom: 3px;
	margin-top: 3px;
}
h4
{
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0;
	padding: 0;	
}
h5
{
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 0;	
}
a
{
	color: #b22;
	text-decoration: none;
}
a:hover
{
	color: #911;
	text-decoration: underline;
}

.winnersTable td
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #eee;
}
.winner
{
	background-color: #ddd;
}
.news
{
	height: 115px;
}
.news img
{
	border: 1px solid #777; 
	margin-right: 6px; 
	margin-top: 3px;
}
.content
{
	width: 100%;
	border-spacing: 0;
	border: 0;
}
.content th
{
	padding: 4px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #ddd;	
}
.content td
{
	padding: 4px;
	border-bottom: 1px solid #ddd;
}
.tableCenter
{
	text-align: center;
}
.tableCenter td
{
	text-align: center;
}
.tableCenter th
{
	text-align: center;
}
.subTable td
{
	border: 0;
}
