html {
	height: 100%;
}
body {
	min-height: 101%;	
	position: relative;
	color: #000;
	background: #fff;
	font-size: 85%;
	text-align: center;
}
body * {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 120%;
	margin: 0;
}
* {
}

/* IDs */

#website {
	width: 750px;
	text-align: left;
	margin: 0 auto;
}
#kopf {
	position: relative;
	height: 100px;
	margin: 20px 0;
}
#veranstaltung {
	position: absolute;
	left: 100px;
	top: 0;
	font-size: 1.55em;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
#titel {
	position: absolute;
	left: 100px;
	bottom: 0;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
}
#subtitel {
	margin: 0 0 20px 100px;
	font-size: 1.55em;
	font-weight: bold;
	white-space: nowrap;
}
#copy {
	margin-top: 1.5em;
	font-size: 0.9em;
	text-align: center;
}
#navigation {
	font-size: 0.9em;
	color: #000;
	background-color: #fe6;
	padding: 2px;
}
#navigation2 {
	font-size: 0.9em;
	text-align: right;
	color: #000;
	background-color: #fe6;
	padding: 2px;
	margin: 10px 0 20px 0;
}
#news p.headline {
	color: #000;
	background-color: #ddf;
	padding: 2px;
	margin: 0;
}
#news div.nachricht {
	margin: 0.5em 0 -1em 0;
}
#news p.autor {
	clear: both;
	margin: 0;
}

#turnier-menu, #spielort {
	margin-bottom: 20px;
}
#turnier-menu h3, #spielort h3 {
	float: left;
}
#turnier-menu div, #spielort div {
	float: left;
	font-size: 0.9em;
	margin: 0 0 5px 0;
}
#turnier-menu div.turnier-head, #spielort div.turnier-head {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#turnier-menu div.turnier-infos, #spielort div.turnier-infos {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
#turnier-menu p, #spielort p {
	font-size: 0.9em;
	margin: 0 0 5px 100px;
	white-space: nowrap;
}
#turnier-menu p.turnier-infos, #spielort p.turnier-infos {
	font-size: 1.2em;
	margin: 0 0 10px 100px;
}
#turnier-menu ul, #spielort ul {
	margin-left: 100px;
}
#turnier-menu ul li, #spielort ul li {
	font-size: 1.2em;
	list-style: none;
	padding: 0.3em 0;
	margin: 0;
}

/* Standardelemente */

h1 {
	font-size: 1.6em;
	margin: 0 0 1em 0;
}
h2 {
	font-size: 1.4em;
	margin: 0 0 1em 0;
}
h3 {
	font-size: 1.2em;
	margin: 0 0 1em 0;
}
table, p, ul, ol, dl, hr {
	margin: 0 0 1em 0;
}
table table {
	margin: 0;
}
ul, ol {
	padding-left: 0;
}
li {
	margin: 0 0 0.1em 1.5em;
}
dd {
	margin: 0 0 0 2em;
}
sub, sup {
	font-size: 80%;
	line-height: 0%;
}
img, a img {
	border: 0;
}
a:link, a:visited {
	text-decoration: none;
	color: blue;
	background-color: transparent;
}

a:active, a:hover {
	text-decoration: underline;
	color: blue;
	background-color: transparent;
}
blockquote {
	margin: 0 2em 1em 2em;
	font-style: italic;
}
pre {
	font-family: Courier, Monospace;
	font-size: 0.9em;
	margin: 0 0 1em 0;
}

/* Farben */

.blau {
	color: #3D3D8B;
	background-color: #fff;
}
.rot {
	color: #F0072E;
	background-color: transparent;
}
.required {
	font-weight: bold;
	color: #f00;
	background-color: #fff;
}
.error {
	font-weight: bold;
	color: #B80800;
	background-color: #fff;
}
.gruen {
	color: #005E3E;
	background-color: #fff;
}
.ueberschrift {
	color: #005E3E;
	background-color: #fff;
}

table.zeitplan col.wochentag,
table.zeitplan col.datum {
	width: 100px;
}
table.zeitplan col.wochentags,
table.zeitplan col.topic {
	width: 200px;
}
table.zeitplan col.uhrzeit {
	width: 120px;
}

/* Hintergrund */

table.ergebnis tr {
	color: #000;
	background-color: #fff;
}
table.ergebnis th,
table.ergebnis tr.header, .header {
	color: #000;
	background-color: #EEE;
}
table.ergebnis tr.header2 {
	color: #000;
	background-color: #FAFAE6;
}
table.ergebnis tr.inaktiv {
	color: #000;
	background-color: #FAE6E6;
}

table.tableruler tbody tr.ruled td {
	color: #000;
	background: #bcd4ec;
}

/* */

.align-center {
	text-align: center;
}
td.zahl,
.align-right {
	text-align: right;
}
.autor {
	text-align: right;
	font-style: italic;
	padding: 0.5em 0 0.5em 0;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clearboth {
	clear: both;
}
.klein {
	font-size: 0.9em;
}
.meister {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.ueberschrift {
	font-size: 1em;
	font-weight: bold;
}

/* Startseite */

h1.meister {
	margin: 0 0 10px 0;
}
div.logo {
	float: left;
	width: 200px;
}
div.vorjahre {
	float:right;
	margin-left: 110px;
	padding-top: 50px;
}
.startseite {
	margin-left: 260px;
}
div.startseite p {
	margin: 0 0 3px 0;
}
div.startseite p.aktuelle {
	margin: 10px 0 0 0;
}
div.startseite ul {
	margin: 0 0 3px 0;
}
div.startseite ul li {
	white-space: nowrap;
}
div.startseite table {
	margin: 10px 0 0 0;
}
table.siegerehrung td {
	white-space: nowrap;
	padding: 0 0 1.5em 0;
}
table.siegerehrung td.name {
	width: 200px;
}
table.unterstuetzung td {
	font-size: 0.83em;
	white-space: nowrap;
}

/* Bilder */

.links {
	float: left;
	margin: 0 10px 0.5em 0;
}
.rechts {
	float: right;
	margin: 0 0 0.5em 10px;
}
.mittig {
	margin: 0 auto 1em auto;
}

/* Bild mit Unterschrift */

dl.img, dl.img dt {
	margin: 0;
}
dl.img dd {
	margin: 0;
	padding: 5px 2px 0 2px;
	font-size: 0.9em;
}

/* Bildbreiten */

div.breite-135 {
	width: 139px;
}
div.breite-180 {
	width: 184px;
}
div.breite-180t {
	width: 188px;
}
div.breite-240 {
	width: 244px;
}
div.breite-300 {
	width: 304px;
}
div.breite-566 {
	width: 570px;
}

.margin-left-240 {
	margin-left: 254px;
}

/* Bilder in Tabelle mit Reimen */

div.spalten2-hoch-links {
	margin: 0 41px 0 105px;
}
div.spalten2-hoch-rechts {
	margin: 0 105px 0 41px;
}

div.spalten2-quer-links {
	margin: 0 41px 0 60px;
}
div.spalten2-quer-rechts {
	margin: 0 60px 0 41px;
}

/* Bilder nebeneinander */

div.bilder2, div.bilder3, div.bilder4 {
	float:left;
	margin: 0 0 1em 0;
}

div.bilder2 div.spacer {
	margin-right: 9px;
}
div.bilder3 div.spacer {
	margin-right:  9px;
}
div.bilder4 div.spacer {
	margin-right:  4px;
}
div.spacer24 {
	margin-right: 24px;
}

/* Formulare */

fieldset {
	margin: 0 0 1em 0;
	padding: 0.5em 1em;
	border: 1px solid #000080;
}
legend {
	color: black;
	margin: 0 0 0 1em;
	padding: 0 0.5em;
}
form table.anm {
	margin: 1em 0;
}
form fieldset p {
	margin: 0.5em 2px;
}
form fieldset table {
	margin: 0.5em 0;
}
form fieldset table.anm td {
	width: 10em;
}
form table.anm td {
	width: 11em;
}
label {
	cursor: pointer;
}
/* Hotel */

span.ramada {
	font-size: 2.5em;
	letter-spacing: 10px;
}
.hoteltext {
	font-size: 1.25em;
}
.hoteltermin {
	color: #CC0033;
	background-color: #fff;
}
.hotelanschrift {
	float: left;
/*	background-image: url("images/ramada.gif");
	background-repeat: no-repeat;
	background-position: top left; */
	padding-left: 50px;
}

/* Einschließen von Floats ohne zusätzliches Markup */
/* http://jassesnee.de/easyclear/index.html */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* FJ, 24.07.2011 */
/* Google-Maps */
div#gmap {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

div#gmap h1 {
    font-size: 1.2em;
    color: #FF3131;
    white-space: nowrap;
}



