/* --------------------------------------- */
/* Menu Link Button -  Kontakt und Geschenk...  */
/* --------------------------------------- */
a.btn7 {
    width:199px;
    height:46px;
    display:block;
    background-image:url(../images/kontakt.jpg);
    background-repeat:no-repeat;
}
a.btn7:hover {
    background-image:url(../images/kontakt.jpg);
    background-repeat:no-repeat;
}

a.btn7:active {
    background-image:url(../images/kontakt.jpg);
    background-repeat:no-repeat;
}

/* --------------------------------------- */
/* Link Button -  Bestellung               */
/* --------------------------------------- */
a.bt_bestellung {
    width:138px;
    height:67px;
    display:block;
    background-image:url(../images/bg_kontakt2_off.png);
    background-repeat:no-repeat;
}
a.bt_bestellung:hover {
    background-image:url(../images/bg_kontakt2_on.png);
    background-repeat:no-repeat;
}

a.bt_bestellung:active {
    background-image:url(../images/bg_kontakt2_on.png);
    background-repeat:no-repeat;
}

/* --------------------------------------- */
/* Link Button -  Lesung                     */
/* --------------------------------------- */
a.bt_lesung {
    width:378px;
    height:67px;
    display:block;
    background-image:url(../images/bg_lesung2_off.png);
    background-repeat:no-repeat;
}
a.bt_lesung:hover {
    background-image:url(../images/bg_lesung2_on.png);
    background-repeat:no-repeat;
}

a.bt_lesung:active {
    background-image:url(../images/bg_lesung2_on.png);
    background-repeat:no-repeat;
}
/* --------------------------------------- */
/* Button - Close*/
/* --------------------------------------- */
a.btnClose {
    width:27px;
    height:18px;
    float:right;
    display:block;
    background-image:url(../images/close_off.png);
    background-repeat:no-repeat;
}
a.btnClose:hover {
    background-image:url(../images/close_on.png);
    background-repeat:no-repeat;
}

a.btnClose:active {
    background-image:url(../images/close_on.png);
    background-repeat:no-repeat;
}

  /* Oberer Inhalt "Kontakt" mit Hintergrundbild */
#upperFrameKontakt {
    width:1024px;
    height:376px;
    background-image: url(../images/header_kontakt.jpg);
    background-repeat:no-repeat;
    
  }  
  
  .contentBestellung{
	
	position:static;
	margin:19px 602px;
	width:138px;
	height:68px;
	/*padding:12px 6px;*/
	
}  

.contentLesungOn{
	position:static;
	margin:0px 64px;
	width:497px;
    height:210px;
	padding:12px 6px;
	overflow:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-image: url(../images/bg_lesung_2.png);
	background-repeat:no-repeat;
	font-family:tahoma;
	font-size: 11px;
	color: #6c6f4f;
	
} 