/*
style.css

Stylesheet fuer die Homepage der Kirchenmusik Moessingen (www.kirchenmusik-moessingen.de)

Author: Friedemann Loew
Created: July 2005
Changed: 26.4.2007

Fuer die Hintergrundfarben wurden keine reinen Blau-Toene mehr verwendet, sondern die Farbe leicht in Richtung gruen verschoben, da viele Monitore auf waermere Farben eingestellt sind und die Seite in lila nicht gut aussieht
*/

		/*@page { size: 21cm 29.7cm }*/
	
	/*Seite:*/	
		body {
			background-color: #e6eaff; direction: ltr;
			color: #000000; font-family: "Verdana", sans-serif; font-size: 1em;
		} /*alt: #e6e6ff}*/
	
	/*Tabelle:*/
		table {
			width: 100%; 
			height: 100%; 
			page-break-before: always; 
			border-style: none;
			font-size: 0.78em;
		}
		table table {
			font-size: 1.0em;
		}
		table.werkliste {
			page-break-before: auto;
			font-size: 1.0em;
			width: auto;
			height: auto;
		}
		td {text-align: top;}
		tr {vertical-align: top;}
	
	/*Ueberschriften:*/	
		h1 {color: #660066; font-size: 2em; margin-top: 0.7em;} 
		
		h2 {color: #660066; font-size: 1.5em;}
		
		h3 {color: #660066; font-size: 1.15em;}
	
	/*Standardabsatz:*/	
		td p {margin-bottom: 0.3cm;}
		p.bild {font-size: 0.64em; /*8pt*/ margin-left: 2mm; margin-bottom: 0mm}
		.beschreibung {margin-left: 3em; margin-right: 3em; text-align: justify; font-size: 1.0em;}
		
		#contact p{
			color: #000;	
		}
		
	/*Listen*/
		ul {margin-left: 2em;}
		ul.news {
			border: 2px ridge #a6a9ff; 
			background-color: #d6daff; 
			padding: 4px; 
			margin: 1.75em 10% 1.8em 5%;
			list-style-type: none;
		}
		li {margin-bottom: 0.2em; margin-top: 0.1em; margin-left: 1em;}
		
	/*Links:*/
		a {color: #232390;}
		a:visited {}
		a:link {}
		a:hover {}
		p[class=menu] > A:hover {font-weight: bold;} /* <-- CSS 2.0 (von IE6 nicht unterstuetzt) */
		
	/*Datum in Veranstaltungen:*/
		.datum {
			text-align: right; 
			margin-right: 12px;
			vertical-align: top;
		}
		
	/*Menu:*/
		.menu {color: #232390;}
		.menuecke {color: #660066; background-color: #c6c9ff; font-weight: bold; margin-bottom: 0.12cm; margin-top: 0.1cm;} /*alt: #c6c6ff*/ 
		
	/*Menu CSS 1.0*/	
		.menubg {color: #232390; background-color: #d6daff;} /*alt: #d6d6ff;}*/
		/*.menubild {color: #232390; background-color: #d6d6ff;}*/
		.menubild {color: #232390; background: #d6daff url("images/Pfeifen2_8.jpg") no-repeat scroll;} /*alt: #d6d6ff;}*/
		
	/*Menu CSS 2.0 (von IE6 nicht unterstuetzt, deshalb deaktiviert) */
		/*tr > .menu{background-color: #d6d6ff;}*/
		/*tr > .menu[bgbild] {background: #d6d6ff url("images/Pfeifen2_8.jpg") repeat-x scroll; height:550px;}*/	
		
	/*Betonungen:*/	
		strong {font-weight: bold; color: #000000;}
		strong.h {color: #660066}
		em {font-style: italic; color: #000000;}