/*
	// ---------------------------------------------------------------------------
	// Autor:  Wilfried Schmitten / www.haus-st-jakobus.de
	// E-Mail: wshbg@muemmel.net
	// ---------------------------------------------------------------------------
	$Id: weg.css 93 2010-12-19 15:27:02Z wshbg $
*/
#titel {
	background-image:url(./grafik/bgoben.jpg);
	background-position:top center; 
	background-repeat:no-repeat; 
	height: 133px
}

#left, .left {
	background-image:url(./grafik/links.jpg); 
	background-repeat:repeat-y;
}

#MAIN {
	margin:10px; 
	padding-left:10px;
}

#MAINBG {
	margin:10px; 
	padding-left:10px; 
	background-image:url(./grafik/bgmitte.jpg); 
	background-position:0 0; 
	background-repeat: no-repeat;
}

#MAIN a, #MAINBG a {
	text-decoration:none; 
	color:black;
}

#MAIN a:hover, #MAINBG a:hover {
	color: red
}
	
#breadcrumb {
	background-color:#70a0f0;
}
	
.navbar {
	clear:both;
	text-align:right;
	border-bottom:thin solid #1060c0; 
	width:98%; 
	color: #707070; 
	font-size:smaller
}

/* -----------------------------------------------------------------------------
Menü
--------------------------------------------------------------------------------
*/

#MENUE { 
	font-family: Helvetica, Verdana, "Andale Mono", sans serif ; 
	font-size:smaller;
	font-variant:small-caps;
	background:url(./grafik/verl.jpg);
}

#MENUE div { 
	width: 200px;
}

#MENUE div div {
	width: 190px; 
	padding-left:10px;
}

#MENUE div div div {
	width: 180px;
}

#MENUE div div div div {
	width: 170px;
}

#MENUE a { 
	color: #000000; 
	white-space:nowrap;
	display:block;
	text-decoration:none; 
	padding: 2px 0px 2px 5px; 
	border: 1px solid #ffffff; 
	border-right: 1px solid #1060c0;
}

#MENUE a.m_act {
	border-top: 1px solid #1060c0; 
	border-bottom: 1px solid #1060c0;
	border-right:1px solid white;	
	background:url(./grafik/verl_spiegel.jpg) 
}

#MENUE a:hover { 
	background-color: #70a0f0;
}
/* -----------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------------
*/

#bottom { 
	background-color:#1060c0; 
	color:white; 
	font-size: 10px;
	border:1px solid white
}

#bottom div {
	float:left
}

#bottom span {
	display:block;
	text-align:right;
}

/* -----------------------------------------------------------------------------
Linkliste
--------------------------------------------------------------------------------
*/

#LINKLISTE {
}

#LINKLISTE div {
	background-color:#f0f0f0; 
	margin: 4px; 
	padding: 5px;
	border-right:medium groove black; 
	border-bottom:medium groove black; 
}

#LINKLISTE div:first-letter{
	font-size:200%;
	color:#1060c0
}

/* -----------------------------------------------------------------------------
Seiten mit Fotos
--------------------------------------------------------------------------------
*/

#foto_index { 
	font-size: smaller; 
	font-style: normal; 
	text-align: center; 
}

#foto_index div {
	background-image:url(./grafik/fade.gif); 
	background-repeat:repeat-y;
	padding:2px; 
	border-top:thin solid #c0c0c0; 
	border-bottom:thin solid #c0c0c0;
}

#foto_index img { 
	border: medium solid #c0c0c0; 
	padding:1px
}

.foto {
	padding:0px; 
	border:medium solid white
}

.blau {
	background-color:#70a0f0
}

.beschreibung {
	text-align: center; 
	padding-bottom:10px; 
}

.copy { 
	color: #909090; 
	font-size: 80%; 
	font-style: normal; 
	text-align: left; 
}

.ringbuch { 
	background-image:url(./grafik/ringbuchb.gif); 
	background-repeat:repeat-y; 
}

.schattenrechts { 
	background-image:url(./grafik/bg_sh_horizontal.gif); 
	background-repeat:repeat-y; 
}

.schattenunten {  
	background-image:url(./grafik/bg_sh_vertical.gif); 
	background-repeat:repeat-x;
}


