/*	Beginn der Definitionen für Elemente	*/
body, td, textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
}

body
{
	background-image: url(../../Images/Website/background.jpg);
}
/*	Ende der Definitionen für Hyperlinks	*/


/*	Beginn der Definitionen für Hyperlinks	*/
a:link, a:visited
{
	text-decoration: none;
	color: Black;
}

a:hover, a:active
{
	text-decoration: none;
	color: #999999;
}
/*	Ende der Definitionen für Hyperlinks	*/


/*	Beginn der Textklassen	*/
.textSmall
{
	font-size: 10px;
}
.textNormal, .RadEditor, .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;
}
/*	Ende der Textklassen	*/

/*	Beginn der sonstigen Definitionen */

.smallBorder
{
	border: #3b619c 1px solid;
}


.ContentTable
{
	border: 1px solid #000000;
}

.ContentTable th
{
	font-weight: bold;
	background-image: url(../../Images/ContentTableBackgroundHeader.gif);
	color: #666666;
	text-indent: 4px;
	text-align: left;
	font-size: 11px;
}
.ContentTable td
{
	color: #3B619C;
	font-size: 11px;
	padding: 8px;
}

.TopCell
{
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
}

.LeftCell
{
	border-left: #999999 1px solid;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	background-image: url(../../Images/Panelbar/bg_panelbar_kw.gif)
}

.RightCell
{
	border-right: #999999 1px solid;
	border-left: #999999 1px solid;
	border-top: #999999 1px solid;
}

/*.LeftCell .Item
{
	border-left: #003366 1px solid;
	border-right: #003366 1px solid;
	background-image: url(../../Images/Panelbar/bg_panelbar.gif);
}*/

.CenterCell
{
	background-image: url(../../Images/Website/center_back.gif);
	padding: 8px;
	border-top: #999999 1px solid;
	border-right: #999999 1px solid;
}

.BottomCell
{
	border: #999999 1px solid;
	background-image: url(../../Images/Website/Bottom_Fade.jpg);
	background-repeat: repeat-x;
}

.BottomCell td
{
	color: #003366;
	font-size: 11px;
	padding-left: 2px;
	padding-right: 2px;
}

.ProductItemTitle
{
	font-weight: bold;
}

.PreisListeBig
{
	font-size: 20px;
}

/*	Ende der sonstigen Definitionen	*/

/*	Beginn der Panelbar Definitionen	*/


/*	Ende der Panelbar Definitionen	*/