a.mystyle { width: 400px; }

a.mystyle:link {
   color : black;
   font-family: Verdana;
   font-size: 15pt;
   text-decoration: none;
   padding-right : 16px;
   padding-left : 6px;
   padding-top : 10px;
   padding-bottom : 10px;
   border : 0px solid white; }

a.mystyle:visited {
   color : black;
   font-family: Verdana;
   font-size: 15pt;
   text-decoration: none;
   padding-right : 16px;
   padding-left : 6px;
   padding-top : 4px;
   padding-bottom : 4px;
   border : 0px solid white; }

a.mystyle:hover {
   color: white;
   font-family: Verdana;
   font-weight : bold;
   font-size: 15pt;
   text-decoration: none;
   background-color : darkgreen;
   padding-right : 16px;
   padding-left : 6px;
   padding-top : 4px;
   padding-bottom : 4px;
   border-bottom : 1px solid black;
   border-right : 1px solid black;
   border-top : 1px solid silver;
   border-left : 1px solid silver; }

a.mystyle:active {
   color: red;
   text-decoration: none; }

a:link { font-weight:bold; color:white; text-decoration:none; font-family: Verdana;}
a:visited { font-weight:bold; color:white; text-decoration:none; font-family: Verdana;}
a:focus { font-weight:bold; color:red; text-decoration:underline; }
a:hover { font-weight:bold; color:black; text-decoration:none; font-family: Verdana; }
a:active { font-weight:bold; color:darkgreen; text-decoration:underline; }


.rundeEcken {
border: 2px solid black;
-moz-border-radius: 5px;
width: 200px;
height: 30px;
padding: 15px;
background:orangered;
text-align: center;
font-family: Verdana;
font-weight : bold;
font-size: 15pt;
text-decoration: none;
color: white;
}

.text {

color: white;
font-family: Verdana;
font-size: 15pt;
