/*	Beginn der Definitionen für allgemeine Elemente	*/
body, td, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/*	Definieren der Hintergrundgrafik */
body
{
	background-image: url(../../Images/Website/back.gif);
	background-repeat: repeat;
}

/*	Ende der Definitionen für allgemeine Elemente	*/


/*	Beginn der Definitionen für Hyperlinks	*/
a
{
	text-decoration: none;
}
/*	Ende der Definitionen für Hyperlinks	*/


/*	Beginn der Textklassen	*/
.textSmall
{
	font-size: 10px;
}

.textNormal, .RadEditor, .RadEditor p, .RadEditor td
{
	font-size: 11px;
	color: #FFFFFF;
}

.textNormalBlack
{
	font-size: 11px;
	color: #000000;
}

.textNormalBlue
{
	color: midnightblue;	
	font-size: 11px;
}

.textNormalRight
{
	color: midnightblue;
	font-size: 11px;
	text-align:right;
}

.textBig
{
	font-size: 14px;
	color: #FFFFFF;
}

.textSmallBold
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.textNormalBold
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.textBigBold
{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

H1
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

H2
{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

H3
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/*	Ende der Textklassen	*/


/*	Beginn der Definitionen einzelner Zellen	*/

.CenterCell
{
	color: #FFFFFF;
	padding: 12px;
}

.CenterCell a:link, .CenterCell a:visited
{
	color: #EEEEEE;
}

.CenterCell a:hover, .CenterCell a:active
{
	color: #D6D6D6;
}

/*	Ende der Definitionen einzelner Zellen	*/


/*	Beginn der sonstigen Definitionen */

.smallBorder
{
	border: #E9E9E9 1px solid;
}

.HeaderAddress
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	padding-left: 30px;
}

.EbsolutPowered a:link, .EbsolutPowered a:hover, .EbsolutPowered a:active, .EbsolutPowered a:visited
{
	font-size: 10px;
	color: #5C5E60;
}

/*	Ende der sonstigen Definitionen	*/

/*	--> Styles für die Panelbar in der Datei "Panelbar.css" definieren	<-- */