body             {
                 background-color: #DDFFBB;
                 font-family: Arial, Helvetica, sans-serif;
                 font-size: 14px;
                 color: #333366;
                 padding: 0px;
                 margin: 0px;
                 }

img              {
                 border: 0px;
                 }

#wrapperdgk      {
                 padding: 0px;
                 margin: 0px auto;
                 width: 950px;
                 border: 1px dotted #336;
                 }

#kopfdgk         {
                 padding: 0px;
                 margin: 0px;
                 width: 100%;
                 height: 150px;
                 background-image: url(../grafik/logo.png);
                 background-repeat: no-repeat;
                 background-position: 50% 50%;
                 background-color: #C9FF91;
                 }

#titeldgk        {
                 width: 100%;
                 font-family: "Comic Sans MS", Verdana, Arial;
                 font-size: 30px;
                 border: none;
                 margin-top: 30px;
                 margin-bottom: 30px;
                 text-decoration: underline;
                 text-align: center;
                 }

#inhaltdgk       {
                 clear: left;
                 border: none;
                 width: 100%;
                 /*height: 300px;*/
                 }


/*Stylesheet für Navigationsleiste*/
#navizwei
                 {
                 position: absolute;
                 height: 15px;
                 border: none;
                 background-color: #C9FF91;
                 }

#navizwei .aussen   {
                 float: left;
                 display: block;
                 overflow: hidden;
                 width: 188px;
                 height: 15px;
                 text-align: center;
                 font-family: Arial, Helvetica, sans-serif;
                 font-size: 14px;
                 font-style: normal;
                 font-weight: bold;
                 color: #333366;
                 border: 1px solid #00008B;
                 }

#navizwei .aussen:hover     {
                         background-color: #D3D3D3;
                         color: green;
                         height: auto;
                         }

a.innen          {
                 display: block;
                 width: 200px;
                 height: 15px;
                 border-bottom: 1px solid #00008B;
                 background-color: #D3D3D3;
                 color: #800000;
                 padding-top: 5px;
                 text-decoration: none;
                 }

a.innen:hover    {
                 background-color: #FFFACD;
                 color: green;
                 text-decoration: none;
                 }
/*Ende Navigationsleiste*/

/*Schriften*/

h1               {
                 font-size: 14px;
                 text-align: center;
                 text-decoration: underline;
                 }

h2               {
                 font-size: 16px;
                 text-align: center;
                 }

.erstelld        {
                 font-size: 12px;
                 color: green;
                 font-style: italic;
                 text-align: right;
                 }

.gen             {
                 color: green;
                 font-weight: bold;
                 }

.warnung         {
                 color: red;
                 font-style: italic;
                 font-weight: bold;
                 }



.erkl            {

                 color: green;
                 font-weight: normal ;
                 }

.schrift16       {
                 font-size: 16px;
                 }

.schr16u         {
                 font-size: 16px;
                 text-decoration: underline;
                 }

.schrift16m      {
                 font-size: 16px;
                 text-align: center;
                 }

.schrift16um     {
                 font-size: 16px;
                 text-align: center;
                 text-decoration: underline;
                 }

.schrift16f      {
                 font-size: 16px;
                 font-weight: bold;
                 }

.schrift18fu     {
                 font-size: 18px;
                 font-weight: bold;
                 text-decoration: underline;
                 }

.schriftfett     {
                 font-weight: bold;
                 }

.schrkur         {
                 font-style: italic;
                 }

.fettunderl      {
                 font-weight: bold;
                 text-decoration: underline;
                 }

/*Tabellen*/
table            {
                 width: 100%;
                 border-collapse: collapse;
                 }

td               {
                 text-align: center;
                 }

.leer10          {
                 height: 10px;
                 }

li               {
                 text-align: left;
                 font-size: 16px;
                 }

ul               {
                 list-style-type:square;
                 }