

/*----------------------------------------------------------------------------*/
/* Elements															          */
/*----------------------------------------------------------------------------*/
	
.item { /* Einzelnes Angebot */
	background-color:#ffb300;
	padding-bottom:1px;
	margin:0 0 10px 15px;
}

.item h1 {
	background: url(./templates_alleziele_1/pics/generic_icon.gif) no-repeat;
	background-position:5px 3px;
	text-indent:18px;
	margin:0px;
	padding:5px;
}

.item h1.pdf { /* Eigenes Icon fuer PDFs */
	background: url(./templates_alleziele_1/pics/pdf_icon.gif) no-repeat;
	background-position:3px 2px;
}

.item p { /* Beschreibung mir Bild */
	background-color:#ffffff;
	height:115px;
	margin:1px;
}

.item p a img {
	margin:5px;
	float:right;
}

.page_navigation ul li.page_element:after
	{
	content: ""
	}

.page_navigation ul li a
	{
	margin-left: 3px;
	margin-right: 3px;
	}

#box_white h2
	{
	margin-bottom: 5px;
	margin-left: 4px;
	}
#brochures_listing
	{
	margin-bottom: 10px;
	}     