/* Allgemein */

body
{
	background-color: FFFFFF;
}


		 
/* Textformatierung Links */

a:link, a:visited, a:hover, a:active
{
	color: #FB8809;
	text-decoration:underline;	
}



/* Textformatierung Content */

.content, .zitat, .bold, .subhl, .teaser, .tour
{
	font-family: Arial, Helvetica, sans-serif;
}

.tour
{
	font-size: 12px;
	color: #FF9C29;
	line-height: 16px;
	font-weight: bold;
}

.content
{
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}


.zitat
{
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	font-style: italic;
	font-weight: bold;

}


.teaser
{
	font-size: 12px;
	color: #666666;
	line-height: 16px;
}

.bold
{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.subhl
{
	font-size: 13px;
	font-weight: bold;
	/*color: #888888;*/
	color: #000000;
}

.point
{
	color: #FB8809;
}






/* Forumlarformatierung */

.form_normal
{
	font-size: 10px;
	color: #000000;
	width: 200px;
}
