/* CSS Document */

 body  {
	font: 85% Arial, Helvetica, sans-serif;
	background: #E9E9E9;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}

.clear {clear: both; display: block; overflow: hidden; width: 0; height: 0; line-height: 0; font-size: 0; float: none;}

#container {
	margin-left			: auto;
	margin-right		: auto;
	width				: 955px;
	background			: #FFFFFF;
	text-align			: left;
	border				: 1px solid #000000;
}

#sidebar1 , #sidebar2, #mainContent{
	display				: inline;
	float				: left;
	/*margin-left			: 10px;*/
	/*margin-right		: 10px;*/
}

#mainContent p a {
  text-decoration: none;
  color: #696969;
}

#mainContent p a:hover {
  border-bottom: 1px dotted #000000;
}


#sidebar1 {
	width: 163px;
	background: #78769C;
	padding: 30px 0px 15px 3px;
}

#sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar1 li {
	display: inline;
	width: 166px;
	float: right;
}
#sidebar1 li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-align: right;
	text-decoration: none;
	background-position: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2DA27;
	display: block;
	line-height: 16px;
	padding-top: 3px;
	width: 166px;
	height: 20px;
	padding-left: 0px;
	text-transform: uppercase;
}
#sidebar1 li a:hover {
	color: #CCCCCC;
}

#sidebar1 .aktiv1 {
	color: #CCCCCC;
}

#sidebar1 li.second a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	text-align: right;
	text-decoration: none;
	background-position: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F2DA27;
	display: block;
	line-height: 16px;
	padding-top: 3px;
	width: 166px;
	height: 20px;
	padding-left: 0px;
	text-transform: none;
	background-color: #CCCCCC;
}
#sidebar1 li.second a:hover {
	color: #990000;
}

#sidebar1 .aktiv2 {
	color: #990000;
}

#sidebar2 {
	width: 155px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #FFFFFF; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 16px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #2A2A62;
	font-size: 75%;
    }
#sidebar2 a {
	color: #2A2A62;
}
#mainContent { 
	width: 587px;
	padding-left: 10px;
	padding-right: 10px;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
  	float: right;
   	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
   	float: left;
   	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
   	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.stadtlauf {
	color: #2A2A62;
	background-color: #F2DA27;
	display: block;
	margin: 0px;
	padding: 3px 0px 0px;
}
h1 {
	font-size: 12pt;
	color: #990000;
	padding-top: 10px;
	padding-bottom: 1px;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


h2 {
	font-size: 10pt;
	font-style: italic;
	color: #333333;
}

h3 {
	font-size: 9pt;
	text-transform: uppercase;
	color: #990000;
}



#navi {
	background-color: #990000;
	height: 25px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display				: inline;
	float				: left;
	width: 940px;
}

#navi ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navi li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#navi a {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 8pt;
}

#navi a:hover {
	color: #999999;
	background-image: url(pfeile.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-size: 8pt;
}

/*
#navi a:visited {
	color: #CCCCCC;
	font-size: 8pt;
}
*/

.badminton {
	background: #DDDDDD url(headbadminton.gif) no-repeat;
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 154px;
}

.index {
	background: #DDDDDD url(headindex.gif) no-repeat;
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 154px;
}

.bogen {
	background: #DDDDDD url(headbogen.gif) no-repeat;
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 154px;
}

.handball {
	background: #DDDDDD url(headhandball.gif) no-repeat;
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 154px;
}

.leichtatlethik {
	background: #DDDDDD url(headleichtatlethik.gif) no-repeat;
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 154px;
}

.tt {
	background: #DDDDDD url(headtt.gif) no-repeat;
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 154px;
}

.turnen {
	background: #DDDDDD url(headturnen.gif) no-repeat;
	padding: 0 10px 0 20px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	height: 154px;
}



/**
 * Modul WYSIWYGImage, Wysiwyg-Text mit Bild/Bildergalerie
 */
div.wysiwygimg {}
/* ----- Hack only for IE 7 ----- */
*+html div.wysiwygimg {overflow:hidden;}

.wysiwygimg .wysiwygimgclear {clear:both; display:block; font-size:1px; line-height:0px; margin:0; padding:0; position:relative;}

/* Text */
.wysiwygimg .wysiwygimgtext {}

/* Bild und Link */
.wysiwygimg img.wysiwygimg {border:0; margin:1px;}
.wysiwygimg img.wysiwygimg {border:solid 5px #f5f5f5; padding:1px;}
.wysiwygimg a.wysiwygimg img {border:0;padding:0px;vertical-align:top; margin:1px;}

.wysiwygimg a.wysiwygimg, .wysiwygimg a.wysiwygimg:link {border:solid 5px #f6f6f6; display:table; display:inline-block; line-height:0.0em;}
.wysiwygimg a.wysiwygimg:visited {}
.wysiwygimg a.wysiwygimg:hover {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:focus {border:solid 5px #e4e4e4;}
.wysiwygimg a.wysiwygimg:active {border:solid 5px #e4e4e4;}

/* Bildunterschrift */
.wysiwygimg .wysiwygimgtitle {color:#666; font-size:0.8em; font-style:italic; margin:2px 0px;}

/* Wrapper-Classe um Bild und Bildunterschrift*/
.wysiwygimg .wysiwygimgwrap {}

/* Bild links im Text (Textumfluss) */
.wysiwygimg .wysiwygimgleft {float:left; margin:0 1.0em 0 0;}

/* Bild rechts im Text (Textumfluss) */
.wysiwygimg .wysiwygimgright {float: right; margin:0 0 0 1.0em;}

/* Bild oben links */
.wysiwygimg .wysiwygimgtopleft {float:left; margin-bottom:0.5em;}

/* Bild oben rechts */
.wysiwygimg .wysiwygimgtopright {float:right; margin-bottom:0.5em;}

/* Bild oben mittig */
.wysiwygimg .wysiwygimgtopcenter {margin-bottom:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgtopcenter a.wysiwygimg {margin:0 auto;}

/* Bild unten links */
.wysiwygimg .wysiwygimgbottomleft {float:left; margin-top:0.5em;}

/* Bild unten rechts */
.wysiwygimg .wysiwygimgbottomright {float:right; margin-top:0.5em;}

/* Bild unten mittig */
.wysiwygimg .wysiwygimgbottomcenter {margin-top:0.5em; text-align:center;}
.wysiwygimg .wysiwygimgbottomcenter a.wysiwygimg {margin:0 auto;}
.wysiwygimg .wysiwygimgbottomcenter img.wysiwygimg {margin:0 auto;}

/* Für Bilder links/rechts vom Text  */
.wysiwygimg table {border-spacing: 0px; font-size:1.0em;}
.wysiwygimg td {vertical-align:top; font-size:1.0em;}

/* Bild links vom Text */
.wysiwygimg td.wysiwygimgleftcol {padding-right:1.0em;}

/* Bild rechts vom Text */
.wysiwygimg td.wysiwygimgrightcol {padding-left:1.0em;}


// Links

// Falls Linkbezeichnung neue Zeile (Einleitungstext als eigener Absatz)
p.extlink_preface {
  margin: 0;
  padding: 0 0 0.5em 0;
}

// Falls Linkbezeichnung nicht in neue Zeile (Einleitungstext und Link zusammen als Absatz)
p.extlink_block {

}

// Auszeichnung für den Link (um hover etc. ergänzen)
a.extlink_link {
  text-decoration: underline;
}

/* JAOS Milkbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

.galerie_thumbnail{
	float: left;
  background: #666666;
  margin: 8px;
	height: 130px;
	width: 130px;
}

/* ls=landscape-Format der Thumbs */
.ls img{
	/*height: 112px;
	width: 150px;*/
	margin: 25px 4px;
	border: 1px solid #fff;
}
/* pt=portrait-Format der Thumbs */
.pt img{
	/*height: 150px;
	width: 112px;*/
	margin: 4px 25px;
	border: 1px solid #fff;
}








.daten { 
	/* width: 100%; */
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 10px;
}
/*
.daten caption { 
	margin-top: 130px;
	padding: 8px 8px;
	font-size: 1.1em;
	font-weight: bold;
	color: #A5826A;
	background-color: #e8dfd8;
	border: 1px solid #A5826A;
	text-decoration: underline;
	text-align: center;
}
*/
.daten td { 
	border: 1px solid #A5826A;
	padding: 3px;
	/* text-align: center; */
	vertical-align: top;
}

.daten th { 
	border: 1px solid #A5826A;
	padding: 8px 3px;
	text-align: center;
	vertical-align: middle;
/*	background-color: #A5826A; */
	background-image:url(bg_excel_tab_head.jpg); 
	background-repeat:repeat-x;

	font-weight: bold;
/*	color: #ffffff; */
	color: #A5826A;
}

.daten .caption { 
	margin-top: 130px;
	padding: 8px 8px 8px 8px;
	font-size: 1.1em;
	font-weight: bold;
	height:30px;
	color: #A5826A;
	background-image:url(bg_excel_tab_head.jpg); 
	background-repeat:repeat-x;
	border: 1px solid #A5826A;
	text-decoration: underline;
	text-align: center;
}

.daten .subtitle td { 
	padding: 8px 3px;
	background-image:url(bg_excel_tab_head.jpg); 
	background-repeat:repeat-x;
	text-align: center;
	vertical-align: middle;
	color: #A5826A;
	font-weight: bold;
}

.daten .left td {
	text-align: left;
}

.daten .right td {
	text-align: right;
}

.daten tfoot td { 
	padding: 8px;
	background-image:url(bg_excel_tab_foot.jpg); 
	background-repeat:repeat-x;
	color: #A5826A;
	font-weight: bold;
}

