html {	margin: 0;
		padding: 0;
		}

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

#kopf {	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: #fff;
		}

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

#menu {	background-color: #fff;
		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;
		border-color: #fff;
		}

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

#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 {
		background-color: #eee;
		width: 760px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: #fff;
		position: relative;
		}

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



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


/*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: red; 
		float: none; 
		padding-left: 10px;
		}

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

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

/*Die Linkformatierung (in NN 4.x funktioniert das Attribut HOVER und ACTIVE nicht)*/
.tabelle { 
		width: 100%;
		text-align: left;
		margin-bottom: 20px;
		}

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

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

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

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

.newstitel {	margin-bottom: 20px;
		}

.news {		margin-right: 200px;
		}

.newsautor {	font-style: italic;
		margin-top: 20px;
		margin-bottom: 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%;
		margin-bottom: 20px;
		}

.tabelleindexfotospalte {
		width: 150px;
		}

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

font {	
		color: black !important;
		}

	
	
	
	
	
	
	
	
	
	
	
	
