/*p {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000}

li {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal}

a {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000099; text-decoration: none}

div {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000}

td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000 }

p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000 }

ul { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000 }

ol { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #000000 }

h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #006600;
    margin-bottom: 10px;
    }

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
     color: #000000}

h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: italic; font-weight: bold; color: #000000}

h4 {  color: #FF6666}

h5 {  color: #FF9966}

h6 {  color: #99FF33}



a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        color: #000000;
        background-color: #FFFF99;
        border-color: black #000000 #999999 black;
        border-style: solid;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
        border-left-width: 0px}*/

/* ANFANG kleine links in der linkleiste  */
a {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #006600; text-decoration: none}

a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #006600;
        text-decoration: underline;
        background-color: #FFFF99;
        border: none;
}

a.kleinerlink {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #006600;
        padding-left: 5px;

}
a.kleinerlink:hover{
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #006600;
        text-decoration: underline;
        background-color: #FFFF99;
        border: none;
}
a.kleinerlink:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        color: #006600;
}
/* ENDE - kleine links in der linkleiste  */

.menuetabelle {
        padding-left:3px
}



/* echter Kram */

body, td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	color: #000000;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: #006600;
    margin: 0;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    margin: 0;
}
h4 {
    font-size: 14px;
    font-weight: bold;
    color: #006600;
    margin: 0;
}
#rahmen {
    border: 1px solid #006600;
    background-color: #006600;
    padding: 0;
    margin: 0 auto auto auto;
}

#inhalt {
	margin: 0px auto 0px auto;
    padding: 0;
    background-color: #ffffff;
}

#fusszeile {
    text-align: right;
    padding-right: 4px;
    color: #006600;
}

.text {
    padding-left: 8px;
    padding-right: 8px;
	text-align: justify
}

.spacer {
    font-size: 14px;
    font-weight: bold;
	color: #006600;
	padding-bottom: 10px;
	padding-left: 8px;
}
ul.menu {
    margin: 0 0 0 15px;
    border: 0px solid #006600;
	list-style-type: square;
}


/* Mozilla, Opera etc. interpretieren das Folgende, der IE (zum Glück) nicht */
html>body ul.menu {
    margin-left: 0px;
    padding-left: 15px;
}
ul.menu a.kleinerlink {
    padding-left: 0;
}