/* Datei nvz.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 fuer NVZ: rechts, links, div.kurs#### - formattiert in Eclipse */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #80FFFF;
}

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;
}

.gestrichen { text-decoration:line-through;}
.neu        { background-color:#F0E080; font-size:1.1em;}

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

a:visited {
	color: #FF00FF;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #FFFF99;
	font-weight: bold;
}

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

/* der iCab-Browser reagiert leider nur im td auf die class="xxx", nicht im tr. */
	/*  Auch den auf *.jahr reagiert er nicht. Aber auf .jahr */
.jahr {
	background-color: #FFFF00;
	font-size: 21px;
	color: black;
	text-align: center;
}

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

th {
	background-color: #FFFF00;
}

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

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

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

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

td.uebabend {
	background-color: #00FFFF;
	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.NaviBox {
	min-width: 30mm;
	min-height: 8mm;
	text-align: center;
	vertical-align: middle;
	background-color: #0000FF;
	border-width: 8px;
	border-color: #004080;
	border-style: outset;
	padding: 15px;
}

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;
}

div.VereinsAbstrakt {
	font-size: 1.2em;
	line-height: 120%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 1em 1em 0.2em 1em;
	color: #990000;
}

.VereinsAbstraktName {
	font-size: 1.6em;
	line-height: 150%;
}

.anschrift {
	padding: 5mm;
	margin: 3mm;
	background-color: #C0C0C0;
}

#SeitenPwd { float:right; width:40mm; padding:0.4em; margin:1em;
             font-size:0.8em;
             color:#F0F080; background-color:#C0C0C0; }

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;
}

p.sprache {
	font-style: italic;
	font-size: large
}