
/*
* rechte seite 
*/
#right
{
	float: left;
	width: 138px;
}

#adress
{
	width: 138px;
	height: 38px;
	color: #7a7a7a;
	font-size: 10px;
	line-height: 11px;
	margin-top: 7px;
}


#adress a
{
	color: #7a7a7a;
	font-size: 10px;
}

#pinwandTitle
{
	position: absolute;
	left: 0px;
	top: 80px;
	width:130px;
	height: 50px;
	background-color: #7aaec7;
}

#pinwandListe
{
	position: absolute;
	left: 0px;
	top: 140px;
	width: 130px;
	background-color: #7aaec7;
	color: #ffffff;
}
#pinwandListe h4
{
	margin:0px;
	margin-bottom: 0px;
	/*padding:0px;*/
	font-weight: normal;
	font-size: 9px;
}
#pinwandListe img
{
	margin-top: 6px;
}

#pinwandListe p
{
	line-height: 12px;	
}
#pinwandListe a
{
	color: #ffffff;	
}
/* Pinwand overview entries */
div.newsOverviewEntry
{
	padding: 8px;
	border: 0px;
	border-bottom: 1px dashed #d8d8d8;
	background-color: #a8b0b3;
}
div.newsOverviewEntry h4
{
	padding: 0px;
}

div.pinOverviewEntry
{
	padding: 8px;
	border: 0px;
	border-bottom: 1px dashed #d8d8d8;
}

div.pinOverviewEntry h4
{
	padding: 0px;
	padding-left: 12px;
	background-image: url(../images/bullet.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
