<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* bildschirm.css
*
* Diese Datei enthï¿½lt die CSS-Regeln fï¿½r die Anzeige der Web-Seiten zur Anwendung 
* 'Lernzielkatalog'.
* Die Stylesheet-Datei ist folgendermaï¿½en aufgebaut:
* 1. Allgemeine Styles
* 2. Styles fï¿½r Layoutbereiche
* 3. Sonstige Styles 
* @author Markus Henkes (mh18)
* @copyright EDV-Abteilung der Medizinischen Fakultaet Mannheim
* @version 1.0.0
* @since 12.05.2015
* @package CSS
*/


/**
* 1. Allgemeine Styles (CSS-Regeln fï¿½r die gesamte Web-Seite)
*/

/* Zeichensï¿½tze */
@charset "utf-8";

/* HTML-Objekt */
html {
	overflow-y: scroll; /* Scrollbar immer einblenden ('springen' vermeiden) */
}

/* BODY-Objekt */
body{
	background-color: white; /* Hintergrundfarbe */
	color:            black; /* Schriftfarbe */
	font-family:      Verdana, Arial, Helvetica, sans-serif; 
	font-size:        14px; /* Schriftgrï¿½ï¿½e (87.5% = 14px) */
}

/* Generelle CSS-Regeln */
 /* eingebauten Stylesheet ausschalten (CSS-Reset) */
*{
	padding: 0;
 	margin:  0;
}

/* H3-Objekt */
h3#rot{
	color: red; /* Schriftfarbe */
}

h3#gruen{
	color: green; /* Schriftfarbe */
}


/* Textarea-Objekt */
textarea{ 
	font-family:      Verdana, Arial, Helvetica, sans-serif; 
	font-size:        14px; /* Schriftgrï¿½ï¿½e (87.5% = 14px) */
}

/* Input-Objekt */
input{ 
 	font-family:      Verdana, Arial, Helvetica, sans-serif; 
 	font-size:        14px; /* Schriftgrï¿½ï¿½e (87.5% = 14px) */
}

input:focus{ 
	background-color: Gainsboro; 
	color: black;
}

input[type="checkbox"]{
	margin-right:5px;
}

/* Select-Objekt */
select{ 
	font-family:      Verdana, Arial, Helvetica, sans-serif; 
	font-size:        14px; /* Schriftgrï¿½ï¿½e (87.5% = 14px) */
}

select:focus
{ 
	background-color:   white; 
	color:				black;
}

/**
* 2. Styles fï¿½r Layoutbereiche
*/

/* Gestaltungsregeln fÃ¼r kopfbereich */
div#umschlag {
	background-color: white;
	color: black;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#kopfbereich {
	background-color: white;
	color: black;
/*  border-top: 10px solid #b5152b;*/
  /*border-bottom: 2px solid #efefef;*/
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

table#redline{
	margin-top: 0px;
  	margin-left: 0px;
}
h1, h2 {
	margin-bottom: 0.5em;
}


/* Gestaltungsregeln fï¿½r textbereich1 */
div#textbereich1{
	background-color: white; /* Hintergrundfarbe */
	margin-left:      10px;
	margin-top:       10px;
	margin-right:     10px;
}

/* Gestaltungsregeln fï¿½r navibereich2 (horizontale Menï¿½leiste) */
div#navibereich2{
	background-color: #efefef; /* Hintergrundfarbe */
	margin-left: 2px;
	margin-right: 0px;
	padding-bottom: 2px;
}

/* Gestaltungsregeln fï¿½r textbereich2 (Hauptseite) */
div#textbereich2{
	height: 700px;
	background-color: white; /* Hintergrundfarbe */
 	margin-left:      10px;
 	margin-top:       10px;
 	margin-right:     0px;
 	background-attachment: scroll;
 	background-image: url("../img/HD_schwarz_3pct_1.png");
 	background-position: 600px -650px; /* 900px -600px; */
 	background-repeat: no-repeat;
 	background-size: 80% auto; 
}

/* Gestaltungsregeln fï¿½r fussbereich1 */
div#fussbereich1{
	background-color: white; /* Hintergrundfarbe */
}

#tr_fa_content tbody tr td{
	padding-bottom:5px;
	padding-right: 50px;
	vertical-align: top;
}

#tr_fa_und_eidesstaatliche_erklaerung tbody tr td{
	padding-bottom:10px;
	padding-right: 50px;
	vertical-align: top;
}
/* Tabelle: 'Anmeldung' */
table#anmeldung1{
 	border: 0px solid;
}

td#anmeldung1{ 
	border: 0px solid;
	text-align: left;
	padding-bottom: 5px;
}

td#anmeldung2{ 
	border:     0px solid;
	text-align: center;
}

/* Tabelle: 'Menï¿½ horizontal' */
table#menue2{
 	border: 0px solid;
	width:  100%;
}


/* +++ Formular 'Freie Forschungsarbeiten' +++ */

/* Hinweistext */
p#txtHinweis1{
 	color: Blue;
 	font-style: italic;
 /* font-weight: bold; */
}

/* Tabelle: 'freie Forschungsarbeiten' */
table#ffas1{
	border: 1px solid;
}

th#ffas1{
	border: 1px solid;
	background-color: silver; /* Hintergrundfarbe */
}

td#ffas1{ 
	border: 1px solid;
}

/* Button 'anmelden' in Spalte 'Aktion' auf Formular 'Freie Forschungsarbeiten'*/
input#cmdAnmelden1{
	background-color: PaleGreen;
	font-weight: bold;
}
/* --- Formular 'Freie Forschungsarbeiten' --- */


/* Tabelle: 'Neue Forschungsarbeit' */
table#faneu1{
	border: 0px solid;
	width:  100%;
}

/* Spalte 1 der Tabelle: 'Neue Forschungsarbeit' */
td#faneu1sp1{
	width:  15%;
}

/* Tabelle: 'Termine' */
table#fatermine{
 	border: 1px solid;
}

/* Kopf-Spalten der Tabelle: 'Termine' */
th#fatermine{
	width: 150px;
	border: 1px solid;
	text-align: center;
	padding-right: 0px !important;
	padding-top: 5px !important;
	padding-bottom:5px !important;
}

/* Daten-Spalten der Tabelle: 'Termine' */
td#fatermine{
	border: 1px solid;
	text-align: center;
	padding-right: 0px !important;
	padding-top: 5px !important;
	padding-bottom:5px !important;
}

/* Tabelle: 'Bewertung' */
table#fabewertung{
	border: 1px solid;
}

/* 1. Daten-Spalten der Tabelle: 'Bewertung' */
td#fabewertungsp1{
	 width:  5%;
	 border: 1px solid;
	 text-align: center;
	 font-weight: bold;
}

/* 2. Daten-Spalten der Tabelle: 'Bewertung' */
td#fabewertungsp2{
	 width:  10%;
	 border: 1px solid;
	 text-align: left;
	 font-weight: bold;
}

/* 3. Daten-Spalten der Tabelle: 'Bewertung' */
td#fabewertungsp3{
	 width:  80%;
	 border: 1px solid;
	 text-align: left;
}

/* 4. Daten-Spalten der Tabelle: 'Bewertung' */
td#fabewertungsp4{
	 width:  5%;
	 border: 1px solid;
	 text-align: center;
}

table#table_ansprechpartner{
	 background-color: white; /* Hintergrundfarbe */
	 color:            black; /* Schriftfarbe */
	/* Abstand unterhalb der Rahmenlinie */
	 padding-right:    5px;
	 padding-bottom:   0px;
	 font-family:      Verdana, Arial, Helvetica, sans-serif; 
	 font-size:        14px; /* SchriftgrÃ¶ÃŸe (87.5% = 14px) */
}</pre></body></html>