/*
CSS - http://www.newmedia-pegasus.de/ptb/de/aktuelles/presseinfos/index2.html
http://www.newmedia-pegasus.de/ptb/de/aktuelles/presseinfos/index2.html
http://www.newmedia-pegasus.de/ptb/styles/ptb.css
*/
/* Formatierungsfestlegungen f&uuml;r die PTB-Internetseiten */
/* #################################################### */

/* 1. LINKS */
/* 1.1. Links in der Navigationsleiste am linken Rand */
/* 1.1.a. Linkdarstellung f&uuml;r andere Seiten */
/* [Alte Variante]
a.navigationslinks{
          color: #000000;
          background-color: transparent;
          font-size: 1em;
          font-family: Arial, Helvetica, Sans-Serif;
          text-decoration: none;
}

a.navigationslinks:hover{
          font-weight: bold;
          text-decoration: none;
}

*/
/* [Neue Variante] */

#nav_english a, #nav_sitemap a, #nav_homepage a, #nav_ptb a, #nav_fachabteilungen a, #nav_themenrundgaenge a, #nav_presse a, #nav_publikationen a, #nav_jobs a, #nav_dienstleistungen a, #nav_technologietransfer a, #nav_kontakt a, #nav_links a, #nav_suche a, #nav_impressum a{
	background-image: url(../../images/bt00.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 10px;
	width: 170px;
	color: #000000;
	background-color: transparent;
  font-size: 0.96em;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none
}

#nav_english a:hover, #nav_sitemap a:hover, #nav_homepage a:hover, #nav_ptb a:hover, #nav_fachabteilungen a:hover, #nav_themenrundgaenge a:hover, #nav_presse a:hover, #nav_publikationen a:hover, #nav_jobs a:hover, #nav_dienstleistungen a:hover, #nav_technologietransfer a:hover, #nav_kontakt a:hover, #nav_links a:hover, #nav_suche a:hover, #nav_impressum a:hover{
	background-image: url(../../images/bt00_akt.gif);
	background-repeat: no-repeat;
	font-weight: bold
}

/* 1.1.b. Linkdarstellung f&uuml;r die aktuell angezeigte Seite */
/* [Alte Variante] 
a.navigationslinks_akt{
          color: #000000;
          background-color: transparent;
          font-size: 1em;
          font-family: Arial, Helvetica, Sans-Serif;
          font-weight: bold; text-decoration: none;
}
a.navigationslinks_akt:hover{
       text-decoration: none;
}
*/

#nav_english a.Navigation_Links_Aktiv, #nav_sitemap a.Navigation_Links_Aktiv, #nav_homepage a.Navigation_Links_Aktiv, #nav_ptb a.Navigation_Links_Aktiv, #nav_fachabteilungen a.Navigation_Links_Aktiv, #nav_themenrundgaenge a.Navigation_Links_Aktiv, #nav_presse a.Navigation_Links_Aktiv, #nav_publikationen a.Navigation_Links_Aktiv, #nav_jobs a.Navigation_Links_Aktiv, #nav_dienstleistungen a.Navigation_Links_Aktiv, #nav_technologietransfer a.Navigation_Links_Aktiv, #nav_kontakt a.Navigation_Links_Aktiv, #nav_links a.Navigation_Links_Aktiv, #nav_suche a.Navigation_Links_Aktiv, #nav_impressum a.Navigation_Links_Aktiv{
	background-image: url('../../images/bt00_akt.gif');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-decoration: none
}

#nav_english a.Navigation_Links_Aktiv:hover, #nav_sitemap a.Navigation_Links_Aktiv:hover, #nav_homepage a.Navigation_Links_Aktiv:hover, #nav_ptb a.Navigation_Links_Aktiv:hover, #nav_fachabteilungen a.Navigation_Links_Aktiv:hover, #nav_themenrundgaenge a.Navigation_Links_Aktiv:hover, #nav_presse a.Navigation_Links_Aktiv:hover, #nav_publikationen a.Navigation_Links_Aktiv:hover, #nav_jobs a.Navigation_Links_Aktiv:hover, #nav_dienstleistungen a.Navigation_Links_Aktiv:hover, #nav_technologietransfer a.Navigation_Links_Aktiv:hover, #nav_kontakt a.Navigation_Links_Aktiv:hover, #nav_links a.Navigation_Links_Aktiv:hover, #nav_suche a.Navigation_Links_Aktiv:hover, #nav_impressum a.Navigation_Links_Aktiv:hover{
	background-image: url('../../images/bt00.gif');
	text-decoration: none
}

/* 1.2. Links im Contentbereich */
/* 1.2.1. Link in "normaler" Schriftgr&ouml;&szlig;e, dunkelblau, fett, bei Mouseover unterstrichen */

a.contentlinks_normalfett{
          color: #034076;
          background-color: transparent;
          font-size: 1em;
          font-family: Arial, Helvetica, Sans-Serif;
          font-weight: bold; text-decoration: none;
}

a.contentlinks_normalfett:hover{
          text-decoration: underline;
}

/* 1.2.2. Link in 0,8-facher Schriftgr&ouml;&szlig;e, dunkelblau, fett, bei Mouseover unterstrichen */

a.contentlinks_kleinfett{
          color: #034076;
          background-color: transparent;
          font-size: 0.8em;
          font-family: Arial, Helvetica, Sans-Serif;
          font-weight: bold;
          text-decoration: none;
}
a.contentlinks_kleinfett:hover{
          text-decoration: underline;
          }

/* 1.2.3. Link in "normaler" Schriftgr&ouml;&szlig;e, dunkelblau, bei Mouseover unterstrichen */

a.contentlinks_normal{
          color: #034076;
          background-color: transparent;
          font-size: 1em;
          font-family: Arial, Helvetica, Sans-Serif;
}

a.contentlinks_normal:hover{
          text-decoration: underline;
}

/* 1.2.4. Link in "kleiner" Schriftgr&ouml;&szlig;e, dunkelblau, bei Mouseover unterstrichen */

a.contentlinks_klein{
          color: #034076;
          background-color: transparent;
          font-size: 0.8em;
          font-family: Arial, Helvetica, Sans-Serif;
}

a.contentlinks_klein:hover{
          text-decoration: underline;
}

/* #################################################### */
/* 2. BILDER */
/* 2.1. Alle Bilder ohne spezielle Formatklassendefinition sollen keine Rahmenlinie haben */

img{
		border:0px none;
}

/* 2.1. Bilder in der Navigationsleiste sollen mittig zum Text angeordnet sein */

img.navimage{
		vertical-align:middle;
}

/* 2.2. Textumflossene Bilder */
/* 2.2.a. Bild steht links im Text */

img.linksumflossen{
		margin-right: 3px;
		float: left;
}

/* 2.2.b. Bild steht rechts im Text */

img.rechtsumflossen{
		float: right;
}

/* 2.3. Spezialfall W3C-Bild in der Navigationsleiste mit 30 Pixel Abstand zum linken Rand */

img.w3c{
		margin-left:30px;
}

/* #################################################### */
/* 3. DIVs */
/* 3.1. Alle Divs ohne spezielle Formatklassendefinition sollen keinen Abstand zu benachbarten Elementen haben */
div{
		margin: 0px;
}

/* 3.2. DIVs zur Erzeugung der spaltenweisen Eintragssortierung bei der Presseinfos-?bersicht */

div.eintrag1{
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	color: #000000;
	background-color: transparent;
}

div.links1{
	float: left;
	width: 80px;
	margin: 0px;
	padding: 10px;
}

div.block_sw1{
	float: left;
	width: 480px;
	margin: 0px;
	padding: 10px;
}

/* #################################################### */
/* 4. BODY */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 83%;
	color:	#00407F;
	background-color: #FFFFFF;
	width:	100%;
	margin: 0;
	padding: 0;
}

/* #################################################### */
/* 5. &Uuml;BERSCHRIFTEN */
/* 5.1. Seiten&uuml;berschrift als &Uuml;berschrift erster Ordnung */

h1{
	font-size: 2em;
	background-color: transparent;
}

/* 5.2. Seiten&uuml;berschrift als &Uuml;berschrift erster Ordnung, Spezialfall "mit Unter&uuml;berschrift" */

h1.unterueberschrift{
	font-size: 2em;
	background-color: transparent;
	margin-bottom: 0px;
}

/* #################################################### */
/* 6. ABS&Auml;TZE */
/* 6.1. "Normaler" Textabsatz (dunkelblau, Schriftgr&ouml;&szlig;e normal) */

p.normalblau{
	font-size: 1em;
	background-color: transparent;
}

/* 6.2. Absatz mit kleinem Text (dunkelblau, Schriftgr&ouml;&szlig;e 0,8-fach) */

p.kleinblau{
	font-size: 0.8em;
	background-color: transparent;
}

/* 6.3. Textabsatz mit kursiver Schrift (dunkelblau, Schriftgr&ouml;&szlig;e normal) */

p.normalblaukursiv{
	font-size: 1em;
	font-style: italic;
	background-color: transparent;
}

/* 6.4. "Normaler" Textabsatz (schwarz, Schriftgr&ouml;&szlig;e normal) */

p.normalsw{
	font-size: 1em;
	color: #000000;
	background-color: transparent;
}

/* 6.5. Textabsatz mit fetter Schrift (dunkelblau, Schriftgr&ouml;&szlig;e normal) */

p.normalblaufett{
	font-size: 1em;
	font-weight: bold;
	background-color: transparent;
}

/* 6.6. Textabsatz mit fetter Schrift (schwarz, Schriftgr&ouml;&szlig;e normal) */

p.normalswfett{
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
}

/* 6.7. Textabsatz mit fetter Schrift (schwarz, Schriftgr&ouml;&szlig;e normal) */

p.normalswkursiv{
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	background-color: transparent;
}

/* #################################################### */
/* 7. FORMATIERUNG VON ELEMENTEN, DIE PER ID SPEZIFIZIRERT SIND */
/* Diese Elemente sind meist DIV-Container und legen den Seitenaufbau fest */
/* 7.1. DIV "Seite" erzwingt eine maximale Seitenbreite von 1000 Pixel */

#seite{
	width:1000px;
	margin: 0;
}
#Inhalt{
  width: 600px;
}
.TitelBild{
	float: right;
}

/* 7.2. DIV "Seitenkopf" mit horizontalem Verlauf und PTB-Logo */

#seitenkopf_logo{
	position:absolute;
	left:0px;
	top:0px;
	width:971px;
	height:55px;
	z-index:10;
}

/* 7.3.a. Der Seiten&uuml;berschrift vorangestelltes Symbol auf Rubrikenhauptseiten */

#content_ueberschriftsymbol{
	position:absolute;
	left:152px;
	top:45px;
	width:55px;
	height:42px;
	z-index:15;
}

/* 7.3.a. Der Seiten&uuml;berschrift vorangestelltes Symbol auf Unterseiten */

#content_ueberschriftsymbol_unterseite{
	position:absolute;
	left:175px;
	top:90px;
	width:55px;
	height:42px;
	z-index:15;
}

/* 7.4. Die Seiten&uuml;berschrift */

#ueberschrift{
	position:absolute;
	left:0px;
	top:55px;
	width:971px;
	height:10px;
	z-index:12;
}

/* 7.5 Der Navigationsbereich am linken Rand mit Hintergrundgrafik */


#navigationlinks{
	float: left;
	margin-top: 55px;
	width:173px;
	background-image: url('../../images/NavigationLinks.gif');
	background-repeat: no-repeat;
	font-size: 1.05em;
	z-index:13
}

/* 7.6 Die Navigationslinks als DIVs, eingebettet in den Navigationsbereich */
/* [Alte Variante]

#nav-english { margin-left: 0px }

#nav-english:hover	{ background-color: #FF0000 }

#nav-sitemap { margin-left: 0px }

#nav-homepage { margin-left: 0px }

#nav-ptb { margin-left: 0px }

#nav-fachabteilungen { margin-left: 0px }

#nav-themenrundgaenge { margin-left: 0px }

#nav-presse { margin-left: 0px }

#nav-publikationen { margin-left: 0px }

#nav-jobs { margin-left: 0px }

#nav-dienstleistungen { margin-left: 0px }

#nav-technologietransfer { margin-left: 0px }

#nav-kontakt { margin-left: 0px }

#nav-links { margin-left: 0px }

#nav-suche { margin-left: 0px }

#nav-impressum { margin-left: 0px }

*/

/* 7.7. Der Contentbereich */

#content{
	position:static;
	margin-left: 220px;
	z-index: 20;
}

/* 7.8.a Die Fu&szlig;zeile f?r Rubriken?bersichten */

#fusszeile01{
	position: static;
	margin-top: 30px;
	margin-left: 0px;
	border: 0px;
	padding: 0px;
	z-index: 20;
	font-size: 0.8em;
	color: #00407F;
	background-color: transparent;
}

/* 7.8.b Die Fu&szlig;zeile f?r Unterseiten */

#fusszeile02{
	position: relative;
	margin-top: 30px;
	margin-left: 220px;
	width: 630px;
	border: 0px;
	padding: 0px;
	z-index: 20;
	font-size: 0.8em;
	color: gray; /*#00407F;*/
	background-color: transparent;
	border-top: solid #000033 1.5px;
}

/* 7.8.c Die Fu&szlig;zeile f?r Unterseiten */

#fusszeile03{
/*	position: relative;*/
	margin-top: 30px;
	margin-left: 220px;
	width: 630px;
	border: 0px;
	padding: 0px;
	z-index: 20;
	font-size: 0.8em;
	color: #00407F;
	background-color: transparent;
	border-top: solid #000033 1.5px;
}

/* 7.9 Spezialfall "Nebennavigation" f&uuml;r English/Sitemap am oberen linken Bildschirmrand */

#navigationobenlinks{
	position:absolute;
	left:0px;
	top:0px;
	width:172px;
	height:55px;
	font-size: 1.05em;
	z-index:99
}

/* 7.10 Direktlink zum Seiteninhalt  */

#LinkZumInhalt{
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 1.05em;
	z-index: 1;	
}

/* 7.11 W3C-Grafik  */

#w3c_grafik{
	margin-left: 710px;
	z-index: 20;
	display: none;
}

/* 7.12 "Sie sind hier"-Statusanzeige oben rechts im Contentbereich  */

/* geaendert am 9.3.2010, da bei zwei-zeiligen ueberschriften die navigation in die ueberschrift lief */
/* 
#statusanzeige{
	position:absolute;
	left:310px;
	top:55px;
	width:500px;
	text-align: right;
	z-index:25;
}
*/


#statusanzeige{
	position:absolute;
	left:185px;
	top:55px;
	width:580px;
	text-align: right;
	z-index:25;
}

#Inhalt p{
  color: black;
}

/* 7.x Bereinigung eines Darstellungsfehlers des IE */

* html div#fusszeile01{
	margin-left: -3px;
}

/* #################################################### */
/* 8. ELEMENT&Uuml;BERGREIFENDE FORMATKLASSEN */
/* 8.1.  Textblock mit eingeschr&auml;nkter Breite und Abstand nach oben und unten */

.content_textblock{
	width: 75%;
	z-index: 25;
	margin-top: 5px;
	margin-bottom: 5px
}

/* 8.2. Textblock (reserviert) */

.content_block{

}

/* 8.3. Links angeordneter textumflossener Bereich mit maximal 50%-iger Ausdehnung */

.halblinks{
	float:left;
	width: 50%;
}

/* 8.4. Rechts angeordneter textumflossener Bereich mit maximal 50%-iger Ausdehnung */

.halbrechts{
	float:right;
	width: 50%;
}

/* 8.5. Aktuelles Element hebt alle vorheriger FLOAT-Vorgaben auf */

.keinumfluss{
	clear: both;
}

/* 8.6.  Textblock mit eingeschr&auml;nkter Breite und Abstand nach links */

.copyright{
	width: 75%;
	z-index: 25;
	margin-top: 0px;
	margin-left: 220px;
}

/* 8.7.  Textblock mit eingeschr&auml;nkter Breite, rechtsb?ndig, schwarze Schrift */

.content_textblock_rechtssw{
	width: 75%;
	z-index: 25;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	background-color: transparent;
}


/* 8.8.  Textblock mit eingeschr&auml;nkter Breite und Abstand nach oben und unten, Text schwarz */

.content_textblock_sw{
	width: 75%;
	z-index: 25;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000000;
	background-color: transparent;
}

/* 8.9. Links angeordneter textumflossener Bereich */

.links{
	width:80px;
	float:left;
	color: #000000;
	background-color: transparent;
}


/* 8.10. Rechts angeordneter textumflossener Bereich */

.rechts{
  float:right;
	color: #000000;
	background-color: transparent;
}

/* 8.11. Bereich mit schwarzer Schrift */

.block_sw{
	width: 590px;
	z-index: 25;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #000000;
	background-color: transparent;
	display: block;	
	border-bottom: solid #000033 1px;
}


/* 8.12. Bereich mit schwarzer Schrift und hellgrauem Hintergrund */

.block_sw2{
	width: 590px;
	z-index: 25;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000000;
	background-color: #F0F0F0;
	display: block;	
}


/* 8.13. Bereich mit blauer Schrift */


.block_bl{
	z-index: 25;
	margin-top: 0px;
  margin-bottom: 10px;
}

/* 8.14. Zusammenfassender Eintragsbereich (z.B. ?bersicht Presseinfos) mit 680 Pixel Breite */

.eintrag{
	width: 680px;
}

/* 8.15 Anweisung, der f?r eingeschlossene Bereiche die FETT-Auszeichnung aufhebt und kursive Schrift erzeugt */

.kursivnichtfett{
	font-style: italic;
	font-weight: normal;
}

/* 8.16 Anweisung, der fuer eingeschlossene Bereiche die FETT-Auszeichnung erzwingt */
.fett{
	font-weight: bold;
}
.LinkEinleitungstext a{color: #069; text-decoration: none;}
.LinkEinleitungstext a:hover{text-decoration: underline;}


