/* Allgemeines */
body {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-size: 0.8em;*/
	margin: 0;
	padding: 0;
}

td {
	/*font-size: 0.9em;*/
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, p, #menu_main ul, #menu_main li, a, hr, form {
	margin:0;
	padding:0;
}

textarea, input,.button {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Seitenlayout*/

.rechts {
	float: right;
}

hr {
	display: none;
}

.unsichtbar {
	display:none;
}

/*Textformatierung*/

#maincontent p, #maincontent li {
  padding-bottom: 10px;
  line-height: 19px;
}

/* Überschrift auf Hauptseite */
#maincontent h2 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#maincontent h3 {
	font-size: 13px;
	clear: left;
}

/* Tabellen -> Sichtbare Tabellen */

.stable {
	margin: 8px 0 10px 0;
	padding: 0;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;

	font-size: 13px;
	text-align: left;
	vertical-align: top;
	line-height: 19px;
}

.stable th {
	margin: 0;
	border: 1px solid #CCD2D2;
	padding: 5px;
	background: #F5F7F7;

	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.stable td {
	margin: 0;
	border: 1px solid #CCD2D2;
	padding: 5px;
	background: #F5F7F7;

	text-align: left;
	vertical-align: top;
}

.stable img {
	margin: 0;
	padding: 0;
}

/* Tabellen -> Unsichtbare Tabellen */

.unstable {
	margin: 8px 0 10px 0;
	padding: 0;
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;

	font-size: 13px;
	text-align: left;
	vertical-align: top;
	line-height: 19px;
}

.unstable th {
	margin: 0;
	padding: 0;
	width: 50%;

	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.unstable td {
	margin: 0;
	padding: 0 0 10px 20px;
	width: 50%;

	text-align: left;
	vertical-align: top;
}

/* Tabellen -> Mitgliedsbeiträge */

.mitglieder {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 13px;
	text-align: middle;
	vertical-align: top;
	line-height: 19px;
}

.mitglieder th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.mitglieder td {

	margin: 0;
	padding: 0 0 10px 10px;
	text-align: left;
	vertical-align: top;
}

/* Bilder */
img {
	border: 0;
	margin: 0;
	padding: 0;
}

.limg {
	border: 1px solid #555555;
	float: left;
	margin: 10px 20px 20px 0;
	padding: 0;
}

.rimg {
	border: 1px solid #555555;
	float: right;
	margin: 10px 0 20px 20px;
	padding: 0;
}

/* News */
#maincontent h5 {
	margin: 0px;
	font-size: 14px;
	/*text-decoration:underline;*/
	clear: left;
}

#pageflip {
	text-align: right;
	margin-bottom: 10px;
	clear: left;
}

/* Highlights */

#home_highlights {
	text-align: justify;
	width: 160px;
	padding: 5px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#home_highlights a {
	text-decoration: none;
}

.highlights_title {
	font-weight: bold;
	font-variant: small-caps;
}

.highlights_news {
	font-style: italic;
	font-size: 11px;
}

/* Ergebnisse */

#home_ergebnisse {
	text-align: center !important;
	background-color: transparent;
	padding: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 160px;
}

.ergebnisse_title {
	font-weight: bold;
	padding-bottom: 5px;
	width: 160px;
}

/* Termine */

#home_termine {
	background-color: transparent;
	padding: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	width: 160px;
}

.home_termine_title {
	font-weight: bold;
	padding-bottom: 5px;
	width: 160px;
}

/* Ergebnisse: Tabellen */
.ergebnisse {
	border-collapse: collapse;
}

.ergebnisse th {
	margin: 0;
	padding: 5px;
	border-top: 1px solid #CCD2D2;
}
.ergebnisse_first th {
	border-top: 0 !important;
}
.ergebnisse td {
	margin: 0;
	padding: 5px;
	text-align: left;
}

.ergebnisse hr {
	display: inline;
}

.ergebnisse_won {
	color: green !important;
}

.ergebnisse_lost {
	color: red !important;
}

.ergebnisse_bericht {
	font-size: 90%;
	font-style: italic;
}

.bericht_autor {
	font-style: italic;
	text-align: right;
}

/* Kalender */

.mannschaft_kalender {
	float: right;
}

.mannschaft_kalender_year {
	border: 1px solid #555555;
}

table.calendar td, th {
	text-align: center;
	padding: 0;
}
table.calendar th {
	height: 8px; font-size: 7pt;
}
table.calendar td {
	width: 17px; height: 8px; font-size: 9pt !important;
}
.calendar-month {
	font-weight: bold; margin-top: 3px; font-size: 12pt; text-align: center;
}
.calendar-month a{
	text-decoration: none
}
table.calendar th.dayofweek {
	color: #3333CC; text-align: center;
}
table.calendar td.linked-day {
	font-size: 11pt; background: #FFDB40;
}