/*************************************/
/* Website CHOR AN DER MATTHÄUSKIRCHE */
/*************************************/

/*
Änderungshistorie:
13.07.2008: erster Wurf
06.08.2008: Änderungen nach Gespräch mit Claudia, Stephan
24.01.2009: HP aktualisiert und Galeriesteuerung verbessert
15.02.2009: auf Suchbegriffe Kirchenchor, Karlsruhe optimiert
18.02.2009: Galerie-Bug behoben. Impressum neu. 
*/

/*
Wichtige Farben:
grau       = #c0c0c0, Verläufe Header, Footer, Menü
rot        = #ab4522, Links, Menü
*/



*{
          padding: 0;
	 margin: 0;
}

body{
	 font-size: 70%;
	 font-family: Arial, Helvetica, sans-serif;
	 line-height: 1.4em;
	 text-align: left;
          color: #000;
          margin-top: 10px;
          margin-bottom: 10px;
	 background: #eeefec;
}

#mother {
	 margin: 0 auto;
          width: 760px;
	 padding: 0;
          background-color: white;
          border: 3px solid white;
}

#header {
	 float: left;
	 width: 740px;
          height: 40px;
	 margin: 0;
	 padding: 0px 0 0px 20px;
	 background: #bdcad6 url(../bilder/verlaufheader.jpg) repeat-y;
}

#linkespalte {
          float: left;
	 width: 180px;
          height: 460px;
	 margin: 0;
	 padding: 25px 0 0 10px;
	 background: #d9c36a url(../bilder/verlaufmenu.jpg) repeat-y
}

#main {
          float: right;
	 width: 520px;
          height: 450px;
	 margin: 0;
	 padding: 10px 20px;
}

#footer {
          clear: both;
	 width: 750px;
          height: 30px;
	 margin: 0;
	 padding: 0 0 0 10px;
	 background: #bdcad6 url(../bilder/verlaufheader.jpg) repeat-y;
}