/* Datei wenlat.css  - aus Selfhtml - layout08 */
	/* 2004-04-03, Th. Schmid fuer Webseiten Nordische Volkstanzgruppe */
	/* 2004-05-20, Th. Schmid fuer Webseiten Wenlat finnische Volkstanzgruppe */
	/* 2007-08-23, Th. Schmid - korrigiert: nur body hat background-color! */
	/* 2007-10-08, Th. Schmid - rechts, links, kurs#### - formattiert mit Eclipse */
	/* 2009-09-17, Th. Schmid - Programm-Tabelle mit CSS Rahmen gemacht  */
body {
	background-color: #66CCFF;
}

table,td,tr,div,p,pre,h1,h2,h3,h4,ul {
	font-family: Arial, Helvetica, sans-serif;
}

body,td,div,p,pre,ul {
	font-size: 13px;
}

li {
	margin-top: 3px;
}

h1 {
	font-size: 26px;
	margin-bottom: 12px;
	color: #990000;
}

h2 {
	font-size: 21px;
	margin-bottom: 6px;
	color: #FF6600;
}

h3,h3.xmp,h3.xpl,h3.inf,h3.tip,h3.akt {
	font-size: 16px;
	color: #FF8000
}

h4 {
	font-size: 13px;
}

.small {
	font-size: 12px;
}

.mini {
	font-size: 11px;
}

.minimini {
	font-size: 10px;
}

a:link {
	color: #800080;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #A09040;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #88FF99;
}

a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

/* die Tabelle im VeranstKalender */
#Programm {
  padding-top: 2mm;
  padding-left: 2mm;
  vertical-align: top;
  empty-cells: show;
}

.jahr {
	background-color: #FFFF00;
	font-size: 21px;
	color: black;
	text-align: center;
}

.fehler {
	background-color: #FF0000;
	color: black;
	font-size: 14px;
	text-align: center;
}

#Programm td {
    border-bottom: thin solid green;
}
#Programm th {
	background-color: #FFFF00;
}

td.auftritt {
	background-color: #80FF00;
	font-size: 14px;
	padding:6px;
}

td.ausfall {
	background-color: #FF80C0;
	font-size: 11px;
}

td.kulturell, td.veranst {
	background-color: #00A2A2;
	color: maroon;
	font-size: 14px;
}

td.kurstag {
	background-color: #0000FF;
	color: #FF8040;
	font-size: 14px;
}

td.uebabend {
	color: green;
}

td.uebtag {
	background-color: #00FFFF;
	color: green;
}

td.versa {
	background-color: #33CC99;
	color: #000000;
	font-size: 14px;
	padding:6px;
}

td.verweis {
	background-color: #80FFFF;
	color: black;
	font-size: 12px;
}

td.detaillink {
	background-color: #00D000;
	font-size: 14px;
}


div.hinweis {
	text-align: center;
	vertical-align: middle;
	background-color: #A0CCCC;
	border-width: 6px;
	border-color: #A04080;
	border-style: solid;
	padding: 5px;
	font-size: 14px;
	margin: 4mm;
}

#filedata {
  width:30mm; 
  padding: 0.3em; margin:0.2em;
  float:right;
  font-size:75%;
  text-align: right;
}

/* Tabelle in Adressliste */
#AdrVorstand th {
  background-color: #FBFBFB;
  padding-top:0.5em;
  border-top:thick blue solid;
}

div.links {
	float: left;
}

div.rechts {
	float: right;
}

div.kursVerweis {
	color: #004080;
	background-color: #8080FF;
	border-width: medium;
	border-color: #999900;
	border-style: dashed;
	padding: 5px;
	margin: 6px;
	width: 80mm;
}

.kursTitel {
	font-size: 1.2em;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
}

.kursText {
	font-family: 'Times New Roman', Times, serif;
	margin-bottom: 0mm;
}
#restaurant {
  border:thin solid yellow;  margin:2em; padding:1em; 
  background-color:#80A0FF;
  float:right;
  width:45mm;
  }

@media handheld, screen {
/* ... Formatdefinitionen zur Bildschirmausgabe ... */
div.NaviBox {
  width: 30mm;
  margin: 0.3em;
  text-align: center;
  vertical-align: middle;
  background-color: #3366FF;
  border-width: 8px;
  border-color: #004080;
  border-style: outset;
  padding: 15px;
  font-size: 0.8em;
}
div.NaviBox p {
  font-size: 0.8em;
}
#Navigation {
  width: 45mm;
  margin: 0.3em;
  float: left;
  border: thin double red;
}
#ausdruck {
  width: 30mm;
  float: right;
  padding:0.6em; 
  text-align:center;
  font-size: 80%;
}

#ruecklink {
  float: left;
  width: 50mm;
}
#seitenFuss {
  float:right;
  width:80mm;
}
  #seitenFuss p {font-size:10pt;
  }
  #seitenFuss mail {font-size:8pt;
  }
}
@media print { /* ... Formatdefinitionen zum Drucken ... */
  #ruecklink, #ausdruck {
    display: none;
  }
  #Navigation div.NaviBox {
    display: none;
  }
  #seitenFuss, #restaurant {
    display: none;
  }
  div.fahrplan {
    display: none;
  }
}
