﻿/*Hauptbereich*/
a {
	color: #6699FF;
}
a:visited {
	color: #800000;
}

body {
	margin: 0;
	border: 0;
	padding: 0;
	height: 100%;
	background: #2C2F61;
	font-family: arial, verdana, sans-serif;
	font-size: medium;
	color: #C0C0C0;
	overflow: hidden;
}
  
#kopfbereich {
	font-style: italic;
	font: normal normal normal large "Times New Roman", Times, Serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 56px;
	color: #C0C0C0;
	text-align: right;
	text-decoration: none;
	overflow: hidden;
	border-bottom-color: #800000;
	border-bottom-style: solid;
	border-bottom-width: medium;
}


#fussbereich {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 20px;
	text-align: center;
	background: #800000;
	white-space: normal;
	font-family: "Times New Roman", Times, Serif;
	color: #C0C0C0;
	overflow: auto;
}


/*Unterbereich Inhalt-innen*/


#Inhalt-innen {
	background: #2C2F61 url('images/byschneider_sport.png') no-repeat center;
	top: 70px;
	position: fixed;
	left: 20%;
	width: 80%;
	bottom: 20px;
	overflow: auto;
}

#Inhalt-innen h1 {
	font: italic normal bold 100% "Times New Roman", Times, Serif;
	margin-left: 0px;
	text-align: center;
	font-size: xx-large;
}
	
#Inhalt-innen h2 {
	font: italic normal bold 100% "Times New Roman", Times, Serif;
	margin-left: 90px;
	text-align: left;
	font-size: x-large;
}

#Inhalt-innen h3 {
	font: normal normal bold 100% "Times New Roman", Times, Serif;
	margin-left: 0px;
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
}

#Inhalt-innen p  {
	text-align: left;
	font-family: "Times New Roman", Times, Serif;
	font-size: large;
	color: #C0C0C0;
	margin-left: 100px;
	font-style: italic;
	margin-right: 30px;
}

#Inhalt-innen b  {
	font-family: "Times New Roman", Times, Serif;
	font-size: large;
	color: #FFFF99;
	font-style: italic;
}
.Inhalt-innen-img{
	float: right;
	margin-right: 30px;
}


/*Unterbereich-Inhalt-links oben und unten*/




#Inhalt-innen-li-ob {
	background: #2C2F61 url('images/Wappen_vom_TVRoden_transparent.gif') no-repeat 50% top;
	top: 70px;
	position: absolute;
	width: 20%;
	left: 0%;
	height: 220px;
}
	
#Inhalt-innen-li-un {
	position: fixed;
	top: 280px;
	left: 0;
	bottom: 20px;
	right: 0;
	width: 20%;
	text-align: center;
	overflow: auto;
}

#Inhalt-innen-li-un h3 {
	font: italic normal bold 100% "Times New Roman", Times, Serif;
	margin-left: 0px;
	text-align: center;
	font-size: 1.8em;

}

#Inhalt-innen-li-un h6 {
	font: italic normal bold 100% "Times New Roman", Times, Serif;
	margin-left: 0px;
	text-align: center;
	font-size: small;
	color: #FFFF99;
}

#Inhalt-innen-li-un p {
	margin-left: 27px;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
}


/* Tabelenformat*/



#Inhalt-table{
	top: 100px;
	position: fixed;
	left: 28%;
	width: 100%;
	bottom: 20px;
	overflow: auto;
	font-family: "Times New Roman", Times, Serif;
	
}
.tabelle{
	table-layout: auto;
	caption-side: bottom;
	border-spacing: 5px;
	border-collapse: separate;
	font-style: italic;
	margin-left: 20px;
	margin-top: 55px;
}

.th1{
	color: #FFFF99;
	font-style: italic;
	font-weight: bolder;
	font-size: 1.3em;
}


.tabelle-termine{
	border-bottom: medium #800000 solid;
	caption-side: top;
	border-spacing: 20px;
	border-collapse: separate;
	font-style: italic;
	margin-top: 55px;
	margin-left: 40px;
	text-align: left;
	height: 30px;
	table-layout: fixed;
	font-size: 1em;
	max-width: 100%;
	background-color: #FFFFFF;
	color: #666666;
}
.th2{
	color: #800000;
	font-style: italic;
	font-weight: bolder;
	font-size: 1.3em;
	text-align: center;
}

.th3{
	color: #C0C0C0;
	font-style: italic;
	font-weight: bolder;
	font-size: 1.7em;
	text-align: center;
	font-family: "Times New Roman", Times, Serif;
}

/* Bilderformat*/

#Inhalt-Gallery {
	top: 60px;
	position: fixed;
	width: 83%;
	bottom: 20px;
	overflow: auto;
	z-index: 1;
	background-color: #2C2F61;
	left: 22%;
}

/* allgemeines Format*/
p {
	margin-left: 0px;
	text-align: left;
	font-family: "Times New Roman", Times, Serif;
	font-size: medium;
}

.bericht
.bericht dl {
	font-size:0.9em;
	position: fixed;
	left: 20%;
	color: #C0C0C0;
	overflow: auto;
	margin-right: 20px;
}
.bericht dl dt {
	font-family: "times new roman", serif;
	margin-bottom: 0.7em;
	font-style: italic;
	text-align: left;
	color: #C0C0C0;
	margin-left: 100px;
	margin-right: 30px;
}
.bericht dl dd {
	font-family: "Times New Roman", Times, Serif;
	font-style: italic;
	text-align: left;
	color: #CCCCCC;
	margin-left: 100px;
	margin-right: 30px;
	font-size: 1.1em;
}
.bericht dl dd:first-letter {
	font-weight: bolder;
	color: #800000;
	font-size: 1.3em;
}
#trauer {
	background: #FFFFFF no-repeat center;
	top: 90px;
	position: fixed;
	left: 25%;
	width: 65%;
	bottom: 60px;
	overflow: auto;
	color: #000000;
	font-style: italic;
	text-align: center;
}
#Weih_Silv_Ostern {
	font-style: italic;
	font: normal normal bolder 3em "Fraktur BT";
	background: #2C2F61 no-repeat center;
	top: 90px;
	position: fixed;
	left: 20%;
	width: 80%;
	bottom: 60px;
	overflow: auto;
	color: #FFFF99;
	text-align: center;
	margin-left: 5px;
}
	


