/* 
+----------------------------------------------------+
|                                                    |
| Stylesheet für das Layout "Prof. Voß"      	     |	
|(C) Judith Frenzel 2004                             |
|                                                    |
+----------------------------------------------------+
*/                                                



/* BODY + BROWSER-ANZEIGEFENSTER */
/*============================================*/

/* hier werden die allgemeinen Schrifteinstellungen, Scrollbarfarben und Hintergrundfarbe des Bodys festgelegt*/

body 	{ 
		background-color:#E9E5E5; 
		color:#000000; 
		font-family:Arial,Helvetica,sans-serif; 
		
	}


/* TABELLEN - LAYOUT */
/*=============================================*/

/* Festlegungen für Tabelle1 */

table.horizontaleAusrichtung { 
		table-layout:fixed; 
		width:100%; 
	}

/* Festlegungen für Tabelle2 */

table.vertikaleAufteilung { 
		table-layout:fixed; 
		background-color:#FFFFFF;
		width:700px;
	}

tr.vertikaleAufteilung { 
		height:100px; 
	}


td.HauptthemenMenue{
		background-color:#000055;
		color:#FFFFFF; 
		text-align:right;	
	}


/* Festlegungen für Tabelle3 */

table.horizontaleAufteilung { 
		table-layout:fixed; 
		width:700px; 
		background-color:#FFFFFF; 
	}

td.UnterthemenMenue { 
		background-color:#000055; 
		width:175px; 
		vertical-align:top;  
	}

tr.horizontaleAufteilung { 
		height:400px; 
	}

/* Festlegungen für das Copyright */

td.Copyright { 
		vertical-align:bottom; 
		background-color:#000055;  
	}

div.Copyright { 
		color:#FFFFFF; 
		text-decoration:none;  
		font-size:7pt; 
		padding-left:5px;
		padding-bottom: 5px;   
	}

div.Copyright_Index { 
		color:#000000; 
		text-decoration:none;  
		font-size:7pt; 
		padding-left:5px;
		padding-bottom: 5px;   
	}

/* MENÜ */
/*===============================================*/

/* Festlegungen für das Menü - Hauptthemen */

div.hauptThemen { 
		font-weight:bold; 
		font-size:10pt;
		padding-right:10px;
		padding-top:9px;
		padding-bottom:8px;
	}



/* Festlegungen für das Menü - Unterthemen */

div.unterThemen { 
		font-size:10pt;
		font-size:10pt; 
	}

ul.Menue { 
		list-style-type:none; 
	}

/* Einstellungen für Links im Textfeld wie "zurück zur Startseite", "zurück nach oben"*/


a.text:link 	{ 
		color:#000000;
		font-weight:bold;  
		text-decoration:none; 
	}

a.text:visited { 
		color:#000000;
		font-weight:bold;  
		text-decoration:none; 
	}

a.text:hover { 
		color:#000000;
		font-weight:bold;  
		text-decoration:underline; 
	}

a.text:active { 
 		color:#000000;
		font-weight:bold;  
		text-decoration:underline; 
	}

a.text:focus { 
		color:#000000; 
		font-weight:bold; 
		text-decoration:underline; 
	}


/* Einstellungen für Links der Übersetzung*/


a.uebersetzung:link 	{ 
		color:#000000; 
		text-decoration:none; 
	}

a.uebersetzung:visited { 
		color:#000000; 
		text-decoration:none; 
	}

a.uebersetzung:hover { 
		color:#000000; 
		text-decoration:underline; 
	}

a.uebersetzung:active { 
 		color:#000000;
		text-decoration:underline; 
	}

a.uebersetzung:focus { 
		color:#000000;  
		text-decoration:underline; 
	}

/* Einstellungen für Links im Menü*/


a.menu:link 	{ 
		color:#FFFFFF; 
		text-decoration:none; 
	}

a.menu:visited { 
		color:#CCCCCC; 
		text-decoration:none; 
	}

a.menu:hover { 
		color:#FFFFFF; 
		text-decoration:underline; 
	}

a.menu:active { 
		color:#FFFFFF; 
		text-decoration:underline; 
	}

a.menu:focus { 
		color:#FFFFFF; 
		text-decoration:underline; 
	}

span.aktiverLink {
		color:#CCCCCC; 
		text-decoration:underline; 

	}

span.keinLink { 
		color:#FFFFFF; 
		text-decoration:none; 
	}

/* Einstellungen für Links direkt im Text*/
/*=======================================*/


a.anchor:link 	{ 
		color:#000055; 
		text-decoration:underline;
	}

a.anchor:visited { 
		color:#999999; 
		text-decoration:underline;
	}

a.anchor:hover { 
		color:#000055;
		text-decoration:underline; 
	}

a.anchor:active { 
		color:#000055; 
		text-decoration:underline; 
	}

a.anchor:focus { 
		color:#000055;
		text-decoration:underline; 
	}

/* TEXT in der ZELLE FÜR DEN SEITENINHALT */
/*===============================================*/

/* Festlegungen für den Inhalt */

td.Inhalt { 
		vertical-align:top; 
	}

/*unsichtbare Tabelle, um Hauptthema als Überschrift neben kleinen Logo zu platzieren */

table.Hauptthema {
		table-layout:fixed;
		width:500px;
		height:40px;
	}

td.Hauptthema_Uebersetzung {
		text-align:left;
		font-size:8pt;
	}

td.Hauptthema {
		text-align:right;
	}

div.Hauptthema {
		text-decoration:none;  
		font-size:12pt; 
		font-weight:bold; 
		letter-spacing:1pt; 
		text-transform:uppercase;
		margin-right:15px;
	}

/* Textformatierung */

div.Inhalt { 
		padding-top:5px; 
		padding-left:15px; 
		padding-right:15px; 
		padding-bottom:15px; 
		color:#000000; 		
		text-align:left; 
		font-size:10pt; 
	}

/* Überschriften für den Inhalt */


h1 	{ 
		text-decoration:underline;  
		font-size:12pt; 
		font-weight:bold; 
		letter-spacing:2pt; 
		text-transform:uppercase;  
	}

h2 	{ 
		text-decoration:none; 
		text-transform:uppercase; 
		font-weight:bold; 
		font-size:10pt; 
		letter-spacing:3pt;  
	} 

h3 	{ 
		text-decoration:none; 
		font-weight:bold; 
		font-size:10pt; 
		text-transform:uppercase; 
	}


/* Bilderformatierung */


div.Bild { 
			background-image:url(/* hier muss die URL zum Hintergrundbild hinein*/); 
		background-repeat:no-repeat; 
		background-position:middle; 
	}

div.Bilderklaerung { 
		font-size:8pt; 
		text-decoration:none; 
	}


/* Trennlinie */

hr 	{ 
		text-align:left; 
		margin-left:5px; 
		margin-right:5px; 
		border-width:1px; 
		border-color:#000055; 				
                border-style:solid; 
	}

/* Tabelle für Überschriften auf der Seite der Forschungseinrichtungen */ 

table.Forschungseinrichtung {
		width:100%;
	}

td.Forschungseinrichtung_Ueberschrift {
		text-align:left;
		vertical-align:bottom;
	}

td.Forschungseinrichtung_Symbol {
		text-align:right;
		vertical-align:top;
	}

/* Tabelle für Einträge in die Download-Seite */

table.Download {
		width:100%;
	}

tr.Download_Ueberschrift {
		background-color: #CCCCCC;
		font-weight: bold;
	}

td.Download_Groesse {
		text-align:right;
		vertical-align:top;
	}

/* NAVIGATION UNTER DEM TEXTTEIL */
/*===============================*/

/* Festlegungen fuer Tabelle unter Textteil */

table.NaviUnterText { 
		table-layout:fixed; 
		width:100%; 
	}

td.NaviUnterText_links {
		text-align:left;
	}

td.NaviUnterText_rechts {
		text-align:right;
	}


div.NaviUnterText { 
		padding-top:5px; 
		padding-left:15px; 
		padding-right:15px;
		padding-bottom: 5px;  
		color:#000000; 		
		text-align:justify; 
		font-size:10pt; 
	}





