html
{
	overflow: -moz-scrollbars-vertical;	
}
body,html
{
	margin: 0;
	padding: 0;	
}
body
{
	font-family: tahoma;
	font-size: 12px;
	background-color: #eee;
	background-image: url(../../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 base */
#menu 		{ border-bottom: 1px solid #888; 	marin-bottom: 12px; background-color: #b22; color: #fff; position: absolute; top: 114px; width: 900px; }
#menu ul 	{ margin: 0; padding: 0; height: 28px; font-family: "Trebuchet MS",sans-serif; font-size: 13px; }
#menu ul li { list-style-type: none; }

/* first level */
#menu ul li,
#menu ul li a 			{ float: left; }
#menu ul li a 			{ display: block; height: 18px; padding: 5px 10px; color: #fff; text-decoration: none; background-color: #b22; margin-right: 10px; }
#menu ul li a:hover,
#menu ul li a.menu_open { background: #d11; }

/* second level */
#menu ul li ul 					{ visibility: hidden; position: absolute; width: 120px; margin-left: -1px; border-top: 1px solid #ccc; width: 182px; }
#menu ul li ul li 				{ border-bottom: 1px solid #ccc; border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
#menu ul li ul li a				{ width: 160px; margin-right: 0; }
#menu ul li ul li a:hover,
#menu ul li ul li a.menu_open 	{ background: #d11; }

#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 12px;
		
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	height: 24px;
	line-height: 24px;
}
#footer-left { float: left; }
#footer-right { float: right; }

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 #ddd;
}
.winner
{
	background-color: #bbb;
}
.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;
}