/******************************************************************************/
/* Dateiname:	pagestyle.css                                                 */
/* Ersteller:	Harald Bantle                                                 */
/* Inhalt:		Cascaded-Style-Sheet-Definitionen für HTML-Seiten             */
/* Datum:		11.04.2005										              */
/* Projekt:		Seelsorgeeinheit Niedereschach                                */
/******************************************************************************/

/* Definition des Textabsatzes (Standard-Schrift) */
p	 			{color:#0B2F78; font-size:12pt; font-family: Arial , Helvetica, Futura; margin-top:3pt; margin-bottom:6pt;}
p.zuruecklink	{color:#0B2F78; font-size:12pt; font-family: Arial , Helvetica, Futura; margin-top:12pt; margin-bottom:0pt;}
li				{color:#0B2F78; font-size:12pt; font-family: Arial , Helvetica, Futura;}
option			{color:#0B2F78; font-size:12pt; font-family: Arial , Helvetica, Futura;}

body		{font-size:12pt; font-family: Arial ,Helvetica, Futura ; background-color:#E7E7EF}
.text { text-decoration: none;      color: #0B2F78; font-family: Arial,Helvetica, Futura; font-size: 12pt; }

/* Definition der Überschriften */
h1 			{color:#0B2F78; font-size:16pt; font-family: Arial , Helvetica, Futura;}
h2			{color:#0B2F78; font-size:14pt; font-family: Arial , Helvetica, Futura;}
h3			{color:#0B2F78; font-size:12pt; font-family: Arial , Helvetica, Futura; font-weight:bold;}
h4			{color:#0B2F78; font-size:10pt; font-family: Arial , Helvetica, Futura; font-weight:bold;}
h5 			{color:#0B2F78; font-size:8pt; font-family: Arial , Helvetica, Futura; font-weight:bold;}
h6 			{color:#0B2F78; font-size:6pt; font-family: Arial , Helvetica, Futura; font-weight:bold;}


/*Tabellendefinitionen*/
th			{color:#0B2F78; font-size:12pt; font-family: Arial , Helvetica, Futura; font-weight:bold;}
td			{color:#0B2F78; font-size:12pt; font-family: Arial , Helvetica, Futura;}
textarea	{color:#0B2F78; font-size:12pt; font-family: Arial , Helvetica, Futura;}
tr			{color:#0B2F78; font-size:12pt; font-family: Arial , Helvetica, Futura;}

/* Definition der Links */
a:link 		{color:#0000FF; text-decoration:underlind; font-family: Arial , Helvetica, Futura; font-weight:bold;}
a:visited	{color:#800080; text-decoration:underline; font-family: Arial , Helvetica, Futura; font-weight:bold;}
a:hover     {color:#F8BF24; text-decoration:none;}

 /* Download */
 .download 							{color:#0B2F78; font-size:11pt; font-family: Arial , Helvetica, Futura; font-weight:bold;}
 
 #menucontainer1, #menucontainer2 {
border:1px solid #ffffff;
background-color:#C0C0FF;
width:120px;
padding:5px;
margin:5px;
line-height:30px;
color:#ffffff;
}
#menucontainer1 {
float:left;
}
#menucontainer2 {
float:right;
}
.menutitle
{
margin:-5px -5px 5px -5px;
padding:2px;
background-color:#2A559A;
color:#FFFFFF;
font-weight:400;
border-bottom:1px solid #C8C9E4;
}
