

/* ++++++++++++++++++++ MAIN-Content +++++++++++++++++++++++++++ */
/* float: right entfernen; sonst klappt's mit dem I.E.5.0 nicht. */
#main-content {
	width: 645px;
	/*\*/
	float: left; /*Hack for IE5 - verstecken*/
	/**/
	margin-left: 0px;
	margin-right: 0px;
	background-color: #e8ecec;
	background-image: url(../images/startimage_bg_low.jpg);
	background-repeat: no-repeat;
}

#main-headline-container { /* Überschrift Container */
	float: left;
	width: 645px;
	height: 105px;
}

#headline0 {  /* Überschrift normale Seiten */
	text-indent: 50px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing:0.1em;
	position: relative;
	top: 28px;
}

#headline1 {  /* Kurse Überschrift 1 */
	text-indent: 50px;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing:0.1em;
	position: relative;
	top: 18px;
}

#headline2 {  /* Kurse Überschrift 2 - feed  */
	text-indent: 25px;
	font-size: 0.8em;
	position: relative;
	top: 35px;
}

.main-infield { /* Infield-Content */
	float: left;
	width: 645px;
	margin-top: 10px;
}

.main-infield p {
	margin-left: 10px;
	margin-right: 10px;
}



#footer { /* footer-text */
	float: right;
	width: 645px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0px dotted;
}

/* ++++++++++++++++++++ END MAIN-Content +++++++++++++++++++++++++++ */


