.opentable
 {
 border: 1px solid rgb(20%,40%,20%);
 padding: 1em 1em 2px 0.5em;
 margin: 0 0 1.5em;
 }

.cms_block
 {
  border-right:1px solid #000;
  border-bottom:1px solid #000;
  border-left:1px solid #dde8f5;
 padding: 0 0 5px 5px;
 margin-bottom: 1px;
 background:#82abd9;
 font-size:1.0em;
 line-height:1.2em;
 }
 
 .cms_block h4
{

display:block;
 font-size:1.0em;
 font-weight:bold;
margin:-1px -1px 3px -6px;
padding:3px 0 3px 5px;
background:#1b66ba;
color:#dde8f5;
border-top:1px solid #dde8f5;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #dde8f5;
text-decoration:none;
}
#sidebar2 .cms_block{
	background-color: #dde8f5;
	color: #041c3b;
	border-top-style: none;
	border-right-style: none;
	border-bottom: dashed 1px #000;
	border-left: dashed 1px #000;
}

#sidebar2 .cms_block h4{
	background-color:#1b66ba;
	color:#dde8f5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left: dashed 1px #000;
}

 /*#block_Extras  {
	background-color: #dde8f5;
	color: #041c3b;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left: dashed 1px #000;
}

#block_SpielplanundErgebnisseLandesligen {
	background-color: #dde8f5;
	color: #041c3b;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left: dashed 1px #000;
}
 
#block_ErgebnisseBundesligen {
	background-color: #dde8f5;
	color: #041c3b;
	border-top-style: none;
	border-right-style: none;
	border-left: dashed 1px #000;
	border-bottom: dashed 1px #000;
}
*/


.blockscenter
 {
  background:#82abd9;
  font-family: verdana;
  font-style: normal; 
  text-align: left;
  border: none;
  font-size:1.0em;
  padding:0 0 5px 5px;
  margin:0px 0 3px 0;
  height:100px;
  // filter:alpha(opacity=60); //für IE
  // -moz-opacity:0.6; //Mozilla
 }

.blockscenter h4
 {
  background-color:#1b66ba;
  margin:3px 0 3px -5px;
  padding:3px 0 3px 5px;
  color:#041c3b;
  border-top:1px solid #ddd;
  border-right:1px solid #bbb;
  border-bottom:1px solid #bbb;
  border-left:1px solid #ddd;
  font-family: verdana;
  font-weight: bold;
  font-size:0.9em; 
  text-align: left;  
  // filter:alpha(opacity=60); //für IE
  // -moz-opacity:0.6; //Mozilla
 }
 
