		/* Angaben für alle standardkonformen Browser */
		body
		{
			margin:50px;
			padding:2px;
                         font-family: Arial,Verdana,Helvetica;
                         background:lightgrey;
                         color:black;
		}
                 #content
		{
			padding-top:75px;
			padding-bottom:3em;
			padding-left:25;
			padding-right:25;
		}
		#header
		{
			position:fixed;
			top:8px; left:25px; right:25px;
			background:rgb(240,240,240);
			text-align:center;
                         color:black;
			padding:10px;
			border-bottom:1px solid grey; padding-bottom:4px; margin:0px;
			border-top:1px solid grey; padding-bottom:4px; margin:0px;
		}
		#footer
		{
			/* position:fixed; */
			bottom:5px; left:25px; right:25px;
			background:rgb(240,240,240);
			text-align:center;
                         color:black;
			padding:3px;
		}
		/* Angaben nur für den Internet Explorer mit Star-HTML-Hack
		* html, * html body
		{
			height:100%;
			overflow:hidden;
		}
                 * html #content
		{
			padding:0.5em;
			height:500;
			overflow:auto;
		}
                 * html #header
		{
			margin:0;
			height:10%;
		}
             	* html #footer
		{
			height:50;
			padding-top:10px;
		}
		*/

		/* Kleines Extra für den IE
		* html #menu { margin:0.2em; }
		*/


                 /* Sub1: Homepage */
                 a.button1 { display:block; background-image:url(./button1_off.gif); width:120px; height:40px }
        		a.button1:hover { background-image:url(./button1_on.gif); }

                 /* Sub1: Homepage
                 a.button1 { display:block; background-image:url(./button1.gif); background-position:left; width:120px; height:40px }
        		a.button1:hover { background-position:right }
                 */


                 /* Sub2: News */
                 a.button2 { display:block;background-image:url(./button2_off.gif); width:120px; height:40px }
        		a.button2:hover { background-image:url(./button2_on.gif); }

                 /* Sub3: Workshop */
                 a.button3 { display:block;background-image:url(./button3_off.gif); width:120px; height:40px }
        		a.button3:hover { background-image:url(./button3_on.gif); }

                 /* Sub4: Galerie */
                 a.button4 { display:block;background-image:url(./button4_off.gif); width:120px; height:40px }
        		a.button4:hover { background-image:url(./button4_on.gif); }

                 /* Sub5: Bild des Monats */
                 a.button5 { display:block;background-image:url(./button5_off.gif); width:120px; height:40px }
        		a.button5:hover { background-image:url(./button5_on.gif); }

                 /* Sub6: Kontakt */
                 a.button6 { display:block;background-image:url(./button6_off.gif); width:120px; height:40px }
        		a.button6:hover { background-image:url(./button6_on.gif); }

		 /* footer */
                 a.footer1 { display:block;background-image:url(./footer1.gif); height:16px; background-repeat:no-repeat; background-position:center}
        	 	a.footer2 { display:block;background-image:url(./footer2.gif); height:16px; background-repeat:no-repeat; background-position:center}

                 /* Galerie-Link */
                 a.glink:link {color:black; text-decoration:None; font-variant:small-caps; font-size:200%; font-weight:400}
                 a.glink:visited {color:black; text-decoration:None; font-variant:small-caps; font-size:200%; font-weight:400}
                 a.glink:hover {color:black; text-decoration:None; font-variant:small-caps; font-size:200%; font-weight:900}
                 a.glink:active {color:black; text-decoration:None; font-variant:small-caps; font-size:200%; font-weight:400}

                  /* Galerie-Link klein */
                 a.glinks:link {color:black; text-decoration:None; font-variant:small-caps; font-size:150%; font-weight:400}
                 a.glinks:visited {color:black; text-decoration:None; font-variant:small-caps; font-size:150%; font-weight:400}
                 a.glinks:hover {color:black; text-decoration:None; font-variant:small-caps; font-size:147%; font-weight:900}
                 a.glinks:active {color:black; text-decoration:None; font-variant:small-caps; font-size:150%; font-weight:400}

                  /* Galerie-Link sehr klein*/
                 a.glinkxs:link {color:black; text-decoration:None; font-variant:small-caps; font-size:100%; font-weight:100}
                 a.glinkxs:visited {color:black; text-decoration:None; font-variant:small-caps; font-size:100%; font-weight:100}
                 a.glinkxs:hover {color:black; text-decoration:None; font-variant:small-caps; font-size:98%; font-weight:900}
                 a.glinkxs:active {color:black; text-decoration:None; font-variant:small-caps; font-size:100%; font-weight:100}

                  /*Tabellenhintergrundbild */
                 td.bg_img {background-position:center; background-repeat:no-repeat; background-color:rgb(150,150,150) }

		/*schriftgrößen */
                 a.medium {color:black; text-decoration:None; font-variant:small-caps; font-size:125%; font-weight:900}
                 a.small  {color:black; text-decoration:None; font-variant:small-caps; font-size:100%; font-weight:900}
                 a.xsmall  {color:black; text-decoration:None; font-variant:small-caps; font-size:80%; font-weight:400}
