/* Elemente-StyleSheets */
BODY {
	color: Black;
	background-color: white;
	font-family: sans-serif;
	font-size: medium;
	margin: 0px 0px 0px 0px;
}
A {
	background-color: #87CEEB;
	text-decoration: none;
	display: none;
}
A.aktiv
{
	background-color: Blue;
	text-decoration: underline;
	display: none;
}
A.inaktiv
{
	background-color: Silver;
	color: gray;
	text-decoration: line-through;
	display: none;
}
A.passiv
{
	background-color: white;
	color: black;
	display: none;
}

/* Layout-StyleSheets */

#header {
	background-color: white;
	min-width: 600px;
}

#content {
	min-width: 640px;
	padding: 1px 1px 1px 1px;
}

#footer {
	font-family: sans-serif;
	background-color: White;
	min-width: 640px;
	font-size: 9pt;
	display: none;
}

/* ########## Komponenten-Style-Sheets ########## */

/* ____ Komponenten des Headers _____ */
#sitename {
	position: relative;
	padding-left: 10pt;
	font-size: 18pt;
}

#Subsitename {
	position: relative;
	font-size: 10pt;
	padding-left: 10pt;
}

#logo1 {
	display: none;
	}

#logo2 {
	display: none;
	}

/* ____ Komponenten des Contentbereiches _____ */
#pagename {
	position: relative;
	padding-left: 10pt;
	font-weight: 700;
	top: 0.3em;
	font-size: 18pt;
	padding-bottom: 14pt;
}

#kriterienzeile
{
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: 2px;
}

#navigation {
	display: none;
}

#formular {
	position: relative;
	left: 0.5em;
	margin-right: 1em;
	}

#krit1{
	min-width:220px;
	padding-left: 0.5em;
	float: left;	
	display: none;
}

#krit2{
	float: left;	
	left: 40%;
	min-width:220px;
	display: none;
}

#krit3{
	float: none;	
	left: 70%;
	min-width:220px;
	display: none;
}

#formularfunktionen{
	left: 40%;
	display: none;
}

.beschriftung{
	color: black;
	float: left;
}

input:focus, input:hover{
	background-color: Yellow;
	display: none;
}

select:focus, select:hover{
	background-color: Yellow;
	display: none;
}

form{
	left: 0.5em;
	display: none;
}

/* ____ Komponenten des Footers _____ */
#impressum {
	top: 0.5em;
	left: 0.5em;
	line-height: 150%;
	float:left;
	margin-right: 2em;
	margin-left: 0.5em;
	}

#datumBSNW {
	top: 0.5em;
	line-height: 150%;
	float:left;
	margin-right: 2em;
	}

#datumLSB {
	top: 0.5em;
	line-height: 150%;
	float:left;
	margin-right: 2em;
	}

#styleswitcher {
	top: 0.5em;
	line-height: 150%;
	float: none;
	color: White;
	display: none;
	background-color: transparent;
}

#Ergebnisanzahl
{
	padding-bottom: 20pt;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.Ort
{
	font-size: 14pt;
	font-weight: 700;
	background-color: #D6D6D6;
}

.Verein
{
	font-size: 12pt;
	font-weight: 700;
}

.Titel
{
	font-style: italic;
}

.Termin
{
	font-style: italic;
}

.Kontakt
{
	border-bottom-color: Gray;
	border-bottom-style: groove;
	border-bottom-width: thick;
}

