div.adverts {
	width: 172px;
	padding: 0px 1px 0px 1px;
	border: 1px solid #D3FF5E;
	margin: 0px;
	height: auto;
	font-size: 0,3em;
}
div.runde_ecken {
	position : relative; left:-1px; top: -1px;
	height : 20px;
	padding : 0px;
	border : 0px;
	margin : 0px;
}

.rechs_oben {
	background:url(/templates/Peppermint/images/rbg/tl.gif) top right no-repeat; width: 80px; 
}

.links_oben {
	background : url(/templates/Peppermint/images/rbg/nt-green.gif) top left repeat; width: 70px;
}

.rechs_unten {
	background : url(/templates/Peppermint/images/rbg/bottom-right-green.gif) bottom right no-repeat;
}

.links_unten {
	background : url(/templates/Peppermint/images/rbg/nt-green.gif) bottom left no-repeat;
}

.sponsor {
	margin : 0;
	padding : 3px 3px;
}

div.adv {
	position : relative; top: 3px; left: 1px;
	width: 160px;
	padding: 4px;
	border: 1px solid #D3FF5E;
	/* border-right: 0px;*/
	/*border-top: 0px;*/
		border-radius: 10px;		/* CSS3 (W3C) */
		-moz-border-radius: 10px;	/* Moz, Firefox, SeaMonky */
		-webkit-border-radius: 10px;	/* Gogle-Crome, Safari */
		-o-border-radius: 10px;		/* Opera-10.5+ */
		-khtml-border-radius: 10px;	/* Konqueror */
	box-shadow:10px 10px 20px #000;
	-moz-box-shadow:10px 10px 20px #000;
	-webkit-box-shadow:10px 10px 20px #000;

			/* IE 6-8 Hack */
			background-color:#797979;
			z-index: 2;
			behavior: url('ie-css3.htc');
	margin : 0px
	height: 600px;
	font-size: 11px;
}
#link-text {					/* Definition für den Text zwischen den Links */
	text-align : left;
	color : #F1F7DE;
	text-decoration : none;
	font-size : 1,0em;
}
a.adv:link {					/* Definition für oberen Link (Überschrift) */
	color : #AFDE2C; 
	text-decoration : underline;
	font-weight : bold;
}
a.adv_1:link {					/* Definition für unteren Link (Überschrift) */
	color : #AFDE2C; 
	text-decoration : underline;
	font-size : 0,9em;
}