img {
	border-width: 0;
	vertical-align: middle;
}

h1, h2, h3 {
	margin-bottom: 10px;
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
	margin-top: 50px;
}

h3 {
	font-size: 14px;
	margin-top: 30px;
}

acronym {
	font-style: normal;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

kbd {
	font-style: italic;
}

p, address {
	margin-top: 0;
	margin-bottom: 1em;
}

p.fusszeile, p.kleingedrucktes {
	font-size: small;
	font-style: italic;
}

.wichtig, strong {
	font-weight: bold;
}

p.fehler {
	color: #000;
	font-weight: bold;
	background-color: #f88;
	border: 1px solid #f00;
	margin: 5px;
	padding: 5px;
}

dl {
	margin: 0;
	margin-bottom: 1em;
}

ul, ol {
	padding-left: 1.5em;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 1em;
}

ul ul {
	margin: 0;
}

li {
	margin: 0;
	padding: 0;
}

/* Internet Exploiter ignoriert Attribut-Selektoren */
input[type=text], input[type=password], input[type=file], input[type=checkbox], input[type=radio], textarea, select, select[size], select[multiple], select[size][multiple] {
	border-width: 1px !important;
	border-style: inset !important;
}

button, input[type=submit], input[type=reset] {
	border-width: 1px;
	border-style: outset;
}

table {
	border-style: none;
	border-width: 0px;
	border-collapse: collapse;
	empty-cells: hide;
	margin-bottom: 1em;
}

th {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	vertical-align: middle;
	empty-cells: hide;
}

td {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	vertical-align: top;
}

table.blind {
	border-style: none;
	border-width: 0;
	border-spacing: 0;
}

table.blind td {
	border-style: none;
	border-width: 0;
	border-spacing: 0;
}

td.empty, th.empty {
	border-style: none;
}

@media print {
	a:link, a:visited {
		text-decoration: underline;
	}
	
	body {
		background-color: white;
		color: black;
	}

	.noprint {
		display: none;
	}
}

table.stundenplan {
	margin-top: 1em;
}

table.stundenplan td {
	width: 7.5em;
	text-align: center;
	vertical-align: middle;
	padding: 0.25em;
}

table.stundenplan th {
	width: 6em;
	padding: 0.25em;
	text-align: center;
}

address {
	font-style: normal;
}

a {
	text-decoration: none;
}

a:link, a:visited {
}

a:active, a:hover, a:focus {
	text-decoration: underline;
}

body {
	color: black;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}

table.rahmen {
	margin: 0;
	border-width: 0;
	border-style: none;
	padding: 0;
	empty-cells: show;
}

td.rahmen {
	margin: 0;
	border-width: 0;
	border-style: none;
	padding: 0;
	text-align: left;
	vertical-align: top;
}

img.rahmen {
	vertical-align: top;
}

.jobs {
	text-align: center;
}

.tutoren_tabelle td {
	padding: 5px;
	border-color: #808080;
}

.tutoren_tabelle th {
	padding: 5px;
}