a {
	color: #2F4F4F;
	font-size: 15px;
	text-decoration: none;
}

*.hell {
	color: #003333;
	text-decoration: none;
}

*.unterstrichen  {
	text-decoration: underline;
}



body {
	font-family: VERDANA,ARIAL,HELVETICA;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #669900;
	font-size: 15px;
}

body.menue {
      margin-top: 0px;
      margin-bottom: 0px;
}

/* TSVBerlin- Überschrift in der oberen Menüleiste */
#titel {
	color: white;
	font-weight: bold;
	font-size: 16pt;
	letter-spacing: 1pt
	color:white;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;

}

*.seitenueberschrift {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: /*#ff9900*/#ff8000;
	line-height: 200%;
}


*.teilueberschrift {
	font-size: 18px;
	font-weight: bold;
	color: #ee8800;
	line-height: 150%;
	padding-top: 10px;
}


*.update {
	font-size: 10px;
	color: #2E628B;
	text-align: right;
}

*.zentriert {
	text-align: center;
}

*.hervorgehoben {
	font-size: larger;
	font-weight: bold;
}

*.zurueckgestellt {
	font-style: italic;
	font-size: x-small;
}

*.geburtstag {
	font-size: 13px;
	font-weight: bold;
	color: white;
}

*.rechts {
	text-align: right;
}
*.text {
	font-size: 14px;
	color: #FFFFFF;
}

p.eingerueckt {
	margin:0px;
	padding:0px;
	padding-left: 10px;
}

*.nachricht {
	border:thin solid red;
	background-color:white;
	color: black;
	font-weight: bold;
	text-align:center;
}

div.ausgabe  {
	margin: 10px;
	padding: 10px;
	color: black;
	background-color: /*#FFFFE0*/#99CC33;
}


/*Bildergalerie*/

img.bild  {
	height: 85%;
	border: 3px solid white;
	border-style:outset;
}

img.thumb  {
	height: 90px;
	border: 1px solid white;
}

table.bildergalerie_uebersicht  {
	margin: auto;
}

td.bildergalerie_uebersicht_1  {
	text-align: right;
	font-size:70%;
}
td.bildergalerie_uebersicht_2  {
	text-align: center;
}
td.bildergalerie_uebersicht_3  {
	text-align: left;
	font-size:70%;
}
colgroup.bildergalerie_uebersicht_1 {
	width: 25%;
}
colgroup.bildergalerie_uebersicht_2 {
	width: *;
}
colgroup.bildergalerie_uebersicht_3 {
	width: 25%;
}


table.bildergalerie_navi  {
	width:80%;
	margin: auto;
}

td.bildergalerie_navi  {
	text-align: center;

}

div.bildueberschrift  {
	text-align: center;
	margin: 5px;
}

/* interne Seiten */
a.menueintern {
	font-size: 11px;
}

a.high {
	color: #CC0000;
	font-size: 11px;
}


input.neuereintrag {
	background-color: #90EE90;
	border: medium solid #CC0000;
	font-weight: bold;
}



table.pinnwand {
	margin: auto;
	width: 80%;
	border: thin none Black;
	font-size: smaller;
	table-layout:fixed;

}


div.banner_intern {
	background-color:#99CC33;
	border:thin solid #CC0000;
	text-align:center;
	color:#CC0000;
	padding:5px;
}

div.banner_admin  {
	background-color:white;
	border:thin solid red;
	text-align:center;
	color:red;
	font-size:x-small;
}

div.banner_bearbeitungsmodus  {
	/*position:fixed;
	top:0px;
	left:0px;*/
	background-color:#80FFFF;
	border:thin solid blue;
	text-align:center;
	color:#800000;
	font-size:smaller;
}

a.banner_admin  {
	font-size:x-small;
}

/*Adressliste*/

*.hhell {
	background-color: #FFFFE0;
}

*.hhell2 {
	background-color: #F0F0D5;
}

div.freund {
	font-size: 7pt;
	margin: 0px;
}

*.freund  {
	font-style: italic;
}

*.ex  {
	font-style: italic;
	color: red;
}




table.adressliste_menue {
	margin: auto;
	width:100%;
}

table.adressliste {
	font-size: 7pt;
	width:100%;

}

td.adressliste  {
	white-space: nowrap;
}

th.adressliste  {
	white-space: nowrap;
	text-align: left;
}

/*Menüleiste internes Menü */

table.internes_menue {
	width: 100%;
}

td.internes_menue {
	color: #333333;
	font-size: 11px;
	padding: 3px;
	spacing: 3px;
	text-align: center;
}

td.nr1  {
	background-color: #99CC33;
}

td.nr2  {
	background-color: #99CC33;
}

td.nr3  {
	background-color: #99CC33;
}

td.nr4  {
	background-color: #99CC33;
}

td.nr5  {
	background-color: #99CC33;
}

td.nr6  {
	background-color: #99CC33;
}

/*Finanzen */

table.tabelle_mitgliedsbeitraege  {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width:80%;
}

colgroup.tabelle_mitgliedsbeitraege_0 {
	width:30%;
}

colgroup.tabelle_mitgliedsbeitraege_1 {
	width:*;
}

td.tabelle_mitgliedsbeitraege_0  {
	text-align: left;
	vertical-align: top;
	border: thin solid black;
}

td.tabelle_mitgliedsbeitraege_1  {
	text-align: left;
	vertical-align: top;
	border: thin solid black;
}

*.gold  {
	background-color: gold;
}

*.silber {
	background-color: silver;
}

*.bronze {
	background-color: #FF9900;
}

/*Einstellungen- Tabelle */
table.tabelle_einstellungen  {
	margin: auto;
	width:90%;
}

colgroup.tabelle_einstellungen_0  {
	width:5%;
}

colgroup.tabelle_einstellungen_1  {
	width:30%;
}

colgroup.tabelle_einstellungen_2  {
	width:30%;
}

colgroup.tabelle_einstellungen_3  {
	width:*;
}

td.tabelle_einstellungen_0 {
	text-align: center;
}
td.tabelle_einstellungen_1 {
	text-align: center;
}
td.tabelle_einstellungen_2 {
	text-align: center;
}
td.tabelle_einstellungen_3 {
	text-align: center;
}

input.tabelle_einstellungen_0  {
	width: 100%;
	background-color: #eeeeee;
}

input.tabelle_einstellungen_1  {
	width: 100%;
}

input.tabelle_einstellungen_2  {
	width: 100%;
}

input.tabelle_einstellungen_3  {
	width: 100%;
}

/* Kalender */
table.kalender  {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

colgroup.kalender_0  {
	width: 10%;
}

colgroup.kalender_1  {
	width: *;
}

colgroup.kalender_2  {
	width: 10%;
}

td.kalender_0 {
	vertical-align: top;
	text-align: left;
	font-size: smaller;
}

td.kalender_1 {
	vertical-align: top;
	text-align: center;
	margin: auto;
}

td.kalender_2 {
	vertical-align: top;
	font-size: smaller;
}

#Passwd   {
	visibility: hidden;
	height: 0px;
	width: 0px;
}

img.kalender_hilfe  {
	width: 120%;
	border: 0;
}

div.kalender_oeffentlig  {
	text-align: center;
}

/*Bearbeitungsmodus */

textarea.bearbeitungsmodus  {
	width: 100%;
	height: 400px;
}

input.bearbeitungsmodus  {
	font-size:x-small;
	color: #0000FF;
	background-color: #80DDDD;

}

*.warnung  {
	background-color: red;
	color: white;
	font-weight: bold;
}

/*Dateien auflisten*/
table.dateien {
	width: 80%;
	margin: auto;
	border-collapse: collapse;
}

td.dateien  {
	border: thin solid gray;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

img.dateien  {
	padding-right: 10px;
}

/*Meldehefter*/

table.wkuebersicht  {
	border-width: 2px;
	border-style: outset;
	border-color: #F5DFDC #F5DFDC #F5DFDC #F5DFDC;
	background-color: #FFF8DC;	width: 100%;

}

th.wkuebersicht, tr.wkuebersicht, td.wkuebersicht  {
	border-bottom: 1px solid #FFDEAD;
	text-align:center;
	font-size: 12px;
}

a.wkuebersicht  {
	font-size: 12px;
}

table.wk, table.meldung  {
	border-width: 2px;
	border-style: outset;
	border-color: #F5DFDC;
	background-color: #FFF8DC;
	width: 100%;
}

tr.wk , tr.meldung {

}

td.wk , td.meldung {
	vertical-align: top;
}

select.wk, input.wk, textarea.wk {
	font-family: VERDANA,ARIAL,HELVETICA;
	font-size: smaller;
	font-color: #ff9900;
	background: #EAEAEA;
	border-color: #669900;
	border-style: inset;
}

input.wk_taste {

}

table.meldung  {

}

tr.meldung  {

}

td.meldung  {

}

div.meldung_name  {
	color:black;
	font-weight:bold;
}

div.meldung_akl  {
	color:black;
	font-style:italic;
}

div.meldung_bemerkung  {

}

div.meldung_datum  {
	font-size:smaller;
	color:black;
	text-align:right;
}

/*Statistik */
table.statistik_allemitglieder {
	width: 60%;
}

colgroup.statistik_allemitglieder1 {
	width: *;
}
colgroup.statistik_allemitglieder2 {
	width: 25%;
}
colgroup.statistik_allemitglieder3 {
	width: 25%;
}
colgroup.statistik_allemitglieder4 {
	width: 15%;
}

td.statistik_allemitglieder2,
td.statistik_allemitglieder3,
td.statistik_allemitglieder4 {
	text-align: center;
}










