body {
	margin: 0px;
	font-family: Arial; 
	font-size: 16px; 
	color: #fff;
	line-height: 1.5em;
	background: #292929 url("http://www.woz.to/images/bg.png") repeat-x;
}

a { 
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}

a:hover, a:focus { 
	font-size: 16px;
	text-decoration: none;
}

.button {
	background: #10b3f1 url("http://www.woz.to/images/blue.png") repeat-x;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	border: 1px solid #10b3f1;
	padding: 0.2em 1.2em;
}

.button:hover, .button:focus {
	background: #111;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid #555;
	padding: 0.2em 1.2em;
}

#content {
	text-align: center;
	margin: 25px auto 0px;
	width: 800px;	
}

#header {
	width: 100%;
	height: 125px;
	text-align: center;
}

.woz { 
	display: block;
	text-decoration: none;
	outline: none;
}

#menu {
	padding: 0.5em;
	text-align: center;
}

#menu ul {
	margin: 0em auto;
	padding: 0em;
	width: 100%;
}

#menu ul li
{
	display: inline;
}

#menu ul li a {
	padding: 0.7em 1.2em;
	font-weight: bold;
}

#menu ul li a:hover {
	background-color: #111;
	text-decoration: none;
}

#table_list {
	text-align: center;
	margin: 0px auto 0px;
	width: 800px;
	background-color: #282828;
}

.table_top {
	background: #10b3f1 url("http://www.woz.to/images/blue.png") repeat-x;
	font-weight: bold;
}

.table_main {
	background-color: #1e1e1e;
}

.platz_top {
	font-size: 42px;
}

.platz {
	font-size: 24px;
}

.site {
	color: #fff;
	padding: 0.1em 0.2em 0.1em 0.2em;
	text-decoration: none;
	font-weight: bold;
}

.site:hover, .site:focus { 
	background: #10b3f1;
	text-decoration: none;
}	

.desc {
	color: #888;
	font-size: 14px;
	line-height: 1.3em;
}

.break {
	color: #555;
	padding: 0em 0.4em 0em 0.4em;
}

.links { 
	font-size: 16px;
	color: #fff;
	padding: 0.1em 0.2em 0.1em 0.2em;
	text-decoration: none;
	border-bottom: 1px dotted #555;
	font-weight: bold;
}

.links:hover, .links:focus { 
	font-size: 16px;
	background: #10b3f1;
	text-decoration: none;
	border-bottom: 0px;
}

.stats {
	color: #888;
	font-size: 13px;
	line-height: 1.3em;
}

img {
	border: none;
}