@charset "UTF-8";
/* 	css fuer Webauftritt fruechen-muenchen.de
	Autor:iko Web&GrafikDesign, Dachau
	Ilona Kocksch, Egerer Str. 20, 85221 Dachau
	E-Mail: ilona@kocksch.de
*/

/*
	**********************************************
	* div-Formate für Seitenlayout               *
	**********************************************
*/

body {
	font-family:Arial,Helvetica,sans-serif; 
	font-size:12px; 
	color:#464545;
	text-align:left; 
	margin:0; 
	padding:0; 
	background-color:#fff; 
}
#page {
	/* Äußerstes div */
	width:786px;
	margin:0 0 0 20px;
	padding:0;
}
#head {
	/* Kopfgrafik */
	width:100%;
	height:172px;
}
#hnav {
	/* Horizontale Menüleiste über dem Content-Bereich */
	width:100%;
	height:90px;
	margin:0;
	padding:0;
	background: #fff url(../images/hnav_bg.gif) repeat-x;
}
#main {
	/* container-div für den Content-Bereich sowie die beiden äußeren Spalten */
	float:left;
	margin:12px 0 0 0;
	width:100%;
	background: #fff url(../images/content_bg.gif) repeat-y;
}
#main.intro {
	background:url(../images/intro_bg.jpg) bottom left no-repeat;
	height:700px;
	text-align:left;
	overflow:hidden;
}
#intro_plate {
	width:504px;
	height:293px;
	margin:15px auto 0 auto;
}
#intro_buttons {
	width:600px;
	margin:80px 0 0 114px;
	text-align:left;
}
.intro_button {
	float:left;
	margin:0 17px 0 0;
}
#intro_buttons a {
	color:#000;
}
#intro_buttons a:hover {
	text-decoration:none;
}
#lcol {
	float:left;
	width:136px;
	margin:2px 0 0 2px;
	overflow:hidden;
}
#content {
	float:left;
	margin: 0 0 0 12px;
	width:486px;
	overflow:hidden;
	background-color:#ffffff;
}
#rcol {
	float:right;
	margin:2px 1px 0 0;
	width:136px;
}
#foot {
	clear:both;
	width:100%;
	height:1px;
}


/*
	**********************************************
	* Globale Text-Formate                       *
	**********************************************
*/

p, td, li {
	/* Standard-Textformat */
	text-align:left;
	margin:0 0 5px 0;
	font-size:12px;
	font-weight:normal;
}
h1 {
	/* Hauptüberschrift in der Content-Spalte auf grünem Hintergrund */
	display:block;
	padding:3px;
	background-color:#effbe4;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px 0;
	color:#790202;	
}
h2 {
	/* Kleine Überschrift mit grünem Rahmen */
	display:block;
	padding:2px;
	font-size:12px;
	font-weight:bold;
	color:#790202;
	border:1px solid #3c750a;
	margin: 0 0 6px 0;
}
h3, th {
	/* Zwischenüberschriften im Text */
	text-align:left;
	font-size:12px;
	color:#790202;
	font-weight:bold;
	margin: 12px 0 6px 0;
}
th {
	text-align:center;
}
td {
	vertical-align:top;
}
th, td {
	border-bottom:1px solid #3c750a;
	border-left:1px solid #3c750a;
}
table {
	border-top:1px solid #3c750a;
	border-right:1px solid #3c750a;
	
}
.klein {
	font-size:11px;
	font-weight:normal;
	margin-top:0;
	margin-bottom:4px;
}
.zentriert {
	text-align:center;
}
.links {
	text-align:left;
}
.rechts {
	text-align:right;
}
.rot {
	color:#790202;
}
.gruen {
	color:#3c750a;
}
.schwarz {
	color:#000000;
}
.fett {
	font-weight:bold;
}
.zitat {
	color:#790202;		
	background-color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	font-style:italic;
	margin:0 0 7px 0;
}
ul {
	margin:0 0 6px 0;
	padding:0 0 6px 17px; 
	list-style-image:url(../images/redhand.gif);
}
img {
	border:none;
}
.clear {
	clear:both;
}
.hide {
	visibility:hidden;
}
a {
	text-decoration:none;
	color:#0000ff;
}
a:hover {
	text-decoration:underline;
}
.bild_umfliessen_links {
	float:left;
	margin:0 8px 8px 0;
}
.bild_umfliessen_rechts {
	float:right;
	margin:0 0 8px 8px;
}

/*
	**********************************************
	* Formate für horizontale Navigationsleiste  *
	**********************************************
*/

ul.l1 {
	float:left;
	margin:30px 0 0 75px;
	padding:0;
	list-style-type: none; 
}
ul.l1 li {
	float:left;
	display:block;
	overflow:hidden;
	margin:0 0 0 8px;
	padding:0;
	width:112px;
	height:20px;
	border:2px solid #790202;
}
ul.l1 li a {
	display:block;
	width:112px;
	height:20px;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	background:#effbe4;
	padding-top:3px;
	color:#790202;
}
ul.l1 li a:link, ul.l1 li a:visited {
	text-decoration: none;
	font-weight:normal;
}
ul.l1 li a:hover, ul.l1 a.active {
	text-decoration:none;
	font-weight:normal;
	color:#fff;
	background-color: #3c750a;
}
ul.l2 {
	float:left;
	width:100%;
	list-style-type:none;
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
}
ul.l2 li {
	display:inline;
	margin-left:8px;
}
ul.l2 li a:link, ul.l2 li a:visited {
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	color:#fff;
}
ul.l2 li a:hover, #hnav ul.l2 li a.active {
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

/*
	**********************************************
	* Formate für Termine_Teaser (linke Spalte)  *
	**********************************************
*/
h4 {
	/* Überschrift Termin-Teaser */
	font-size:12px;
	font-weight:bold;
	color:#790202;
	margin:0 0 2px 0;
}
.neu {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-color:#790202;
	text-decoration:blink;
}
ul.tt {
	margin:0;
	padding:0;
	list-style-type: none; 
}
ul.tt li {
	margin-bottom:16px;
}
ul.tt li a {
	color:#464545;
}
ul.tt li a:link, ul.tt li a:visited {
	text-decoration: none;
}
ul.tt li a:hover, ul.tt li a.active {
	text-decoration:underline;
}
/*
	**********************************************
	* Formate für spezielle Zwecke               *
	**********************************************
*/

/* A-Z Liste */
ul.az {
	list-style-type:none;
	text-align:center;
}
ul.az li {
	display:inline;
	margin-left:2px;
}
ul.az li a:link, ul.az li a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#000;
}
ul.az li a:hover, ul.az li a.active {
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}
