﻿/* /////////////////////////////////////////////////////////////////////////////*/
/* TEXTFORMATIERUNGS-VORLAGEN FÜR EDITOR */

.hr{
	height:3px;
	margin-top:7px;
	background-image:url(images/hr.jpg);
	background-repeat:repeat-x;
	display:block;
	float:left;
	width:100%;
	clear:both;
}

/* KLASSEN*/
.date{
	margin-bottom:0;
	font-size:9px;
	text-transform:uppercase;
	color: #005983;
}

.img_title{
	font-size:10px;
	line-height:14px;
}

/* VON ALTER WEBSITE */
.blueText
{
	color:#005983;
	font-weight:normal;
}

.blueTextbold
{
	color:#005983;
	font-weight:bold;
}

.redText
{
	color:#de5619;
}

.redTextbold
{
	color:#de5619;
	font-weight:bold;
}

.whiteText
{
	color:#FFFFFF;
}

.whiteTextbold
{
	color:#FFFFFF;
	font-weight:bold;
}




