@import url(menu.css);

/*** Allgemeine Bezeichner              ***/

.error {
	color: Red;
	background-color: transparent;
	font-weight: bolder;
	margin: 20px 20px 20px 20px;
}

.error a {
	color: Blue;
}

.error a:hover {
	color: Black;
}

.info {
	color: Green;
	background-color: transparent;
	font-weight: bolder;
	margin: 5px 5px 5px 5px;
}

.docinfo {
	font-size: smaller;
	margin-left: 3px;
}

.buttons {
  text-align: center;
  clear: left;
  margin-top: 5px;
}

.feld {
/*	height: 25px;*/
}

.feldname {
	width: 120px;
	text-align: right;
	font-style: italic;
	margin-right: 10px;
	float: left;
	clear: left;
}

.felddaten {
	text-align: left;
	margin-left: 130px;
}


/*** Standardelemente                   ***/

body {
	color: Black;
	background-color: #d3d9d6;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	margin: 15px auto 15px auto;
}

table thead,
table tfoot {
	background-color: #d3d9d6;
	border-bottom: thin solid Black;
	border-top: thin solid Black;
}

table thead {
	text-align: left;
}
	
table thead a {
	text-decoration: none;
}

table tfoot {
	font-size: smaller;
	font-style: italic;
	text-align: right;
}

td, th {
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
}

form {
	margin-top: 10px;
	margin-bottom: 10px;
}


/*** Grundlayout                        ***/

/* Kopfzeile */

div#head {
	color: White;
	background-color: Navy;
	width: 90%;
	height: 100px;
	left: 5%;
	top: 0px;
	position: fixed;
	z-index: 5;
	vertical-align: top;
	text-align: right;
	font-size: x-small;
}

div#head a {
	color: White;
}

div#head span.image {
	float: left;
}

div#head div.headcontact {
	margin-right: 5px;
	margin-top: 5px;
}

div#head div.masthead {
	margin-right: 5px;
	margin-bottom: 5px;
	bottom: 0px;
}

/* Fußzeile */

div#pagefoot {
	color: Black;
	background-color: #d3d9d6;
	font-size: x-small;
	margin-top: 15px;
	height: 15px;
	padding: 2px 5px 2px 2px;
	clear: both;
}

div.standardchecks {
	float: left;
}

div.counter {
	text-align: right;
}	
	
div.counter span.stand {
	font-weight: bold;
	font-stretch: wider;
}

/* Inhalt */

div#container {
	color: Black;
	background-color: #ffffcc;
	width: 90%;
	left: 5%;
	top: 102px;
	padding-bottom: 10px;
	position: relative;
	z-index: 0;
}

div#content {
	z-index: 0;
	text-align: justify;
	margin-top: 20px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Newsbox */

div#newsbox {
	color: Navy;
	background-color: #9999cc;
	width: 300px;
	font-size: smaller;
	z-index: 0;
	float: right;
	padding: 3px 5px 5px 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	right: -10px;
	top: -6px;
	position: relative;
}

div#newsbox a {
	color: Navy;
}

table.nextevents {
	margin: 0px 0px 0px 0px;
}

table.nextevents td {
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
}


/*** Allgemeine klassifizierte Elemente ***/

h1.pagetitle {
	color: Black;
	background-color: transparent;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
}

table tr.zeile1 {
	background-color: transparent;
}

table tr.zeile2 {
	background-color: #CCFFCC;
}

tr.subheader {
	background-color: Silver;
	font-weight: bold;
}

td.rowtitle {
	font-style: italic;
}


/*** spezielle Elemente                 ***/

/* News */

div.news {
	border: thin solid Black;
	font-size: smaller;
	margin-top: 10px;
}

div.news h3 {
	background-color: Silver;
	font-size: small;
	font-style: italic;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.news div.entry,
div.news div.entry_sticky,
div.news div.entry_zeile2,
div.news div.entry_sticky_zeile2 {
	padding: 10px 5px 3px 5px;
}

div.news div.entry_zeile2,
div.news div.entry_sticky_zeile2 {
	background-color: #CCFFCC;
}

div.news div.date {
	font-weight: bolder;
	margin-right: 10px;
	float: left;
}

div.news div.text {
	margin-left: 100px;
	position: relative;
}

div.news div.text h3 {
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 3px;
}

div.news div.text span.marked {
	font-weight: bold;
}

div.news ul,
div.news div.text p {
	margin-bottom: 5px;
	margin-top: 5px;
}


/* Contents */

div.article p {
	margin-bottom: 8px;
	margin-top: 8px;
	margin-left: 10px;
}

div.article h3 {
	margin-bottom: 10px;
}

div.home {
	text-align: center;
	width: 75%;
}

ul.leagueinfo li {
	margin-top: 3px;
	margin-bottom: 3px;
}


/* Contacts */

table.contacts {
	border: thin solid Black;
	font-size: smaller;
}

span.street,
span.phone {
	white-space: nowrap;
}

div.headcontact {
	margin-bottom: 20px;
}

div.headcontact div.title {
	margin-top: 10px;
	font-weight: bold;	
}

select.mailaddress {
	width: 320px;
}


/* Calendar */

div.calendar {
	margin-top: 10px;
}

div.month {
	float: left;
	height: 170px;
}

table.month {
	border: thin solid Black;
	font-size: smaller;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

table.month thead {
	text-align: center;
}

table.month td.used {
	color: Navy;
	background-color: Silver;
	font-weight: bold;
}

table.month td.used a:link {
	color: Navy;
}

table.events {
	font-size: smaller;
	margin-left: auto;
	margin-right: auto;
}

table.events ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* Locations */

table.locations td {
	text-align: left;
	font-size: smaller;
}

table.locations td.pic {
	text-align: center;
}


/* Leaguedates */

table.leaguedates {
	margin-left: 30px;
}

table.leaguedates thead,
table.leaguedates tfoot {
	display: none;
}

table.leaguedates tr {
	border-top-style: solid;
	border-top-width: thin;
	border-bottom-style: solid;
	border-bottom-width: thin;
	text-align: left;
}

table.leaguedates td {
	padding-bottom: 5px;
	padding-top: 5px;
}

table.leaguedates span.linked_document,
table.leaguedates span.timedisplay {
	white-space: nowrap;
}

table.leaguedates td.round {
	font-weight: bolder;
	white-space: nowrap;
}

span.document {
	display: block;
	margin-left: 0px;
	margin-right: 0px;
}


/* Links */

ul.links li {
	margin-top: 5px;
	list-style-type: none;
}

ul.links li span.info,
div.link span.info {
	margin-left: 20px;
	font-size: smaller;
	display: block;
	font-weight: normal;
	color: Black;
}

form.enter_link {
	margin-top: 30px;
}

div.newpart {
  margin-top: 25px;
}

/* Verschiedene */

form.seasonselect {
	background-color: #9999cc;
	position: fixed;
	left: 5%;
	top: 111px;
	padding: 3px 3px 3px 3px;
	font-size: smaller;
	z-index: 10;
}

select.seasonselect {
	margin-right: 5px;
}

input.uploadfile {
  width: 496px;
}

ul.documents li,
ul.rankings li {
	margin-top: 5px;
	list-style-type: none;
}

input.formvalidation {
	top: -8px;
	position: relative;
}

img.formvalidation {
	margin-top: 5px;
	margin-left: 5px;
}

/*** Administrationsbereich              ***/

/* Links */

table.admin_links {
	font-size: smaller;
}


/* Ergebnisse */

select.results {
	width: 400px;
	font-size: larger;
}

input.results {
	margin-left: 10px;
	font-size: larger;
}

fieldset {
	padding-left: 0px;
	margin-bottom: 10px;
	width: 720px;
}

legend {
	font-weight: bolder;
}

table.admin_results a,
table.admin_rankings a {
	margin-left: 20px;
}
