/*
    Reset
--------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
    Gesamte Seite
--------------------------------*/
body {
	background-color: #fffff2;
	margin: 1em;
}
.svp {
	font-family: sans-serif;
	font-size: 110%; /* Hier die Gesamtgröße der Schrift einstellen. Wichtig z.B. für ein DSB */
	color: #1f2433;
}

/*
    Kopfbereich
--------------------------------*/
.svp-uploaddatum {
	font-size: 0.88em;
	text-align: right;
	margin-bottom: 0.5em;
}
.svp-plandatum-heute {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	background-color: #6dbc5f;
	padding: 0.28em;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #888;
	border-right: 2px solid #888;
}
.svp-plandatum-morgen {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	background-color: #ffff9a;
	padding: 0.28em;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	border-bottom: 2px solid #888;
	border-right: 2px solid #888;
}

/*
    Bereich Ausgeplant
--------------------------------*/
.svp-abw-lehrer {
	line-height: 1.33em;
	color: #923b3b;
	font-weight: bold;
	padding: 0.5em;
}
.svp-abw-klasse {
	line-height: 1.33em;
	color: #5b72b6;
	font-weight: bold;
	padding: 0.5em;
	border-top: 1px solid #aaa;
}
.svp-es-betrifft {
	line-height: 1.33em;
	color: #5d8d54;
	font-weight: bold;
	padding: 0.5em;
	border-top: 1px solid #aaa;
}

/*
    Vertretungsplan Tabelle
--------------------------------*/
.svp table {
	width: 100%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.svp td {
	padding: 0.5em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/*
    Tabellenzeilen
--------------------------------*/
tr.svp-header td, tr.svp-aufs-header td {
	color: #fff;
	font-weight: bold;
	background-color: #4d5a80;
}
tr.svp-ungerade td, tr.svp-aufs-ungerade td {
	background-color: #b5bed9;
}
tr.svp-gerade td, tr.svp-aufs-gerade td {
	background-color: #dadfec;
}

/*
    Tabellenspalten
--------------------------------*/
.svp-klasse-header { }
.svp-klasse-gerade { font-weight: bold; }
.svp-klasse-ungerade { font-weight: bold; }
.svp-stunde-header { text-align: center; }
.svp-stunde-gerade { text-align: center; font-weight: bold; color: #c53a00; }
.svp-stunde-ungerade { text-align: center; font-weight: bold; color: #c53a00; }
.svp-fach-header { }
.svp-fach-gerade { }
.svp-fach-ungerade { }
.svp-esfehlt-header { }
.svp-esfehlt-gerade { }
.svp-esfehlt-ungerade { }
.svp-esvertritt-header { }
.svp-esvertritt-gerade { font-weight: bold; color: #c53a00; }
.svp-esvertritt-ungerade { font-weight: bold; color: #c53a00; }
.svp-bemerkung-header { }
.svp-bemerkung-gerade { }
.svp-bemerkung-ungerade { }
.svp-raum-header { }
.svp-raum-gerade { }
.svp-raum-ungerade { }

/*
    Hervorhebungen
--------------------------------*/
.svp-aktuell01 {
	background-color: #c53a00 !important;
	color:  white !important;
}
.svp-aktuell02 {
	background-color: #ffff9a !important;
	color: black !important;
}

/*
    Aufsichtsvertretungen
--------------------------------*/
.svp-aufsicht {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	padding:2em 0 0.5em 0;
}
.svp-aufs-header { }
.svp-aufs-ungerade { }
.svp-aufs-gerade { }
.svp-aufs-zeit-header { }
.svp-aufs-zeit-gerade { font-weight: bold; }
.svp-aufs-zeit-ungerade { font-weight: bold; }
.svp-aufs-esfehlt-header { }
.svp-aufs-esfehlt-gerade { }
.svp-aufs-esfehlt-ungerade { }
.svp-aufs-esvertritt-header { }
.svp-aufs-esvertritt-gerade { font-weight: bold; color: #c53a00; }
.svp-aufs-esvertritt-ungerade { font-weight: bold; color: #c53a00; }
.svp-aufs-ort-header { }
.svp-aufs-ort-gerade { }
.svp-aufs-ort-ungerade { }

/*
    Bemerkungen
--------------------------------*/
.svp h2 {
	line-height: 1.33em;
	font-weight: bold;
	padding: 2em 0 0.5em 0;
}
.svp p {
	line-height: 1.33em;
	padding-bottom: 0.66em;
}