/* Grundlayout Jugendstiftung BDKJ Essen*/

/* Eigenschaften für das Hauptdokument */
body {
         height: 100%;
         width: 100%;
         text-align: center;
		 font-family : arial, sans-serif;
         }

/*Felder für die einzelnen Inhaltselemente*/
div {
         }

/*Hauptfeld für das Gesamtlayout*/
#gesamtfeld {
         width: 784px;
         margin: auto;
		 background: none;
	}

/*Feld für Menü links*/
#men-links {
	float: left;
	width: 160px;
	text-align: right;
    background-color: #FFFFFF;
    }
	 
/*Frame für Content*/
#hauptfeld-frame {
	float: left; /*SK*/
	/*margin-left: 160px; SK*/
	/*margin-right: 160px; SK*/
	width: 464px;
	background-image: url(back-center-down.gif);
	background-repeat: repeat-y;
    }

/*Feld für Content*/
#hauptfeld {
	width: 464px;
	min-height: 470px; /*SK*/
	background-image: url(back-center.gif);
	background-repeat: no-repeat;
    }

/*Feld für Content-Inhalt*/
#hauptfeld-text {
	width: 434px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: left;
    }
	
/*Feld für Link nach oben*/
#bottom-menu {
	width: 434px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	border-top: 1px solid #a03766;
	text-align: left;
    }
	
#bottom-menu-start {
	width: 434px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	text-align: left;
    }
	
/*Feld für Link nach oben*/
#bottom-innen {
	width: 434px;
	margin-top: 10px;
    text-align: left;
	vertical-align: top;
	font-family : arial, sans-serif;
	font-size : 11px;
    }
#bottom-innen-links {
	float: left;
	width: 294px;
	}
	
/*Feld für Content-Inhalt-Start*/
#hauptfeld-text-start {
	width: 464px;
	text-align: left;
    }


/*Feld für Infos rechts*/
#men-rechts {
	float: right;
	width: 160px;
    text-align: left;
    background-color: #f6ebf0;
         }

/*Feld für Infos rechts Inhalt*/
#rechts-text {
	width: 140px;
	margin-left: 10px;
	margin-right: 10px;
    text-align: left;
    background-color: #f6ebf0;
         }
         
/*Feld für Infos links Inhalt*/
#links-text {
	width: 140px;
	margin-left: 10px;
	margin-right: 10px;
    text-align: left;
    background-color: #FFFFFF;
         }		 

/*Feld für das Kopffeld*/
#kopf {
	margin-left: 160px;
	margin-right: 160px;
	width: 464px;
         }		 

/*Layout für den Kalender*/
.kalender {
	font-family : arial, sans-serif;
	margin-bottom: 10px;
	font-size: 11px;
	padding-left: 3px;
	}
	
.kalender A{
	font-weight:normal;
	}
.kalender-einzelansicht{
	font-family : arial, sans-serif;
	font-size: 11px;
	}
#calendar-event-backlink{
	font-size: 11px;
	}
	
/*Searchbox*/

.tx-macinasearchbox-pi1{
    float: right;
	width: 140px;
	text-align: right;
	vertical-align: top;
	}

/* IE CSS Hack by vbdesigns.de */
* html #men-links {
margin-right: -3px;
}
* html #men-rechts {
margin-left: -3px;
}
* html #hauptfeld-frame {
margin: 0 157px 0 157px;
display:inline-block;
}
* html #hauptfeld-text {
margin: 0 15px 0 15px;
display:inline-block;
}
* html #rechts-text {
margin: 0 10px 0 10px;
display:inline-block;
}
/* Ende IE CSS Hack by vbdesigns.de */

