
/*  Homepage - Fischbach  */

/*  ---------------------------------------------------------------------------------------------------------- */

/*   Newsbox - Definitionen  ==>  Bereich für dynamisches CMS  */
#newsbox {
	float: left;
	width: 340px;
	height: 272px;
	margin-top: 12px;
    margin-left: 0px;
	background-image: url(img/bg_newsbox.jpg);
    background-repeat: no-repeat;
    background-position: top;
}

.news {
	margin: 58px 9px 12px 84px;
	border: 0px solid #f00;
}

.news h1 {
	color: #fff;
	line-height: 13px;
	padding: 32px 0px 0px 2px;
}

.news h3 {
	padding: 6px 0px 0px 2px;
	color: #fff;
}

.news h3 a {
	color: #4c4c4a;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}
	
.news h3 a:hover {
	text-decoration: underline;
}

.news p {
	padding: 2px 0px 0px 2px;
	color: #fff;
	line-height: 13px;
}

.news a {
	color: #4c4c4a;
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 13px;
	font-weight: bold;
}
	
.news a:hover {
	text-decoration: underline;
}
	

/*   Flashbox - Definitionen   */
#flashbox {
	margin: 31px 0px 0px 340px;
	height: 272px;
	border: 0px solid #0ff;
	position: absolute;
}

/*   Auswahl - Definitionen   */
#auswahl {
	float: left;
	width: 1000px;
	height: 224px;
	background-color: #2c2c2c;
	margin-top: 6px;
	border: 0px solid #0ff;
}