/**************************************************
	ALLGEMEINES
***************************************************/
body {
	margin:0;
	padding:0;
}

body, p, td, all {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:1.3em;
	color:#333333;
	margin:0;
	padding:0;
}

/**************************************************
	HEADERS
***************************************************/

h1 {
	color:#BE1010;
	font-size:14px;
	margin-bottom:15px;
	margin-top:12px;
}

h2 {
	color:#BE1010;
	font-size:12px;
	margin-top:10px;
}

h3, h4, h5 {
	color:#BE1010;
	font-size:11px;
	font-weight:bold;
}


/**************************************************
	LINKS
***************************************************/
a {
	color:#BE1010;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/**************************************************
	SPIELRESULATATE - TABELLE
***************************************************/
table.spielresulatate {
	border:0;
	border-collapse:collapse;
}
table.spielresultate tr td {
	padding:3px;
	vertical-align:top;
}

/**************************************************
	BEREICHE
***************************************************/
div#navigation {
	margin-left:30px;
	margin-top:25px;
	margin-bottom:20px;
}

div#middle {
	position:absolute;
	top:0;
	left:250px;
	width:410px;
	
	padding-top:85px;
}


div#right {
	position:absolute;
	top:0;
	left:700px;
	width:200px;
	
	padding-top:120px;
	color:#999999;
	
	background:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:0 40px;
}

div#right h1, div#right h2, div#right h3, div#right h4, div#right h5, div#right p {
	color:#666666;
	font-size:11px;
	margin:0;
	margin-bottom:4px;
}