﻿* {
	margin:0;
	padding:0;
}
body {
	margin: 0;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0099ff;
	color: black;
}
h1 {
	font-size: 1.1em;
}
h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
/*ID's */
#page {
	background-color: transparent;
	color: black;
	width: 900px;
	height: auto;
	margin: 0 auto;
}
#kopf {
	background-color: silver;
	color: black;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	border: 5px silver outset;
}
/*Klassenselektoren*/
div.turnier_pre {
	background-color: white;
	color: black;
	font-family: "Courier New", Courier, monospace;
	font-size: 0.7em;
	white-space: pre;
	padding: 15px;
	margin-bottom: 20px;
	border-style : solid;
	border : 3px;
	border-top-color : #eee;
	border-right-color : black;
	border-bottom : 3px;
	border-left-color : #eee;
	border-bottom-color : black;
}
#kontakt {
	background-color: transparent;
	color: inherit;
}
#kontakt li {
	display: inline;
	display: block;
	background-color: silver;
	border-style : solid;
	border : 3px;
	border-top-color : #eee;
	border-right-color : black;
	border-bottom : 3px;
	border-left-color : #eee;
	border-bottom-color : black;
	float: left;
	width: 29%;
	margin: 5px 5px 5px 0;
	font-size: 0.6em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 5px;
}
#kontakt a {
	text-decoration: none;
}
#topnav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	font-size: 0.8em;
}
#topnav li {
	display: inline;
	}
#topnav a {
	display: block;
	float: left;
	width: 100px;
	margin-left:0;
	margin-right: 40px;
	text-decoration: none;
	color:white;
	background-color:transparent;
}
#topnav a:hover {
	text-decoration:underline;
}
