/*	Beginn der Definitionen für allgemeine Elemente	*/
body, td, textarea
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

/*	Definieren der Hintergrundgrafik */
body
{
	background-image: url(../Img/back.gif);
	background-repeat: repeat;
}

/*	Ende der Definitionen für allgemeine Elemente	*/


/*	Beginn der Definitionen für Hyperlinks	*/

a:link {
	text-decoration: none;
	color: #0066CC;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	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/index_r1_c1.jpg);
	background-repeat: no-repeat;
}

.BottomCell
{
	background-image: url(../Img/index_r8_c1.jpg);
	background-repeat: no-repeat;
}

/*.LeftCell
{
	border-left: #003366 1px solid;
}

.RightCell
{
	border-right: #003366 1px solid;
}*/

.CenterCell
{
	padding: 15px;
}

/*.BottomCell
{
	border-left: #003366 1px solid;
	border-right: #003366 1px solid;
	border-bottom: #003366 1px solid;
}

.BottomCell td
{
	color: #003366;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}*/

/*	Ende der Definitionen einzelner Zellen	*/


/*	Beginn der sonstigen Definitionen */

.smallBorder
{
	border: #3b619c 1px solid;
}

.MainTable
{
	border-top: 1px solid #6F7B9E;
	border-right: 1px solid #6F7B9E;
}

.fussZeile
{
	padding-left: 4px;
	padding-right: 4px;
	font-size:9px;
	color:#FFFFFF;
}
.fussZeile a:link {
	color: #FFFFFF;
}
.fussZeile a:visited {
	color: #FFFFFF;
}
.fussZeile a:hover {
	color: #FFFF00;
}
.fussZeile a:active {
	color: #FFFFFF;
}

/*	Ende der sonstigen Definitionen	*/

/*	--> Styles für die Panelbar in der Datei "Panelbar.css" definieren	<-- */
