/**
 * eine Datei welche alle formate beinhaltet die benutzt werden
 **/

h1,h2,h3,h4
               {
                  font-family: Arial,sans-serif;
               }

h1
               {
                  font-size: 26px;
                  color: #000000;
               }

h2
               {
                  font-size: 21px;
                  color: #000000;
               }

h3
               {
                  font-size: 16px;
                  color: #000000;
               }

h4
               {
                  font-size: 14px;
                  color: #000000;
               }

div
               {
                  font-family:arial;
                  font-size: 13px;
                  text-align: center;
                  font-weight: normal;
                  color: #000000;
               }


a:link
               {
                  color: #000000;
                  text-decoration: none;
               }

a:visited
               {
                  color: #000000;
                  text-decoration: none;                  
               }

a:hover
               {
                  color: #000000;
               }

.standard
               {
                  font-family: arial;
                  font-size: 13px;
                  text-align: center;
                  color:#000000;
                  background-attachment:fixed;
               }

.small
               {
                  font-family: arial;
                  font-size: 12px;
                  text-align: center;
                  color:#000000;
                  background-attachment:fixed;
               }

.standard_left
               {
                  font-family: arial;
                  font-size: 13px;
                  text-align: left;
                  color:#000000;
                  background-attachment:fixed;
               }

.table
               {
                  font-family: arial;
                  font-size: 13px;
                  text-align: left;
               }


.tableheader
               {
                  font-family:arial;
                  font-size: 13px;
                  text-align: left;
                  text-decoration: underline;
                  font-style: italic;
                  font-weight: bolder;
                  color: #000000;
               }

.tablebody
               {
                  font-family:arial;
                  font-size: 13px;
                  text-align: left;
                  color:#000000;
               }

.background_img
               {
                  font-family:arial;
                  font-size: 13px;
                  color: #000000;
                  background: url(../photos/alter/WMmini-IMG_2296.JPG);
                  background-attachment:fixed;
                  background-repeat:no-repeat
               }
