.opentable
 {
/* obere und untere Linie */
 border-top: 1px dashed rgb(20%,40%,20%);
 border-bottom: 1px dashed rgb(20%,40%,20%);
 padding: 1em 1em 1em 1em;
 margin: 0 0 1.5em;
 }

.cms_block
 {
 	border: 0px solid rgb(20%,40%,20%);
	padding: 0;
	margin: 0 0 1.5em;
	
 }
 
/* Block - Header 
- Abstand von Blochbezeichnung zu Navigation
- einbinden von Grafik-Header */ 
h4.cms_block{
display:block;
margin:0 0 5px 0;
padding:2px 0 5px 40px;
background: url(../img/block_header.png) no-repeat;
/*color:#222; 
border-top:1px solid #ddd;
border-right:1px solid #bbb;
border-bottom:1px solid #bbb;
border-left:1px solid #ddd;
*/
text-decoration:none;
}

/*
.blockscenter
 {
  font-family: verdana;
  font-size: medium;
  font-style: normal; 
  text-align: left;
  border-top: 1px dashed black;
  border-bottom: 1px dashed black;
  margin: 0 0 1.5em;
 }
*/

/*
.blockscenter h4
 {
  font-family: verdana;
  font-size: medium;
  font-style: normal;
  font-weight: bold; 
  text-align: center;  
 }
*/