/*
	// ---------------------------------------------------------------------------
	// Autor:  Wilfried Schmitten / www.haus-st-jakobus.de
	// E-Mail: wshbg@muemmel.net
	// ---------------------------------------------------------------------------
	$Id: main.css 105 2011-10-06 18:08:31Z wshbg $
*/
#titel {
	background-image:url(./grafik/bgoben.jpg);
	background-position:top center; 
	background-repeat:no-repeat; 
	height: 140px
}

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

.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:#d5cd85;
}	
/* -----------------------------------------------------------------------------
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 a { 
	color: #8e7333; 
	white-space:nowrap;
	display:block;
	text-decoration:none; 
	padding: 2px 0px 2px 5px; 
	border: 1px solid #ffffff; 
	border-right: 1px solid #d5cd85;
}

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

#MENUE a:hover { 
	background-color: #d5cd85;
}

/* -----------------------------------------------------------------------------
Footer
--------------------------------------------------------------------------------
*/

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

#bottom div {
	float:left
}

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

/* -----------------------------------------------------------------------------
Impressum
--------------------------------------------------------------------------------
*/

.impressum {
	font-size:smaller; 
	margin:10px; 
	margin-bottom: 30px; 
	padding:5px; 
	color: #c0c0c0; 
	text-align:right; 
	background-color: #f0f0f0;
}

.impressum a {
	text-decoration:none; 
	color:#c0c0c0;
}

.impressum a:hover {
	color:red;
}

