/* Dieses startseite.css erweitert das main_screen.css
oder ueberschreibt einige Regeln darin */

body {
	text-align: center;
	background-color: #FFFFFF;
}

#container {
	text-align: left;
	height: 850px;
	border-left: none;
	border-right: none;
	border-bottom:none;
	background-image: none;
}

/* Auf der Homepage gibt es einen Bildwechsel mit JavaScript. Hier das CSS dafür */
.slideshow { 
	height: 850px;
	width: 1020px;
	/*position:relative;*/
	left:0px;
	top:0px;
}

.slideshow img {
	border: 0px;
}

#pos_startseite {
	background-image: url(../images/logo_fam_amv.gif);
	background-repeat: no-repeat;
	background-position: 25px 10px;
	position:relative;
	left: 0px; 
	top:-850px;
	z-index: 100;
	height: 800px;
}

#left_col ul li {
	/* Für unsern Freund, den IE6 */
	height: 100%;
}

#left_col ul li a:hover, #left_col ul li ul li a:hover {
	color: #D71D00;
}

#header {
	background-image: none;
}

#header ul {
	margin-left: 0px;
}

/* Farbanpasssungen für Menu-Items oben, diese sind hier auf grauem Hintergrund */
#header ul li {
	background-color: transparent;
	float: left;
	padding: 40px 8px 10px 8px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	margin-left: -1px;
}

#header ul li a  {
	font-size: 14px;
	color: #D71D00;
	letter-spacing: 1px;
	text-decoration: none;
}

#header ul li a:hover  {
	color: #000;
}




/* Sonst ist es auf der rechten Spalte immer grau */
#right_col {
	background-image: none;
	background-color: transparent;
	margin-left: 640px;
	padding: 0px;
}

/* Vorsichtshalber steht diese Regel geschriebeb, aktuell würde sie nicht gebraucht werden */
#content {
	background-color: transparent;
}

/* News-Übersicht mit rotem transparentem Hintergrund,
dieses Modul gibt es nur auf der Startseite !!! */

#news_startseite {
	padding-top: 10px;
	margin: 180px 0px 0px 10px;
	color: #FFF;
	font-weight: bold;
}

#news_startseite ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

/* Alte Joomla Version arbeitet mit Listen */
#news_startseite ul li {
	margin-bottom: 7px;
	margin-right: 10px;
	/* border-bottom: 1px solid #FFFFFF; */
	padding-bottom: 3px;
}

/* Jommla 2.5 arbeitet mit divs und darin hat es p, das ist schade!!! */

#news_startseite p, div#news_startseite div.newsflash p {
	margin-bottom: 8px;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 6px;
}

#news_startseite h4 {
	font-size: 14px;
	line-height: 16px;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 0px;
}

#news_startseite p {
	color: #FFF;
	font-weight: bold;
	margin-bottom: 1px
}

#news_startseite a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}

#news_startseite a:hover {
	color: #000;
}

/* Für Idioten hat es hier noch einen Seperator in Form eines &nbsp; !!!! */
#news_startseite span.article_separator {
	display: none;
}

