@charset "utf-8";
/* CSS Document */

// Content mit dynamischer Höhe je nach Inhalt 


body {
    height: auto;
}
html {
    height:auto;
}

#outerContainer {
	height: auto;
	min-height:588px;
}

#contentContainer {
	height: auto;
}

#contentContainer #content {
	height: auto;
	/*overflow: scroll;*/
	min-height:418px;
}


//  wie scroll_oH_hoch.css


#contentContainer #content {
    
	padding-top:5px;
    
}

/*#contentContainer #content {
    width:600px; 680   
    padding-left:30px;
	padding-right:110px;
	padding-top:0px;
    margin:0;
	height:538px;
	overflow: hidden;*/
}

#contenthead {
	width:740px;
	height:0px; /*80*/
	padding:0px;
    margin:0;
	overflow:hidden;
	background-color:#FDFCF4; 
	/*background-color:#fefdf9;*/
	padding-top:0px;
	margin-bottom:19px;
}

// zusätzlich für Content mit dynamischer Höhe je nach Inhalt 


body {
    height: auto;
}

#outerContainer {
	height: auto;
	min-height:588px;
}
#contentContainer #content {
	height: auto;
	/*overflow: scroll;*/
	min-height:700px;
}
#contentContainer #navigation {
	/*min-height:437px;*/
	height: auto;
	
}

.mf_garamond {
font-family: 'EB Garamond', serif;
font-size:21px;
}
.mf_garamond_subh {
font-family: 'EB Garamond', serif;
font-size:17px;
}