@charset "utf-8";
/* CSS Document */

/* Hauptelemente der Seite */


#flash {
	float:left;
	height:350px;
	position:absolute;
	left:40px;
	top:110px;
}

#topnavi {
	height:280px;
	padding-left:35px;
	padding-top:75px;
	position:absolute;
	left:830px;
	top:75px;
}

#subnavi {
	height:86px;
	background-image:url(/assets/bg_subnavi.jpg);
	background-repeat:repeat-y;
	position:absolute;
	left:0px;
	top:420px;
	width:100%;
}

#news {
	background-image:url(/assets/bg_news.jpg);
	background-repeat:repeat-y;
	height:200px;
	margin-left:0px;
	padding-left:40px;
	position:absolute;
	left:0px;
	top:520px;
}

/**
	* @css-for all Browsers
	* @note Positionierung der Terminausgabe
*/
.termine {
	margin-left:75px;
	margin-top:25px;
	width:640px;
	position:absolute;
	left:0px;
	top:690px;
}

#footer {
	margin-left:170px;
	margin-top:35px;
}

/* END Hauptelemente Startseite */



/* START Elemente Startseite */
#start_news_ticker {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26pt;
	color:#6B7988;
	letter-spacing: -1px;
	width:1000px;
	height:40px;
}

/**
	* @css-for all Browsers
	* @note Ist die Angabe fr jeden einzelnen News-Eintrag
*/
.news_einzeln {
	margin-top:0px;
	float:left;
	width:229px;
	margin-top:-45px;
}

/**
	* @css-for all Browsers
	* @note Ausgabe des Datums der News
*/
.news_time {
	font-size:7pt;
	color:#6B7988;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight:bold;
	margin-bottom:0px;
}

/**
	* @css-for all Browsers
	* @note Ausgabe der berschrift der News
*/
.news_headline {
	margin-bottom:0px;
}

/**
	* @css-for all Browsers
	* @note Ausgabe des Textes der News
*/
.news_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	line-height:15px;
	margin-top:3px;
}

/**
	* @css-for all Browsers
	* @note Ausgabe des Links der News
*/
.news_link {
	margin-top:10px;
}
/**
	* @css-for all Browsers
	* @note Der Trennungsstrich zwischen den einzelnen News-Eintrgen
*/
.news_strich {
	border-right:1px solid #BCB8AE;
	height:80px;
	float:left;
	margin-left:20px;
	margin-right:30px;
	margin-top:-35px;
	width:2px;
	font-size:2px;
}
/**
	* @css-for all Browsers
	* @note Ausgabe des Titles der Terminausgabe
*/
.termine_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26pt;
	letter-spacing: -1px;
	color:#C74E01;
	margin-bottom:20px;
}

/**
	* @css-for all Browsers
	* @note Ausgabe der Hadline der Terminausgabe
*/
.termine_headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	font-weight:bold;
}

/**
	* @css-for all Browsers
	* @note Ausgabe des Texts der Terminausgabe
*/
.termine_text	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	line-height:22px;
}
/* END Elemente Startseite */
