/*HEADER-BILD*/
#top_pageheader {
	visibility: collapse;
	display: none;
}

.buttonColumn,.verticalButtonColumn {
	visibility: collapse;
	display: none;
}

.leiste_uni_logo {
	visibility: collapse;
	display: none;
}

.leiste_gruen {
	visibility: collapse;
	display: none;
}

.leiste_ekvv_logo {
	visibility: collapse;
	display: none;
}

#kontakt ul {
	visibility: collapse;
	display: none;
}

#kontakt ul li {
	visibility: collapse;
	display: none;
}

#kontakt ul li a {
	visibility: collapse;
	display: none;
}

#kontakt ul li a:hover {
	visibility: collapse;
	display: none;
}

#top_navcontainer {
	visibility: collapse;
	display: none;
}

#top_navi_home a {
	visibility: collapse;
	display: none;
}

#top_navi_home a:hover {
	visibility: collapse;
	display: none;
}

#top_navi_home a.current {
	visibility: collapse;
	display: none;
}

#top_navi_bis_to_go a {
	visibility: collapse;
	display: none;
}

#top_navi_bis_to_go a:hover {
	visibility: collapse;
	display: none;
}

#top_navi_myekvv a {
	visibility: collapse;
	display: none;
}

#top_navi_myekvv a:hover {
	visibility: collapse;
	display: none;
}

#top_navi_myekvv a.current {
	visibility: collapse;
	display: none;
}

#top_navi_foren a {
	visibility: collapse;
	display: none;
}

#top_navi_foren a:hover {
	visibility: collapse;
	display: none;
}

#top_navi_foren a.current {
	visibility: collapse;
	display: none;
}

#top_navi_hilfe a {
	visibility: collapse;
	display: none;
}

#top_navi_hilfe a:hover {
	visibility: collapse;
	display: none;
}

#top_navi_hilfe a.current {
	visibility: collapse;
	display: none;
}

#top_navi_pruefverw a {
	visibility: collapse;
	display: none;
}

#top_navi_pruefverw a:hover {
	visibility: collapse;
	display: none;
}

#top_navi_anmelden a {
	visibility: collapse;
	display: none;
}

#top_navi_anmelden a:hover {
	visibility: collapse;
	display: none;
}

#top_navi_anmelden a.current {
	visibility: collapse;
	display: none;
}

#top_navi_abmelden a {
	visibility: collapse;
	display: none;
}

#top_navi_abmelden a:hover {
	visibility: collapse;
	display: none;
}

#top_navi_abmelden a.current {
	visibility: collapse;
	display: none;
}

#bottom_container {
	padding: 0;
	margin: 0;
	width: 100%;
}

#links_navcontainer {
	visibility: collapse;
	display: none;
}

/*LEFT-NAVI*/
#links_navlist {
	visibility: collapse;
	display: none;
}

#links_navlist ul {
	visibility: collapse;
	display: none;
}

#links_navlist li {
	visibility: collapse;
	display: none;
}

#links_navlist ul li a {
	visibility: collapse;
	display: none;
}

#links_navlist a:hover {
	visibility: collapse;
	display: none;
}

#links_navlist ul li a.current {
	visibility: collapse;
	display: none;
}

#links_navlist ul ul li {
	visibility: collapse;
	display: none;
}

#links_navlist ul ul a {
	visibility: collapse;
	display: none;
}

#links_navlist ul ul a:hover {
	visibility: collapse;
	display: none;
}

#links_navlist ul ul a.current {
	visibility: collapse;
	display: none;
}

#links_navlist ul li a.gruen {
	visibility: collapse;
	display: none;
}

#nav_suche {
	visibility: collapse;
	display: none;
}

#nav_suche a {
	visibility: collapse;
	display: none;
}

* html #nav_suche { /*Korrektur fï¿½r IE*/
	visibility: collapse;
	display: none;
}

.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. */
	visibility: collapse;
	display: none;
}

#inhalt {
	color: #000;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#inhalt_mit_rechtem_kasten {
	color: #000;
	font-family: verdana, arial, Helvetica, sans-serif;
}

span.unsichtbar {
	visibility: hidden;
}

#rechte_leiste {
	visibility: collapse;
	display: none;
}

.rechter_kasten {
	visibility: collapse;
	display: none;
}

.popup {
	visibility: collapse;
	display: none;
}

.rechter_kasten h4 {
	visibility: collapse;
	display: none;
}

.rechter_kasten ul {
	visibility: collapse;
	display: none;
}

.rechter_kasten ul li {
	visibility: collapse;
	display: none;
}

.rechter_kasten ul li a {
	visibility: collapse;
	display: none;
}

.rechter_kasten ul li dt a {
	visibility: collapse;
	display: none;
}

table.terminliste tr#gestrichen {
	text-decoration: line-through;
}

/**** LINK-tag style sheet stylesheet_screen.css ****/
body {
	background-color: #fff;
	color: #000;
	padding: 2px 2px 2px 2px;
	margin: 0 0 0 0;
}

body,input,select,td,textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input,select,textarea {
	cursor: text;
}

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;
	list-style-type: none;
}

table {
	width: 100%;
	background-color: white;
	border-collapse: collapse;
}

tr {
	background-color: white;
}

th {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 1px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	font-size: 80%;
	padding: 3px 2px 4px 2px;
}

td {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin: 1px;
	padding: 3px 2px 4px 2px;
	text-align: left;
	vertical-align: top;
	color: black;
	font-weight: normal;
	text-decoration: none;
	font-size: 70%;
}

a,a:visited {
	color: black;
	text-decoration: none;
}

img {
	border: none;
}

/*Foto auf der Persondetailseite*/
img.foto {
	border: 1px solid black;
}

dt {
	font-weight: bold;
	padding: 4px 4px 4px 0px;
}

.clear {
	clear: both;
}

h1 {
	margin-bottom: 10px;
	font-size: 1.5em;
	padding: 0px 4px 4px 0px;
	display: block;
}

h1 a {
	color: #000;
}

h2 {
	font-size: 1.4em;
	margin: 0px 0 20px 0;
}

h3 {
	font-size: 1.2em;
	margin: 0px 0 10px 0;
	padding: 0;
}

h1.vv {
	background-color: white;
	margin: 0px 0 20px 0;
	color: black;
	font-weight: bold;
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0pt;
}

h2.vv {
	margin: 0px 0 20px 0;
	color: black;
	font-weight: bold;
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10pt;
}

h3.vv {
	margin: 0px 0 10px 0;
	color: black;
	font-weight: bold;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20pt;
}

h4.vv {
	margin: 0px 0 10px 0;
	color: black;
	font-weight: bold;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 30pt;
}

span.vv {
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none
}

table.vv {
	border: 0;
	width: 100%;
}

table.vv thead tr {
	background-color: white;
	color: black;
	width: 100%;
}

table.auflistung #popup {
	width: 70%;
}

table.auflistung tr#raumzeile1 th,table.auflistung tr#raumzeile1 td {
	border-bottom: 0px;
}

table.auflistung tr#raumzeile2 th,table.auflistung tr#raumzeile2 td {
	padding-left: 5px;
	border-top: 0px;
}

table.auflistung ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

table.auflistung ul li {
	text-align: left;
	margin: 0;
	padding: 0;
}

.home_stgs table {
	border: 0px;
}

.home_stgs th {
	background: none;
	color: black;
	padding: 15px 5px 15px 5px;
}

.home_stgs td a.to_next {
	visibility: collapse;
	display: none;
}

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: black;
}

dl.news dd {
	padding: 0px 0px 5px 10px;
	margin: 0;
}

dl.news dd#url {
	padding: 10px 0px 5px 10px;
	font-weight: bold;
}

.nodata {
	font-size: 10px;
	margin-left: 20px;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

acronym {
	border-bottom: 0px dashed #000;
	cursor: text;
}

/* Das Layout der Seiten: div#header - div#foolter */
#header {
	visibility: collapse;
	display: none;
}

#body {
	float: left;
}

#footer {
	visibility: collapse;
	display: none;
}

table.inline {
	margin: 15px 0 15px 0;
	padding: 0 0 5px 5px;
	border: 1px solid black;
	width: 100%;
}

table.inline thead th {
	font-size: 1.2em;
	padding: 10px 5px;
	vertical-align: top;
}

table.inline tbody td {
	padding: 10px 10px;
	text-align: left;
	vertical-align: top;
}

table.inline tbody th {
	width: 150px;
	padding: 10px 5px;
	text-align: left;
	vertical-align: top;
}

table.vst_popup {
	margin: 15px 0 15px 0;
	padding: 0 0 5px 5px;
	border: 1px solid black;
	text-align: left;
	line-height: 16px;
}

table.inline #stgauswahl {
	width: 50%;
}

table.studiengangsliste td {
	padding: 3px 2px 3px 2px;
}

table.studiengangsliste td a.zum_seitenanfang {
	padding-left: 15px;
	background-position: left;
	visibility: collapse;
	display: none;
}

table.studiengangsliste td table.az_index {
	visibility: collapse;
	display: none;
}

.fs_name {
	width: 20%;
}

.fs_gueltig {
	width: 15%;
}

.fs_variante {
	width: 15%;
}

dl.stg_kasten {
	font-weight: normal;
}

table.layouttable th {
	margin: 0;
	padding: 0;
}

table.layouttable td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

table.kombisuche {
	border: 1px solid black;
}

td.kombisuche_layout_navi_td {
	width: 200px;
	vertical-align: top;
}

table.kombisuche_navipane {
	margin: 0 0 0 0;
	border-right: 2px ridge black;
}

table.kombisuche_navipane td {
	vertical-align: middle;
	font-size: 10px;
}

table.kombisuche_auswahl {
	margin: 0 0 0 0;
	width: 100%;
	border: 0;
}

table.kombisuche_auswahl td {
	vertical-align: middle;
}

table.kombisuche_auswahl th {
	vertical-align: middle;
}

table.search {
	margin: 0 0 0 0;
	border: 1px solid black;
	background-color: white;
}

td.centeredColumn {
	text-align: center;
}

#loggedin {
	width: 90%;
	margin: 10px 5% 10px 5%;
}

#loggedin #info {
	margin: 10px 3% 5px 3%;
	padding: 10px 10px 5px 50px;
}

#lgi_err {
	font-size: 120%;
	color: black;
}

#aktionen {
	float: right;
	width: 150px;
	background-color: white;
	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: white;
	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 #simple {
	background: #fea;
	padding: 5px 0 5px 5px;
}

#textblock p {
	padding: 3px 0px 3px 0px;
}

#textblock a {
	font-weight: bold;
}

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: black;
}

span.error {
	padding: 4px 4px 4px 4px;
	display: block;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

span.important {
	padding: 4px 4px 4px 4px;
	display: block;
	color: black;
	font-size: 1em;
	font-weight: bold;
}

/* CSS fuer horizontale Stundenplï¿½ne Start */
table.timetable {
	background-repeat: no-repeat;
	empty-cells: show;
	border: 1px solid black;
	width: 100%;
}

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: top;
	text-align: left;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
}

table.timetable th {
	vertical-align: top;
	text-align: center;
	background-color: black;
	color: #ffffff;
	font-size: 90%;
}

table.timetable th.dayofweek,table.timetable td.dayofweek {
	width: 5%;
	font-weight: bold;
	background-color: black;
	color: #ffffff;
	font-size: 90%;
}

a.once,a.once:visited,a.once:hover {
	margin: 5px;
	font-style: italic;
}

span.klausur,a.klausur,a.klausur:visited,a.klausur:hover {
	margin: 5px;
	font-weight: bold;
}

a.weekly,a.weekly:visited,a.weekly:hover {
	margin: 5px;
	font-weight: bold;
}

a.twoweek,a.twoweek:visited,a.twoweek:hover {
	margin: 5px;
	font-weight: bold;
}

a.block,a.block:visited,a.block:hover {
	margin: 5px;
	font-weight: bold;
	font-style: italic;
}

/* CSS fuer horizonzale Stundenplï¿½ne Ende */
/* CSS fï¿½r vertikale Stundenplï¿½ne Start */
table.vtimetable {
	width: 100%;
	text-align: center;
	vertical-align: middle;
	empty-cells: show;
	table-layout: fixed;
	border-collapse: collapse;
}

table.vtimetable tr {
	height: 20%;
}

table.vtimetable th {
	border: 1px solid black;
	font-size: 12px;
}

table.vtimetable td {
	overflow: hidden;
	vertical-align: top;
	border-right: 1px solid black;
	border-left: 1px solid black;
}

table.vtimetable td a {
	display: block;
}

td a.vst_entfernen {
	visibility: collapse;
	display: none;
}

table.vtimetable td#stdplan_kein_termin {
	border: 1px solid black;
}

td#stdplan_termin_passt_in_zelle {
	background-color: white;
	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: white;
	border-bottom-style: hidden;
	border-top-style: hidden;
}

table.vtimetable td#stdplan_termin_ende {
	background-color: white;
	border-bottom: 1px solid black;
	border-top-style: hidden;
}

table.vtimetable th,table.vtimetable td {
	background-color: white;
}

/* CSS fï¿½r vertikale Stundenplï¿½ne Ende */
table.stundenplan_prio {
	border: 1px solid black;
	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: white;
	width: 180px;
}

table.stundenplan_prio td.liste {
	padding: 5px;
	text-align: left;
	vertical-align: middle;
}

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: white;
}

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;
}

.forum_zitat {
	color: black;
	font-style: italic;
}

#aktionen {
	float: right;
	width: 150px;
	background-color: #fff;
	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: white;
	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%;
}

#aktionen #simple {
	background: #fea;
	padding: 5px 0 5px 5px;
}

#aktionen #simple :hover {
	background: #fea;
}

#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 {
	visibility: collapse;
	display: none;
}

.not_in_print {
	visibility: collapse;
	display: none;
}

.legende {
	color: #000;
}

#aktion,#wichtig {
	width: 50px;
}

#doz {
	width: 100px;
}

#notiz {
	width: 200px;
}

span.freitextdozent {
	font-style: italic;
}

table.terminliste {
	width: 100%;
}

td#popup,th#popup {
	visibility: collapse;
	display: none;
}

#popup_header {
	visibility: collapse;
	display: none;
}

#popup_footer {
	visibility: collapse;
	display: none;
}

.teilnehmer_mngmt {
	border-bottom: 0px dashed #000;
	display: block;
}

.anmeldeschluss,.abmeldeschluss {
	padding: 4px 4px 4px 0px;
	display: block;
	font-size: 1em;
	font-weight: bold;
}

/*
	Sitzplatzverteilung
*/
table.sitzplan {
	border: 5px solid black;
	border-spacing: 5px;
	border-collapse: separate;
}

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;
	border: 0px;
}

/*
	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;
}

table.datumsauswahl {
	width: 95%;
}

table.datumsauswahl td {
	width: 33%;
	vertical-align: top;
	margin: 5px;
	padding: 10px;
	border-left: 2px solid black;
}

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;
	border: 1px dashed black;
}

table.loggedin {
	
}

table.loggedin td {
	width: 50%;
	vertical-align: top;
	margin: 5px;
	padding: 10px;
	border-left: 2px solid black;
}

dl.tagesplan dt {
	margin-bottom: 10px;
}

dl.tagesplan dd {
	visibility: collapse;
	display: none;
}

/* Einschreibungs-Informationen */
table.einschreibungen {
	border-collapse: collapse;
	margin-bottom: 1em;
}

table.einschreibungen tr.separator td {
	border-top: 3px solid #333;
}

dl.kerndaten {
	float: left;
	width: 30%;
}

/* Überschneidungsplan */
div.raumfreisuche div.ueberschneidung div.uspopup {
	display: none;
}

div.varianten p a {
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
}
div.varianten p.profil a {
	margin-left: 20px;
}

