div#bw_bg {
	width: 1000px;	
	background-image: url(../images/black_bg.jpg);	
	margin: auto;
}
div#bg {
	width: 1000px;	
	background-image: url(../images/bg_komp.jpg);	
	margin: auto;
}
div#rules {
	width: 1000px;	
	background-image: url(../images/rules24.png);	
}
div#header {
	height: 196px;
}
div#header img {
	float: left;
	display: block;
	width: 500px;
	height: 212px;
}
div#header ul {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 400px;
	color: #FFF;
	padding-left: 74px;
	padding-top: 25px;
	list-style-type: none;
}
div#header ul li {
	
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 16px;
}
a:active,
a:link,
a:visited {
	text-decoration: none;
	color: #ee7f01;
}

a:hover {
	text-decoration: underline;
}


div#header ul li a:active,
div#header ul li a:link,
div#header ul li a:visited {
	text-decoration: none;
	color: #cad1db;
	text-transform: uppercase;
	font-size: 12px;

}

div#header ul li a.active :link,
div#header ul li a.active :active,
div#header ul li a.active :visited {
	color: #ee7f01;
}

a#implink:link,
a#implink:active,
a#implink:visited {
	color: #cad1db;
	display: block;
	margin: auto;
	width: 100px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
}

div#header ul li a:hover,
a#implink:hover,
a:hover {	
	color: #ee7f01;
}
div#footer {
	height: 186px;
	width: 1000px;
}

body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	background: #CCC;
	font-size: 14px;
	line-height: 20px;
}
h1 {
	font-weight: normal;
	font-size: 18px;
}
div#content h1 {
	margin-top: 0px;
	padding-top: 0px;
}
div#content {
	height: 330px;
	overflow: auto;
	width: 832px; 
	background-color: #FFF; 
	display: block;
	margin: auto;
	padding: 0px;
	clear: both;
}
div#content div.padder {
	padding: 20px 60px;
}
div#content .shot {
	width: 312px;
	float: left; 
	margin-right: 20px;
}
ul#games {
	padding: 0px;
	list-style-type: none;	
	width: 832px;
	margin: auto;
	padding-top: 12px;
	overflow: hidden;
}

ul#games li {
	display: block;
	width: 160px;
	height: 138px;
	background: #FFF;
	float: left;
	margin-right: 8px;
}
ul#games img {
	display: block;

	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	width: 158px;
	height: 136px;
}
form {
	padding: 0px;
	margin: 0px;
}

form table {
	padding: 0px;
	margin: 0px;
	/*width: 100%;*/
}

td.td_caption {
	padding-right: 30px;
	padding-bottom: 5px;
}
td.td_field {
	padding-bottom: 5px;
}
td.td_field input{
	border: 1px solid #CCC;
	padding: 1px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	line-height: 20px;
	width: 260px;
	margin: 0px;
}
td.td_field #submit{
	width: 264px;
}
td.td_field textarea {
	width: 260px;
	margin: 0px;
	height: 209px;	
	border: 1px solid #CCC;
	padding: 1px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 14px;
	line-height: 20px;	
}
.ajax-loading {
	padding: 20px 0;
	background: url(../images/spinner.gif) no-repeat center;
}
