html {
    height: 100%
    } 



body {

      min-height: 101%; 
     font:100% Arial, Verdana, Helvetica, sans-serif;
    border:0px solid;
    font-family: Arial;
    font-size: 10pt;
    margin-left:1px;/*Textabstabd zum Rahmen*/padding-bottom:20px;
    margin-right:0px;

}

td {
    font-size: 10pt;
    vertical-align:top;
}

.t{margin-left:10px;/*Textabstabd zum Rahmen*/padding-bottom:20px;
   margin-right:10px;

   }

p {
     text-align: justify;
    
}

#pk {
    font-size:x-small;
    text-align:center;
}
    


h1, h2, h3, h4, h5, h6, p, ul {
    padding-left:5px;padding-right:5px;
    margin-top:10px;
    margin-bottom: 5px;
    margin-left:10px ;
    margin-right:10px;
}

a {
    text-decoration: none;
}
a:link {
    color:blue
}

a:visited {
color:blue;
}

a:hover {
color:red;
font-weight: normal;
cursor: pointer;
}

a:active {
  font-weight:bold;
}

a:focus {outline: none;}

#ueberschrift {
background-color:#0CF;
border:1px solid;
font-weight:700;
padding:.75pt;
text-align:center;  
padding-left:0pt; 
      }

 a.download_link {
 background-image: url(../bilder/download2.gif);
 padding-right: 16px;
 background-repeat: no-repeat;
 background-position: right;
}

  a.mailto_link {
 background-image: url(../bilder/letter.gif);
 padding-right: 16px;
 background-repeat: no-repeat;
 background-position: right;
}

/*  Buttons mit CSS */

a.button
      {
      font-family:Verdana;
      font-size:12px;
      color: #000000;
      background-Color: #00ccff;
      border-left: 2px solid #CCCCCC;
      border-top: 2px solid #CCCCCC;
      border-right: 3px solid #000000;
      border-bottom: 3px solid #000000;
      text-decoration: none;
      width: 55px;
      text-align: center;
      }
a.button:hover
      {
      Color: #ffffff;
      background-Color: #FFb300;
      border-left: 2px solid #000000;
      border-top: 2px solid #000000;
      border-right: 3px solid #cccccc;
      border-bottom: 3px solid #cccccc;
      text-decoration: none;
      }
a.button:active
       {
           font-weight: normal;
       }
      
  /*  ENDE&nbsp;Buttons mit CSS */

/*  Layout Vereinsmeisterschaft */
#vleft {
float: left;
width: 450px;
margin-top: 0px;
padding:0px 0 0 10px;
color:black;
background-color:white;
}

#vcontainer {
/* width: 100%;
background-color: purple; */
}

#vcontent {
min-height:600px;
background-color: white;
padding: 0px 0 0 0px;
margin-top: 0px ;


}

#vfooter {
clear:left;
margin:10px 0 0 0px;
background-color: white;
}
/*  Ende Layout Vereinsmeisterschaft */

 .runde {
 font-weight: bold;
width: 120px;

     float: left;
     margin-left:10px;
     margin-top: 10px;
     margin-right: 10px;
     margin-bottom: 10px;
     border-style: groove;
     border-width: 7px;
     border-color: #ff3400;
     text-align: center;
     background-color: #ffb300;
     padding: 5px;
 }

 p.dvm {
     text-align: center
 }
input[type="button"] {
     cursor: pointer;
 }
