/*	Beginn der Definitionen für allgemeine Elemente	*/
body, td, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

hr
{
	color: #ced6e8;
	height: 1px;
}

/*	Ende der Definitionen für allgemeine Elemente	*/


/*	Beginn der Definitionen für Hyperlinks	*/
a:link, a:visited
{
	text-decoration: none;
	color: #586BAC;
}

a:hover, a:active
{
	color: #7383B9;
	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	*/


.LeftCell
{
	padding-top: 2px;
}

.CenterCell
{
	padding: 10px;
}

.CenterCell td
{
	color: #003173;
}

.BottomCell td
{
	background-color: #0F2A88;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 2px solid #FFFFFF;
}

.BottomCell a:link, .BottomCell a:hover, .BottomCell a:active, .BottomCell a:visited
{
	color: #FFFFFF;
}

/*	Ende der Definitionen einzelner Zellen	*/


/*	Beginn der sonstigen Definitionen */

.smallBorder
{
	border: #3b619c 1px solid;
}

.TopLogo
{
	padding-left: 35px;
}

.TopImg
{
	padding-left: 2px;
}

.TopMenu
{
	border-top: 2px solid #FFFFFF;
	background-color: #586BAC;
}

.TopMenu a:link, .TopMenu a:visited
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.TopMenu a:hover, .TopMenu a:active
{
	font-size: 11px;
	font-weight: bold;
	color: #EFF1F8;
}

.TopSpacer
{
	border-bottom: 2px solid #FFFFFF;
	background-color: #0F2A88;
}

.TopNewsbox
{
	border: 1px solid #6D7EB6;
	background-color: #93A6D1;
	width: 100%;
	height: 147px;
}

.TopNewsbox td
{
	font-size: 10px;
	color: #0F2A88;
}

.EbsolutPowered
{
	padding-bottom: 4px;
}

.EbsolutPowered a:link, .EbsolutPowered a:hover, .EbsolutPowered a:active, .EbsolutPowered a:visited
{
	font-size: 10px;
	font-weight: bold;
	color: #EFF1F8;
}

/*	Ende der sonstigen Definitionen	*/

/*	--> Styles für die Panelbar in der Datei "Panelbar.css" definieren	<-- */