/* ************* special class styles for index.html *************** */
h1 { padding-bottom: 1em; }
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: 2em; }





/* .offerList wraps the two column part */

/* .col is class for both columns */
div.offerList .col
{
	width: 220px;
}

/* .leftCol is class for left column */
div.offerList .col.leftCol
{ float: left; overflow: hidden; }

/* .rightCol is class for right column */
div.offerList .col.rightCol
{
	margin-left: 230px;
	width: 200px;
}

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

