html {	margin: 0;
		padding: 0;
		}

body { 	font-family: Arial, Verdana, "Courier New", monospace ; 
		font-size: 75%;
		background-color: #888; 
		background-image: url(source/img_hintergrund/hintergrund.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position: 0% 100%; 
		color: black;
		margin: 0;
		padding: 0;
		}

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

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

#menu {	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;
		padding: 0;
		vertical-align: middle;
		}

#menu ul li {
		display: inline;
		font-size: 0.8em;
		margin-right: 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;
		}

#untermenu {
		position: static;
		background-color: #888;
		width: 718px;
		padding: 3px 20px 4px 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		border-style: solid;
		border-width: 1px;
		border-color: #303030;
		font-size: 1.4em;
		font-weight: bold;
		}

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

#untermenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}

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

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

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

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

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

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


#inhalt {
		background-color: #c8c8c8;
		width: 760px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		margin-bottom: 20px;
		padding: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: #303030;
		position: relative;
		min-height: 350px;
		height: 100%;
		}

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


#facebook {
		margin-top: 20px;
		vertical-align: bottom;
		}


#fuss {	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;
		}

.topnews {
		position: absolute;
		right: 30px;
		top: 30px;
		font-weight: bold;
		padding: 10px;
		border-style: solid;
		border-width: 1px;
		border-color: #303030;
		background-color: #888;
		}

.topnews:hover {
		background-color: #c8c8c8;
		}

.topnewshead { 	
		color: #ca3400; 
		font-size: 1.2em; 
		padding-bottom: 10px;
		}

.topnewstitel {
		color: #303030; 
		font-size: 1.2em; 
		border-top-style: solid;
		border-top-color: #303030;
		border-top-width: 1px;
		padding-top: 10px;
		
		}

.topnewstext {
		margin-bottom: 10px;
		}
		
.mzh {
		position: absolute;
		right: 30px;
		bottom: 30px;
		border-style: solid;
		border-width: 1px;
		border-color: #303030;
		}

/*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; 
		}

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

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

p		{
		color: #ca3400;
		font-size: 1.2em;
		font-weight: bold; 
		float: none;
		margin-bottom: 15px;
		}
.ptext	{
		margin-left: 20px;
		}

object {
		margin-top: 20px;
		margin-bottom: 20px;
		}

.hide {
		display: none;
		}

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

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

input {	}

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;
		}

.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;
		margin-bottom: 20px;
		}

.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: 0;
		border: solid;
		color: #ca3400;
		border-width: 2px;
		}

.kommentar {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		}

.kommentartext {
		
		}

.kommentarname {
		color: #666;
		margin-left: 8px;
		}

.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 {
		text-align: left;
		font-style: italic;
		margin-top: 30px;
		}

.referenz_text_rechts {
		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-left: -21px;
		margin-right: auto;
		padding: 2px;
		width: 796px;
		background-color: #c8c8c8;
		border-style: solid;
		border-width: 1px;
		border-color: #303030;
		position: fixed;
		top: 15px;
		height: 180px;

		z-index: 1000;
		}

.formularanzeigeeinstellungen table tr td {
		height: 20px; 
		}

.durchgangswertungen {
		position: absolute;
		left: 20px;
		}

.texteingabe {
		position: absolute;
		left: 460px;
		}

.sonderwertungen {
		position: absolute;
		left: 250px;
		}

.bildsichtbar {
		position: absolute;
		left: 20px;
		top: 155px;
		}

.durchgangstart {
		position: absolute;
		left: 250px;
		top: 92px;
		}

.speichernbutton {
		position: absolute;
		left: 460px;
		top: 155px;
		}
		
.buttonspeichern {
		width: 500px;
		left: 20px;
		}

.durchgangplusminus {
		position: absolute;
		top: 92px;
		left: 360px;
		width: 120px;
		height: 70px;
		}

.durchgangplus {
		position: absolute;
		top: 0px;
		left: 45px;
		}

.durchgangminus {
		position: absolute;
		top: 0px;
		left: 0px;
		}

.startdurchgangplus {
		position: absolute;
		top: 27px;
		left: 45px;
		}

.startdurchgangminus {
		position: absolute;
		top: 27px;
		left: 0px;
		}

	
.formulareingabegruppehinzufuegen {
		position: relative;
		top: 0px;
		left: 0px;
		}
	
.formulareingabegehezudurchgang {
		position: relative;
		top: 0px;
		left: 0px;
		}
	
.formulareingabeaktiondurchgangberechnen {
		position: absolute;
		top: 20px;
		left: 260px;
		}
	
.anzeigestandardaktuellerdurchgang {
		font-size: 2.5em;
        color: #ca3400;
		font-weight: bold;
		margin-left: 3px;
		}

.anzeigestandardaktuellerdurchgangtabelle {
		width: 730px;
		top: 15px;
		font-size: 2.6em;
        color: black;
		margin-left: 30px;
		margin-top: 10px;
		}


.anzeigestandardaktuellerdurchgangname {
		width: 35em;
		}

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

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

.anzeigestandardnaechsterdurchgang {
		font-size: 2.6em;
        color: #ca3400;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 20px;
		
		}

.anzeigestandardnaechsterdurchgangtabelle {
		width: 730px;
		font-size: 2.6em;
        color: black;
		margin-left: 30px;
		margin-top: 15px;
		}

.anzeigestandardnaechsterdurchgangname {
		width: 35em;
		}

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

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

.zeitfuer32 {
		position: absolute;
		font-size: 1.6em;
        color: #ca3400;
		font-weight: bold;
		right: 20px;
		}

.anzeigebestenzeiten {
		font-size: 2.0em;
        color: #ca3400;
		font-weight: bold;
		margin-top: 15px;
		}

.anzeigebestenzeitentabelle {
		font-size: 2.0em;
        color: black;
		margin-left: 30px;
		margin-top: 15px;
		}

.anzeigebestenzeitenname {
		width: 10em;
		}

.anzeigebestenzeitengesamt {
		width: 4em;
		text-align: right;
		}
		
.formulareingabetabelle {
		text-align: center;
		width: 100%;
		}

.formulareingabetabellestartnummer {
		width: 2em;
		}

.formulareingabetabellebahn {
		width: 2em;
		}

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

.formulareingabetabelleabschnitt {
		width: 13em;
		text-align: left;
		}

.formulareingabetabellezeit {
		width: 6em;
		}

.formulareingabetabellefehler {
		width: 5em;
		}

.formulareingabetabellegesamt {
		width: 6em;
		}

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

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

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

.formulareingabetabelle th {
		padding: 3px;
		padding-bottom: 2px;
		border-bottom: solid 1px #ca3400;
		font-size: 1.0em;
		}

.formulareingabetabelle td {
		padding: 2px;
		vertical-align: top;
		}



.anzeigeergebnislistetabelle {
		margin-bottom: 20px;
		font-size: 2.0em;
		text-align: center;
		overflow: hidden;
		}

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

.anzeigeergebnislistestartnummer {
		width: 3em;
		text-align: center;
		}

.anzeigeergebnislistebahn {
		width: 3em;
		text-align: center;
		}

.anzeigeergebnislistename {
		width: 30em;
		text-align: left;
		}

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

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

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

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

.anzeigeergebnislistetabelle th {
		padding: 2px;
		padding-bottom: 3px;
		border-bottom: solid 4px #ca3400;
		font-size: 0.8em;
		}

.anzeigeergebnislistetabelle td {
		padding: 2px;
		vertical-align: top;
		}

/* Tabelle Startliste */
.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;
		}

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

.verlierer {
		font-style: italic;
		}

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

.logos {
		display: none;
		background-image: url(/de/kc/bilder/logosklein.png);
		background-repeat: no-repeat;
		position: relative;
		left: 530px;
		top: -120px;
		height: 133px;
		width: 200px;
		}

.bild {
		position: absolute;
		text-align: center;
		vertical-align: middle;
		}

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

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


.anzeigebilder {
		vertical-align: middle;
		text-align: center;
		}

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

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

.text {
		margin-top: 50px;
		font-size: 4.2em;
        color: #ca3400;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		}

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

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

