/* ******************************
 (c) 2007 Christian Kohout
 ******************************** */

@import url(forms.css);
* {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}

p, li, ul {
	color: #fff;
}

body {
	background: url(images/hg.png);
}

#wrapper {
	width: 896px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(images/frame.png) repeat-y;
	padding-top: 270px;
}

#leaderboard {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 896px;
	height: 40px;
	background: url(images/frame-top.png) repeat-y;
	z-index: 1;
}

#header {
	position: absolute;
	left: 29px;
	top: 27px;
	z-index: 2;	
}

#header a img {
	border: 0px;
}

#topmenu {
	position: absolute;
	left: 29px;
	top: 225px;
	background: url(images/topmenu.png) no-repeat;
	width: 840px;
	height: 28px;
}

#topmenu ul {
	margin: 0px 0px;
	padding: 0px;
}

#topmenu li {
	list-style: none;
	display: block;
	width: 100px;
	height: 28px;
	float: left;
	text-align: center;
}

#topmenu li.selected {
	background: url(images/topmenu-selected.png) no-repeat;
}

#topmenu li a {
	display: block;
	color: #ccc;
	font-size: 14px;
	text-decoration: none;
	margin-top: 7px;
	letter-spacing: 0.08em;
	outline: 0;
}

#topmenu li a:hover {
	color: #f90;
	text-decoration: underline;
}

#topmenu li.selected a {
	color: #f90;
	font-weight: bold;
}

#outerframe {
	padding-left: 219px;
	padding-right: 10px;
	position: relative;
}

#innerframe {
	width: 100%;
	position: relative;
}

#left {
	position: absolute;
	left: 30px;
	top: 280px;
	width: 180px;
}

#right {
	position: absolute;
	left: 898px;
	top: 280px;
	width: 170px;
	margin-bottom: 10px;
}

#content {
	margin-bottom: 10px;
	margin-left: 220px;
	margin-right: 30px;
}

#content * {
	font-size: 12px;
	line-height: 150%;
}

#content li {
	margin-left: 20px;
}

#content td {
	vertical-align: top;
}

#footer {
	margin-left: 16px;
	margin-right: 15px;
	font-size: 10px;
	padding: 3px;
	border-top: 1px solid #ccc;
	background: #333;
	color: #999;
	clear: both;
}

#footer a {
	font-size: 10px;
	color: #fff;
	background: #f90;
	text-decoration: none;
	padding: 0px 2px;
}

#footer a:hover {
	text-decoration: underline;
}

#left ul {
	margin: 0px;
	padding: 0px;
	display: block;
}

#left li {
	display: block;
	list-style: none;
	width: 180px;
}

#left li.selected {
	background: url(images/leftmenu.png) no-repeat;
}

#left li a {
	display: block;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-top: 2px;
	padding-left: 12px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #ccc;
	text-decoration: none;
}

#left li a:hover {
	text-decoration: underline;
}

#left li.selected li {
	background: none;
	padding-left: 20px;
	width: 150px;
}

#left li.selected ul {
	margin: 0px;
	margin-left: 4px;
}

#left li.selected li a {
	font-size: 12px;
	color: #999;
}

#content h1 {
	display: block;
	color: #f90;
	font-size: 24px;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

#content h2 {
	display: block;
	color: #975;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

#content p, #content strong {
	letter-spacing: 1px;
	line-height: 150%;
	font-size: 12px;
}

.csc-textpic-text {
	font-size: 10px;
}
