/* Formatierungsfestlegungen f&uuml;r die PTB-Internetseiten */

/* #################################################### */

/* BLOCK A: Seitenübergreifende Formate */

/* #################################################### */
/* #################################################### */
/* 1. LINKS */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Links in der Navigationsleiste am linken Rand */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Linkdarstellung f&uuml;r andere Seiten */

#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(http://www.ptb.de/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(http://www.ptb.de/images/bt00_akt.gif);
	background-repeat: no-repeat;
	font-weight: bold
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Linkdarstellung f&uuml;r die aktuell angezeigte Seite */

#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(http://www.ptb.de/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(http://www.ptb.de/images/bt00.gif);
	text-decoration: none
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Links im Contentbereich */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Der Standardlink für den Inhaltsbereich (blau, normale Schriftgroesse) */

a
{
  color: #034076;
  background-color: transparent;
  font-size: 1em;
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Link in "normaler" Schriftgr&ouml;&szlig;e, dunkelblau, fett, bei Mouseover unterstrichen */

a.InhaltsLinksNormalFett
{
   color: #034076;
   background-color: transparent;
   font-size: 1em;
   font-family: Arial, Helvetica, Sans-Serif;
   font-weight: bold; text-decoration: none;
}

a.InhaltsLinksNormalFett:hover
{
   text-decoration: underline;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Link in 0,8-facher Schriftgr&ouml;&szlig;e, dunkelblau, fett, bei Mouseover unterstrichen */



a.InhaltsLinksKleinFett
{
    color: #034076;
    background-color: transparent;
    font-size: 0.8em;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: none;
}

a.InhaltsLinksKleinFett:hover
{
 		text-decoration: underline;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Link in "normaler" Schriftgr&ouml;&szlig;e, dunkelblau, bei Mouseover unterstrichen */



a.InhaltsLinksNormal

          {

          color: #034076;

          background-color: transparent;

          font-size: 1em;

          font-family: Arial, Helvetica, Sans-Serif;

          }

a.InhaltsLinksNormal:hover

          {

          text-decoration: underline;

          }



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Link in "kleiner" Schriftgr&ouml;&szlig;e, dunkelblau, bei Mouseover unterstrichen */



a.InhaltsLinksKlein

          {

          color: #034076;

          background-color: transparent;

          font-size: 0.8em;

          font-family: Arial, Helvetica, Sans-Serif;

          }

a.InhaltsLinksKlein:hover

          {

          text-decoration: underline;

          }





















/* #################################################### */

/* 2. BILDER */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Alle Bilder ohne spezielle Formatklassendefinition sollen keine Rahmenlinie haben */



img

		{

		border:0px none;

		margin: 0px;

		padding: 0px;

		}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Textumflossene Bilder */

/* Bild steht links im Text */



img.LinksUmflossen

		{

		margin-right: 3px;

		float: left;

		}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Bild steht rechts im Text */



img.RechtsUmflossen

		{

		margin-left: 3px;

		float: right;

		}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Spezialfall W3C-Bild in der Navigationsleiste mit 30 Pixel Abstand zum linken Rand */



img.w3c

		{

		/*margin-left:30px;*/

		}





















/* #################################################### */

/* 3. DIVs */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Alle Divs ohne spezielle Formatklassendefinition sollen keinen Abstand zu benachbarten Elementen haben */



div

		{

		margin: 0px;

		}





















/* #################################################### */

/* 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 */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Seiten&uuml;berschrift als &Uuml;berschrift erster Ordnung */



h1

	{

	font-size: 2em;

	color: #00407F;

	background-color: transparent;

	margin-bottom: 0px;

	max-width:80%;

	}





















/* #################################################### */

/* 6. ABS&Auml;TZE */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Textabsatz (dunkelblau, Schriftgr&ouml;&szlig;e normal) */



p.normalblau

	{

	font-size: 1em;

	background-color: transparent;

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Absatz mit kleinem Text (dunkelblau, Schriftgr&ouml;&szlig;e 0,8-fach) */



p.kleinblau

	{

	font-size: 0.8em;

	background-color: transparent;

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Textabsatz mit kursiver Schrift (dunkelblau, Schriftgr&ouml;&szlig;e normal) */



p.normalblaukursiv

	{

	font-size: 1em;

	font-style: italic;

	background-color: transparent;

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Textabsatz (schwarz, Schriftgr&ouml;&szlig;e normal) */



p.normalsw

	{

	font-size: 1em;

	color: #000000;

	background-color: transparent;

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Textabsatz mit fetter Schrift (dunkelblau, Schriftgr&ouml;&szlig;e normal) */



p.normalblaufett

	{

	font-size: 1em;

	font-weight: bold;

	background-color: transparent;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Textabsatz mit fetter Schrift (schwarz, Schriftgr&ouml;&szlig;e normal) */



p.normalswfett

	{

	font-size: 1em;

	font-weight: bold;

	color: #000000;

	background-color: transparent;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 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 */





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* DIV "Seite" erzwingt eine maximale Seitenbreite von 1000 Pixel */



#Seite

	{

	width:1000px;

	margin:0;

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* DIV "Seitenkopf" mit horizontalem Verlauf und PTB-Logo */



#SeitenkopfLogo

	{

	position:absolute;

	left:0px;

	top:0px;

	width:971px;

	height:55px;

	z-index:10;

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Der Seiten&uuml;berschrift vorangestelltes Symbol auf Rubrikenhauptseiten */



#InhaltUeberschriftSymbol

	{

	position:absolute;

	left:152px;

	top:45px;

	width:55px;

	height:42px;

	z-index:15;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Der Seiten&uuml;berschrift vorangestelltes Symbol auf Unterseiten */



#InhaltUeberschriftSymbolUnterseite

	{

	position:absolute;

	left:175px;

	top:90px;

	width:55px;

	height:42px;

	z-index:15;

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Die Seiten&uuml;berschrift */



#Ueberschrift

	{

	position:absolute;

	left:0px;

	top:55px;

	width:971px;

	height:10px;

	z-index:12;

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Der Navigationsbereich am linken Rand mit Hintergrundgrafik */



#ContainerNavigationLinks

	{

	float: left;

	margin-top: 55px;

	width:173px;

	background-image: url(http://www.ptb.de/images/NavigationLinks.gif);

	background-repeat: no-repeat;

	font-size: 1.05em;

	z-index:13

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Der Inhaltsbereich -> alles unterhalb der Kopfgrafik und rechts der Navigation*/



#Inhalt

	{

	color: #000000;

	background-color: transparent;

	position:static;

	margin-left: 220px;

	z-index: 20;

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 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;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Die Fu&szlig;zeile für Unterseiten */



#FusszeileTyp02

	{

	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;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 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

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Direktlink zum Seiteninhalt  */



#DirektLinkInhalt

	{

	position:absolute;

	left:0px;

	top:0px;

	font-size: 1.05em;

	z-index:1;

	visibility: hidden;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* W3C-Grafik  */



#W3CGrafik
{
	margin-left: 710px;
	z-index: 20;
	
}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* "Sie sind hier"-Statusanzeige oben rechts im Contentbereich  */



#Statusanzeige

	{

	position:absolute;

	left:200px;

	top:55px;

	width:610px;

	text-align: right;

	z-index:25

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Bereinigung eines Darstellungsfehlers des IE */



* html div#fusszeile01

	{

	margin-left: -3px;

	}







/* #################################################### */

/* 8. ACRONYM */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* mit acronym bezeichnete tags mit punktlinie in grau */

/* und einem fragezeichen beim drueberfahren mit der */

/* maus formatieren */



acronym

{

   cursor: help;

   border-bottom: thin dotted Gray;

}





/* #################################################### */

/* 9. LISTEN */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Die "Standardliste" mit ausgefuelltem Kreis als vorangestelltem Symbol */



ul

	{

	list-style-type: disc;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Liste mit nichtausgefuelltem Kreis als vorangestelltem Symbol */



ul.KreisLeer

	{

	list-style-type: circle;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Liste mit Quadrat als vorangestelltem Symbol */



ul.Quadrat

	{

	list-style-type: square;

	}







/* #################################################### */

/* 10. ELEMENT&Uuml;BERGREIFENDE FORMATKLASSEN */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Textblock mit eingeschr&auml;nkter Breite und Abstand nach oben und unten */



.InhaltTextblock

	{

	width: 75%;

	z-index: 25;

	margin-top: 5px;

	margin-bottom: 5px

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Textblock mit eingeschr&auml;nkter Breite, rechtsbündig, schwarze Schrift */



.InhaltTextblockRechtsSW

	{

	width: 75%;

	z-index: 25;

	text-align: right;

	margin-top: 5px;

	margin-bottom: 5px;

	color: #000000;

	background-color: transparent;

	}

	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Textblock mit eingeschr&auml;nkter Breite und Abstand nach oben und unten, Text schwarz */



.InhaltTextblockSW

	{

	width: 75%;

	z-index: 25;

	margin-top: 5px;

	margin-bottom: 5px;

	color: #000000;

	background-color: transparent;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Aktuelles Element hebt alle vorherigen FLOAT-Vorgaben auf */



.KeinUmfluss

	{

	clear: both;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Aktuelles Element hebt alle vorherigen FLOAT-Vorgaben auf */



.KeinUmlussRechts

	{

	clear: right;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Aktuelles Element hebt alle vorherigen FLOAT-Vorgaben auf */



.KeinUmflussLinks

	{

	clear: left;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Textblock mit eingeschr&auml;nkter Breite und Abstand nach links fuer eingerueckten Seitenfuss */



.Copyright

	{

	width: 75%;

	z-index: 25;

	margin-top: 0px;

	margin-left: 220px;

	}

	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Links angeordneter textumflossener Bereich */



.Links

	{

	width:80px;

	float:left;

	color: #000000;

	background-color: transparent;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Rechts angeordneter textumflossener Bereich */



.Rechts

	{

	float:right;

	color: #000000;

	background-color: transparent;

	}





	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Anweisung, der für eingeschlossene Bereiche die FETT-Auszeichnung aufhebt und kursive Schrift erzeugt */



.KursivNichtFett

	{

	font-style: italic;

	font-weight: normal;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Anweisung, der für eingeschlossene Bereiche die FETT-Auszeichnung erzwingt */



.Fett

	{

	font-weight: bold;

	}

	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Bereich mit kleiner Schrift */



.Klein

	{

	font-size: 0.8em;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Horizontal zentrierter Bereich */



.Zentriert

	{

	text-align: center;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Bereich mit fester Breite (600 Pixel) */



.Inhalt585Breit

	{

	float: left;

	position: relative;

	width: 585px;

	}



















	

	























/* #################################################### */

/* BLOCK B: Seitenspezifische Formate */

/* #################################################### */





/* #################################################### */

/* Thema: Aktuelles/Presseinfos */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Bereich	AKTUELLES/PRESSE -> Uebersichtsseite */

	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Bild im linken Bereich des Inhalts */



div.BildContainer

	{

	float: left;

	width: 300px;

	margin: 0px;

	}



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Linkliste rechts vom Bild */



div.LinkContainer

	{

	float: left;

	width: 200px;

	margin: 0px;

	}

	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Seite Presseinfos > Übersicht



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* DIVs zur Erzeugung der spaltenweisen Eintragssortierung bei der Presseinfos-Übersicht */



/* 1. DIV zur Gruppierung mehrerer Eintraege */



div.PIEintragsContainer 

	{

	width: 590px;

	margin: 0px 0px 0px 0px;

	padding: 0px;

	color: #000000;

	background-color: transparent;

	}



/* 2. DIV zur Aufnahme des Datums */



div.PIDatum 

	{

	float: left;

	width: 70px;

	margin: 0px;

	padding: 10px;

	}



/* 3. DIV zur Aufnahme des eigentlichen Eintrags */



div.PIEintrag 

	{

	float: left;

	width: 470px;

	margin: 0px;

	padding: 10px;

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Alternative Darstellung: */

/* DIVs zur Erzeugung der zeilenweisen Eintragssortierung bei der Presseinfos-Übersicht */



/* Eintrags-DIV */



.PIEintragZeile

	{

	width: 590px;

	z-index: 25;

	margin-top: 0px;

	margin-bottom: 10px;

	color: #000000;

	background-color: transparent;

	display: block;	

	border-bottom: solid #000033 1px;

	}

	

/* Datums-DIV */



.PIDatumZeile

	{

	width: 590px;

	z-index: 25;

	margin-top: 10px;

	margin-bottom: 0px;

	color: #000000;

	background-color: #F0F0F0;

	display: block;	

	}





/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Seite Vorträge > Übersicht



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* DIVs zur Erzeugung der spaltenweisen Eintragssortierung bei der Vorträge-Übersicht */



/* 1. DIV zur Gruppierung mehrerer Eintraege */



div.VoEintragsContainer 

	{

	width: 590px;

	margin: 0px 0px 0px 0px;

	padding: 0px;

	color: #000000;

	background-color: transparent;

	}



/* 2. DIV zur Aufnahme des Datums */



div.VoDatum 

	{

	float: left;

	width: 70px;

	margin: 0px;

	padding: 10px;

	}



/* 3. DIV zur Aufnahme des eigentlichen Eintrags */



div.VoEintrag 

	{

	float: left;

	width: 470px;

	margin: 0px;

	padding: 10px;

	}



/* 4. DIV zur Erzeugung eines grauen Hintergrunds */



div.VoHintergrundGrau

	{

	float: left;

	position: relative;

	width: 585px;

	color:	#000000;

	background-color: #E0E0E0;

	}

	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Seite Vorträge > Details



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* DIVs zur Erzeugung der spaltenweisen Eintragssortierung bei der Vortragsansicht */



/* 1. DIV zur Zusammenfassung der Infos */



div.VoEintragsContainer 

	{

	width: 590px;

	margin: 0px 0px 0px 0px;

	padding: 0px;

	color: #000000;

	background-color: transparent;

	}



/* 1.a. DIV zur Aufnahme eines Labels */



div.VoEintragLabel 

	{

	float: left;

	width: 110px;

	margin: 0px;

	padding: 10px;

	color: #000000;

	background-color: transparent;

	}



/* 1.b. DIV zur Aufnahme von Infos zum Label */



div.VoEintrag 

	{

	float: left;

	width: 430px;

	margin: 0px;

	padding: 10px;

	color: #000000;

	background-color: transparent;

	}



/* 1.c. DIV zur Aufnahme von Infos zum Label (fett) */



div.VoEintragFett 

	{

	float: left;

	width: 440px;

	margin: 0px;

	padding: 10px;

	font-weight: bold;

	color: #000000;

	background-color: transparent;

	}

	

	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Seite Veranstaltungskalender



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* DIVs zur Erzeugung der spaltenweisen Eintragssortierung bei der Vortraege-Uebersicht */



/* 1. DIV zur Gruppierung mehrerer Eintraege */



div.VeranstaltungEintragsContainer 

	{

	width: 590px;

	margin: 0px 0px 0px 0px;

	padding: 0px;

	color: #000000;

	background-color: transparent;

	}



/* 2. DIV zur Aufnahme des Datums */



div.VeranstaltungDatum 

	{

	float: left;

	width: 110px;

	margin: 0px;

	padding: 5px;

	}



/* 3. DIV zur Aufnahme des eigentlichen Eintrags */



div.VeranstaltungThema 

	{

	float: left;

	width: 320px;

	margin: 0px;

	padding: 5px;

	}



/* 4. DIV zur Aufnahme des Veranstaltungsortes */



div.VeranstaltungOrt 

	{

	float: left;

	width: 120px;

	margin: 0px;

	padding: 5px;

	}

	

/* 5. DIV zur Erzeugung eines grauen Hintergrunds */



div.VeranstaltungHintergrundGrau

	{

	float: left;

	position: relative;

	width: 585px;

	color:	#000000;

	background-color: #E0E0E0;

	}



/* 6. DIV zur Erzeugung eines gelben Hintergrunds */



div.VeranstaltungHintergrundGelb

	{

	float: left;

	position: relative;

	width: 585px;

	color:	#000000;

	background-color: #FFFFCB;

	}



/* 7. DIV zur Erzeugung eines weissen Hintergrunds */



div.VeranstaltungHintergrundWeiss

	{

	float: left;

	position: relative;

	width: 585px;

	color:	#000000;

	background-color: #FFFFFF;

	}

	

	

	

	

	

/* #################################################### */

/* Thema: Die PTB */



/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Die PTB (Uebersichtsseite) - gleichzeitig Musterseite für im Inhaltsbereich komplett zweispaltige Rubrikenuebersichten */

	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 1. Linke Spalte des Inhalts */



div.UebersichtLinks

	{

	float: left;

	width: 285px;

	margin: 0px;

	padding: 5px;

	}



/* 2. Rechte Spalte des Inhalts */



div.UebersichtRechts

	{

	float: left;

	width: 285px;

	margin: 0px;

	padding: 5px;

	}

	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Die PTB kurz vorgestellt - gleichzeitig Musterseite für "Inhaltsseiten Fließtext ohne Bilder" */

	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 1. DIV zur Erzeugung eines grauen Hintergrunds */



div.PTBKurzVorgestelltHintergrundGrau

	{

	float: left;

	position: relative;

	width: 585px;

	color:	#000000;

	background-color: #E0E0E0;

	}

	

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* DIVs zur Erzeugung der Eintragssortierung */



/* 1. DIV zur Gruppierung mehrerer Eintraege */



div.PTBKurzVorgestelltEintragsContainer 

	{

	width: 590px;

	margin: 0px 0px 0px 0px;

	padding: 0px;

	color: #000000;

	background-color: transparent;

	}



/* 2. DIV zur Aufnahme des Datums */



div.PTBKurzVorgestelltBezeichnung 

	{

	float: left;

	width: 120px;

	margin: 0px;

	padding: 10px;

	}



/* 3. DIV zur Aufnahme des eigentlichen Eintrags */



div.PTBKurzVorgestelltBeschreibung 

	{

	float: left;

	width: 420px;

	margin: 0px;

	padding: 10px;

	}

	

	

/* #################################################### */

/* Thema: Homepage */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 1. Linke Spalte (Rand) */

#HPLinks
{
 	float: left;
/*	position: relative;*/
	width: 121px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 2. Rechte Spalte (Inhalt) */

#HPRechts
{
	float: left;
	background-image: url(http://www.ptb.de/images/nav_blau_linie.jpg);
	background-repeat: repeat-y;
	/* background-image: url(/images/backhome.gif); */
/* position: relative; */
	width: 879px;
	margin: 0px;
	padding: 0px;
}

.WillkommenImg
{
	margin: 8px 0 5px 0;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* W3C-Grafik */

#HPW3CGrafik
{
	width: 830px;
	text-align: right;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Bereich Navi1/News */

#HPContainerNavi1News
{
 	width: 685px;
}
	
#HPContainerNavigationLinks1
{
  background-image: url(http://www.ptb.de/images/nav_blau_linie.jpg);
 	background-repeat: no-repeat;
	float: left;
	width: 300px;
	margin: 0px;
	padding: 0px;
	background-color: white;
}

#HPContainerNews
{
	float: left; 
	width: 375px;
	margin: 0px;
	padding: 0px;
	text-align: left;
  color: #000000;
	background-image: url(http://www.ptb.de/images/backnews.gif);
}

.HPNews
{
	padding: 3px;
	color: #000000;
}

.HPNewsPlatzhalter
{
	height: 400px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Bereich Navi2/NewsTeaser */

#HPContainerNavi2NewsTeaser
{
  width: 685px;
}

#HPContainerNavigationLinks2
{
	float: left; 
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#HPContainerNewsTeaser
{
	/* float: left; */
	width: 485px;
	margin-left: 190px;
	padding: 0px;
	text-align: right;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* Fussbereich */



#HPFusszeile

	{

	clear: left;

	position: relative;

	width: 100%;

	height: 120px;

	background-color: #E5F5FF;

	}

	

#HPFussLinks

	{

	float: left;

	width: 140px;

	margin: 0px;

	padding: 3px;

	}



#HPFussAdresse1

	{

	float: left;

	width: 115px;

	margin-right: 10px;

	padding: 3px;

	text-align: left;

	vertical-align: middle;	

	font-size: 0.8em;

	}



#HPFussAdresse2

	{

	float: left;

	width: 110px;

	/* margin-right: 10px; */

	padding: 3px;

	text-align: left;

	vertical-align: middle;	

	font-size: 0.8em;

	}

#HPFusszeileRahmen
{
width: 815px;
}

.HPFussGrafik
{
	float: left;
	margin-right: 10px;
	padding-top: 3px;
	/* margin-right: 10px; */
	vertical-align: middle;	
	font-size: 0.8em;
}

.HPFussGrafikW3C
{
	float: right;
	margin: 0px;
	padding-top: 3px;
	/* margin-right: 10px; */
	vertical-align: middle;	
	font-size: 0.8em;
	/* width: 120px; */
}	
