/* a:link          { color:#007F00; text-decoration:none; font-weight:bold; }
 a:visited       { color:#007F00; text-decoration:none; font-weight:bold; }
 a:hover         { text-decoration:none;}
 a:active        { color:#007F00; background-color:none; font-weight:bold; }*/


/*  a:link          { color:#FFFFFF;text-decoration:underline; } zeigt den unterstrichenen link an
 a:visited       { color:#FFFFFF;text-decoration:none; }statisch
 a:hover         { color:#000000;text-decoration:none; background-color:transparent; }wenn mit dem Cursor drübergefahren wird
 a:active        { color:#FF0000;text-decoration:underline; background-color:transparent;}wenn angeklickt*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

body             {
                 background-image: url("../grafik/aluminium.jpg");background-repeat:repeat;
                 }

#wrapper         {
                 background-color:#C6FFC6;
                 margin: 0 auto;
                 max-width: 800px;
                 width: 96%;
                 border: 4px solid #FFFFFF;/*Rand des wrapper*/
                 -moz-border-radius: 8px;
                 -webkit-border-radius: 8px;
                 -ms-border-radius: 8px;
                 border-radius: 8px;
                 box-shadow: 0 0 10px 0px;
                 rgba (12, 3, 25, 0.8);
                 padding: 4px;
                 height: auto;
                 text-align:center;
                 }
/*#gebtge          {
                 background-color:grey;
                 margin:0 auto;
                 width:100%;
                 }*/
nav              {
                 background-color:transparent;
                 }

li a             {text-decoration:none;color:#003F00;}

ul li            {
                 display:inline-block;
                 list-style-type:none;
                 }
.em              {
                 color:#FFFFFF;
                 }
#box01           {
                 font-family:Bahnschrift,Verdana,Arial;/*Fortlauf. Nummer 1*/
                 font-weight:normal;
                 font-size:10pt;
                 color:#000000;
                 border: solid 2px;
                 border-top-color: #00005F;
                 border-left-color: #00005F;
                 border-right-color: #DDF4FF;
                 border-bottom-color: #DDF4FF;
                 text-align:center;
                 background-color:#DFDFDF;
                 width:4%;
                 }
#box02           {
                 font-family:Bahnschrift,Verdana,Arial;/*Fortlauf. Nummer 1*/
                 font-weight:normal;
                 font-size:10pt;
                 color:#000000;
                 border: solid 2px;
                 border-top-color: #00005F;
                 border-left-color: #00005F;
                 border-right-color: #DDF4FF;
                 border-bottom-color: #DDF4FF;
                 text-align:center;
                 background-color:#DFDFDF;
                 width:18%;
                 }
#box03           {
                 font-family:Bahnschrift,Verdana,Arial;
                 font-weight:normal;
                 font-size:10pt;
                 color:#000000;
                 border: solid 2px;
                 border-top-color: #00005F;
                 border-left-color: #00005F;
                 border-right-color: #DDF4FF;
                 border-bottom-color: #DDF4FF;
                 text-align:left;
                 padding-left:15px;
                 background-color:#DFDFDF;
                 width:41%;
                 }
#box03a           {
                 font-family:Bahnschrift,Verdana,Arial;/*Fortlauf. Nummer 1*/
                 font-weight:normal;
                 font-size:10pt;
                 color:#FFFFFF;
                 border: solid 2px;
                 border-top-color: #00005F;
                 border-left-color: #00005F;
                 border-right-color: #DDF4FF;
                 border-bottom-color: #DDF4FF;
                 text-align:left;
                 padding-left:15px;
                 background-color:#3F3F3F;
                 width:41%;
                 }
#box04           {
                 font-family:Bahnschrift,Verdana,Arial;/*Fortlauf. Nummer 1*/
                 font-weight:normal;
                 font-size:10pt;
                 color:#000000;
                 border: solid 2px;
                 border-top-color: #00005F;
                 border-left-color: #00005F;
                 border-right-color: #DDF4FF;
                 border-bottom-color: #DDF4FF;
                 text-align:center;
                 background-color:#DFDFDF;
                 width:10%;
                 }
#box05           {
                 font-family:Bahnschrift,Verdana,Arial;/*Fortlauf. Nummer 1*/
                 font-weight:normal;
                 font-size:10pt;
                 color:#FF0000;
                 border: solid 2px;
                 border-top-color: #00005F;
                 border-left-color: #00005F;
                 border-right-color: #DDF4FF;
                 border-bottom-color: #DDF4FF;
                 text-align:center;
                 background-color:#DFDFDF;
                 width:10%;
                 }

#schnellsuche a  {
                 text-decoration:none;
                 font-weight:bold;
                 color:brown;
                 }
.item07          {
                 font-family:Bahnschrift,Verdana,Arial;
                 font-weight:normal;
                 font-size:11pt;
                 font-style:normal;
                 color:#A02000;   /*braun 11*/
                 padding:10px;
                 }