a { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	color: #4a4a4a;
    }

.background { /* Hintergrund */
    /*background-color: #ffffff;*/
    background-color:white;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
}

body { margin-left:0px; margin-top:0px;}

.feld { /* Text und Design für Info-Felder auf Indexseite */
    background-color: #F2F8F2;
    width: 490px;
    border: 2px;
    border-style: outset;
    border-top-color: #D6EAD6;
    border-right-color: #D6EAD6;
    border-left-color: #D6EAD6;
    border-bottom-color: #D6EAD6;
    margin-left: 10px;
    margin-top: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	color: #000000;
}

.hg1 { /* Feld 1 - Kopf */
    background-image: url(../images/1.gif);
    background-repeat: no-repeat;
    width: 962px;
    height: 165px;
}

.hg2 { /* Feld 2 - Navigationsmenü */
    background-image: url(../images/2.gif);
    background-repeat: no-repeat;
    width: 190px;
    height: 355px;
    padding-left:3px;
    padding-right:3px;
}

.hg3 { /* Feld 3 - Hauptfeld */
    color: #ffffff;
}

.hg4 { /* Feld 4 - Bild rechts */
    width: 199px;
    height: 355px;
    background-repeat: no-repeat;
}

.hg5 { /* Feld 5 - Sprachenfeld */
    background-image: url(../images/5.gif);
    background-repeat: no-repeat;
    width: 190px;
    height: 120px;
}

.hg6 { /* Feld 6 - Feld für Datei-Download */
    background-image: url(../images/6.gif);
    background-repeat: no-repeat;
    width: 564px;
    height:120px;
}

.hg7 { /* Feld 7 - Adressfeld */
    background-image: url(../images/7.gif);
    background-repeat: no-repeat;
    width: 199px;
    height: 120px;
}

img[src='../images/logocms.png']{
   margin-right: 10px;
   margin-top: 82px;
}

.link { /* Text für Links */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	color: #6FB56F;
}

#logogreen {
   margin-top:80px;
   margin-right:15px;
}
#logowhite {
    display:none;
}

.menue { /* Text Navigationsmenü groß */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 22px;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	margin-left: 0px;
	color: #000000;
}

.menue-klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	font-variant: normal;
	line-height: 4px;
	text-transform: none;
	text-decoration: none;
    text-align: left;
	margin-left: 10px;
	color: #000000;
}

.start {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
    text-align: right;
	margin-right: 10px;
	margin-top: 0px;
	color: #4a4a4a;
}

.tabelle1 { /* Seite allgemein */
    width: 100%;
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
}

.tabelle2 { /* Tabelle mittig */
    width: 970px;
    height: 660px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 4px;

}

.tabelle3 { /* Navigationsmenü */
    width: 180px;
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    margin-top: 7px;
}

.tabelle4 { /* Hauptfeld*/
    width: 99%;
    height: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    table-layout: fixed;

}

.tabelle5 { /* inneres Hauptfeld */
    width: 100%;
    height: 100%;
    border: 0px;
    padding: 0px;
    margin-top: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: left;
    background-color: #ffffff;
}

.tabelle6 { /* Feld 6 für Dateidownload */
    width: 500px;
    border: 0px;
    padding: 0px;
    border-spacing: 0px;
    text-align: center;
    margin-left: 40px;
}

/*td { border: 1px solid black; }*/

.tabelledruck { /* inneres Hauptfeld zum Drucken */
    width: 600px;
    height: 100%;
    border: 0px;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: left;
    background-color: #ffffff;
}

td.scroll{
    width: 100%;
    height: 318px;
    background-color: #ffffff;
}

td.tabelle4{
    display: block;
    border-style: none;
}

.text { /* Text allgemein */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	margin-left: 10px;
	margin-right: 5px;
	color: #000000;
}

.text-adr { /* Text in Adressfeld */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: 500;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
    text-align: left;
	margin-left: 7px;
	color: #000000;
}

.thema { /* Überschriften im Hauptfeld */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
    text-align: left;
	margin-left: 10px;
	color: #329632;
}
