/* ************* special class styles for index.html *************** */

h1
{
	padding-bottom: 0.5em;
}
h2
{
	font-weight: bold;
}
h3
{
	font-weight: normal;
	margin: 0 0 0.3em 0;
	padding: 0;
}

a { 	
	font-weight: normal;
	text-decoration: none;
 }
 
 a.textLink{
	padding-left: 10px;
	background: url(../img/rechts-gruen.gif) no-repeat; 
 }
 a.textLink:hover{
	background: url(../img/rechts-schwarz.gif) no-repeat; 
}


.voucher
{
	margin-bottom: 2em;
}

/* wraps the part for the presentation of offers */
div.offers { margin-top: 3em; }





/* .offerList wraps the two column part */

/* .col is class for both columns */
div.offerList .row
{
	overflow: hidden;
}

/* .leftCol is class for left column */
div.offerList .row div
{

}

/* .offer is class for div that wraps each separate offer */
.offer { 
	margin-bottom: 1em; 
	margin-right: 1em; 
	float: left;

}

.offer img
{
	width: 124px;
}

