.oppe	{
		 border-style: none;
		 text-align: center;
		 width: 630px;
		 }

.oppe2	{
		 border-style: none;
		 }
		 
.kalender{
		 border-style: solid;
		 border-width: thin;
		 border-color: #494949;
		 width: 600px;
		 }
		 
.kalender2{
		 border-style: solid;
		 border-width: thin;
		 border-color: #494949;
		 width: 200px;
		 height: 75px;
		 }
		 		 
a		{
		 background: url(Kalender.gif) no-repeat;
		 float: left;
		 text-align: center;
	 	 width: 200px;
		 height: 75px; 
		 line-height: 75px;
		 text-decoration: none;
		 margin: 0 auto;
		 color: #000000;
		 font-weight: bold;
		 }
		 
a:hover {
		 background: url(Kalender.gif) left bottom;
		 width: 200px;
		 height: 75px;
		 color: #FF0000;
		 }
