/*
	// ---------------------------------------------------------------------------
	// Autor:  Wilfried Schmitten / www.haus-st-jakobus.de
	// E-Mail: wshbg@muemmel.net
	// ---------------------------------------------------------------------------
	$Id: haus_st_jakobus.css 99 2011-04-18 09:23:17Z wshbg $
*/

body {
	font-size: 12px; 
	font-size: 90%;	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	background:url(../grafik/verlauf_y_2.jpg) repeat-x; 
	background-position:bottom 
}

	p { 
	text-indent: 10px; 
	padding-left:10px;
	padding-right:10px;
}
	
	h2 {
	color: #f4091d; 
	text-indent: 0
}
	
	h3 {
	color: #f40020;
}
	
	h4 {
	color: #48546a;
}
	
.spalte, .spalte_float, .spalte_fl_right {
	width: 310px; 
	margin: 10px; 
	text-align: justify;
}

.spalte_float {
	float: left; 
}
	
.spalte_fl_right {
	float: right
}

.spalte_fl_right h3 span {
	font-size:80%; 
	color:#707070
}

.clear {
	clear:both; 
	padding: 10px;
}

.clear li {
	list-style:circle;
}

.caps { 
	font-variant:small-caps;  
	font-size:larger; 
	font-weight:bold;
}
	
.upcase {
	text-transform:uppercase; 
	font-weight:bold;
}
	
.zitat {
	font-size: smaller;
	color: #606060;
}
	
.erlaeuterung {
	font-size:smaller; 
	color:#707070; 
	background-color:#f0f0f0; 
	margin: 10px; 
	padding:5px; 
}
	
.erlaeuterung a {
	text-decoration:none; 
	color:#707070;
}

.erlaeuterung a:hover {
	color:red
}

#SPCENTER {margin-left:50px; margin-right:50px;}
	
/* -----------------------------------------------------------------------------
Admin Seiten
--------------------------------------------------------------------------------
*/

#Hilfe {
	margin:5x; 
	padding: 5px;
	font-size:smaller;
}

#Hilfe p {
	text-indent:0px; 
	padding:2px;
}

#Hilfe h3 {
	color:black;
}

#Hilfe em {
	text-decoration:none; 
	color:#a20120;
}

#Hilfe span.neu {
	border-left:thin solid red; 
	display:block;
	padding-left:4px
}

/* -----------------------------------------------------------------------------
Zeile Navigation
--------------------------------------------------------------------------------
*/
#breadcrumb a:link  {
	color: #fff	;
	text-decoration: none;
}

#breadcrumb a:visited {
	color: #fff;
	text-decoration: none;
}

#breadcrumb a:hover {
	color: #fa2e15;
}

#breadcrumb a:before { 
	content: '\2192\a0'; 
}

#breadcrumb {
	font-family: Helvetica, Verdana, Andale Mono, sans serif; 
	font-size:90%;
	font-variant:small-caps;
	background-color:#f3c960;
	color:#fff;
	margin-left:-10px;
	padding-left:2px;
}
