@media all {
	/* Formatierung der Seite */
	body#future {
		background: #969696;
	}

	/* Hier kann ein umlaufender Rand um die gesamte Webseite erzeugt werden */
	#page {
		border-left: 0 #999 solid;
		border-right: 0 #999 solid;
		border-bottom: 0 #999 solid;
		border-top: 0 #ccc solid;
		background-color: #fff;
	}

	#page_margins {
		border: 0 #999 solid;
		min-width: 980px;
		max-width: 40em;
		margin: auto;
	}

	/* Formatierung der Kopfbereiches */
	#header {
		position: relative;
		height: 90px;
		color: #fff;
		text-align: center;
	}


	/* Formatierung der Fußzeile */
	#footer {
		color: #888;
		background: #fff;
		margin: 1em;
		padding: 1em 0 0 0;
		border-top: 1px #ddd solid;
		line-height: 2em;
	}

	/* ######################################################################################################
	** ### Formatierung der Inhaltsspalten ##################################################################
	** ######################################################################################################
	*/
	#main {
		color: #000;
		background: #f3f3f3;
		padding: 10px 0 10px 0;
	}

	/* linke Spalte */
	#col1 {
		width: 22.5%;
		background: #f3f3f3;
	}

	#col1_content {
		padding-top: 1.5em;
		margin-left: 1em;
		margin-right: 1em;
		color: #333;
		background: inherit;
	}

	/* Rechte Spalte */
	#col2 {
		width: 25%;
	}

	#col2_content {
		padding-top: 1.5em;
		margin-left: 1em;
		margin-right: 1em;
		color: #333;
	}

	/* Mittlere Spalte */
	#col3 {
		margin-left: 22.5%;
		margin-right: 25%;
		border-left: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background: #fff;
	}

	#col3_content {
		padding-top: 1.5em;
		padding-bottom: 10px;
		margin-left: 1em;
		margin-right: 1em;
		color: #333;
	}

	/* ######################################################################################################
	** ### Formatierung des Teasers der Startseite ##########################################################
	** ######################################################################################################
	*/
	#teaser {
		margin: 0 1em 0 1em;
		font-size: 0.82em;
		background: #f4f4f4;
		border-bottom: 1px #ccc solid;
		padding: 0.5em 0 1em 40px;
		color: #5f5d75;
	}

	#teaser div {
		float: left;
		width: auto;
		margin-right: 1em;
	}

	#teaser .block1 {
		padding-top: 1em;
	}

	#teaser .block3 {
		width: 45%;
		padding-top: 0.5em;
	}

	#teaser .block3 .title {
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif, sans-serif;
		display: block;
		font-size: 1.2em;
		font-weight: bold;
		color: #ed8200;
		background: inherit;
		margin: 0.4em 0 0.5em 0;
	}

	/* ##################################################################### */
	/* ########################### EIGENE STYLES ########################### */
	/* ##################################################################### */
	input[type="submit"]::-moz-focus-inner {
		border: 0;
	}

	/* ##################### Login-Bereich ###################### */
	div#navTop input {
		font-size: 0.8em;
	}

	.labelinside {
		margin: 0;
		padding: 0;
		border: 0;
		position: relative;
	}

	.labelinside label {
		color: silver;
		cursor: text;
		display: none;
		font-size: 0.8em;
		left: 0;
		line-height: 1em;
		padding: 6px 3px;
		position: absolute;
		top: 0;
	}

	.labelinside input {
		margin: 0;
	}

	div#navTop input[type="submit"] {
		background-color: #742128;
		color: #fff;
	}

	/* ##################### Navigationsbereich für Logout, Semester, Rolle ###################### */
	div#navTop {
		position: relative;
		top: 8px;
		text-align: right;
		border: 0;
		margin-right: 0;
	}

	div#navTop #navTopShadow {
		display: inline;
		-moz-box-shadow: -2px 2px 3px 1px #ccc;
		-webkit-box-shadow: -2px 2px 3px 1px #ccc;
		box-shadow: -2px 2px 3px 1px #ccc;
		padding: 10px 8px 12px 8px;
		color: #999;
		background-color: #ededed;
	}

	div#navTop #navTopNoShadow {
		display: inline;
		padding: 10px 8px 12px 8px;
		color: #999;
		background-color: #fff;
	}

	div#navTop li.top {
		text-indent: 0;
		list-style-type: none;
		margin: 0;
		display: inline;
		padding: 5px;
		border: 1px solid #fff;
	}

	div#navTop a {
		color: #999;
	}

	div#navTop a:hover {
		color: #666;
	}

	/* ################## Menü-DIVs für Semester, Rolle ##################### */
	div#roleSettings,
	div#semSettings,
	div#logoutSettings {
		display: none;
		position: absolute;
		background: #f3f3f3;
		text-align: left;
		padding: 8px;
		z-index: 999;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	div#roleSettings li,
	div#semSettings li,
	div#logoutSettings li {
		list-style-type: none;
		margin: 0;
	}

	div#roleSettings a#navTopRole,
	div#semSettings a#navTopSem,
	div#logoutSettings a#logoutTopSem {
		color: #999;
		display: block;
	}

	div#roleSettings a:hover,
	div#semSettings a:hover,
	div#logoutSettings a:hover {
		color: #666;
	}
	/* ######################################################################## */

	#tooltip {
		background: transparent url('../../../images/tooltip_bg.png');
		padding: 15px 10px 10px 15px;
		color: #000;
		width: auto;
		max-width: 600px;
		font-size: 12px;
		z-index: 9999;
	}

	#anmeldeProtokollDiv {
		display: none;
		position: absolute;
		width: 560px;
		z-index: 9999;
		border: 1px solid #ccc;

		background: #fafafa;
		padding: 10px;
	}

	#infobox_container {
		max-width: 650px;
		padding: 0;
	}

	#infobox_container a {
		text-decoration: underline;
	}

	.infobox_error,
	.infobox_ok,
	.infobox_hint {
		border: 1px solid #DDD;
		margin-bottom: 1em;
		padding: 0.6em 0.8em;
		cursor: pointer;
		display: block;
	}

	.infobox_error {
		background: #FBE3E4;
		color: #8A1F11;
		border-color: #FBC2C4;
	}

	.infobox_error a {
		color: #8A1F11;
	}

	.infobox_ok {
		background: #E6EFC2;
		color: #264409;
		border-color: #C6D880;
	}

	.infobox_ok a {
		color: #264409;
	}

	.infobox_hint {
		background: #FFF6BF;
		color: #514721;
		border-color: #FFD324;
	}

	input.inputError,
	textarea.inputError,
	select.inputError,
	td.inputError {
		border: 1px solid #FBC2C4;
		background: #FBE3E4;
		color: #8A1F11;
	}

	fieldset {
		margin: 10px 0 10px 0;
		border: 1px solid #ccc;
		background-color: #fafafa;
		padding: 5px;
	}

	fieldset fieldset {
		margin: 10px 0 10px 0;
		border: 1px solid #ccc;
		background-color: #f3f3f3;
		padding: 5px;
	}

	fieldset legend {
		font-size: 12px;
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif, sans-serif;
		font-weight: bold;
		color: #aaa;
	}

	.alert {
		background-color: #F3F3F3;
		border: 1px solid #742128;
		padding: 15px;
		color: #742128;
		text-align: center;
		margin-bottom: 20px;
		-moz-box-shadow: 0 0 5px 3px #ccc;
		-webkit-box-shadow: 0 0 5px 3px #ccc;
		box-shadow: 0 0 5px 3px #ccc;
	}

	h5 {
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif, sans-serif;
		display: block;
		font-size: 1.0em;
		font-weight: bold;
		font-style: italic;
		color: #000;
		margin: 0.4em 0 0.5em 0;
	}

	input[type=radio] {
		border: 0 solid;
	}


	/* ## HELP ECKE ## */
	img#help {
		position: absolute;
		right: -14px;
		top: -22px;
	}

	/* Hide from IE5-mac. Only IE-win sees this. \*/
	html #help {
		position: absolute;
		right: -12px;
		top: -18px;
	}
	/* End hide from IE5/mac */

	/* Modul-Editor */
	.modulEditor_highlight {
		background-color: #eee;
	}

	div#editForm label {
		position: absolute;
		text-align: right;
		width: 130px;
	}

	div#editForm input,
	div#editForm select,
	div#editForm textarea,
	div#editForm span#artText {
		margin-left: 140px;
		position: relative;
		text-align: left;
		margin-top: 2px;
		font-size: 13px;
	}

	div#editForm input[type=text] {
		width: 200px;
	}

	table#modedit {
		max-width: 560px;
	}

	table#modEdit td,
	table#modEdit th {
		font-size: 10px;
		vertical-align: middle;
	}

	td.modEditSpalte,
	th.modEditSpalte {
		border-left: 1px solid #ccc;
		padding: 5px;
		text-align: center;
	}


	/* Allgemein */
	#sub_line {
		padding-top: 6px;
		padding-bottom: 6px;
		color: #fff;
		text-align: center;
		font-size: 10px;
	}

	.content_table {
		background: #efefef;
		margin-top: 10px;
		margin-bottom: 15px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		border-collapse: collapse;
	}

	.tag_table {
		background: #F3F3F3;
		margin-top: 10px;
		margin-bottom: 15px;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
	}

	.tags {
		display: none;
		right: 10px;
		margin: 10px 0;
		position: absolute;
		min-width: 350px;
		z-index: 9999;
		border: 1px solid #ccc;
		background: #fafafa;
		padding: 10px;
	}

	td.tag {
		vertical-align: top;
	}

	.tag .veranstaltung {
		position: relative;
		height: auto !important;
	}

	.padd td {
		padding: 5px;
		border: 1px solid #ccc;
	}

	span.file {
		padding: 0 0 0 14px;
		background: transparent url('../../../images/icons/file.gif') no-repeat left;
	}

	.zitat {
		font-style: italic;
	}

	div.untertitel {
		font-size: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-style: italic;
	}

	div.titel {
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
	}


	.error {
		color: #ff0000;
	}

	.quelle {
		font-size: 0.8em;
		border-bottom: 1px solid #eee;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	span.norm {
		font-style: normal;
	}

	select {
		font-size: 10px;
	}

	table.normale_tabelle {
		width: auto;
	}

	table.buddysearchlist {
		width: 100%;
		border: 1px #ccc solid;
		padding: 5px;

	}

	table.buddysearchlist_rot {
		width: 100%;
		border: 1px #ccc solid;
		padding: 5px;
		background-color: #fff3f3;

	}

	table.buddysearchlist td {
		background-color: #f3f3f3;
		padding: 5px;
		margin: 5px;
		border-top: 1px #ccc solid;
	}

	table.buddysearchlist_rot td {
		background-color: #fff3f3;
		padding: 5px;
		margin: 5px;
		border-top: 1px #ccc solid;
	}

	table.plan_tabelle {
		border-collapse: collapse;
		padding: 0;
		margin: 0;
	}

	table.plan_tabelle td {
		border: 1px solid #ccc;
		font-size: 9px;
		padding: 0;
		margin: 0;
	}

	table.plan_tabelle td.clean {
		border: 0;
		padding: 0;
		margin: 0;
	}

	table.plan_intern {
		padding: 0;
		margin: 0;
	}

	table.plan_intern td {
		border: 1px solid #fff;
		padding: 0;
		font-size: 8px;
	}


	table.volle_breite {
		width: 100%;
	}

	table.normale_tabelle td {
		border-collapse: collapse;
		padding: 5px 10px 5px 0;
		vertical-align: top;
	}

	table.normale_tabelle_sos {
		width: auto;
	}

	table.normale_tabelle_sos td {
		width: 160px;
		padding: 5px 20px 5px 0;
		vertical-align: top;
	}

	table.normale_tabelle th {
		color: #666;
		text-align: left;
		font-weight: normal;
		padding: 5px 10px 5px 0;
		vertical-align: top;
	}

	table.normale_tabelle th.stress {
		border-bottom: 1px solid #ccc;
	}

	div.box {
		padding: 0;
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}

	div.box div.content {
		padding: 10px 5px 5px 5px;
		background-color: #f0f0f0;
	}

	div.legende {

		right: 30px;
		width: 95%;
		text-align: left;
		background-color: #f3f3f3;
		padding: 10px;
		font-size: 10px;
		border: solid 1px #ccc;

	}

	div.box h2 {
		font-weight: normal;
	}

	div.mini {
		font-size: 9px;
	}

	input.klein {
		font-size: 10px;
	}

	.hinweis {
		border: 1px solid #7f3336;
		background: #f4dada;
		color: #7f3336;
		padding: 3px;
		font-size: 10px;
		width: 98%;
		margin-top: 5px;
	}

	/* ######## Modulbeschreibung ######## */
	#modulbeschreibung td.spalte {
		text-align: center;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding-left: 3px;
		padding-right: 3px;
		width: 25px;
	}

	/* ########### Gesamtplan ########## */
	div.gesamtplan_woechentlich {
		background: #7f3336;
	}

	div.gesamtplan_einzeltermin {
		background: #d9d1d1;
	}

	div.gesamtplan_vierzehntaeglich {
		background: #aa8586;
	}

	/* ############## Stundenplan ########### */
	div.box {
		position: absolute;
		border: 1px solid #000;
		font-size: 9px;
		background: #ffffff;
		padding: 0;
		margin: 0;
	}

	div.box p {
		line-height: 1em;
		margin-top: 3px;
	}

	div.box table {
		position: relative;
		border: 0 solid #000;
		padding: 0;
		margin: 0;
	}

	div.box table tr {
		position: relative;
		border: 0 solid #000;
		padding: 0;
		margin: 0;
	}

	div.box table tr td {
		position: relative;
		padding: 0;
		margin: 0;
	}

	/* ############## Raumplan ########### */
	div.woechentlich {
		font-size: 9px;
		background: #7f3336;
		position: absolute;
		border: 1px solid #ccc;
		opacity: 0.8;
	}

	div.vierzehntaeglich {
		font-size: 9px;
		background: #aa8586;
		position: absolute;
		border: 1px solid #ccc;
		opacity: 0.8;
	}

	div.einzeltermin {
		font-size: 9px;
		background: #d9d1d1;
		position: absolute;
		border: 1px solid #ccc;
		opacity: 0.8;
	}

	div.woechentlich_konflikt {
		font-size: 9px;
		background: #7f3336 url('../../../images/konflikt.gif');
		position: absolute;
		border: 1px solid #ccc;
		opacity: 0.8;
	}

	div.vierzehntaeglich_konflikt {
		font-size: 9px;
		background: #aa8586 url('../../../images/konflikt.gif');
		position: absolute;
		border: 1px solid #ccc;
		opacity: 0.8;
	}

	div.vierzehntaeglich_konflikt_box {
		font-size: 9px;
		background: #aa8586 url('../../../images/konflikt.gif');
		position: absolute;
		border: 1px solid #ccc;
		opacity: 0.8;
	}

	div.einzeltermin_konflikt_box {
		padding: 9px;
		position: absolute;
		background: #d9d1d1 url('../../../images/konflikt.gif');
		border: 1px solid #ccc;
		opacity: 0.8;
	}

	div.einzeltermin_konflikt {
		padding: 8px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin-top: -1px;
		background: #d9d1d1 url('../../../images/konflikt.gif');
		opacity: 0.8;
	}

	div.anderesdatum {
		border: 1px solid #000;
	}

	/* ############# Seminartool ######################*/
	td.aufgabenverwaltung,
	th.aufgabenverwaltung {
		padding: 2px;
		border: 1px #cccccc solid;
	}

	/* ############# Anmeldung ######################*/
	.anmeldepanel {
		background: #dddddd;
	}

	.cluster {
		background: #decaca;
		border: 1px solid #999;
		padding: 5px;
		margin-top: 10px;
	}

	/* ############# Bearbeiten der englischen Veranstaltungstitel ######################*/
	.editListItem,
	.notEditListItem {
		margin: 10px 0;
		padding: 0;
		border: 1px solid;
		border-color: #CCC;
		overflow: hidden;
	}

	.editListItem div,
	.notEditListItem div {
		padding: 5px 10px;
	}

	.editListItem div.headline,
	.notEditListItem div.headline {
		font-weight: bold;
		display: block;
	}

	.editListItem div.editInfo,
	.notEditListItem div.editInfo {
		display: block;
		padding: 3px;
	}

	.editListItem div.editInfo {
		border-bottom: 1px solid #CCC;
		color: #264409;
		background: #E6EFC2;
		overflow: hidden;
	}

	.editListItem div.editInfo span.text {
		float: left;
	}

	.editListItem div.editInfo span.btn,
	.notEditListItem div.editInfo span.btn {
		float: right;
	}

	.editListItem div.editInfo span.btn ul,
	.notEditListItem div.editInfo span.btn ul {
		list-style: none;
	}

	.editListItem div.editInfo span.btn ul li,
	.notEditListItem div.editInfo span.btn ul li {
		height: 16px;
		width: 16px;
		cursor: pointer;
		float: left;
		margin: 0;
	}

	.editListItem div.editInfo span.btn ul li.edit,
	.notEditListItem div.editInfo span.btn ul li.edit {
		background: url('../../../images/edit.gif') no-repeat center center;
	}

	.editListItem div.editInfo span.btn ul li.editClose,
	.notEditListItem div.editInfo span.btn ul li.editClose {
		background: url('../../../images/keine_freigabe.gif') no-repeat center center;
	}

	.notEditListItem div.editInfo span.btn ul li.confirm {
		background: url('../../../images/confirm.gif') no-repeat center center;
	}

	.editListItem div.static_en,
	.notEditListItem div.static_en {
		font-weight: bold;
		display: block;
		font-style: italic;
		color: #9D2C36;
		cursor: pointer;
	}

	.editListItem div.editable_en,
	.notEditListItem div.editable_en {
		display: none;
	}

	.editListItem textarea,
	.notEditListItem textarea {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}

	.editListItem .btn_desc,
	.notEditListItem .btn_desc {
		margin: 0;
		padding-left: 15px;
		float: left;
		width: 200px;
		color: #9D2C36;
		cursor: pointer;
	}

	.editListItem .btn_desc_disabled,
	.notEditListItem .btn_desc_disabled {
		margin: 0;
		padding: 0;
		float: left;
		width: 200px;
		color: #999;
	}

	.editListItem .btn_desc.open,
	.notEditListItem .btn_desc.open {
		background: url('../../../images/aufgeklappt.gif') no-repeat left center;
	}

	.editListItem .btn_desc.closed,
	.notEditListItem .btn_desc.closed {
		background: url('../../../images/zugeklappt.gif') no-repeat left center;
	}

	.editListItem .beschreibung,
	.notEditListItem .beschreibung {
		display: block;
		clear: both;
	}

	.editListItem .save,
	.notEditListItem .save {
		float: right;
		margin-bottom: 5px;
	}

	.listSettings input#searchSubmit {
		float: right;
	}

	.listSettings input#search {
		float: right;
	}


	/* ############# Prüfungsnummern-Tool ################*/
	input.nummervergeben {
		background-color: #cceabf;
	}

	input.ohnenummer {
		background-color: #ecddde;
	}


	/* ############## Raumplanungstool ############ */
	div.raumplanung_beendet {
		padding: 8px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #f3f3f3;
		margin-top: -1px;
	}

	div.raumplanung_inarbeit {
		padding: 8px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #ecddde;
	}

	div.raumplanung_beendet_konflikt {
		padding: 8px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin-top: -1px;
		background: #f3f3f3 url('../../../images/konflikt.gif');
	}

	div.raumplanung_inarbeit_konflikt {
		padding: 8px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin-top: -1px;
		background: #ecddde url('../../../images/konflikt.gif');
	}


	/* ############## Raumplan alle ########### */
	#tage {
		background-image: url('../../../images/bg_hgrau.gif');
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9px;
		border-collapse: collapse;
		border: 1px solid lightgrey;
		color: #ffffff;
		padding: 0;
		margin: 0;
	}


	#konflikt {
		background: url('../../../images/konflikt.gif');
	}

	/* ############## Vorlesungsverzeichnis ########### */
	a.anmeldeliste {
		color: #333;
		text-decoration: none;
		border: 0 solid #fff;
		font-weight: normal;
		background: none;
	}

	div.veranstaltung,
	td.veranstaltung {
		padding: 8px;
		border-top: 1px solid #ccc;
		border-bottom: 0 solid #ccc;
		background: #f3f3f3;
		margin-top: 0;
	}

	/*######Material */
	div.material_box {
		position: absolute;
		padding: 8px;
		border: 3px solid #000000;
		background: #f3f3f3;
		margin-top: 25px;
		margin-left: 190px;
		height: 300px;
		width: 350px;
		visibility: hidden;
		top: 50px;
	}

	/*######Material */
	#overlay_content {
		position: absolute;
		padding: 8px;
		border: 3px solid #000000;
		background: #f3f3f3;
		margin-top: 25px;
		margin-left: 45px;
		height: auto;
		width: 580px;
		visibility: hidden;
	}

	#background[id],
	#overlay {
		background-image: url('../../../images/overlay.png');
		visibility: hidden;
		border: none;

		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		-moz-opacity: 0.2;
	}

	#material {
		width: 100%;
		height: 100%;
		margin-top: 10px;
		margin-right: 5px;
	}

	tr.material1 {
		background: #eeeeee;
	}

	tr.material2 {
		background: #ffffff;
	}

	tr.material2:hover {
		background: #eeeeee;
	}

	div.veranstaltungRot {
		padding: 8px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #ffcccc;
		margin-top: 0;
		margin-bottom: -1px;
	}

	div.veranstaltungGreen {
		padding: 8px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #6be079;
		margin-top: 0;
		margin-bottom: -1px;
	}

	div.notiz {
		padding: 8px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #E8F2FE;
		margin-top: 0;
		margin-bottom: -1px;
	}

	div.veranstaltung_eingetragen {
		padding: 8px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		background: #fff;
		margin-top: 0;
		margin-bottom: -1px;
	}

	.mini {
		font-size: 11px;
	}

	.klein {
		font-size: 11px;
	}

	table.titel_dozent {
		width: 100%;
	}

	table.titel_dozent td {
		vertical-align: top;
	}


	/* ######################################################################################################
	** ### Navigation: Seminarkarten ################################################
	** ######################################################################################################
	*/
	#nav_seminarkarten {
		width: 100%;
		float: left;
		color: #ccc;
	}

	#nav_seminarkarten ul {
		white-space: nowrap;
		line-height: 1em;
		margin: 0;
		padding: 0 0 0 60px;
		list-style: none;
	}

	#nav_seminarkarten li {
		float: left;
		background: #ccc url('../../../images/navi_seminarkarte/left.gif') no-repeat top left;
		padding: 0 0 0 3px;
		margin: 0 2px 0 0;
		border-bottom: 1px solid #ccc;
	}

	#nav_seminarkarten a {
		float: left;
		display: block;
		color: #fff;
		background: transparent;
		background: url('../../../images/navi_seminarkarte/right.gif') no-repeat top right;
		padding: 5px 11px 3px 8px;
		text-transform: none;
		text-decoration: none;
		font-weight: normal;
	}

	/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#nav_seminarkarten a {
		float: none;
	}
	/* End IE5-Mac hack */

	#nav_seminarkarten a:hover {
		color: #fff;
		background: transparent url('../../../images/navi_seminarkarte/right.gif') no-repeat top right;
	}

	#nav_seminarkarten #current {
		background-image: url('../../../images/navi_seminarkarte/left_on.gif');
		border-bottom: 0 solid #f00;
	}

	#nav_seminarkarten #current a {
		color: #334;
		background-image: url('../../../images/navi_seminarkarte/right_on.gif');
		font-weight: bold;
		padding-bottom: 4px;
		padding-top: 5px;
	}

	#nav_seminarkarten #logout {
		margin-left: 20px;
	}

	.lehrePlanung {
		text-align: center;
	}

	.lehrePlanung tr td {
		border-bottom: 1px solid lightgrey;
	}

	.lehrePlanung .row_color {
		background-color: #EEE;
	}

	.material_datum {
		color: #666;
		font-size: 10px;
	}

	.material_materialname {
		cursor: help;
		margin-top: 3px;
		margin-bottom: 0;
		line-height: 1em;
		font-size: 10px;
		text-align: left;
		color: #666;
		white-space: nowrap;
	}

	.material_ordnername {
		cursor: help;
		margin-top: 3px;
		margin-bottom: 0;
		line-height: 1em;
		text-align: left;
		color: #000;
		white-space: nowrap;
	}

	.jscheck {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		background-color: yellow;
		text-align: center;
		height: 40px;
		font-size: 18px;
		padding-top: 15px;
	}

	/* ###### Datepicker ###### */
	#ui-datepicker-div {
		z-index: 10;
		display: none;
	}

	.ui-datepicker-shortcut {
		font-size: 12px;
		padding: 0;
		margin: 0;
		color: #336699;
	}


	.appFrage {
		color: #5d2731;
		font-style: italic;
	}

	/* ####### Forum ##### */
	.forumMessageLeftCol {
		display: block;
		float: left;
		padding-right: 10px;
		margin: 5px;
	}

	.forumMessageTitle {
		font-weight: bold;
		display: inline;
	}

	.forumMessageActions {
		display: inline;
		float: right;
	}

	.forumTopic fieldset {
		margin-bottom: 0;
	}

	.forumTopicTitle {
		display: inline;
		float: left;
	}

	.forumTopicStats {
		display: inline;
		float: right;
	}

	.forumTopicBody {
		clear: left;
	}

	.forumMessageOverviewDetails {
		font-size: 80%;
	}

	.forumOverviewElement {
		background: url('../../../images/forum_bg.gif') repeat scroll 0 0 transparent;
	}

	.forumsubject {
		background: #fff;
		display: block;
	}

	.forumbody {
		background: url('../../../images/forum_bg.gif') repeat scroll 0 0 transparent;
	}

	.forumMessageBox {
		padding: 10px 0;
		background: #fff;
	}

	.forumMessageBox fieldset {
		margin: 0;
	}

	.pordrow {
		padding: 5px;
	}

	.pordrow2 {
		background-color: #fff;
	}

	.pordEinordnung {
		font-size: 12px;
	}

	.pordcheckbox {
		float: left;
		height: 40px;
		clear: left;
	}

	.pordhighlight {
		background-color: #90EE90;
	}

	.pordcheckedrow {
		background-color: #96C8EE;
	}

	.pordintended {
		padding-left: 40px;
	}

	/* ############### User bearbeiten ################ */
	.userBearbeitenTable {
		width: auto;
	}

	.userBearbeitenTable td {
		vertical-align: top;
		padding: 3px;
		border: 0 solid #000;

	}

	.userBearbeitenContent {
		display: block;
		padding: 3px;
	}

	a.userBearbeitenButton {
		display: block;
		border: 1px solid #cccccc;
		background-color: #dddddd;
		padding: 3px;
		margin: 2px;
	}

	a.userBearbeitenButton:hover {
		background: #cccccc;
	}

	a.focus {
		background-color: #FBC2C4;
	}

	/* ############# Portal News-Liste ######################*/
	ul.newsListPortal {
		list-style: none;
	}

	ul.newsListPortal li {
		margin: 0;
		padding: 10px 5px;
		border-bottom: 1px solid #CCC;
		border-top: 1px solid #FFF;
	}

	ul.newsListPortal li .headline {
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif, sans-serif;
		display: inline;
		font-weight: bold;
	}

	ul.newsListPortal li.closed:hover .headline {
		color: #9D2C36;
	}

	ul.newsListPortal li.closed {
		cursor: pointer;
	}

	ul.newsListPortal li.open .headline {
		color: #9D2C36;
		cursor: pointer;
	}

	ul.newsListPortal li .infoTag {
		color: #666;
		font-style: italic;
	}

	ul.newsListPortal li .text {
		display: block;
	}

	ul.newsListPortal li .text .trial {
		display: inline;
	}

	ul.newsListPortal li .more {
		display: none;
	}

	.icon {
		display: inline;
		height: 16px;
		width: 16px;
		cursor: pointer;
		margin: 0 5px 0 0;
		float: left;
	}

	.icon.zugeklappt {
		background: url('../../../images/zugeklappt.gif') no-repeat center center;
	}

	.icon.aufgeklappt {
		background: url('../../../images/aufgeklappt.gif') no-repeat center center;
	}

	/* ############# PURE Webservice Rendering: short ######################*/
	.rendering_short {
		margin: 0;
	}

	.rendering_short h1,
	.rendering_short h2,
	.rendering_short h3,
	.rendering_short h4,
	.rendering_short h5,
	.rendering_short h6 {
		color: #000;
		background: none;
		font-size: 1em;
		padding: 0;
		margin: 5px 0;
		line-height: 1.5em;
		font-weight: bold;
	}

	.rendering_short p {
		margin: 0;
		padding: 0;
	}

	.btn_with_icon {
		margin: 0;
		padding-left: 15px;
		color: #9D2C36;
		cursor: pointer;
	}

	.btn_with_icon.open {
		background: url('../../../images/aufgeklappt.gif') no-repeat left center;
	}

	.btn_with_icon.closed {
		background: url('../../../images/zugeklappt.gif') no-repeat left center;
	}

	/* ######################################################################################################
	** ### Dateimanager Toolbar #############################################################################
	** ######################################################################################################
	*/
	#toolbar {
		margin: 10px 10px 10px 0;
		padding: 10px;
		border: 1px solid #9D2C36;
	}

	#toolbar ul {
		list-style-type: none;
	}

	#toolbar ul li {
		float: left;
		margin-left: 15px;
	}

	#filemanager_left {
		float: left;
		height: 300px;
		width: 200px;
		border: 1px solid #9D2C36;
		overflow: scroll;
	}

	#filemanager_right {
		float: left;
		margin-left: 3px;
		width: 470px;
		height: 300px;
		border: 1px solid #9D2C36;
		overflow: scroll;
	}

	#file_structure {
		padding: 10px;
	}

	#file_structure li {
		margin: 3px;
		cursor: default;
		float: left;
		min-height: 48px;
		width: 80px;
		overflow: hidden;
		text-align: center;
		border: 1px solid #fff;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	#file_structure li p {
		margin: 3px;
		padding: 0;
		margin-top: 54px;
	}

	#file_structure li.directory {
		background: url('../../../images/folder.png') center 5px no-repeat;
	}

	#file_structure li.directory:hover {
		background: url('../../../images/folder.png') center 5px no-repeat #E0F2F7;
	}

	#file_structure li.directory.hover {
		background: url('../../../images/folder.png') center 5px no-repeat #CEE3F6;
	}

	#file_structure li.file.txt {
		background: url('../../../images/file_txt.png') center 5px no-repeat;
	}

	#file_structure li.file.txt:hover {
		background: url('../../../images/file_txt.png') center 5px no-repeat #E0F2F7;
	}

	#file_structure li:hover {
		border-color: #A9E2F3;
	}

	#file_structure li:selection {
		border-color: unset;
	}
}

@media print {
	body {
		background: none;
	}

	h3 {
		padding-top: 20px;
		font-size: 14px;
	}

	div.veranstaltung,
	div.veranstaltung a {
		font-size: 10px;
		color: #000000;
	}

	table.normale_tabelle td,
	table.normale_tabelle th,
	table.normale_tabelle a {
		font-size: 10px;
		color: #000000;
	}

	#header {
		background-color: #fff;
		background-image: url('../../../images/leuphana_print.jpg');
	}

	#nav_main {
		display: none;
	}

	#sub_line {
		display: none;
	}

	.screenonly {
		display: none;
	}

	#showOrganisations {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

/*############## Widgets ################### */
.panel-title {
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 200;
	/*color: inherit;*/
	color: #aaa8a8 !important;
}

.panel-title a {
	color: black;
}

h3.panel-title {
	line-height: 32px;
}

.panel-heading {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding-bottom: 0px !important;
	border-top: 2px solid #7A0631;
}


.panel-default > .panel-heading {
	/* color: #333; */
	/* background-color: #f5f5f5; */
	/* border-color: #ddd; */
	background-color: unset !important;
	border-bottom: #fff !important;
	color: #979595 !important;
}

.panel {
	/* margin-bottom: 20px; */
	margin-bottom: 10px;
}


/*############## Form Error ################### */
/* Z-INDEX */
.formError {
	z-index: 990;
}

.formError .formErrorContent {
	z-index: 991;
}

.formError .formErrorArrow {
	z-index: 996;
}

.ui-dialog .formError {
	z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
	z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
	z-index: 5006;
}

.inputContainer {
	position: relative;
	float: left;
}

.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}

.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}

.ajaxSubmit {
	padding: 20px;
	background: #55ea55;
	border: 1px solid #999;
	display: none;
}

.formError .formErrorContent {
	width: 100%;
	background: #eaeaea;
	position: relative;
	color: #000;
	min-width: 120px;
	font-size: 12px;
	padding: 4px 10px 4px 10px;
	box-shadow: -4px -4px 5px #bbb;
	-moz-box-shadow: -4px -4px 5px #bbb;
	-webkit-box-shadow: -4px -4px 5px #bbb;
}

.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.greenPopup .formErrorContent {
	background: #33be40;
}

.blackPopup .formErrorContent {
	background: #393939;
	color: #FFF;
}

/* Anzeige Baumstruktur*/
ul.tree {
	margin-bottom: 30px !important;
}

ul.tree,
ul.tree ul {
	list-style-type: none;
	background: url('../../../images/vline.png') repeat-y;
	margin: 0;
	padding: 0;
}

ul.tree ul {
	margin-left: 10px;
}

ul.tree li {
	margin: 0;
	padding: 0 12px;
	line-height: 20px;
	background: url('../../../images/node.png') no-repeat;

}

ul.tree li.last {
	background: #fff url('../../../images/lastnode.png') no-repeat;
}

ul.tree li a {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 5px 0 5px 10px;
	background-image: url('../../../images/loeschen.gif');
}

#showOrganisation {
	margin-bottom: 10px;
}

td.error {
	border-top: 1px solid #C00;
	border-bottom: 1px solid #C00;
}

.clear {
	display: block;
	clear: both;
}

.pruefungstermin_buffer {
	background-color: #ffcccc;
	position: absolute;
}

#defaultButton .button[type=submit] {
	width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
	background: #fafafa;
	padding: 3px;
	color: #777;
}

.paginator {
	list-style: none;
	max-width: 100%;
	overflow: hidden;
}

.paginator li {
	display: inline;
	float: left;
	padding: 0;
	margin: 5px 0 0 0;
}

.paginator li a {
	padding: 5px;
}

.paginator li.active a {
	font-weight: bold;
	background: #7f3336;
	color: #fff;
}

.html-uploader ul {
	list-style: none;
	margin: 0;
}

.html-uploader ul li {
	margin: 0;
}

.paginator {
	list-style: none;
	max-width: 100%;
	overflow: hidden;
}

.paginator li {
	display: inline;
	float: left;
	padding: 0;
	margin: 5px 0 0 0;
}

.paginator li a {
	padding: 5px;
}

.paginator li.active a {
	font-weight: bold;
	background: #7f3336;
	color: #fff;
}

.html-uploader ul {
	list-style: none;
	margin: 0;
}

.html-uploader ul li {
	margin: 0;
}
