/* CSS-Datei der Homepage der Karnevalsfreunde Manfort 1930 e.V. */
/* Style: Alt */
/*  */

/* Kopfdefinitionen */
@charset "utf-8";
@media "all";

/* Style Gesamt */
/* *{
	font-family: arial;
	color: #006600;
	} */
/* normaler Text */
body {	
	background-color: #FFFFFF;	/* Hintergrundfarbe=weiss */
	margin: 0px; 		/* Außenrand=ohne */
	padding: 0px; 		/* Innenrand=ohne */
	vertical-align: top; 	/* Vertikale Ausrichtung=oben */
	text-align: left; 	/* Horizontale Ausrichtung=links */
	font-family: arial;	/* Schriftart */
	font-style: normal;	/* Schriftstil */
	font-variant: normal;	/* Schriftvariante */
	font-size: small;	/* Schriftgröße=klein */
	font-weight: normal;	/* Schriftgewicht */
	font-stretch: normal;	/* Schriftlaufweite */
	text-decoration:none;	/* Textdekoration */ 
	color: #006600; 	/* Textfarbe=grün */
	text-indent: 0em;	/* Texteinrückung */
	line-height: 115%	/* Zeilenhöhe */
	}

/* Verweise/Links */
a:link { 	/* Verweise zu noch nicht besuchten Seiten */
	font-weight:bold; 
	color: #006600;  	/* Textfarbe=grün */
	text-decoration:underline; 
	}
a:visited { 	/* für Verweise zu bereits besuchten Seiten */
	font-weight:bold; 
	color: #006600; 
	text-decoration:underline; 
	}
a:focus { 	/* Elemente, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0) */
	font-weight:bold; 
	color: #FF0000;  	/* Textfarbe=rot */
	text-decoration:none; 
	}
a:hover { 	/* Elemente, während der Anwender mit der Maus darüber fährt (CSS 2.0) */
	font-weight:bold; 
	color: #00FF00; 	/* hellgrün */
	text-decoration:none; 
	}
a:active { 	/* für gerade angeklickte Elemente */
	font-weight:bold; 
	color: #00FF00; 	/* hellgrün */
	text-decoration:underline; 
	}
/* Bilder */
img {
	border: 0;
	padding: 3px;	 	/* Innenrand=3 Pixel */
	}
/* Trennlinie */
hr {
	margin-top: 12px;
	margin-bottom: 12px;
	color: #006600; 
	background-color: #006600; 
	height:1px;
	}
/* Tabelle */
table {			/* Tabelle */
 	border: none;
	border-collapse: collapse;
	}
td.linksunten {
	vertical-align: bottom;
	text-align: left;
	padding: 10px;
	}
/* Soll entfallen */
div.site {
	background-color: #006600;
	margin: 0px; 		/* Außenrand=ohne */
	padding: 4px;
	font-size: large;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	}
div.header {
	margin-top: 6px;
	margin-bottom: 3px;
	font-size: large;
	font-weight: bold;
	}
div.header_datum {
	margin-top: 6px;
	margin-bottom: 3px;
	font-size: medium;
	font-weight: bold;
	white-space:nowrap;
	text-align: right;
	}
div.main {
	margin-bottom: 3px;
	font-weight: bold;
	text-align: left;
	}
div.text {
	}

/*  */
/* Style oben links: Kallendresser */
div.kallendresser {
	}

/* Style oben mitte: Kopf */
div.motto {
	font-family: times new roman, times, century;
	font-size: large;
	font-weight: bold;
	text-align: center;
	}

/* Style oben rechts: entfällt */

/* Style mitte links: Inhaltsnavigation */
div.inhaltsnavigation {
	background-color: #FFFFFF;	/* Hintergrundfarbe=weiss */
	margin: 0px; 		/* Außenrand=ohne */
	padding: 0px; 		/* Innenrand=ohne */
	vertical-align: top; 	/* Vertikale Ausrichtung=oben */
	text-align: left; 	/* Horizontale Ausrichtung=links */
	font-family: arial;	/* Schriftart */
	font-style: normal;	/* Schriftstil */
	font-variant: normal;	/* Schriftvariante */
	font-size: small;	/* Schriftgröße=klein */
	font-weight: normal;	/* Schriftgewicht */
	font-stretch: normal;	/* Schriftlaufweite */
	text-decoration:none;	/* Textdekoration */ 
	color: #006600; 	/* Textfarbe=grün */
	text-indent: 0em;	/* Texteinrückung */
	line-height: 115%	/* Zeilenhöhe */
	}
div.inhaltsnavigation a:link {	/* Verweise zu noch nicht besuchten Seiten */
	text-decoration:underline; 
	}
div.inhaltsnavigation a:visited { /* Verweise zu bereits besuchten Seiten */
	text-decoration:underline; 
	}
div.inhaltsnavigation a:focus { /* für Elemente, die den Fokus erhalten, z.B. durch "Durchsteppen" mit der Tabulator-Taste (CSS 2.0) */
	color: #FF0000; /* rot */
	text-decoration:none; 
	}
div.inhaltsnavigation a:hover { /* für Elemente, während der Anwender mit der Maus darüber fährt (CSS 2.0) */
	color: #00FF00; /* hellgrün */
	text-decoration:none; 
	}
div.inhaltsnavigation a:active { /* für gerade angeklickte Elemente */
	color: #00FF00; /* hellgrün */
	text-decoration:none; 
	}
div.inhaltsnavigation_fuss {
	background-color: #ffffff; /* Hintergrundfarbe=weiss */
	margin: 0px; 		/* Außenrand=ohne */
	padding: 0px; 		/* Innenrand=ohne */
	vertical-align: top; 	/* Vertikale Ausrichtung=oben */
	text-align: left; 	/* Horizontale Ausrichtung=links */
	font-family: arial;	/* Schriftart */
	font-style: normal;	/* Schriftstil */
	font-variant: normal;	/* Schriftvariante */
	font-size: x-small;	/* Schriftgröße=klein */
	font-weight: normal;	/* Schriftgewicht */
	font-stretch: normal;	/* Schriftlaufweite */
	text-decoration:none;	/* Textdekoration */ 
	color: #006600; 	/* Textfarbe=grün */
	text-indent: 0em;	/* Texteinrückung */
	line-height: 115%	/* Zeilenhöhe */
	}

/* Style mitte mitte: Inhalt */
div.balken {
	background-color: #006600;
	padding: 4px;
	margin-bottom: 6px;
	text-align: center;
	font-size: large;
	font-weight: bold;
	color: #ffffff;
	}
h1 {				/* Überschrift/Headline 1 */
	margin-top: 12px;
	margin-bottom: 6px;
	font-size: large;
	font-weight: bold;
	}
div.sh1 {			/* Sub-Headline 1 */
	margin-top: 6px;
	margin-bottom: 3px;
	text-align: left;
	font-size: small;	/* Schriftgröße=klein */
	font-weight: bold;
	}
div.lead1 {			/* Lead 1 */
	margin-bottom: 3px;
	text-align: left;
	font-size: small;	/* Schriftgröße=klein */
	font-weight: normal;
	}
h2 {				/* Überschrift/Headline 2 */
	margin-top: 12px;
	margin-bottom: 3px;
	text-align: center;
	font-size: large;
	font-weight: bold;
	}
div.bild {
	margin-top: 3px;
	text-align: center;
	}
div.bildtext {
	margin-bottom: 3px;
	text-align: center;
	font-size: x-small;
	}


/* Style mitte rechts: entfällt */

/* Style unten links: entfällt */

/* Style unten mitte: entfällt */

/* Style unten rechts: entfällt */

	
