/* Überschriften */

.mainFrame h1 {
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
	color: #333399;
}

.mainFrame h2 {
	font-size: 10pt;
	font-weight: bolder;
	color: #333399;
}

/* Textarten */
.mainFrame .justify {
	text-align: justify;
}

.mainFrame .zitat {
	font-style: italic;
	text-align: right;
}

.mainFrame .zitatName {
	font-size: 7pt;
	text-align: right;
}

/* Bilder */
.mainFrame .zitatPic {
	margin-left: 10px;
}

/* Newsletter */
.mainFrame .newsletter {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}


/* Hauptbereich */
.mainFrame {
	border: 1px solid #FF8000;
	background-color: #EEEEEE;
	padding: 10px;
	width: 568px;
}

.mainFrame .inner {
	min-height: 380px; 
	height: 380px;
}

div[class] .inner {
   	height:auto;
}
