body {
    color: black; 
    font-size: 10pt;
    font-family: Arial,sans-serif;
    margin: 0; 
	padding: 40px 0 0 0px; /* oberer Rand */
	background: white;
}

.Bildunterschrift{
	margin-bottom: 1em;
	margin-top: 0.3em;
	padding: 0;
	font-size: 10pt;
	text-align: left;
	font-style: italic;
}

.Header{
	margin: 0 auto;
	width: 929px;
	-webkit-box-shadow: 5px 5px 5px silver;
    -moz-box-shadow: 5px 5px 5px silver;
    box-shadow: 5px 5px 5px silver;	
}

div#Seite {
    margin: 30px auto;      /* standardkonforme horizontale Zentrierung */
    width: 929px;
    background: white;
	border-top: 15px solid #036;	
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	-webkit-box-shadow: 5px 5px 5px silver;
    -moz-box-shadow: 5px 5px 5px silver;
    box-shadow: 5px 5px 5px #silver;	
}

div#SeiteInnen {
    background: white;
	display: table;
	table-layout: fixed; /* Spalten passen ihre Größe nicht an */
}

div#Inhalt {
    padding: 0em 2em 2em 2em; /* oben, rechts  unten, links */
	display: table-cell;
	background: white;
}

div#HeaderKalender {
	margin: 0 auto;
	width: 1002px;
	-webkit-box-shadow: 5px 5px 5px silver;
    -moz-box-shadow: 5px 5px 5px silver;
    box-shadow: 5px 5px 5px silver;	
}	

div#SeiteKalender {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 30px auto;      /* standardkonforme horizontale Zentrierung */
    width: 1000px;
    padding: 0;
    background: white;
	border-top: 15px solid #036;	
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	border-left: 1px solid #036;
	-webkit-box-shadow: 5px 5px 5px silver;
    -moz-box-shadow: 5px 5px 5px silver;
    box-shadow: 5px 5px 5px #silver;	
}

div#SeiteInnenKalender {
    text-align: left;   
    width: 930px;
	margin-left: 15px;
	background: white;
}

 h1 {
    font-size: 24pt;
    margin: 0; 
	padding: 0 0 0 0;
    text-align: left;
    background: white;    
	color: #21419C;
}
  
div#Inhalt h2 {
    font-size: 14pt;
	padding: 0px;
    color: #036;
}
  
div#Inhalt h3 {
    font-size: 12pt;
    margin: 16pt 0pt 8pt 0pt;
    color: #036;
}

div#Inhalt h4 {
    font-size: 10pt;
    margin: 10pt 0pt 2pt 0pt;
    color: #036;
}

#navcontainer { 
	width: 215px;
	background: #036;
	display:table-cell;
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	font-family: arial, Helvetica, sans-serif;
    font-size: 10pt;
	font-weight: bold;
}

#navcontainer li { 
	border-top: 1px solid white;
	list-style-type: none;
}

/* letztes Element mit weißer Linie als Bottom */
li.navcontainer_letztes_element {
	border-bottom: 1px solid white;
}

li.navcontainer_farbblock_ende {
	border-bottom: 40px solid #036;
}

#navcontainer a {
	display: block;
	padding: 5px 20px;
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#navcontainer a:hover {
    color: black; 
	background-color: #FFD535;
	text-decoration: none;
}

#navcontainer ul ul li { 
}

#navcontainer ul ul a {
	display:block;
	padding: 5px 5px 5px 35px;
	background-color: #369;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
    color: black; 
	background-color: #FFD535;
	text-decoration: none;
}

div#Inhalt p {
    font-size: 1em;
    margin: 1em 0;
}

p#Fusszeile  {
    clear: both;
    font-size: 0.83em;
    margin: 0; 
	padding: 0.1em;
    text-align: center;
    border-top: 1px solid white;
	color: white; 
	background-color: #036;
}
	
.Tabelle {
	border: 1px solid gray;
	background-color: #efefef;
	border-collapse:collapse;
	font-size: 9pt;
	margin: 6pt 0pt 6pt 0pt;
}
	
.Tabelle th {
	font-weight: bold;
	border: 1px solid gray;
	padding: 5px 5px 5px 5px;
}
	
.Tabelle td {
	border: 1px solid gray;
	padding: 5px 5px 5px 5px;
}

hr#Linie {
	height: 1px;
	color: silver;
	background-color: silver;
	border: 0px;
}	

hr#LinieBlau {
	height: 1px;
	color: #036;
	background-color: #036;
	border: 0px;
}	


hr#LinieBlauUnten {
    clear: both;	/*Float aufheben, unten anordnen */
	height: 15px;
	color: #036;
	background-color: #036;
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

img#Logo {
	position: absolute;
	padding-top: 1px;
	padding-left: 10px;
    width: 200px;
	z-index: 2;
}

img#Netz {
	position: relative;
    width: 929px;
	z-index: 1;
	vertical-align: middle;
}

.BildMitUnterschrift {
	margin-top: 1em;
	border: 1px solid silver;
	width: 630px;
	}

img#LogoKalender {
	position: absolute;
	padding-top: 5px;
	padding-left: 10px;
    width: 200px;
	z-index: 2;
}

img#KopfbildKalender {
	position: relative;
    width: 1002px;
	z-index: 1;
	vertical-align: middle;
}
	
img#Spielort {
	float: right;
	border: 1px solid silver;
	width: 200px;
}

div.Portraet {
	float: right;
	width: 120px;
	margin-left: 4em;
	font-style: italic;
	text-align: center;
}

img.Portraet {
	width: 120px;
	border: 1px solid silver;
}

div.Kalender {
	float: right;
	width: 250px;
	margin-left: 2em;
	font-style: italic;
	text-align: center;
}

img#Kalender {
	width: 100%;
	border: 1px solid black;
}

#Liste {
	margin: 0 0 0.5em 0.2em; 	/*Abstand unten und links zum Bullet*/
}

.Begegnungstabelle {
	border: 1px solid white;
	background-color: #efefef;
	border-collapse: collapse;
	font-size: 9pt;
	margin: 6pt 0pt 6pt 0pt;
	width: 650px;
}

.Begegnungstabelle th {
	font-weight: bold;
	border: 1px solid white;
	padding: 5px 5px 5px 3px;
	text-align: left;

}

.Begegnungstabelle td {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: auto;
	padding: 5px 5px 5px 5px;
	}

.Ergebnistabelle {
	border: 1px solid white;
	background-color: #efefef;
	border-collapse: collapse;
	font-size: 9pt;
	margin: 6pt 0pt 6pt 0pt;
	width: 650px;
}
	
.Ergebnistabelle th {
	font-weight: bold;
	text-align: left;
	border: 1px solid white;
	padding: 5px 5px 5px 5px;

}

.Ergebnistabelle td {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	width: auto;
	padding: 5px 5px 5px 5px;
}

.Disziplin {
	font-weight: bold;
}
	
.Spieler1 {
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: none;
	padding: 5px 7px 5px 7px;
	width: auto;
	text-align: right;
}

.Mannschaft1 {
	border-left: 1px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: none;
	padding: 5px 7px 5px 7px;
	width: auto;
	text-align: right;
	font-weight: bold;
}

.Mannschaft2 {
	border-left: none;
	border-right: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 5px 7px 5px 7px;
	width: auto;
	text-align: left;
	font-weight:bold;
}

.Versus {
	border-left: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	border-right: none;
	padding: 5px 7px 5px 7px;
	width: auto;
	text-align: center;
}

.Spieler2 {
	border-left: none;
	border-right: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 5px 7px 5px 7px;
	width: auto;
	text-align: left;
}

.Satzergebnis {
	border: 1px solid white;
	padding: 5px 5px 5px 5px;
	width: auto;
	text-align: left;
}

.zentriert {
	text-align: center
}

.Doppelpunkt {
    padding-left: 0px;
	text-align: center;
	padding-right: 0px;
}

.PunkteLinks {
	text-align: right;
	padding-right: 1px;
	border-left: 1px solid white;
}

.PunkteRechts {
	border-left: none;
	text-align: left;
}

.keinPadding {
	padding-left: 0px;
	padding-right: 0px;
}

.umrahmt {
	border: 1px solid white;
	padding: 5px 5px 5px 5px;
}
