﻿.foo
{
	volume: medium;
}
/*

oben: CSS-Validator meckert, wenn Stylesheet mit Kommentar beginnt.

Basisfarben: blau = 39C; grün = 9C6

unten: Bei laufzeitgenerierten Element-IDs wurde auf Klassen ausgewichen (z. B. Klasse "PanelTopHeader")

*/
/*

ELEMENTE alphabetisch:

*/
html, body
{
	margin: 0px;
	background-color: white;
	font-family: Arial, Verdana, Sans-Serif;
}
h1
{
	background: #CEF;
	border-bottom: solid 1px #069;
	border-top: solid 1px #069;
	color: #069;
	line-height: normal;
	margin-top: 0px; /* ="Firefox-Hack" */
	padding-left: 5px;
}
/*
h1:first-letter
{
	color: #000;
}
*/
h2
{
	background-color: #EFC;
	border-bottom: solid 1px #693;
	border-top: solid 1px #693;
	color: #693;
	line-height: normal;
	padding-left: 5px;
}
/*
h2:first-letter
{
	color: #39C;
}
*/
h3
{
	line-height: normal;
}
input, select
{
	font-weight: bold;
}
/*

KLASSEN alphabetisch:

*/
.Brotkruemel
{
	font-size: small;
	font-weight: bold;
}
.Fehler
{
	color: Red;
}
.Grid
{
	border: solid 1px black;
	border-collapse: collapse;
	font-size: small;
	text-align: center;
	width: 100%;
}
.Grid a:link, .Grid a:visited
{
	text-decoration: none;
}
.Grid a:hover, .Grid a:active
{
	color: Red;
	text-decoration: underline;
}
.GridHeaderCell
{
	background-color: #39C;
	border: solid 1px black;
	color: White;
	font-weight: bold;
	padding: 10px;
}
.GridHeaderCell a:link, .GridHeaderCell a:visited
{
	color: White;
	text-decoration: none;
}
.GridHeaderCell a:hover, .GridHeaderCell a:active
{
	color: Yellow;
	text-decoration: underline;
}
.GridCell
{
	border: solid 1px black;
	color: Black;
	height: 60px;
	text-decoration: none;
	padding: 5px;
}
.GridAlternativeRow
{
	background-color: #EFC;
}
.GridPager
{
	background-color: #9C6;
	border: solid 1px black;
	color: Black;
	font-weight: bold;
	padding: 10px;
}
.GridPager a:link, .GridPager a:visited
{
	color: White;
	text-decoration: none;
}
.GridPager a:hover, .GridPager a:active
{
	color: Black;
	background-color: White;
	text-decoration: none;
}
.Hinweis
{
	color: #666;
	font-size: small;
}
.Hinweis a
{
	color: #999;
}
.Hinweis a:hover
{
	color: #333;
}
.ImageErstesBildSportarten
{
	border: solid 10px red;
	margin-left: 20px;
}
.ImageLogoVerlag
{
	border: solid 0px black;
	float: right;
	margin-top: 20px;
}
.ImageNotUltimateMicrobar
{
	float: left;
	margin-right: 5px;
}
.ImageSilhouette
{
	margin-left: 20px;
	margin-right: 20px;
}
.ImageStartseite
{
	border: solid 1px black;
	float: right;
	height: 300px;
	margin-left: 10px;
	width: 250px;
}
.ImageVerein
{
	border: solid 1px black;
	float: right;
}
.LabelBrotkruemel
{
	font-size: small;
}
.LabelCopyright
{
	margin-right: 15px;
}
.LabelSubHeader
{
	text-align: right;
}
.LabelTagline
{
	color: #39C;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
}
.MenuNav
{
	background-color: White;
}
.MenuNavItem
{
	background-color: White;
	border-color: White;
	border-style: solid;
	border-width: 1px;
	color: Black;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
.MenuNavHover
{
	background-color: #9C6;
	border-color: #9C6;
	color: White;
}
.MenuNavSelectedItem
{
	background-color: #39C;
	border-color: #39C;
	color: White;
	font-weight: bold;
}
.PanelCenter
{
	/* margin-top: 15px; */
	border: solid 0px yellow;
}
.PanelContainer
{
	border: solid 0px red;
	margin: 5px;
	max-width: 1000px;
	min-width: 760px;
	width: auto !important; /* ="IE6-Hack": */
	width: 760px;
}
.PanelContent
{
	background-color: #FFF;
	border: solid 0px orange;
	border-left: solid 1px Black;
	line-height: 140%;
	margin-left: 223px;
	min-height: 410px;
	height: auto !important; /* ="IE6-Hack": */
	height: 310px;
	padding: 0px 10px 7px 10px;
}
.PanelFooter
{
	border: solid 0px lime;
	border-top: double 3px black;
	font-size: small;
	height: 20px;
	margin-top: 10px;
	padding-top: 5px;
	text-align: right;
}
.PanelNav
{
	border: solid 0px Blue;
	float: left;
}
.PanelSubHeader
{
	border: solid 0px green;
	border-top: double 3px black;
	height: 20px; /*  height: 25px; */ /* margin-left: 68px;  */
	margin-top: 20px;
	vertical-align: middle;
	padding: 5px 10px 7px 0px;
}
.PanelTagline
{
	border: solid 0px purple;
	margin-left: 68px;
	margin-top: 3px;
	height: 35px;
	padding: 2px 0px 2px 0px;
	vertical-align: middle;
}
.SuchfeldLang
{
	width: 300px;
}
.Treffer
{
	background-color: Yellow;
	font-weight: bold;
}
.Unterschrift
{
	color: blue;
	font-family: Times New Roman;
	font-size: 22px;
	font-style: italic;
}

