	body
	{
	    color: black; /* Schriftfarbe */
        background-color: #FFFFFF; /* Hintergrundfarbe */
        
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        background-color: #FFFFFF;
        text-align: left;
        height:100%;
        width: 15cm;
        font: normal 100.01% Arial, Helvetica, sans-serif;

  	}

	#main /* Umschließender Container für alle folgenden */
	{
	    width: 15cm;
        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;
		display:none; /*print*/
	}

	#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 */
        display:none; /*print*/
	}

    #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:0px;
        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: visible; /* funktioniert nicht */			/* nimmt man alle 3 zusammen funktionierts... */
	}
	#buttons .search_field {
		
		font-size: 10px;
		background-color: #b6cf4d;
		border: none;
	}
	#buttons .submit_arrow {
		width: 16px;
		height: 18px;
		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;
		height: 570px;
		text-align: left;
		width: 17cm;
		
	}

	#content_mitte h1 /* Überschrift links */
	{
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		font-weight: bold;
	}

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


	#absatz_links /* haupt text- und absatzformatierung */
	{
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: black;
		width: 761px;
		border-right: 0px solid #006633;
	}
	
	#absatz_links a{
		color: #ffffff;
		text-decoration: none;
	
		/*display:none; /*print*/
	}
	
	#absatz_links img{
		display:none; /*print*/
	}
	

	#absatz_links .table
	{
        
        margin:0;
    }
	
    #absatz_links .table td
    {
        
        font-weight:normal;
        padding:4px 5px 0 0;
        text-align:left;
    }

    #absatz_links .table-kopf
    {
        background-color:#e8f1ee;
        
        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: black;
		text-decoration: none;
	}

	#absatz_links .table td a:hover
	{
		font-size: 11px;
		color: black;
		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: black;
		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);*/
	}
	
	#ausbildung_detail img{
		display:none; /*print*/
	}
	
	#ausbildung_detail a{
		color: #ffffff;
		text-decoration: none;
		/*display:none; /*print*/
	}
	
	.news /* haupt text- und absatzformatierung */
	{
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		color: #4e4e4e;
		width: 760px;
		
	}
	.news th {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #006633;
		font-weight: bolder;
		
	}
	.news td{
		
	}
	.div_news {
		
		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-image: url(../media/de/rechter_bereich_mit_zettel_grade.jpg);
		background-repeat: no-repeat;
		background-color: #93b61a;
		text-align: left;
		display:none; /*print*/
	}

	#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;
	}

	.ticker {
		background-color:#799c40; 
		border:1px solid #006633; 
		color:#ffffff;
		padding-left: 2px;
		
	}
	.ticker input {
		background-color:#799c40; 
		border:0;
		color:#ffffff;
		width: 208px;
		padding-left: 10px;
	}
	#zettel {
		font-size: 11px;
		color: #006633;
		font-weight: bolder;
		line-height: 15px;
	}
	#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;
		display:none; /*print*/
	}

	#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;
		display:none; /*print*/
	}

	#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;
	}
	
	
	
	
 /* oben, rechts, unten, links */