/* CSS Document */

body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background-image:url(../tmpl_img/index_20.jpg);
	font-weight:normal;
	margin: 0px;
}

a
{
	text-decoration:none;
	color: #ffffff;
}

a:hover
{
	text-decoration:underline;
	color: #ffffff;
}

.content	
{
	font-size: 14px;
	color: #ffffff;
}
	
.artikel	
{
	font-size: 13px;
	color: #ffffff;
}

.headline
{
	font-size: 18px;
	color: #E6652B;
	font-weight:bold;
}

.news_headline
{
	font-size: 18px;
	font-weight:bold;
}

.news_content
{
	font-size: 14px;
}

.news_datum
{
	color: #E6652B;
	font-weight:bold;
	font-size: 14px;
}

.news_link
{
	color: #ffffff;
	font-weight:bold;
	font-size: 14px;
}

.news_trenner
{
	border-bottom: 1px dashed #E6652B;
}

.news_bild
{
	border: 3px solid #2A160D;
}

.footer
{
	color: #E6652B;
	font-size: 12px;
}

.footer a
{
	color: #E6652B;
	font-size: 12px;
	text-decoration:none;
}

.footer a:hover
{
	color: #ffffff;
	font-size: 12px;
	text-decoration:underline;
}


