/*
////////////////////////////////////////////////////////////////
//
// design.css Stylesheet fuer die Inhaltsseiten
//
// erstellt durch Rdf Rgt 6, www.rdfrgt6.ch
// erstellt mit Weblication® Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/

/*Ausrichtung und Hintergrundfarbe*/
body                {background-color:#FFFFFF; margin:0px;}
table               {margin:0px;}

/*standard Textformatierungen*/
body, td, p         {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

/*Links*/
a                   {font-family:arial, helvetica, sans-serif; color:#000000;}
a:hover             {font-family:arial, helvetica, sans-serif; color:#00000;}

/*Falls Links nicht unterstrichen angezeigt werden sollen*/
.textDecorationNone {
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;




}

/*Eingabefelder*/
.input              {font-size:11px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000;}

/*Horizontale Linien*/
hr                  {color:#000000; height:1px; border:1px solid}

/*Kleiner Text*/
.subText           {font-size:10px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000;}
.subTextBold       {font-size:10px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#000000;}
.subTextInvert     {font-size:10px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#FFFFFF;}
.subTextBoldInvert {font-size:10px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#FFFFFF;}

/*Normaler Text*/
.text              {
	font-size:10pt;
	font-family:arial, helvetica, sans-serif;
	font-weight:normal;
	color:#000000;
	font-style: normal;
	text-align: justify;

}
.textBold          {font-size:12px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#000000;}
.textInvert        {font-size:12px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#FFFFFF;}
.textBoldInvert    {font-size:12px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#FFFFFF;}

/*Ueberschrift*/
.subHead           {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000;}
.subHeadBold       {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#000000;}
.subHeadInvert     {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#FFFFFF;}
.subHeadBoldInvert {font-size:14px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#FFFFFF;}

/*Hauptueberschrift*/
.head              {font-size:16px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#000000;}
.headBold          {font-size:16px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#000000;}
.headInvert        {font-size:16px; font-family:arial, helvetica, sans-serif; font-weight:normal; color:#FFFFFF;}
.headBoldInvert    {font-size:16px; font-family:arial, helvetica, sans-serif; font-weight:bold;   color:#FFFFFF;}

/*Tabellenformatierung Standard*/
.rowHeadlineStandard {background-color:#FFFFFF}
.rowHeadlineShop     {background-color:#E0E0E0}
.rowHeadlineNews     {background-color:#FFFFFF}
