/* =============================
// Zentrale CSS fuer den Webauftritt der
// Bayerischen Landfrauen
// -----------------------------
// Version: 2007-01-27
// -----------------------------
// Medien: Bildschirm und Projektion
// -----------------------------
//
//GLIEDERUNG DER CSS
//
// Sektion 1: Container
// Sektion 2: Eingabebereiche
// Sektion 3: Tabellen
// Sektion 4: Listen
// Sektion 5: Bilder
// Sektion 6: Headlines
// Sektion 7: Absaetze
// Sektion 8: Anker
// Sektion 9: Freie Klassen
// Sektion 10: Spezialfaelle
============================== */

/* ------------------------------
// Sektion 1: Container
------------------------------- */
body	{
	background-image:url("../sysgra/seiquer.png");
         background-position:top left;
         background-repeat:repeat-y;
	background-color:#788829; /* Gruene Hintergrundfarbe der ganzen Seite */
         color:#000000; /* schwarze Standard-Textfarbe */
         font-family:arial,helvetica,sans-serif;
         }

body.startseite	{
	background-image:url("../sysgra/scheinrand.gif");
         background-position:top left;
         background-repeat:repeat-y;
	background-color:#788829; /* Gruene Hintergrundfarbe der ganzen Seite */
         color:#000000; /* schwarze Standard-Textfarbe */
         font-family:arial,helvetica,sans-serif;
         }

#grafikkasten_maria	{

                         position:absolute;
                         top:150px;
                         left:0px;
                         width:100%;
                         padding:20px
                         }

#grafikkasten_veranstaltungen	{
                         /*
                         position:absolute;
                         top:220px;
                         left:460px;
                         */
                         float:right;
                         margin-top:110px;
                         margin-left:20px;
                         }  

#hauptbereich	{
		position:absolute;
                 top:0px;
                 left:240px;
                 width:770px;
                 background-color:#7C8A2C;
                 color:#000;
                 }

#hauptbereich_folge	{
		position:absolute;
                 top:0px;
                 left:240px;
                 width:750px;
                 text-align:left;
                 background-color:#7C8A2C;
                 color:#000;
                 }

#navigationsleiste	{
		position:absolute; 	/* Wenn die Zeiten des alten Internet-Ekel (IE)
                 			abgelaufen sind, den Wert 'absolute' in 'fixed' aendern */
		left:10px;
                 top:10px;
                 width:200px;
		xborder-right:solid 5px #CCC;
                 text-align:left;
                 padding-top:14px;
                 /* text-align:center; */
    
    background: url(../graphik/nav-background.gif) no-repeat left 175px;
    }


#textkasten	{
		margin-top:40px;
                 margin-left:auto;
                 margin-right:auto;
		background-color:#FFFFFF;
		border:solid 1px #000000;
                 width:700px;
                 padding:10px;
                 }

#textkasten_folge	{
             margin-top:26px;
                 margin-left:auto;
                 margin-right:auto;
		background-color:#CCC;
		border-left:solid 1px #000;
		border-top:solid 1px #000;
		border-right:solid 1px #000;
		/* border:solid 1px #000000; */
                 padding-left:12px;
                 padding-right:12px;
                 padding-bottom:120px;
                 text-align:left;
                 }

#textkasten_maria	{
                         position:absolute;
                         top:150px;
                         left:160px;
                         width:235px;
                         text-decoration:none;
                         color:#FFFFF;
                         background-color:#CCC;
                         border:solid 1px #000000;
                         text-align:left;
                         padding:20px;
                         }

/* ------------------------------
// Sektion 2: Eingabebereiche
------------------------------- */

/* ------------------------------
// Sektion 3: Tabellen
------------------------------- */
table.breite_voll	{
	width:100%;
	}

th,td	{
	vertical-align:top;
	}

table.breite_voll td	{
	width:50%;
	}

table.zellen_vertikal_zentriert td	{
		vertical-align:middle;
                 }
                 
tr.zellenhoehe180 td	{
	height:180px;
	}

/* ------------------------------
// Sektion 4: Listen
------------------------------- */
ul	{
	margin-top:2px;
         }
/* ------------------------------
// Sektion 5: Bilder
------------------------------- */
img	{
	border:none;
         }

#navigationsleiste img {
    display: block;
    margin-bottom: 2.5em;
    background: #7C8A2C;
}

/* ------------------------------
// Sektion 6: Headlines
------------------------------- */
#hauptbereich h1, #hauptbereich_folge h1	{
		color:#FFFFFF;
                 font-size:26px;
                 margin: 26px 0;
                 }

#hauptbereich_folge h2	{
			margin-bottom:36px;
                         }

#navigationsleiste h2	{
			color:#FFFFFF;
                         font-size:26px;
                         text-align:left;
                         margin-top:20px;
                         margin-bottom:40px;
                         }

h3,h4	{
	/* clear:both; */
         }
         
h3.umflussweiter,
h4.umflussweiter	{
	clear:none;
	}
/* ------------------------------
// Sektion 7: Absaetze
------------------------------- */
p	{
	z-index:5;
	}
/* ------------------------------
// Sektion 8: Anker
------------------------------- */
a	{
	font-size:1.1em;
	}

a:link,
a:visited	{
	color:#0000ff;
	/* background-color:#DDD; */
	}

a:hover,
a:active,
a:focus	{
	background-color:#0000ff;
	color:#DDD;
	}

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

#navigationsleiste a.hauptnav	{
	   display:block;
                         width:100%;
                         /* margin-bottom:24px; */
                         margin: 24px 0 14px 0;
                         font-size:1.2em;
                         font-weight:800;
                         text-align:left;
                         }

#navigationsleiste a.hauptnav_bf {
    border: 1px solid white;
}

#navigationsleiste a.hauptnav:hover,
#navivationsleiste a.hauptnav_aktiv:hover {
}

#navigationsleiste a.hauptnav:hover,
#navigationsleiste a.hauptnav_aktiv,
#navigationsleiste a.unternav:hover,
#navigationsleiste a.unternav_aktiv {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #788829;
    background-color: #fff !important;
}

#navigationsleiste a.hauptnav:hover {
    margin: 24px 0 14px 1px;
}

#navigationsleiste a.hauptnav_aktiv	{
	    display:block;
                         width:100%;
                         margin: 24px 0 14px 0;
                         font-size:1.2em;
                         font-weight:800;
                         text-align:left;
                         }



#navigationsleiste a.hauptnav_bf	{
	font-size:32px;
	display:block;
	width:52px;
	height:52px;
	}

#navigationsleiste a.hauptnav_bf:hover,
#navigationsleiste a.hauptnav_bf_aktiv:hover, {
    background: #ccc !important;
}

#navigationsleiste a.hauptnav_bf_aktiv	{
	font-size:32px;
	display:block;
	width:52px;
	height:52px;
	border: 1px solid white;
	}
	
#navigationsleiste a.unternav:hover,
#navigationsleiste a.unternav_aktiv:hover { width: 95% !important;  }

#navigationsleiste a.unternav	{
	    display:block;
                         margin: 0px 0 14px 10px;
                         font-size:1.1em;
                         font-weight:600;
                         text-align:left;
                         }

#navigationsleiste a.unternav_aktiv	{
    width: 95%;
	display:block;
                         margin: 0 0 14px 10px;
                         font-size:1.1em;
                         font-weight:600;
                         text-align:left;
                         color: #667717 !important;
	background-color:#EEE !important;
	text-decoration:underline;
	}

/* ------------------------------
// Sektion 9: Freie Klassen
------------------------------- */
.bildunterschrift	{
			font-size:xx-small;
			}

.einrueckung050	{
		margin-left:50px;
		}

.einrueckung100	{
		margin-left:100px;
		}

.einrueckung200	{
		margin-left:200px;
		}
.einrueckung300	{
		margin-left:300px;
		}

a.homelink	{
		font-size:12px;
                 color:#FFF;
                 background-color:#7C8A2C;
                 text-decoration:none;
                 }

.links_auf_735	        {
			width:735px;
                         text-align:left;
                         font-size:1.1em;
                         font-weight:400;
                         }

.rechtsbuendig	{
		text-align:right;
                 }

.spalte_links	{
	position:absolute;
	top:0px;
	left:0px;
	width:45%;
	/* border:dotted 1px orange; */
	}

.spalte_rechts	{
	position:absolute;
	top:0px;
	left:50%;
	width:45%;
	/* border:dotted 1px red; */
	}

.zentrierer_auf_735	{
			width:735px;
                         text-align:center;
                         background-color:#7C8A2C;
                         color:#000;
                         }

.zentrierer_auf_756	{
			width:756px;
                         text-align:center;
                         }

.zweispalter_abschluss_von_links	{
	position:relative;
	top:20px;
	left:0px;
	width:210%;
	/* border-top:dashed 1px green; */
	}

.zweispalter_abschluss_von_rechts	{
	position:relative;
	top:20px;
	left:-110%;
	width:210%;
	/* border-top:dashed 1px blue; */
	}

.zweispalterrahmen	{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	/* border:dashed 1px yellow; */
	}

.zweispalter_mit_bild_links	{
         width:100%;
         clear:both;
         margin-bottom:32px;
         }

.zweispalter_mit_bild_links .zweispalter_bildhalter	{
	width:150px;
         float:left;
         margin-right:20px;
         margin-bottom:4px;
         }

.zweispalter_mit_bild_rechts	{
         width:100%;
         }

.zweispalter_mit_bild_rechts .zweispalter_bildhalter	{
	width:150px;
         float:right;
         margin-left:20px;
         margin-bottom:4px;
         }

/* ------------------------------
// Sektion 10: Spezialfaelle
------------------------------- */

