﻿/*-------------------------------------- */
/* -- Projekt: peloh Web --------- */
/* -- h_style zu seite home ---------- --- */
/* --- pl_style.css zu den Seiten mit 2 x Text im Kopfbreich  *** */
/* -- Start: 10.02.2010 ------------------- */
/* --- Letzte Aenderung: 05.03.2010  -------*/




div#leer { clear: both } 


/* - - - - - - - - kopfbereich - - - 2 x Text - - - - - - - - - */
div#kopftext_pl { height: 100px; background: #000000 }

#kopftext_pl h1 {
	float: left ;
	width: 550px;
	text-align: left ;
	font-family: "Times New Roman", Times, Serif;
	font-size: 4.0em;
	font-style: italic ;
	font-weight: bold ;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 5px 0px 0px 30px;
	color: #990000;  /* -rot-  Text 1 */
}

#kopftext_pl h2 {
	float: right ;
	width: 350px;
	text-align: right;
	font-family: "Times New Roman", Times, Serif;
	font-size: 3.0em;
	font-style: normal ;
	font-weight: bold ;
	margin-top: 1.0em;
	margin-bottom: 0em;
	padding: 20px 20px 10px 10px;
	color: #555555;  /* -grau- Text 2  */
	}


/* -  content mit 600px höhe - *_pl  geändert ohne höhenangabe!!! - - - */
div#content_pl{
	margin: 1px  auto  5px  auto ;
	padding: 5px;
	background: #333333;  /* h-grau */
	width: 99%;
	border-top: 1px #777777 solid ; 
}


#content_pl h4{
	font-style: italic ;
	text-align: center ;
	color: #999999;  		
}

#content_pl h5{
	font-size: 1.0em;
	font-style: normal ;
	text-align: center ;
	color: #999999;				
}



/* #### ende #### */




