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

body
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	text-align: center;
	color: #333;
	background-color: #FFFFFF;
}
/*===============
   DIV-Container
=================*/
#container
{
    margin: 3em auto;
	width: 80%;
	text-align: left;
	border-top: 15px solid #c21c12;
	border-right: 1px solid #c21c12;
	border-bottom: 1px none #c21c12;
	border-left: 1px solid #c21c12;
	background-color: #F7F1E6;
}

#header
{
	height:80px;
	margin: 10px 0px 0px 0px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c21c12;

}

 #navcontainer
{
	position: relative;
	float: left;
	width: 150px;
	border-right: 1px none #c21c12;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	z-index:4;
	color: #c21c12;
	font-size: 80%;
	margin-top: 40px;
	margin-left: 0px;
	height: 100%;
	clear: left;
	margin-bottom: 0px;
	margin-right: 10px;

}
#footer
{
	padding: 5px 5px 5px 15px;
	font-size: 90%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #c21c12;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c21c12;
}
/*=======================
   DIV-bezogene Elemente
=========================*/

/*header*/
#header p.unsichtbar {
	display:none;
}
/*Inhalt Content*/
#contents a:link {
	font-weight: normal;
	color: #C21C12;
	text-decoration: underline;}
	
 #contents a:visited {
	font-style: italic;
	color: #c21c12;
	font-weight: bold;
}

/*Navigation*/
#navcontainer ul
{
	list-style: url(none) none outside;
	margin: 0;
	padding: 0;
	clip: rect(auto,auto,auto,auto);
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #c21c12;
}

#navcontainer li
{
	margin: 0;
	border-top: 1px none #c21c12;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#navcontainer li a
{
	display: block;
	background-color: #f7f1e6;
	color: #c21c12;
	text-decoration: none;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #f7f1e6;
	padding-right: 0px;
	left: 5px;
	padding-left: 10px;
}
html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	color: #C21C12;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #c21c12;
	font-weight: bold;
}
/*Footer*/
#footer tr {
	font-size: 70%;
}
/*=========================
   allgemeine Html-Elemente
=========================*/
.hyperlink {display:none}
.skiplink{display: none;}
