body {
	margin: 0px;
	font-family: Arial,"Liberation Sans",Tahoma,"Century Gothic",sans-serif;
	font-size: 13px;
	text-align: center;
	background-color: rgb(112, 165, 204);
}

body.index .menucontainer #index, body.index .menucontainer #index a,
body.training .menucontainer #training, body.training .menucontainer #training a,
body.schnuppertraining .menucontainer #schnuppertraining, body.schnuppertraining .menucontainer #schnuppertraining a,
body.termine .menucontainer #termine, body.termine .menucontainer #termine a,
body.fotogalerien .menucontainer #fotogalerien, body.fotogalerien .menucontainer #fotogalerien a,
body.download .menucontainer #download, body.download .menucontainer #download a,
body.linksvereine .menucontainer #linksvereine, body.linksvereine .menucontainer #linksvereine a,
body.gaestebuch .menucontainer #gaestebuch, body.gaestebuch .menucontainer #gaestebuch a,
body.presse .menucontainer #presse, body.presse .menucontainer #presse a,
body.sponsoren .menucontainer #sponsoren, body.sponsoren .menucontainer #sponsoren a,
body.vorstand .menucontainer #vorstand, body.vorstand .menucontainer #vorstand a,
body.kontakt .menucontainer #kontakt, body.kontakt .menucontainer #kontakt a,
body.impressum .menucontainer #impressum, body.impressum .menucontainer #impressum a
{
	background: #ffd600;
}

body.news .menucontainer #news, body.news .menucontainer #news a
{
	background: #ffd600;
	background-image: url(images/NewsUpdate.gif);
	background-repeat: no-repeat;
	background-position: 50px 8px;
}

#news {
	background-image: url(images/NewsUpdate.gif);
	background-repeat: no-repeat;
	background-position: 50px 8px;
}

h1 {
	font-size: 20px;
	color: #000000;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	color: #000000;
}
h3 {
	font-size: 16px;
	color: #000000;
}
h4 {
	font-size: 14px;
	color: #000000;
}
code {
	font-size: 14px;
	color: #0000ff;
}
pre {
	padding: 5px;
	font-size: 14px;
	color: #0000ff;
}
a:link, a:visited, a:active, a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #0000ff;
	font-size: 12px;
}
a:active, a:hover {
	color: #009999;
}
a.menu {
	border-top: 1px solid #ffa500; /* Rahmenstärke + -farbe Menuepunkte */
	padding: 3px;                  /* Höhe Menuepunkte */
	display: block;
/*	text-align: center;*/
/*	color: #eeeeee;*/
	text-decoration: none;
}
a.menu:link, a.menu:visited {
	color: #000000; /* #f0f0f0; Textfarbe */
	background-color: white; /*orange; */
	text-decoration: none;
	font-weight: bold;
}
a.menu:active, a.menu:hover {
	color: #000000; /*#737994; */
	font-weight: bold;
	background-color: #AAF;
}
.menutitle {
	margin: 2px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
.menucontainer {
	font-family: Arial,"Liberation Sans",Tahoma,"Century Gothic",sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #ffa500; /* Rahmenstärke + -farbe Menuepunkte */
	margin-top: 25px;
	margin-left: 10px;                /* Abstand des gesamten Menues oben und links */
	background-color: #A0A0A0;
	width: 136px;             /* Breite Menuezeilen und Trennlinien */
}
.contentAll { /* gesamter Inhalt inkl. Titel, Menue ... */
	position: relative; /* Achtung: falls nicht relative, dann alle Bezüge auf nächstes Vorfahrenelement != static */
	min-height: 1250px; /* Gesamthöhe Seite, Achtung content ist 100px weniger */
	border: 1px solid rgb(128, 128, 128);
	margin: 0px auto;
	background-color: rgb(255,255,255);
	width: 890px;
	text-align: left;
}
#title { /* Titelzeile */
	position: relative; /* Achtung: falls nicht relative, dann alle Bezüge auf nächstes Vorfahrenelement != static */
	z-index:1; /* sonst ist Vereinswappen von content überlagert */
	border-bottom: 1px solid rgb(128, 128, 128);
	padding: 5px;
	height: 90px;
	background-color: rgb(27, 63, 139);/*#194a85;/*005400;*/
/*	background-image:url(images/titleback.jpg); background-repeat:repeat-x;*/
}
#left { /* Menue */
	position: relative; /* Achtung: falls nicht relative, dann alle Bezüge auf nächstes Vorfahrenelement != static */
	background-color: rgb(255,255,255);
	width: 158px;
	float: left;
}
#content { /* Inhalt */
	position: relative; /* Achtung: falls nicht relative, dann alle Bezüge auf nächstes Vorfahrenelement != static */
	min-height: 1150px; /* Gesamthöhe Seite, Achtung contentAll ist 100px mehr */
	border: 1px solid #efeff7;
	padding: 0px 10px;
	background-color: rgb(255,255,255);
	width: 710px;
	float: right;
}

/* Definitionen für Termine */
.tabDSB {
	height:20px;
	background-color:rgb(255, 245, 177); /* Zellenhintergrund */
}
.tabDBSV {
	height:20px;
	background-color:rgb(140, 255, 204); /* Zellenhintergrund */
}
.tabKruSoTu {
	height:20px;
	background-color:rgb(255, 225,   0); /* Zellenhintergrund */
}
.tabMonat {
	height:20px;
	background-color:rgb(112, 165, 204); /* Zellenhintergrund */
}
.dist {
	margin-left:5px;
}
