@charset "utf-8";

/* content classes */

#content p,
#content table {
	margin-bottom: 1.25em;
}

#content a {
	color: #f00;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content a.pdf {
	display: inline;
	padding: 1px 0px 2px 20px;
	background: url(../images/types/pdf_small.png) left center no-repeat transparent;
}
#content h1, #content h2, #content h3 {
	
}
#content h1 {
	color: #c00;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.25em;
	margin: 1.5em 0 0.5em 0;	
}
#conten
t h2 {
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1em 0 0.25em 0;
}
#content h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.25em;
}

/*
#content h4 {
	border-top: 1px dotted #999;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 1em 0 0.25em 0;
}
*/

#content ul {
	margin-left: 10px;
	padding-left: 1em;
	padding-bottom: 1em;
}

/* stundenplan (sp) */

#content table.stundenplan {
	border-collapse: collapse;
}
#content table.stundenplan colgroup.odd {
	background-color: #fff;
}
#content table.stundenplan colgroup.even {
	background-color: #eee;
}
#content table.stundenplan thead th {
	text-align: center;
	width: 100px;
}
#content table.stundenplan thead th.half {
	width: 50px;
}
#content table.stundenplan tbody th,
#content table.stundenplan tbody td {
	border-top: 1px solid #ccc;
}
#content table.stundenplan tbody td {
	text-align: center;
}
#content table.stundenplan tfoot td {
	border-top: 1px solid #ccc;
}
#content table.teacherslist {
	border-collapse: collapse;
}
#content table.teacherslist tbody td {
	border-top: none;
	text-align: left;
	width: auto;
}

#content .sp_blue {
	color: #09f;
}
#content .sp_orange {
	color: #f93;
}
#content .sp_green {
	color: #393;
}
#content .sp_red {
	color: #f03;
}
#content .sp_brown {
	color: #933;
}

/* termine */

#content table.termine {
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
}
#content table.termine caption {
	font-weight: bold;
	text-align: left;
}
#content table.termine tbody td {
	border-top: 1px solid #ccc;
	line-height: 2em;
	vertical-align: top;
	width: 200px;
}

/* mailform */

#mailform fieldset {
	border: 0px;
	padding: 10px;
	border: 1px solid #999;
}
#mailform fieldset legend {
	color: #000;
	padding-left: 10px;
	padding-right: 10px;
}
#mailform label {
	display: block;
	float: left;
	width: 100px;
}

#mailform div.formular {
	padding: 10px;
	border: 1px dotted #999;
}
#mailform div.radiolayout {
	padding-bottom: 5px;
}
#mailform div.radiolayout label {
	display: inline;
	float: none;
}
#mailform div.checklayout {

}
#mailform div.checklayout label {
	display: inline;
	float: none;
}
#mailform div.labellayout {
	font-weight: bold;
}
#mailform div.element,
#mailform div.required_element {
	padding-bottom: 5px;
	clear: both;
}
#mailform div.required_element label {
	font-weight: normal;
}

#mailform .mf-radio,
#mailform .mf-check,
#mailform .mf-select {
	border: 0px;
}

#mailform .mf-text {
	color: #000000;
	border: 1px solid #C0C0C0;
}
#mailform .mf-input {
	border: 1px solid #C0C0C0;
}

#mailform .mf-submit {

}
