/*----------------------------------------------------------------------------
  styles for the start page
----------------------------------------------------------------------------*/

div.tiles {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
}

div.tile {
	width: 378px;
	min-height: 80px;
	float: left;
	padding: 0px 5px 0px 90px;
	margin:2px;
	background-repeat: no-repeat;
}
/* mac hide \*/
* html div.tile{height:80px;}
/* end hide */

div.tiles a {
	color: black;
	text-decoration: none;
}


div.tile h2 {
	font-size: 16px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
div.tile p {
	font-size: 11px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

div.tile:hover {
	background-color: #e0e0e0;
}


div.tile_idee {
	background-image: url(stock/hammock_greyscale.jpg);
}
div.tile_idee:hover {
	background-image: url(stock/hammock.jpg);
}

div.tile_planung {
	background-image: url(stock/planning_greyscale.jpg);
}
div.tile_planung:hover {
	background-image: url(stock/planning.jpg);
}

div.tile_transport {
	background-image: url(stock/planesilhouette_greyscale.jpg);
}
div.tile_transport:hover {
	background-image: url(stock/planesilhouette.jpg);
}

div.tile_ausruestung {
	background-image: url(stock/equipment_greyscale.jpg);
}
div.tile_ausruestung:hover {
	background-image: url(stock/equipment.jpg);
}

div.tile_unterwegs {
	background-image: url(stock/tajmahal_greyscale.jpg);
}
div.tile_unterwegs:hover {
	background-image: url(stock/tajmahal.jpg);
}

div.tile_rueckkehr {
	background-image: url(stock/businessman_greyscale.jpg);
}
div.tile_rueckkehr:hover {
	background-image: url(stock/businessman.jpg);
}

