/*ALLGEMEINE EINSTELLUNGEN*/
body {
	background-color: #fff;
	color: #3C3C3C;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body,input,select,td,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input,select,textarea {
	cursor: pointer;
}

h1,h2,h3,h4,h5,h6,p,strong,div,form,acronym,label,table,td,th,span,a,hr,code,pre
	{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

a,a:visited {
	color: #664b4b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.only_in_print {
	visibility: collapse;
	display: none;
}

img {
	border: none;
}

/*Foto auf der Persondetailseite*/
img.foto {
	border: medium double #CBCBCB;
}

dt {
	font-weight: bold;
	padding: 4px 4px 4px 0px;
}

.clear {
	clear: both;
}

h1 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 1.5em;
	padding: 0px 4px 4px 0px;
	display: block;
}

h1 a {
	color: #000;
}

h2 {
	font-size: 1.4em;
	margin: 15px 0 20px 0;
}

h3 {
	font-size: 1.2em;
	margin: 15px 0 10px 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
}

acronym {
	border-bottom: 1px dashed #000;
	cursor: help;
}

h1.vv {
	background-color: white;
	margin: 20px 0px 20px 0px;
	color: #575e5b;
	font-weight: bold;
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0pt;
}

h2.vv {
	margin: 20px 0px 20px 0px;
	color: #575e5b;
	font-weight: bold;
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10pt;
}

h3.vv {
	margin: 10px 0px 10px 0px;
	color: #575e5b;
	font-weight: bold;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20pt;
}

h4.vv {
	margin: 10px 0px 10px 0px;
	color: #575e5b;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30pt;
}

span.vv {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}

table.vv {
	border: 1px solid #9C9C9C;
	width: 100%;
	margin-bottom: 15px;
}

table.vv thead tr {
	background-color: #008853;
	color: white;
}

table.vv tr.even {
	background-color: #edebed; /*#d8e3df;*/
}

table.vv tr.odd {
	background-color: #d3ded9; /*#c4cfcb;*/
}

table.vv tbody tr:hover {
	background-color: #c3cfca; /*#b0bfb9;  */
}

table.vv th {
	margin: 1px;
	padding: 1px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-indent: 4pt;
	font-size: 12px;
}

table.vv td {
	margin: 1px;
	padding: 2px;
	text-align: left;
	vertical-align: top;
	color: black;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
}

table.vv td.vst_entfernen,th.vst_entfernen {
	width: 10%;
	text-align: center;
}

td.belegnr,th.belegnr,#belegnr {
	width: 10%;
}

td.doz,th.doz,#doz {
	width: 20%;
}

td.thema,th.thema,#thema {
	width: 30%;
}

td.art,th.art,#art {
	width: 20px;
	text-align: center;
}

td.zeit,th.zeit,#zeit {
	width: 35%;
}

th.doks,table.vv td.doks {
	width: 30px;
	text-align: center;
}

th.status,table.vv td.status {
	width: 120px;
	text-align: center;
}

#popup,.popup {
	width: 2%;
	text-align: center;
}

/*gr�ne Tabelle mit hover und abwechselnder Zeilenfarbe*/
table.auflistung {
	border: 1px solid #9C9C9C;
	width: 100%;
	margin-bottom: 15px;
}

table.auflistung thead tr {
	background-color: #008853; /*##65887a;*/
	color: white;
}

table.auflistung tr.even {
	background-color: #edebed; /*#d8e3df;*/
}

table.auflistung tr.odd {
	background-color: #d3ded9; /*#c4cfcb;*/
}

table.auflistung tbody tr:hover {
	background-color: #c3cfca; /*#b0bfb9;  */
}

table.auflistung th {
	margin: 1px;
	padding: 3px 2px 4px 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

table.auflistung td {
	margin: 1px;
	padding: 3px 2px 4px 2px;
	text-align: left;
	vertical-align: top;
	color: black;
	font-weight: 500;
	text-decoration: none;
}

table.auflistung td.raumzeile2 {
	padding-left: 5px;
}

table.auflistung ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

table.auflistung ul li {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

dl.auflistung dt,dl.auflistung dt a {
	background-color: #edebed;
	font-size: 110%;
	font-weight: bold;
}

dl.auflistung dd a {
	font-weight: normal;
}

#ohne_hover tbody tr:hover {
	background-color: #fff;
}

.home_stgs table {
	border: 0px;
}

.home_stgs th {
	background: none;
	color: black;
	padding: 15px 5px 15px 5px;
}

#inhalt_mit_rechtem_kasten .home_stgs td a.to_next {
	padding-left: 25px;
	color: #efefef;
	background: url(../images/pfeil_grau_unten_breit.gif) no-repeat 0 50%;
}

#inhalt_mit_rechtem_kasten .home_stgs td a.to_next:hover {
	color: gray;
	font-size: .8em;
}

dl.news dt {
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 1.1em;
	border-top: 2px solid #d2d2d2;
}

.top_meldung {
	color: #d15d00;
}

a.top_meldung,a.top_meldung:visited,a.top_meldung:hover {
	color: #d15d00;
}

dl.news dt.top_meldung {
	color: #d15d00;
}

dl.news dd {
	padding: 0px 0px 5px 10px;
	margin: 0;
}

dl.news dd#url {
	padding: 10px 0px 5px 10px;
	font-weight: bold;
}

.nodata {
	margin-left: 20px;
	font-weight: bold;
}

/* Das Layout der Seiten: div#header - div#foolter */
#header {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	border: 1px;
}

#body {
	float: left;
}

table.vst_popup {
	margin: 15px 0 15px 0;
	font-size: 11px;
	padding: 0 0 5px 5px;
	border: 1px solid black;
	text-align: left;
	width: 60%;
	line-height: 16px;
}

table.vst_popup tbody td,tbody th,thead th {
	vertical-align: top;
}

.text_vst_popup {
	margin: 0px;
	padding: 0px;
}

* html table.vst_popup {
	width: 50%;
}

/*Tabelle mit schwarzem Rahmen und wei�em Hintergrund*/
table.inline {
	margin: 15px 0 15px 0;
	font-size: 11px;
	padding: 0 0 5px 0;
	border: 1px solid black;
	text-align: left;
	width: 100%;
}

table.inline thead th {
	font-size: 1.2em;
	padding: 10px 5px;
	vertical-align: top;
}

table.inline tbody td {
	padding: 2px 10px;
	text-align: left;
	vertical-align: top;
}

table.inline tbody td.buttonColumn {
	padding: 0px;
	text-align: left;
}

table.inline tbody th {
	width: 150px;
	padding: 10px 5px;
	text-align: left;
	vertical-align: top;
}

table.inline tbody td {
	padding: 10px 5px;
}

table.studiengangsliste td {
	padding: 3px 2px 3px 2px;
}

table.studiengangsliste td a.zum_seitenanfang {
	padding-left: 15px;
	background: url(../images_neu/12-em-up.png) no-repeat 0 50%;
	background-position: left;
	color: white;
	text-decoration: none;
}

table.studiengangsliste td a.zum_seitenanfang:hover {
	color: #008853;
}

table.studiengangslisteneu td {
	padding: 3px 2px 3px 2px;
}

.fs_name {
	width: 20%;
}

table.studiengangslisteneu td.fs_name {
	font-weight: bold;
	color: #664B4B;
}

.fs_gueltig {
	width: 15%;
}

.fs_variante {
	width: 15%;
}

td.fs_modul, td.fs_veranstaltung, td.fs_leistung {
	padding-left: 1em ! important;
	text-indent: -1em;	
}

dl.stg_kasten {
	font-weight: normal;
}

.stg_farbe {
	color: #68706d;
}

.auslaufende_stg {
	background-color: #CECECE;
	color: #68706d;
}

.studiengangsliste .stg_farbe {
	color: #68706d;
}

table.layouttable {
	border: 0px;
	margin: 0 0 0 0;
	width: 100%;
	text-align: left;
}

table.layouttable th {
	margin: 0;
	padding: 0;
	text-align: left;
}

table.layouttable td {
	margin: 0;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.kombisuche {
	border: 1px solid gray;
}

td.kombisuche_layout_navi_td {
	width: 200px;
	vertical-align: top;
}

table.kombisuche_navipane {
	margin: 0px;
	border-right: 2px ridge silver;
}

table.kombisuche_navipane td {
	vertical-align: middle;
}

table.kombisuche_auswahl {
	margin: 0 0 0 0;
	width: 100%;
	border: 0;
	font-size: 12px;
}

table.kombisuche_auswahl td {
	vertical-align: middle;
}

table.kombisuche_auswahl th {
	vertical-align: middle;
}

table.search {
	margin: 0 0 0 0;
	border: 1px solid #666;
	background-color: #eee;
}

.buttonColumn {
	text-align: right;
	padding: 0 10px;
	margin: 0;
	width: 50px;
}

td.verticalButtonColumn {
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	width: 50px;
}

td.centeredColumn {
	text-align: center;
}

#loggedin {
	width: 90%;
	margin: 10px 5% 10px 5%;
}

#loggedin td#info {
	margin: 10px 3% 5px 3%;
	padding: 10px 10px 5px 50px;
}

#lgi_err {
	font-size: 120%;
	color: #f00;
}

#aktionen {
	float: right;
	width: 150px;
	background-color: #efefef;
	margin: 0px 00px 0px 10px;
	padding: 10px 10px 10px 10px;
}

#aktionen a {
	display: block;
	padding: 2px 0px 2px 0px;
}

#aktionen a:hover {
	background: white;
	font-weight: bold;
}

#aktionen {
	background-color: #fea;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 10px 10px 20px 15px;
	margin: 10px 3% 20px 3%;
}

#aktionen dt,#aktionen dd {
	list-style-type: none;
	float: left;
	padding: 0 0 0 0;
	margin: 0 5px 0 5px;
	font-weight: bold;
}

#aktionen a {
	background: url(../images/pfeil_rund_rechts_grau.gif) no-repeat 0 50%;
	padding: 5px 0 5px 25px;
}

#aktionen a:hover {
	background: url(../images/pfeil_rund_rechts_orange.gif) no-repeat 0 50%;
}

a.button {
	border: 1px solid;
	padding: 2px 3px 2px 3px;
	background-color: #fff;
}

dl.login {
	padding: 0px 0px 0px 10px;
}

dl.login dt {
	font-size: 1.2em;
	padding: 15px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
}

dl.login dd {
	padding: 5px 0px 5px 10px;
}

dl.login dd a {
	font-weight: bold;
	font-size: 1.1em;
}

span.ok {
	padding: 4px 4px 4px 4px;
	display: block;
	font-size: 1em;
	font-weight: bold;
	color: #008853;
}

span.error {
	padding: 4px 4px 4px 4px;
	display: block;
	color: #f00;
	font-size: 1em;
	font-weight: bold;
}

span.important,span.important a {
	padding: 4px 4px 4px 0px;
	display: block;
	color: #d42d00; /*#f00;*/
	font-size: 1em;
	font-weight: bold;
}

span.importantNoBlock {
	color: #d42d00;
	font-weight: bold;
}

span.geloescht {
	padding: 4px 4px 4px 4px;
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	background-color: #d00;
}

span.ungueltig {
	padding: 4px 4px 4px 4px;
	display: block;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	background-color: #d00;
}

span.unsichtbar {
	visibility: hidden;
	display: none;
}

/* CSS fuer horizontale Stundenpl�ne Start */
table.timetable {
	background-repeat: no-repeat;
	empty-cells: show;
	border: 1px solid gray;
	width: 95%;
}

table.timetable tr {
	background-color: #ffffff;
}

table.timetable tr#erste_zeile,table.timetable tr#erste_zeile td {
	background-image: url(../images/1pix_778899.png);
	background-repeat: repeat-x;
}

table.timetable td {
	vertical-align: middle;
	text-align: left;
}

div.raumfreisuche table.timetable td {
	vertical-align: top;
	max-width: 62px;
	font-size: 62%;
	overflow: hidden;
}

ul.raumfreisuche {
	list-style: none;
}

ul.raumfreisuche li {
	padding-top: 3px;
}

ul.raumfreisuche li span.selected {
	border: 1px dashed #000;
	padding: 2px;
}

div.raumfreisuche table.timetable td a {
	padding: 1px 0px 1px 0px;
	margin: 0px;
	border: 1px solid #dfdfdf;
}

div.raumfreisuche table.timetable td a:hover {
	text-decoration: none;
}

div.raumfreisuche div.ueberschneidung {
	height: 2.5em;
	text-align: center;
}

div.raumfreisuche div.s1 {
	background-color: #080;
	color: #ddd;
}

div.raumfreisuche div.s2 {
	background-color: #aad400;
	color: #333;
}

div.raumfreisuche div.s3 {
	background-color: #fc0;
	color: #333;
}

div.raumfreisuche div.s4 {
	background-color: #d45500;
	color: #333;
}

div.raumfreisuche div.s5 {
	background-color: #a00;
	color: #ddd;
}

div.farblegende p {
	margin-bottom: 0;
}

div.farblegende div {
	float: left;
	width: 6.2em;
	height: 1.5em;
}

div.raumfreisuche div.ueberschneidung div.uspopup {
	text-align: left;
	position: absolute;
	Z-index: 1000;
	visibility: hidden;
	background: #eee;
	color: #000;
	border: 1px solid #000;
}

div.raumfreisuche div.ueberschneidung div.uspopup a {
	padding: 0;
	margin: 0;
	border: 0;
	display: inline;
}

tbody#vstoptions td {
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

table.timetable td h3 {
	padding-top: 0px;
	margin-top: 0px;
}

table.timetable td a,table.timetable td a:visited,table.timetable td a:hover
	{
	display: block;
	margin: 0px 5px 0px 5px;
}

table.timetable th {
	vertical-align: top;
	text-align: center;
	font-size: 90%;
	background-color: #008853;
	color: white;
	padding: 2px;
}

table.timetable th.dayofweek,table.timetable td.dayofweek {
	width: 5%;
	font-size: 90%;
	font-weight: bold;
	background-color: #008853;
	color: white;
	padding: 2px;
}

table.timetable td.slotfull {
	background-color: #dfdfdf;
	padding: 2px 2px 2px 2px;
}

table.timetable td.slotfree {
	
}

/* CSS fuer horizontale Stundenplaene Ende */
/*CSS fuer Farblegende der Stundenplaene*/
span.once,a.once,a.once:visited,a.once:hover {
	margin: 5px;
	font-style: italic;
	color: black;
}

span.klausur,a.klausur,a.klausur:visited,a.klausur:hover {
	margin: 5px;
	font-weight: bold;
}

span.weekly,a.weekly,a.weekly:visited,a.weekly:hover {
	margin: 5px;
	font-weight: bold;
	color: #008853;
}

span.twoweek,a.twoweek,a.twoweek:visited,a.twoweek:hover {
	margin: 5px;
	color: blue;
	font-weight: bold;
}

span.block,a.block,a.block:visited,a.block:hover {
	margin: 5px;
	color: red;
	font-weight: bold;
	font-style: italic;
}

/* CSS f�r vertikale Stundenpl�ne Start */
table.vtimetable span.once,table.vtimetable a.once,table.vtimetable a.once:visited,table.vtimetable a.once:hover
	{
	margin: 5px;
	font-style: italic;
	color: black;
}

table.vtimetable span.weekly,table.vtimetable a.weekly,table.vtimetable a.weekly:visited,table.vtimetable a.weekly:hover
	{
	margin: 5px;
	color: #008853;
	font-weight: bold;
}

table.vtimetable span.twoweek,table.vtimetable a.twoweek,table.vtimetable a.twoweek:visited,table.vtimetable a.twoweek:hover
	{
	margin: 5px;
	color: blue;
	font-weight: bold;
}

table.vtimetable span.block,table.vtimetable a.block,table.vtimetable a.block:visited,table.vtimetable a.block:hover
	{
	margin: 5px;
	color: red;
	font-weight: bold;
	font-style: italic;
}

table.vtimetable {
	width: 100%;
	text-align: left;
	vertical-align: top;
	empty-cells: show;
	table-layout: fixed;
	border-collapse: collapse;
}

table.vtimetable tr {
	line-height: 15px;
}

table.vtimetable th {
	border: 1px solid black;
	font-size: 12px;
	padding: 0 5px;
}

table.vtimetable td {
	overflow: hidden;
	vertical-align: top;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding: 0 5px;
}

table.vtimetable td a {
	display: block;
	color: #3C3C3C;
}

table.vtimetable td a.vst_entfernen {
	display: block;
	padding-right: 10px;
	text-align: right;
	color: #A9A9A9;
	background: url(../images_neu/kreuz_grau.gif) no-repeat 0 50%;
	background-position: right;
}

table.vtimetable td#stdplan_kein_termin {
	border: 1px solid black;
}

a.entfernen {
	background: url(../images_neu/kreuz_grau.gif) no-repeat 0 50%;
	background-position: center;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 5px;
}

td#stdplan_termin_passt_in_zelle {
	background-color: #A9A9A9;
	border: 1px solid black;
}

td#stdplan_termin_anfang {
	background-color: #A9A9A9;
	border-top: 1px solid black;
	border-bottom-style: hidden;
}

table.vtimetable td#stdplan_termin_mitte {
	background-color: #A9A9A9;
	border-bottom-style: hidden;
	border-top-style: hidden;
}

table.vtimetable td#stdplan_termin_ende {
	background-color: #A9A9A9;
	border-bottom: 1px solid black;
	border-top-style: hidden;
}

table.vtimetable th.stdplan_spalte_gerade,table.vtimetable td.stdplan_spalte_gerade
	{
	background-color: #F2FFF4;
}

table.vtimetable th.stdplan_spalte_ungerade,table.vtimetable td.stdplan_spalte_ungerade
	{
	background-color: #e6e6e6;
}

/* CSS f�r vertikale Stundenpl�ne Ende */
table.vv td #vst_entfernen a.button {
	padding: 1px 1px 1px 1px;
}

#aktion {
	width: 50px;
}

#wichtig {
	width: 50px;
}

#doz {
	width: 100px;
}

#notiz {
	width: 200px;
}

#termine {
	width: 50%;
}

span.freitextdozent {
	font-style: italic;
}

table.terminliste {
	width: 100%;
}

table.auflistung #ohne_hover table.terminliste tr:hover {
	background-color: #c3cfca;
}

table.stundenplan_prio {
	border: 1px solid #666;
	text-align: left;
	margin: 5px 0 5px 0;
	padding: 0;
	margin: 5px;
	width: 90%;
}

table.stundenplan_prio td.buttons {
	padding: 5px 10px 5px 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #d2d2d2;
	width: 180px;
}

table.stundenplan_prio td.liste {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

ul.lehrende {
	list-style: none;
}

dl.postings dt,dl.postings dd {
	margin-bottom: 10px;
}

dl.postings dd.posting_inhalt {
	border-left: 2px solid;
	border-right: 2px solid;
	display: block;
	padding: 5px 0px 10px 10px;
	margin-left: 1px;
	margin-right: 10px;
	background-color: #e1e1e1;
}

dl.postings dd a {
	font-weight: bold;
	background: url(../images_neu/pfeil_rund_rechts_grau.gif) no-repeat 0
		50%;
	padding: 10px 0 10px 25px;
}

h2#foren_aktuell {
	padding-top: 0px;
	margin-top: 0px;
}

#foren_aktuell {
	
}

#foren_aktuell dt {
	border-left: 1px solid;
	border-bottom: 1px solid;
}

#foren_aktuell dd a {
	display: block;
}

#foren_beitrag {
	margin: 10px 5% 10px 5%;
	padding: 5px 5px 5px 5px;
	border: 1px dashed #000;
}

#foren_aktuell dt {
	border-left: 1px solid;
	border-bottom: 1px solid;
}

span.forum_zitat {
	color: red;
	font-style: italic;
}

#info_zeile {
	margin-bottom: 40px;
}

#info_zeile dt,#info_zeile dd {
	list-style-type: none;
	float: left;
	vertical-align: top;
	padding: 0px 10px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#hinweis {
	margin: 15px 0px 0px 0px;
	padding: 0px 5px 10px 5px;
	border-top: 1px dashed #666;
}

#einstellungen dt {
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 0px 0px;
}

#einstellungen dd {
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 20px;
}

#body_popup {
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
}

#head_popup {
	visibility: collapse;
	display: none;
}

#footer_popup {
	visibility: collapse;
	display: none;
}

#sitemap ul {
	line-height: 14px;
}

.abstand {
	padding-top: 15px;
}

/*RSS- UND KALENDER-SEITE*/
#rss {
	float: right;
	width: 49%;
	overflow: hidden;
	border-left: 1px solid #9C9C9C;
	padding-left: 10px;
}

#kalender {
	float: left;
	width: 49%;
	overflow: hidden;
}

#rss dl,#kalender dl {
	margin-bottom: 25px;
}

#rss dt,#kalender dt {
	font-weight: normal;
	margin-top: 15px;
}

#rss dd,#kalender dd {
	font-style: italic;
	line-height: 14px;
}

/*DOKUMENTENABLAGE*/
a.dokumentenablage {
	background-image: url("../images_neu/dokument-icon.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}

table.dk_table {
	width: 100%;
	border: 0px;
	padding-top: 10px;
}

table.dk_table td {
	padding: 0px 2px 0px 5px;
	margin: 0px;
	vertical-align: top;
}

table.dk_table td.dk_table_navi {
	width: 15%;
	background-color: #eee;
}

table.dk_table td.dk_table_body {
	padding-left: 15px;
	padding-right: 15px;
}

table.dk_table td.dk_table_hilfe {
	width: 15%;
	background-color: #eee;
	padding-bottom: 30px;
	padding: 0px 3px 30px 6px;
}

table.dk_table td.dk_table_hilfe p {
	padding-top: 5px;
}

table.dk_table h3 {
	padding: 5px 2px 5px 5px;
	margin: 0px 0px 6px 0px;
	font-size: 150%;
	color: white;
	background-color: #008853;
	font-weight: bold;
}

table.dk_table h4 {
	padding: 5px 2px 5px 0px;
	margin: 15px 0px 15px 0px;
	font-size: 120%;
	border-top: 1px solid #eee;
	background-color: #eee;
}

table.dk_table td.dk_table_navi h3 {
	font-size: 110%;
	padding: 5px 2px 9px 5px;
}

table.dk_table td.dk_table_hilfe h3 {
	font-size: 110%;
	padding: 5px 2px 9px 5px;
}

table.dk_gliederungen,table.dk_dokumente {
	width: 100%;
	border: 1px dotted #D3D3D3;
}

th#dk_dok_groesse,td#dk_dok_groesse {
	width: 50px;
	text-align: left;
}

table.dk_gliederungen td {
	padding: 3px 0px 3px 0px;
}

table.dk_gliederungen td a {
	font-weight: bold;
}

table.dk_dokumente td {
	padding: 3px 0px 3px 0px;
}

table.dk_dokumente td a {
	font-weight: bold;
}

span.dk_dok_beschreibung {
	color: #909090;
	font-size: 90%;
	margin-left: 10px;
	display: block;
}

dl.dokument dd {
	padding-top: 2px;
	padding-bottom: 2px;
}

div.dk_kurznavi {
	
}

table.dk_table iframe.dk_beschreibung {
	margin: 5px 20px 0px 5px;
	padding: 5px 5px 5px 5px;
	width: 100%;
	height: 80px;
	border: 1px dashed;
}

table.dk_table span.toplevel {
	background-image: url("../images_neu/folder_home.png");
	display: block;
	padding: 2px 2px 5px 20px;
	margin-top: 10px;
	margin-left: 2px;
	border: 1px #eee solid;
}

table.dk_table span.toplevel:hover {
	border: 1px dashed;
}

ul.dk_navi {
	padding: 0px 0px 1px 0px;
	list-style-type: none;
	margin-left: 2px;
}

ul.dk_navi li li {
	padding-left: 24px;
}

ul.dk_navi li a {
	padding: 0px 1px 5px 20px;
	vertical-align: top;
	background-position: left top;
	background-repeat: no-repeat;
	border: 1px #eee solid;
	display: block;
}

ul.dk_navi li a.oeffnen {
	background-image: url("../images_neu/twisty-clsd.png");
}

ul.dk_navi li a.geoeffnet {
	background-image: url("../images_neu/twisty-open.png");
}

div.dk_aktion span#dk_aktion,ul.dk_navi li span {
	display: block;
	padding: 0px 2px 5px 20px;
}

table.dk_table span.ordner {
	background-image: url("../images_neu/folder.png");
}

table.dk_table span.geoeffnet {
	background-image: url("../images_neu/folder-open.png");
}

table.dk_table span.email {
	background-image: url("../images_neu/email.png");
}

table.dk_table span.hilfe {
	background-image: url("../images_neu/help.png");
}

div.dk_kurznavi a {
	padding-left: 5px;
	padding-right: 10px;
	background-image: url("../images_neu/arrowRight.gif");
	background-position: right center;
	background-repeat: no-repeat;
}

div.dk_kurznavi a {
	border: 1px solid white;
}

div.dk_kurznavi a:hover {
	border: 1px dashed;
}

div.dk_kurznavi a.toplevel {
	font-weight: bold;
}

div.dk_navtree span.in_rootlevel {
	border-bottom: 1px solid black;
}

span.dk_dokument {
	background-image: url("../images_neu/document.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	display: block;
}

span#dk_gliederung {
	background-position: left top;
	background-repeat: no-repeat;
	padding: 0px 0px 10px 25px;
	display: block;
}

/* Veranstaltungsdetailseite Start */
dl.vst_detail dd {
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Veranstaltungsdetailseite Ende */
table.terminliste tr#gestrichen,table.klausurenliste tr#gestrichen {
	text-decoration: line-through;
}

.skip {
	/* Da ein wichtiger Screenreader das display: none; auch f�r sich versteht und nichts vorlie�t obwohl das hier sich vor allem an Blinde richtet, muss man es so l�sen dass man diesen Link au�erhalb des Sichtfeldes bringt. Somit wird er trotzdem vorgelesen. */
	position: absolute;
	margin-left: -999px;
	width: 990px;
}

.border {
	border-top: 1px dashed #3C3C3C;
}

dl.hinweise dd {
	margin-top: 6px;
	margin-bottom: 6px;
}

.zulassungs_status {
	font-weight: bold;
	vertical-align: middle;
	background-repeat: no-repeat;
	height: 15px;
	padding-left: 15px;
	margin-right: 15px;
}

.undef_zulassung {
	background-image: url("../images_neu/undef_zulassung.gif");
}

.zulassung {
	background-image: url("../images_neu/zulassung.gif");
}

.keine_zulassung {
	background-image: url("../images_neu/keine_zulassung.gif");
}

.wartend_zulassung {
	background-image: url("../images_neu/wartend_zulassung.gif");
}

li.zulassung_detail {
	padding-left: 15px;
}

.display_inline {
	display: inline;
}

.teilnehmer_mngmt,:visited.teilnehmer_mngmt {
	display: block;
	color: #008853;
	border-bottom: 0px dashed #000;
	padding-top: 5px;
	padding-left: 15px;
	background: url(../images_neu/teilnehmermanagement.gif) no-repeat 0 50%;
	color: #008853;
}

.anmeldeschluss,.abmeldeschluss {
	background: url(../images_neu/uhr.png) no-repeat 0 50%;
	padding: 4px 4px 4px 19px;
	display: block;
	color: #d42d00; /*#f00;*/
	font-size: 1em;
	font-weight: bold;
}

.gruen {
	color: #008853;
}

/*
	Sitzplatzverteilung
*/
table.sitzplan {
	border: 5px solid gray;
	border-spacing: 5px
}

table.sitzplan tr.reihe {
	
}

table.sitzplan tr.reihe:hover {
	background-color: gray;
}

table.sitzplan tr.reihe td {
	border: 1px solid;
	padding: 5px;
	font-size: 70%;
}

table.sitzplan tr.reihe td.reihennummer {
	border: 0px solid;
	font-weight: bold;
	font-size: 90%;
}

table.sitzplan tr.kommentar td.kommentar {
	font-weight: bold;
	font-size: 150%;
	padding: 10px 5px 10px 32px;
	text-align: center;
}

/*
	Sitzplatzverteilung Ende
*/
dl.raumeigenschaften dt {
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

dl.raumeigenschaften dd {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 5px;
}

img.popup_kalendar_img {
	vertical-align: middle;
	cursor: pointer;
	border: 2px solid #008853;
}

img.popup_kalendar_img:hover {
	background: #008853;
}

table.datumsauswahl {
	width: 95%;
}

table.datumsauswahl td {
	width: 33%;
	vertical-align: top;
	margin: 5px;
	padding: 10px;
	border-left: 2px solid #edebed;
}

dl.zeitraumliste dd {
	padding-bottom: 5px;
	margin-left: 5px;
	text-indent: 0px;
}

dl.zeitraumliste dd a {
	font-weight: normal;
}

div.stundenplan_notiz {
	padding: 5px;
	margin-left: 10px;
	background-color: #edebed;
	border: 1px dashed black;
}

table.loggedin {
	
}

table.loggedin td {
	width: 33%;
	vertical-align: top;
	margin: 5px;
	padding: 10px;
	border-left: 2px solid #edebed;
}

dl.tagesplan dd {
	margin-bottom: 10px;
}

dl.tagesplan dd a {
	font-weight: normal;
}

span.schliessplan_klausur {
	padding: 4px 4px 4px 4px;
	color: red;
	font-size: 1em;
	font-weight: bold;
}

span.raum_nie_gebucht,a.raum_nie_gebucht {
	color: green;
}

span.raum_ausgebucht,a.raum_ausgebucht {
	color: black;
}

span.raum_selten_gebucht,a.raum_selten_gebucht {
	color: #FF9900;
}

span.raum_oft_gebucht,a.raum_oft_gebucht {
	color: #CC0000;
}

h3.freiraumsuche_uhrzeit {
	color: white;
	background-color: #008853;
	text-align: center;
	vertical-align: top;
}

span.plainlink a {
	font-weight: normal;
}

/* Einschreibungs-Informationen */
table.einschreibungen {
	border-collapse: collapse;
}

table.einschreibungen tr.separator td {
	border-top: 2px solid #333;
}

dl.kerndaten {
	float: left;
	width: 30%;
}

span.klimagruppe_klausur {
	color: red;
	font-size: 1em;
	font-weight: bold;
}

span.klimagruppe_letzte_aenderung_heute {
	color: red;
	background-image: url(../images_neu/exclamation.png);
	padding-left: 17px;
	padding-top: 2px;
}

a.ical {
	background: url(../images/calendar.png) no-repeat 0 50%;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.rss {
	background: url(../images/feed.png) no-repeat 0 50%;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

div.varianten p {
	background-color: #EDEBED;
}

div.varianten p a {
	padding: 10px 0px 10px 22px;
	display: block;
}

div.varianten p.variante a {
	background: url(../images/pfeil_rund_rechts_orange.gif) no-repeat 0 50%;
	font-size: 1.2em;
}

div.varianten p.profil a {
	background: url(../images/pfeil_grau_rechts.gif) no-repeat 0 50%;
	margin-left: 30px;
	padding-left: 15px;
font-size: 1.0em;
}
