/*	Beginn der Definitionen für allgemeine Elemente	*/
body, td, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #656565;
}

/*	Definieren der Hintergrundgrafik
body
{
	background-image: url(../../Images/Website/Background.gif);
	background-repeat: repeat;
} */

/*	Ende der Definitionen für allgemeine Elemente	*/


/*	Beginn der Definitionen für Hyperlinks	*/
a:link, a:visited
{
	text-decoration: none;
	color: #656565;
}

a:hover, a:active
{
	color: #8D8D8D;
	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;
}

.textNormalBlue
{
	color: midnightblue;	
	font-size: 11px;
}

.textNormalRight
{
	color: midnightblue;
	font-size: 11px;
	text-align:right;
}

.textBig
{
	font-size: 14px;
}

.textSmallBold
{
	font-size: 10px;
	font-weight: bold;
}

.textNormalBold
{
	font-size: 11px;
	font-weight: bold;
}

.textBigBold
{
	font-size: 12px;
	font-weight: bold;
}

H1
{
	font-size: 18px;
	font-weight: bold;
}

H2
{
	font-size: 16px;
	font-weight: bold;
}

H3
{
	font-size: 14px;
	font-weight: bold;
}

/*	Ende der Textklassen	*/


/*	Beginn der Definitionen einzelner Zellen	*/

.TopCell
{
	background-image: url(../Img/header_bg.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #C1C1C1;
}

.CenterCell
{
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.RightCell
{
	background-image: url(../Img/right_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
	border-left: 1px solid #C1C1C1;
}

.RightCell td
{
	font-size: 10px;
	color: #757575;
}

.LeftCell
{
	padding-top: 30px;
	background-color: #EEEEEE;
	border-right: 1px solid #C1C1C1;
}

.BottomCell
{
	font-size: 11px;
	background-color: #F8F8F8;
	border-top: 1px solid #C1C1C1;
}

/*	Ende der Definitionen einzelner Zellen	*/


/*	Beginn der sonstigen Definitionen */

.smallBorder
{
	border: #3b619c 1px solid;
}

.TopMenu
{
	font-size: 11px;
}

.TopMenu a:link, .TopMenu a:visited
{
	color: #656565;
}

.TopMenu a:hover, .TopMenu a:active
{
	color: #757575;
	font-weight: bold;
}

/*	Ende der sonstigen Definitionen	*/

/*	--> Styles für die Panelbar in der Datei "Panelbar.css" definieren	<-- */
