	body
	{
	    color: black; /* Schriftfarbe */
        background-color: #FFFFFF; /* Hintergrundfarbe */
        min-width: 40em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        background-color: #FFFFFF;
        text-align: left;
        height:100%;
        font: normal 100.01% Arial, Helvetica, sans-serif;

  	}

	#main /* Umschließender Container für alle folgenden */
	{
	    width:1024px;
        margin:0px;
        text-align:left;
        padding:0px;
	}

	#head /* Nur für das Headerbild */
	{
		font-size: 11px;
		height: 118px;
		margin-top: 0px;
		padding-top:0px;
		background-image: url(../media/de/head.jpg); 
		background-repeat:no-repeat;
		background-position: top-left;
	}

	#buttons /* Grundlegendes für die Hauptnavigation */
	{
        font-size:12px; /* Bei Änderungen unbedingt das padding-top in "buttons a" und "buttons a:hover" anpassen */
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold; /* Sieht man bei der Schriftgröße nicht, einziger Vorteil: die Schrift ist besser lesbar */
        margin: 0; /* Außenabstand oben, rechts, unten, links */
        
	}

    #buttons a /* Hauptsächliche deklaration weil die ganze Navigation aus Links besteht - welch Wunder */
    {
    	float: left;
    	display: inline; /* Schön brav in einer Reihe aufstellen */
        text-decoration: none;
        color:#fff;
        text-align: center;
        padding: 5px 15px 5px 15px;
    }
    #buttons a:hover /* Hover-Effekt, hat nur Auswirkungen auf die Buttons, Schrift ist gleich */
    {
    	float: left;
    	display: inline;
    	background-color: #99cc33;
        margin:0;
        padding: 5px 15px 5px 15px;
        text-decoration:none;
	}

	#buttons ul
	{
		background-color: #006633;
		float: left;
	    margin:0; /* sorgt dafür, dass automatische Einrückung verschwindet */
        padding:0; /* Innenabstand oben, rechts, unten, links */
        list-style: none; /* kein Bullet-Zeichen, keine Nummerierung */
        width: 1024px;
        height: 25px;
	}

	#buttons li
	{
		float: left;
        margin-top: 0px;
        padding-top: 0px;
        z-index: 1; /* funktioniert nicht */            	/* Ursprünglich verschob es im IE das Design, content-oben rutschte hinter */
        position: relative; /* funktioniert nicht */		/* die Navigation, um content-oben in den Hintergrund zu stellen und das Bildchen nach vorn zu kriegen */
        overflow: hidden; /* funktioniert nicht */			/* nimmt man alle 3 zusammen funktionierts... */
     }
	.search_field {
		
		font-size: 10px;
		background-color: #b6cf4d;
		border: 1px solid #006633;
	}
	.submit_arrow {
		width: 14px;
		height: 16px;
		/*border: none;
		background-color: #006633;
		background-image:url(../media/de/pfeil_suche.gif);
		background-repeat: no-repeat;
		background-position: bottom;	*/	
	}

	#content_mitte /* ist der eigentliche Hauptteil, beinhaltet absatz_links */
	{
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		padding: 0px;
		margin: 0px;
		
		text-align: left;
		width: 1024px; /* optimiert für eine Auflösung von 1024x768px... noch ein Jahr und ich darfs umstellen auf 1280 */
		height: 700px;
		
	}
	
	#content_mitte h1 /* Überschrift links */
	{
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		color: #006737;
		font-weight: bold;
	}

	#content_mitte h4 /* Unterüberschrift links */
	{
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #78b416;
		padding-bottom: 10px;
		margin: 0;
	}


	#absatz_links /* haupt text- und absatzformatierung */
	{
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #4e4e4e;
		width: 761px;
		border-right: 1px solid #006633;
	}

	#absatz_links .table
	{
        border-left:1px solid #78B416;
        border-top:1px solid #78B416;
        margin:0;
    }
	
    #absatz_links .table td
    {
        border-bottom:1px solid #78B416;
        border-right:1px solid #78B416;
        font-weight:normal;
        padding:4px 5px 0 0;
        text-align:left;
    }

    #absatz_links .table-kopf
    {
        background-color:#e8f1ee;
        border-bottom:1px solid #78B416;
        border-right:1px solid #78B416;
        font-weight:bold;
        padding:2px 5px;
        text-align:left;
        vertical-align:top;
        background-image: url(../media/de/verlauf-headline.jpg);
        background-repeat: repeat-x;
    }

    #absatz_links .table tr
    {
    	background-color:#ffffff;
    }

    #absatz_links .table tr:hover
    {
    	background-color:#eeeeee;
    }

	#absatz_links .table td a
	{
		font-size: 11px;
		color: #78b416;
		text-decoration: none;
	}

	#absatz_links .table td a:hover
	{
		font-size: 11px;
		color: #006737;
		text-decoration: underline;
	}

	#absatz_links .table td li
	{
		font-size: 11px;
		padding-left: 5px;
		padding-top: 3px;
		list-style-image: url(../media/de/Stichpunkte.jpg);
	}
	
		
	#absatz_links li
	{
		font-size: 11px;
		padding-left: 5px;
		padding-top: 5px;
		list-style-image: url(../media/de/Stichpunkte.jpg);
	}
	
	#absatz_links ul
	{
		font-size: 11px;
		padding-top: 0px;
		margin: 0 0 0 20px;
	}
	
	#ausbildung_detail {
		font-size: 11px;
		color: #006633;
		font-weight: bold;
	}
	#ausbildung_detail ul{
		font-size: 11px;
		padding-left: 15px;
		margin:0;
	}
	#ausbildung_detail li{
		font-size: 11px;
		
		list-style-image: url(../media/de/Stichpunkte.jpg);
	}
	.news /* haupt text- und absatzformatierung */
	{
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #4e4e4e;
		width: 760px;
		border-right: 1px solid #006633;
	}
	.news th {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #006633;
		font-weight: bolder;
		
	}
	.news td{
		border-top: 1px solid #b6cf4d;
	}
	.div_news {
		border-right:1px solid #b6cf4d;
		margin-top: 5px; 
		margin-bottom: 5px; 
		width: 100%;
		
	}
	.news td div ul{
		font-size: 11px;
		padding-bottom: 0;
		margin-bottom:0;
		padding-top: 0;
		margin-top:0;
	}
	.news td div ul li{
		font-size: 11px;
		margin-left: -25px;
		color: #006633;
		
		list-style-image: url(../media/de/Stichpunkte.jpg);
	}
	
	.kurse {
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #4e4e4e;
		overflow: scroll;
	}
	.kurse th {
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #006633;
		font-weight: bolder;
	}
	.kurse ul{
		font-size: 11px;
		padding: 0;
		margin:0;
	}
	.kurse li{
		font-size: 11px;
		margin-left: 0;
		#margin-left: 0;
		color: #006633;
		list-style-image: url(../media/de/Stichpunkte.jpg);
	}
	.kurse a {
		font-size: 11px;
		color: #006633;
		text-decoration: none;
	}
	.kurse a:hover {
		font-size: 11px;
		color: #006633;
		text-decoration: underline;
	}
	.kurse a:visited {
		font-size: 11px;
		color: #006633;
		text-decoration: none;
	}
	#dbddhkp td, tr, table
	{
		margin: 0 0 0 0px;
	}
	
	#sitemap
	{
		font-size: 12px;
		padding-top: 0px;
		margin: 0 0 0 20px;
	}

	#sitemap ul
	{
		font-size: 12px;
		line-height: 17px;
		padding-top: 0px;
		margin: 0 0 0 20px;
	}
	
	#sitemap ul ul
	{
		font-size: 12px;
		padding-top: 0px;
		margin: 0 0 0 20px;
	}
	
	#sitemap ul li
	{
		font-size: 12px;
		padding-left: 5px;
		padding-top: 5px;
		list-style-image: url(../media/de/Stichpunkte.jpg);
	}
	
	#sitemap ul ul li
	{
		font-size: 12px;
		padding-left: 5px;
		padding-top: 5px;
		list-style-image: url(../media/de/Stichpunkte.jpg);
	}

	#sitemap li
	{
		font-size: 12px;
		padding-left: 5px;
		padding-top: 5px;
		list-style-image: url(../media/de/Stichpunkte.jpg);
	}

	#eintrag_kopf
	{
		font-size: 14px;
		font-weight: bold;
		color: #78b416;
		width: 98%;
		padding: 5px;
		/* border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #ccc; */
		text-align: right;
		margin-top: -30px;
	}


	#absatz_rechts
	{
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #4e4e4e;
		width: 262px;
		background-color: #93b61a;
		text-align: left;
	}

	#absatz_rechts a
	{
		font-size: 11px;
		color: #4e4e4e;
		text-decoration: none;
	}

	#absatz_rechts a:hover
	{
		font-size: 11px;
		color: #4e4e4e;
		text-decoration: underline;
	}

	#absatz_rechts ul /* für den Text darunter, NUR für die Navigation */
	{
		font-size: 11px;
		padding-left: 20px;
		margin: 0;
		color: #4e4e4e;
		
	}

	#absatz_rechts li
	{
		font-size: 11px;
		padding-bottom: 10px;
		list-style-image: url(../media/de/Stichpunkte.jpg);
		
	}
	
	#absatz_rechts li a
	{
		
		font-size: 11px;
		color: #4e4e4e;
		text-decoration: none;
	}

	#absatz_rechts ul li a:hover /* Für den Hover-Effekt im Firefox, sonst funktioniert er nicht */
	{
		font-size: 11px;
		color: #4e4e4e;
		text-decoration: underline;
	}

	#absatz_rechts ul li a:visited
	{
		font-size: 11px;
		color: #4e4e4e;
		text-decoration: none;
	}
	
	#absatz_rechts th {
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		color: #006633;
		font-weight: bolder;
	}
	
	#ansprech li {
		line-height: 3px;
	}
	
	.absatz_rechts_upper {
		background-image: url(../media/background_rechts.jpg);
		background-repeat: repeat y;
	}
	
	.absatz_rechts_down {
		background-image: url(../media/background_zettel.jpg);
		background-repeat: no-repeat;
		height: 100%;
	}

	.ticker {
		background-color:#799c40; 
		border:1px solid #006633; 
		color:#ffffff;
		padding-left: 2px;
		width: 220px;
		overflow: hidden;
		
	}
	.ticker input {
		background-color:#799c40; 
		border:0;
		color:#ffffff;
		width: 250px; /*208*/
		padding-left:5px;
		
	}
	#zettel {
		font-size: 11px;
		color: #006633;
		font-weight: bolder;
		line-height: 15px;
		margin-top: 50px;		
	}
	#zettel a{
		font-size: 12px;
		color: #006633;
		font-weight: bolder;
		text-decoration: none;
	}
	#zettel a:hover{
		font-size: 12px;
		color: #006633;
		font-weight: bolder;
		text-decoration: underline;
	}
	#zettel a:visited{
		font-size: 12px;
		color: #006633;
		font-weight: bolder;
		text-decoration: none;
	}
	.absatz_hidden
	{
		border-style: solid;
		border-width: 1px;
		border-color: #78b416;
		padding: 5px;
		max-width: 600px;
	}

	.absatz_hidden a
	{
		color: #78b416;
		text-decoration: none;
	}

	.absatz_hidden a:hover
	{
		color: #aceb45;
		text-decoration: underline;
	}
	
	h3
	{
		font-size: 14px;
		border-style: solid;
		border-width: 1px;
		border-color: #78b416;
		background-color: #78b416;
		padding: 5px;
		max-width: 600px;
	}

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

	h3 a:hover
	{
		color: #fff;
		text-decoration: underline;
	}

	a
    {
        color: #006633;
        font-weight: bold;
        text-decoration: none;
    }

    a:visited
    {
        color: #006633;
        font-weight: bold;
        text-decoration: none;
    }

    a:hover
    {
        color: #006633;
        font-weight: bold;
        text-decoration: underline;
    }


	#kontakt
	{
		padding: 5px;
		margin: 0;
		
	}
	
	#kontakt input {
		border: 1px solid #006633;
		background-color: #ffffff;
		
	}
	#kontakt .breite {
		width: 250px;
	}
	#kontakt textarea {
		border: 1px solid #006633;
		height: 100px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	#kontakt h2
	{
		font-size: 14px;
		padding-left: 0px;
		width: auto;
		padding-bottom: 0px;
		margin: 0;
		color: #78b416;
		font-weight: bold;
	}

	#kontakt a
	{
		color: #006633;
		 font-weight: bold;
		text-decoration: none;
	}

	#kontakt a:hover
	{
		color: #006633;
		 font-weight: bold;
		text-decoration: underline;
	}

	#kontakt a:visited
	{
		color: #006633;
		 font-weight: bold;
		text-decoration: none;
	}


	#footer
	{
		font-size: 1em;
		height: 42px;
		width: 1024px;
		padding:0;
		margin:0;
	}

	#submenu
	{
		background-image: url(../media/de/footer_kurz.jpg); 
		background-repeat:no-repeat;
		font-size: 10px;
		color: #ffffff;
		text-align: center;
		padding-bottom: 5px;
		width: 263px;
	}

	#submenu a
	{
		color: #ffffff;
		text-decoration: none;
	}

	#submenu a:hover
	{
		color: #ffffff;
		text-decoration: underline;
	}

	#footer_text
	{
		background-image: url(../media/de/footer_lang.jpg); 
		background-repeat:no-repeat;
		font-size: 17px;
		color: #ffffff;
		text-align: left;
		padding-bottom: 5px;
		width: 761px;
	}

	#footer_text a
	{
		font-size: 13px;
		color: #ffffff;
		text-decoration: none;
	}

	#footer_text a:hover
	{
		font-size: 13px;
		color: #ffffff;
		text-decoration: underline;
	}
	#album {
		float:left; 
		width: 100px;
		height: 130px;
		padding: 20px 20px 10px 20px;
		margin: 30px 15px 10px 15px;
		text-align: center;
		color: #ffffff;
		background-image: url(../media/de/hintergrund_galerieuebersicht_Fotoalben.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}
	#galerie_Detail {
		background-image:url(../media/de/hintergrund_galerie_detailansicht.jpg);
		background-repeat: no-repeat;
		width: 440px;
		height: 350px;
		padding-top: 30px;
	}
	
	#picture{
		
		position: absolute;
		left:426px;
		bottom:46px;
		#right:493px;
		#bottom:6px;
	}
	
	
 /* oben, rechts, unten, links */