@charset "utf-8";

/* CONTAINER */
.right_frame {
	width: 335px;
	padding: 0px;
}

.center_frame {
	width: 335px;
	padding: 0px;
}

/* NEWS BEITRÄGE */
.article_block {
	margin: 20px 0px 0px 0px; 
	padding: 0px 0px 0px 15px;
	width:650px;
	border-left: 2px solid #f15f07;
}
.article_text {
	font-family: futura-pt;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
}

.article_author {
	margin: 0px;
	font-family: futura-pt;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	font-style: italic;
}

.article-options {
	font-family: futura-pt;
	font-size: 13px;
	font-weight: 400;
	color: #808080;
	border-top: 1px solid #808080;
}

.article_block .article-options span {
	float: left;
	display: block;
	line-height: 20px;
}

.article_block .article-options .mehr-lesen {
	float: left;
	display: block;
	font-family: futura-pt;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #808080;
}

.article_block .article-options .mehr-lesen:hover {
	text-decoration: underline;
	color: #f15f07;
}

.article-headline a {
	font-family: futura-pt;
	font-size: 13px;
	font-weight: 700;
	color: #333;
}


/* ZUFÄLLIGES HÄNDLERPROFIL */

#zufaelliger-haendler {
	height: 180px;
	padding-left: 15px;
	margin: 20px 0px 0px 0px;
	border-left: 2px solid #f15f07;
}

#zufaelliger-haendler #headline {
	font-family: futura-pt;
	font-size: 14px;
	font-weight: 700;
	color: #f15f07;
	text-decoration: none;
	line-height: 20px;
	display: block;
}


/* NEUESTE HÄNDLER */
#haendler_liste {
	padding: 0px 0px 0px 5px; 
	line-height: 18px;
}

#haendler_liste a {
	font-family: futura-pt;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
}




