﻿* {
	margin: 0;
	padding: 0;
}
body {
	background-color : #0099ff;
	color : black;
	font-family : Arial, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
}
h3 {
	font-size : 1.3em;
}
h4 {
	font-size : 1.1em;
}
.left {
	text-align : left;
	padding-left : 5px;
}
q {
	font-style : italic;
}
#seite1 {
	width : 900px;
	margin : 0 auto;
}
#kopfzeilen {
	background-color : inherit;
	color : inherit;
	margin : 0;
}
#kopfzeilen p {
	font-variant:normal;
	font-weight: bold;
	margin-top: 15px;
}

#nette {
	background-color : inherit;
	color : inherit;
	position : relative;
	left : 10px;
	float : left;
	width : 200px;
	height : 125px;
}
#titel {
	background-color : inherit;
	color: white;
	width: 550px;
	margin: 20px auto 10px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	float: left;
}
#logo_fsg {
	float: left;
}
#verweisleiste {
	background-color : blue;
	font-size : 14px;
	font-weight : bold;
	line-height: 2;
	color : gray;
	width : 150px;
	height : 580px;
	float : left;
	padding:5px;
}
#verweiseiste li {
	display: inline;
}
#verweisleiste a {
	display: block;
	text-decoration: none;
}
#textbereich {
	background-color : #0099ff;
	color : inherit;
	width : 670px;
	font-size : 0.8em;
	float : left;
}
#tabelleninhalt {
	background-color : #c0c0c0;
	color : inherit;
	width : 600px;
	margin : 0 auto 10px auto;
	line-height:1.5;
}
.titel {
	background-color : blue;
	color : white;
	padding:5px;
	margin:5px;
}
#wichtig {
	background-color : #cc0000;
	color : white;
	width : 600px;
	margin : 0 auto;
	font-size : 0.9em;
	font-weight:bold;
	line-height:2;
}
#seite2 {
	background-color : inherit;
	color : inherit;
	width : 800px;
	margin : 0 auto;
	padding : 0;
}
a:link {
	text-decoration : none;
	font-weight : bold;
	background-color : inherit;
	color : #fff;
}
a:visited {
	text-decoration : none;
	font-weight : bold;
	background-color : inherit;
	color : #fff;
}
a:hover {
	text-decoration : none;
	font-weight : bold;
	background-color : #999;
	color: inherit;
}
div.turnier_pre {
	background-color : #fff;
	color : inherit;
	width : 100%;
	margin : 0 auto 5px;
	border-style : solid;
	border : 3px;
	border-top-color : #eee;
	border-right-color : black;
	border-bottom : 3px;
	border-left-color : #eee;
	border-bottom-color : black;
	height : auto;
	padding : 20px;
	font-family : "Courier New", Courier, monospace;
	font-size: smaller;
	white-space : pre;
}
.turnier_kontakt {
	background-color : #fff;
	color : inherit;
	width : 100%;
	margin : 0 auto 5px;
	border-style : solid;
	border : 3px;
	border-top-color : #eee;
	border-right-color : black;
	border-bottom : 3px;
	border-left-color : #eee;
	border-bottom-color : black;
	height : auto;
	padding : 20px;
	font-size: 0.8em;
}
#kopf {
	background-color : inherit;
	color : inherit;
	width : 80%;
	margin : 0 auto;
	text-align : center;
}
.block_links {
	background-color: #CCCCCC;
	color: #000000;
	border: 2px black solid;
	border-color: #FFFFFF #000000 #000000 #FFFFFF;
	float: left;
	margin: 5px 10px 5px 10px;
	padding: 5px;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 220px;
	height: 50px;
}
#presse {
	background-color: white;
	color: inherit;
	margin: 2% 5% 2% 5%;
	width: auto;
	padding: 40px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: justify;
}
.ergebnisse {
	width : 600px;
	margin : 0 auto;
	font-size : 0.9em;
	font-weight:bold;
	line-height:2;

}