body {
	font-family:verdana, arial;
	font-size: 12px;
	color: #000000;
	background-color: #cacaca;
}

#header {
	height: 100px;
	background-color: #FF921D;
	text-align:left;
}

#header  h1 {
	text-align:left;
	font-size: 28px;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	padding: 30px;
	margin:0;
}
 
#header  h1 a {
	color: #FFF3E6;
	text-decoration: none;
}

#menuad{
	float: right;
	margin: 20px 10px 0 0;
}

#content {
	padding: 20px 10px 0 10px;
}

#content h1{
	color: #B36614;
	font-size: 16px;
}
#content h2{
	color: #B36614;
	font-size: 14px;
	padding: 15px 0 0 0;
}

#loginblock {
	border: 1px solid black;
	width: 120px;
	padding: 5px;
	margin: 5px ;
	float: right;
	text-align: center;
}

#main {
	background-color: #ffffff;
	border: 1px solid black;
	padding: 10px;
	margin: 0 auto;
	width: 1000px;
}

.tables {
	float: left;
}

.numberstable table {
	width: 380px;
}

.tables table {
	width: 400px;
	margin: 5px;
}

.totaalwinst {
	width: 360px;
	/*position: fixed; /*IE6 hack: position: absolute;*/
	margin: 5px;
	float: left;
	text-align:center;
	padding: 5px;
}

.totaalwinst table {
	width: 360px;
}

#totaalwinst td{
	padding: 3px;
}

.clearer {clear:both;}

table {
	margin: 0px;
}

th {
	text-align:left;
	text-decoration:bold;
	font-size: 14px;
	padding: 5px;
	background-color: #FFD980;
}

td {
	text-align:center;
}

td.number {
	background-image: url("number.png");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	font-weight: bold;
	color: white;
	background-position: center center;
	text-align:center;
}

td.star{
	background-image: url("star.png");
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	font-weight: bold;
	background-position: center center;
	text-align:center;
}

tr.rowuser {
	padding: 3px;
	text-align:left;
	background-color:#FFE6BF;
}

.winst {
	color: #008800;
	font-weight: bold;
	font-size: 12px;
}

.verlies {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

.inv {
	visibility:hidden;
}
.latestdrawing{
	float:left;
	margin: 0 50px;
}

p.error {
	font-weight: bold;
	color: #B36614;
}

td.blacktd {
	background-color: #fafafa;
	border-top:#fafafa;
	border-bottom:#fafafa;
	width: 1px;
}

#latestProfits {
	float:left;
}

#footer {
	background-color: #FF921D;
	height: 20px;
	text-align: right;
	margin: 10px 0 0 0;
}

#footer a{
	font-size: 9px;
	text-align: right;
	padding: 10px;
	margin:0;
	color: #fff;
	text-decoration: none:
}
tr.users{
	font-weight: bold;
	background:#ccc;
}

#gads{
	float: right;
	width: 160px;
	padding: 0 0 0 20px;
}
#right_wide{
	float: right;
	width: 200px;
	padding: 0 0 0 20px;
}

#horads {
	text-align: center;
	margin: 10px auto;
}
