/* --------------------------------------- */
/* Menu Link Button - Kinderstiftungsfond   */
/* --------------------------------------- */
a.btn3 {
    width:136px;
    height:46px;
    display:block;
    background-image:url(../images/kinderstiftungsfond.jpg);
    background-repeat:no-repeat;
}
a.btn3:hover {
    background-image:url(../images/kinderstiftungsfond.jpg);
    background-repeat:no-repeat;
}

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

/* Oberer Inhalt "Kinderstiftungsfond" mit Hintergrundbild */
#upperFrameKiStiFo {
    
    width:1024px;
    height:376px;
    /* horizontales Zentrieren */
    /*margin-left:auto;
    margin-right:auto;*/
    background-image: url(../images/header_kistifo.jpg);
    background-repeat:no-repeat;
    /*padding-top:46px;*/
    /*border: solid 1px #e72f3b;*/
  }  
  
  
  
  .content{
	position:static;
	margin:15px 380px;
	width:538px;
	height:206px;
	padding:12px 20px;
	overflow:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-image: url(../images/bg_orange.jpg);
	background-repeat:no-repeat;
	font-family:tahoma;
	font-size: 11px;
	color: #6c6f4f;
	/*Direction: rtl; */ 
}