/*	Beginn der Definitionen für allgemeine Elemente	*/
body, td, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #225173;
}

/*	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: #225173;
}

a:hover, a:active
{
	color: #448FC8;
	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.jpg);
	background-repeat: no-repeat;
}

.CenterCell
{
	padding: 10px;
}

.RightCell
{
	background-image: url(../Img/right_bg.gif);
	background-repeat: repeat-y;
	padding-left: 6px;
}

.RightCell td
{
	color: #2D6A97;
}

.BottomCell td
{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

.EbsolutPowered a:link, .EbsolutPowered a:hover, .EbsolutPowered a:active, .EbsolutPowered a:visited
{
	color: #FFFFFF;
}

/*	Ende der Definitionen einzelner Zellen	*/


/*	Beginn der sonstigen Definitionen */

.smallBorder
{
	border: #3b619c 1px solid;
}

.TopMenu
{
	font-size: 11px;
	font-weight: bold;
	color: #2D6A97;
	padding-left: 7px;
}

.TopMenu a:link, .TopMenu a:visited
{
	color: #2D6A97;
}

.TopMenu a:hover, .TopMenu a:active
{
	color: #448FC8;
}

/*	Ende der sonstigen Definitionen	*/

/*	--> Styles für die Panelbar in der Datei "Panelbar.css" definieren	<-- */


.MenuItem, .SelectedItem
{
	border-right: 1px solid white;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #336A93;
	background-color: #94BFDF;
	cursor: hand;
}

.MenuGroup
{
	
}
