html {	margin: 0;
		padding: 0;
		background-image: url(/de/kc/source/hintergrund.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		}

body { 	font-family: Arial, Verdana, "Courier New", monospace ; 
		font-size: 75%;
		height: 100%;
		color: black;
		margin: 0;
		padding: 0;
		background-image: url(/de/kc/source/left.png);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: 0px 0px; 
		position: absolute;
		}

#kopf {	display: none;
		background-image: url(source/img_menu/kopf.jpg);
		width: 760px;
		height: 90px;
		background-position: 0 -10px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		padding: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: #303030;
		}

#bild {	position: absolute;
		left: 1000px;
		top: 300px;
		z-index: -10;
		}

#menu {	display: none;
		background-color: #888;
		width: 760px;
		padding: 3px 20px 4px 20px;
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		border-style: solid;
		border-width: 1px;
		border-color: #303030;
		font-size: 1.6em;
		font-weight: bold;
		}

#menu:hover {
		background-color: #c8c8c8;
		}

#menu ul {
		list-style: none;
		margin: 0;
		vertical-align: middle;
		}

#menu ul li {
		display: inline;
		line-height: 1.4em;
		font-size: 0.8em;
		margin-left: 15px;
		}

#menu ul li a:link  {
        text-decoration :none;
        color: #ca3400;
        }

#menu ul li a:visited {
        text-decoration :none;
        color: #ca3400;
        }

#menu ul li a:focus {
        text-decoration :none;
        color: #ca3400;
		}

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

#menu ul li a:active {
        text-decoration :none;
        color: #ca3400;
		}


#inhalt {
		width: 860px;
		margin-left: 110px;
		margin-top: 5px;
		margin-bottom: 10px;
		padding: 20px;
		position: relative;
		height: 703px;
		overflow: hidden;
		}

#inhalt li { 	
		font-size: 1.0em; 
		line-height: 1.3em; 
		margin-left: 20px;
		margin-right: 60px;
		}



#fuss {	display: none;
		background-image: url(source/img_fuss/fuss01.jpg);
		width: 760px;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
		border-style: solid;
		border-width: 1px;
		border-color: #303030;
		text-align: right;
		font-size: 10px;
		position: relative;
		}

#fuss a:link  {
        text-decoration :none;
        color: #ca3400;
        }

#fuss a:visited {
        text-decoration :none;
        color: #ca3400;
        }

#fuss a:focus {
        text-decoration :none;
        color: #ca3400;
		}

#fuss a:hover {
        text-decoration :none;
        color: #ca3400;
		}

#fuss a:active {
        text-decoration :none;
        color: #ca3400;
		}


/*Die Überschriften*/

h1, h2, h3, h4, h5 { 
		display: inline; 
		}

h1 { 	color: #ca3400; 
		font-size: 1.6em; 
		}

h2 { 	color: #ca3400; 
		font-size: 1.4em; 
		}

h3 { 	color: #ca3400; 
		font-size: 1.2em; 
		}

h4 { 	color: black;
		font-size: 0.8em;
		font-style: italic; 
		}

h5 { 	color: black;
		font-size: 0.7em; 
		}

h6 { 	color: black;
		font-size: 0.6em; 
		}

p { 	color: red; 
		float: none; 
		padding-left: 10px;
		}

img {
		border: 0;
		z-index: 1;
		}

hr {	
		margin: 10px 0 10px 0;
		}

a:link  {
        text-decoration :none;
        color: #ca3400;
        }

a:visited {
        text-decoration :none;
        color: #ca3400;
        }

a:focus {
        text-decoration :none;
        color: #ca3400;
		}

a:hover {
        text-decoration :none;
        color: #ca3400;
		}

a:active {
        text-decoration :none;
        color: #ca3400;
		}

.tabelle { 
		width: 100%;
		text-align: left;
		}

.tabelle table {
		margin-left: auto;
		margin-right: auto;
		}

.tabelle td {
		vertical-align: top;
		text-align: left;
		padding-left: 5px;
		padding-right: 5px;
		}

.tabelle a:link  {
        text-decoration :none;
        color: #ca3400;
        }

.tabelle a:visited {
        text-decoration :none;
        color: #ca3400;
        }

.tabelle a:focus {
        text-decoration :none;
        color: #ca3400;
		}

.tabelle a:hover {
        text-decoration :none;
        color: #ca3400;
		}

.tabelle a:active {
        text-decoration :none;
        color: #ca3400;
		}

.formular { 
		text-align: center;
		display: block; 
		width: 100%;
		margin-bottom: 20px;
		}

.formular table {
		margin-left: auto;
		margin-right: auto;
		}

.formular td {
		vertical-align: middle;
		padding-left: 5px;
		text-align: right;
		padding-right: 0.5em;
		}

.formular .eingabefeld {
		vertical-align: middle;
		padding-left: 5px;
		text-align: left;
		padding-right: 0.5em;
		}

.formular a:link  {
        text-decoration :none;
        color: #ca3400;
		font-size: 1.3em;
		font-weight: bold;
        }

.formular a:visited {
        text-decoration :none;
        color: #ca3400;
		font-size: 1.3em;
		font-weight: bold;
        }

.formular a:focus {
        text-decoration :none;
        color: #ca3400;
		font-size: 1.3em;
		font-weight: bold;
		}

.formular a:hover {
        text-decoration :none;
        color: #ca3400;
		font-size: 1.3em;
		font-weight: bold;
		}

.formular a:active {
        text-decoration :none;
        color: #ca3400;
		font-size: 1.3em;
		font-weight: bold;
		}

.center {
		width: 100%;
		text-align: center;
		}

.center table {
		width: 100%;
		}

.center a:link  {
        text-decoration :none;
        color: #ca3400;
		font-size: 1.3em;
		font-weight: bold;
        }

.center a:visited {
        text-decoration :none;
        color: #ca3400;
		font-size: 1.3em;
		font-weight: bold;
        }

.center a:focus {
        text-decoration :none;
        color: #ca3400;
		font-size: 1.3em;
		font-weight: bold;
		}

.center a:hover {
        text-decoration :none;
        color: #ca3400;
		font-size: 1.3em;
		font-weight: bold;
		}

.center a:active {
        text-decoration :none;
        color: #ca3400;
		font-size: 1.3em;
		font-weight: bold;
		}


.thumbnails {
		}

.thumbnails table {
		width: 100%;
		}

.thumbnails table tr td {
		text-align: center;
		padding: 5px;
		}

.tumbnailskommentare {
		border: solid;
		color: #ca3400;
		border-width: 2px;
		}

.gaestebuch_tabelle { 
		text-align: center;
		width: 100%; 
		}

.gaestebuch_tabelle table {
		width: 100%;
		text-align: left;
		}

.gaestebuch_tabelle a:link  {
        text-decoration :none;
        color: #ca3400;
        }

.gaestebuch_tabelle a:visited {
        text-decoration :none;
        color: #ca3400;
        }

.gaestebuch_tabelle a:focus {
        text-decoration :none;
        color: #ca3400;
		}

.gaestebuch_tabelle a:hover {
        text-decoration :none;
        color: #ca3400;
		}

.gaestebuch_tabelle a:active {
        text-decoration :none;
        color: #ca3400;
		}

.gesamttabelle { 
		text-align: center;
		width: 100%; 
		}

.gesamttabelle table {
		width: 100%;
		text-align: left;
		}

.gesamttabelle table tr td {
		vertical-align: top;
		padding-left: 5px;
		padding-right: 5px;
		}

.gesamttabelle a:link  {
        text-decoration :none;
        color: #ca3400;
        }

.gesamttabelle a:visited {
        text-decoration :none;
        color: #ca3400;
        }

.gesamttabelle a:focus {
        text-decoration :none;
        color: #ca3400;
		}

.gesamttabelle a:hover {
        text-decoration :none;
        color: #ca3400;
		}

.gesamttabelle a:active {
        text-decoration :none;
        color: #ca3400;
		}

.referenz_text_links {
		width: 100%;
		text-align: left;
		font-style: italic;
		margin-top: 30px;
		}

.referenz_text_rechts {
		width: 100%;
		text-align: right;
		font-style: italic;
		margin-top: 30px;
		}

.newsbild {	float: right;
		margin-right: 10px;
		}

.newstitel {	margin-bottom: 20px;
		}

.news {		margin-right: 200px;
		}

.newsautor {	font-style: italic;
		margin-top: 20px;
		}

.einstiegstext {
		color: #888;
		}

.status1 {
		color: green;
		}

.status2 {
		color: #ca3400;
		}

.status3 {
		color: blue;
		}
		
.siegerpokal {
		position: absolute;
		float: right;
		left: 600px;
		text-align: right;
		}

.tabelleindex {
		table-layout: fixed;
		width: 100%;
		}

.tabelleindexfotospalte {
		width: 150px;
		}

.xhtml_img {
		position: absolute;
		left: 8px;
		top: 7px;
		}

font {	
		color: black !important;
		}

	
/* Einstellungen für Kuppel-Cup-Auswertung */
#kopfprint {
		display: none;
		font-family: Arial;
		background-color: #bbb;
		width: 100%;
		height: 65pt;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 30px;
		padding: 10px;
		padding-left: 30px;
		border-style: none;
		font-weight: bold;
		color: white;
		}

.durchgang {
		font-size: 30pt;
		}

.titel {
		font-size: 14pt;
		text-align: right;
		position: relative;
		right: 10pt;
		top: 0pt;
		}

.url {
		font-size: 14pt;
		text-align: right;
		position: relative;
		right: 10pt;
		top: 0pt;
		}


#fussprint {
		display: none;
		background-color: #bbb;
		width: 100%;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 8px;
		padding-bottom: 8px;
		border-style: none;
		text-align: right;
		font-size: 14pt;
		font-weight: bold;
		color: white;
		}

.formularanzeigeeinstellungen { 
		margin: 0;
		padding: 2px;
		width: 215px;
		background-color: #c8c8c8;
		border-style: solid;
		border-width: 1px;
		border-color: #303030;
		position: fixed;
		left: 5px;
		top: 202px;

		z-index: 1000;
		}

.formularanzeigeeinstellungen .textfeld { 
		width: 100%;
		}
	
.formulareingabegruppehinzufuegen {
		position: relative;
		top: 0px;
		left: 0px;
		}
	
.formulareingabegehezudurchgang {
		position: relative;
		top: 0px;
		left: 0px;
		}
	
.formulareingabeaktiondurchgangberechnen {
		position: absolute;
		top: 20px;
		left: 230px;
		}
	
.anzeigestandardaktuellerdurchgang {
		position: absolute;
		font-size: 2.5em;
        color: #ca3400;
		font-weight: bold;
		margin-left: 3px;
		margin-bottom: 20px;
		}

.anzeigestandardaktuellerdurchgangtabelle {
		position: absolute;
		width: 970px;
		top: 70px;
		font-size: 2.9em;
		font-weight: bold;
        color: black;
		margin-left: 10px;
		margin-bottom: 20px;
		white-space: nowrap;
		overflow: hidden;
		}

.anzeigestandardaktuellerdurchgangname {
		width: 590px;
		}

.anzeigestandardaktuellerdurchgangzeit {
		width: 120px;
		text-align: right;
		}	
	
.anzeigestandardaktuellerdurchgangfehler {
		width: 80px;
		text-align: right;
		}	

.anzeigestandardaktuellerdurchganggesamt {
		width: 120px;
		text-align: right;
		}	

.anzeigestandardnaechsterdurchgang {
		position: absolute;
		top: 250px;
		font-size: 2.5em;
        color: #ca3400;
		font-weight: bold;
		margin-left: 0px;
		margin-bottom: 20px;
		margin-top: 50px;
		white-space: nowrap;
		overflow: hidden;
		}

.anzeigestandardnaechsterdurchgangtabelle {
		position: absolute;
		width: 970px;
		top: 350px;
		font-size: 2.9em;
		font-weight: bold;
		font-style: italic;
        color: #555;
		margin-left: 10px;
		margin-bottom: 20px;
		white-space: nowrap;
		}

.anzeigestandardnaechsterdurchgangname {
		width: 590px;
		}

.anzeigestandardnaechsterdurchgangzeit {
		width: 120px;
		text-align: right;
		}	
	
.anzeigestandardnaechsterdurchgangfehler {
		width: 80px;
		text-align: center;
		}	

.anzeigestandardnaechsterdurchganggesamt {
		width: 120px;
		text-align: right;
		}	

.zeitfuer32 {
		position: absolute;
		font-size: 2.6em;
        color: white;
		font-weight: bold;
		right: 0px;
		top: 4px;
		z-index: 10000;
		background-color: #ca3400;
		padding: 8px;
		}

.anzeigebestenzeiten {
		position: absolute;
		top: 530px;
		font-size: 1.8em;
        color: #ca3400;
		font-weight: bold;
		margin-left: 3px;
		margin-bottom: 20px;
		margin-top: 50px;
		}

.anzeigebestenzeitentabelle {
		position: absolute;
		top: 620px;
		font-size: 1.8em;
		font-weight: bold;
        color: black;
		margin-left: 20px;
		}

.anzeigebestenzeitenname {
		width: 15em;
		}

.anzeigebestenzeitengesamt {
		width: 3.5em;
		text-align: right;
		}
		
.formulareingabetabelle {
		margin-bottom: 20px;
		}

.formulareingabetabellestartnummer {
		width: 2em;
		text-align: center;
		}

.formulareingabetabellebahn {
		width: 2em;
		text-align: center;
		}

.formulareingabetabellename {
		width: 22em;
		text-align: left;
		}

.formulareingabetabellezeit {
		width: 6em;
		text-align: right;
		}

.formulareingabetabellefehler {
		width: 5em;
		text-align: right;
		}

.formulareingabetabellegesamt {
		width: 6em;
		text-align: right;
		}

.formulareingabetabellebearbeiten {
		width: 6em;
		text-align: right;
		vertical-align: middle;
		}

.formulareingabetabelleentfernen {
		width: 6em;
		text-align: right;
		vertical-align: middle;
		}

.anzeigeergebnislistetabelle { 
		font-size: 22pt; 
		overflow: hidden;
		text-align: center;
		}

.anzeigeergebnislistestartnummer {
		width: 60px;
		}

.anzeigeergebnislistebahn {
		width: 60px;
		}

.anzeigeergebnislistename {
		width: 450px;
		text-align:left;
		}

.anzeigeergebnislistezeit {
		width: 80px;
		}

.anzeigeergebnislistefehler {
		width: 90px;
		}

.anzeigeergebnislistegesamt {
		width: 110px;
		}

.anzeigestartlistetabelle {
		margin-bottom: 20px;
		font-size: 19pt;
		text-align: center;
		overflow: hidden;
		}

.anzeigestartlisteuhrzeit {
		width: 2em;
		text-align: right;
		font-weight: bold;
		}

.anzeigestartlistename {
		width: 8em;
		text-align: right;
		}


table {
		border-collapse: collapse;
		}

thead {
		font-size: 1.2em;
        color: #ca3400;
		font-weight: bold;
		}

th {
		padding: 2px;
		padding-bottom: 3px;
		border-bottom: solid 4px #ca3400;
		font-size: 18pt;
		
		}

td {
		padding: 2px;
		}

.gewinner {
        font-weight: bold;
        color: #ca3400;
		}

.verlierer {
		font-style: italic;
		}

.gerade {
        background-image: url(/de/kc/source/pixel.png);
        background-repeat: repeat;
		}

.logos {
		background-image: url(/de/kc/bilder/logosklein.png);
		background-repeat: no-repeat;
		position: absolute;
		left: 630px;
		top: 590px;
		height: 133px;
		width: 200px;
		}

.bild {
		position: absolute;
		top: 20px;
		width: 830px;
		height: 678px;
		vertical-align: middle;
		text-align: center;
		}

.bild table {
		width: 100%;
		height: 100%;		
		}

.bild table tr td {
		vertical-align: middle;
		width: 100%;
		height: 100%;		
		}

.anzeigebilder {
		position: absolute;
		top: 20px;
		width: 830px;
		height: 678px;
		vertical-align: middle;
		text-align: center;
		}

.anzeigebilder table {
		width: 100%;
		height: 100%;		
		}

.anzeigebilder table tr td {
		vertical-align: middle;
		width: 100%;
		height: 100%;		
		}


.text {
		position: absolute;
		top: 20px;
        color: #ca3400;
		font-size: 7.0em;
		font-weight: bold;
		width: 830px;
		height: 678px;
		}
		
.text table {
		height: 100%;
		width: 100%;
		}

.text table tr td {
		vertical-align: middle;
		text-align: center;
		}
