/*=================================================
   Print-CSS für www.sanktfranziskus-staugustin.de
====================================================*/

body
{
	font: 12pt Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: white;
	line-height: 1.5em;
	
}
/*===============
   DIV-Container
=================*/
#container
{
	border: none;
	margin: 0;
    width:100%;	
}
#header
{   
    border-bottom-style: none;
    height:20px;
	margin: 0px;	
}

#contents {
    margin-left: 0;
}
#navcontainer
{
	display:none
}

#footer
{
    border-bottom-style: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c21c12;
	color: #000000;
	padding: 5px 5px 5px 0px;
}
/*=======================
   DIV-bezogene Elemente
=========================*/

/*header*/
#header img 
{ display:none
}
#header p.unsichtbar {
	font-size: 25pt;
	font-weight: bold;
	margin-left: 0px;
	padding-left:0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

/*Inhalt Content*/
#contents .unsichtbar 
{display:none}

#contents a:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;}
	
/*=========================
   allgemeine Html-Elemente
=========================*/
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0.75em;
	page-break-after:avoid;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

h2 {
	color: #000000;

}

h3 {
	color: #000000;

}

.hyperlink { font: 80% Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
color: #000000;}

.rb {
	color: #000000;
	font-weight: bold;
}

