/* Box Rechts Start */
#startseite_box_rechts { 
	position: relative;
	left: 760px;
	top: -307px;
	width: 184px;
	height: 426px;
	background-image: url(../images/startseite_rechteleiste.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
}

#startseite_box_rechts  p { 
	display: inline;
	margin: 0;
	padding: 0;
}

#startseite_box_rechts h4 { 
	line-height: 22px;
	color: #FFF;
	display: inline;
	padding-left: 5px;
	font-size: 14px;
}

/* Box Rechts, News Start -->*/
/* the news box */
#news { 
	position: relative;
	width: 155px;
	top: 15px;
	left: 9px;
}

#news a { 
	color: #999999;
	font-size: 11px;
}

#news a:hover { 
	text-decoration: none;
	color: #ee7f01;
}

#news ul { 
	margin: 0 .5em 0 1em;
	padding: 0;
}

#news li { 
	line-height: 1.3em;
	list-style: none;
	padding: 3px 0 3px 5px;
	border-bottom: 1px dotted #D8D8D8;
}

/* the news box when JavaScript is available */
#news.hasJS { 
	height: 190px;
	overflow: hidden;
	position: relative;
}

/* The nested UL when JavaScript is available */
#news.hasJS ul { 
	position: absolute;
	top: 120px;
	left: 0;
	margin: 0 .5em 0 .5em;
	padding: 0;
}

#DOMnewsstopper a { 
	color: #000;
}

/* <-- Box Rechts, News Ende */

/* Box Rechts Ende */

/* Kundenlogos */
#kundenlogos { 
	position: absolute;
	width: 490px;
	height: 122px;
	top: 490px;
	left: 0px;
}

/* Startbox */
#startbox { 
	background: url(../images/startbox_hg.jpg) no-repeat top left;
	width: 456px;
	height: 280px;
	padding: 25px 25px 0 10px;
}

#startbox p { 
	color: #777;
}

#navigation_startseitenbox { 
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	margin-left: 18px;
}

#startbox a { 
	color: #FFF;
	margin: 0 5px 0 5px;
	font-weight: bold;
	background: none;
}

#startbox a:hover { 
	color: #f08100;
	background: none;
}

#startbox img:hover,
#startbox a img:hover { 
	background: none;
}

/* Flash-Galerie */
#startseite_galerie { 
	float: left;
	position: absolute;
	left: 510px;
	top: 170px;
}

