/*
////////////////////////////////////////////////////////////////
//
// design.css Stylesheet fuer die Inhaltsseiten
//
// erstellt durch 3iMedia GmbH & Co. KG, www.3imedia.de
//
////////////////////////////////////////////////////////////////
*/


/*Ausrichtung und Hintergrundfarbe*/
body                {
	background-color: White;
	margin:0px;
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}/*Standard Textformatierung*/

/*standard Textformatierungen*/
td, p, div, span {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	color: #2B1374;
}

/*Links*/
a                   {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	color: Red;
}
a:hover             {
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	color: Red;
}

/*Falls Links nicht unterstrichen angezeigt werden sollen*/
.textDecorationNone {text-decoration:none;font-weight:normal;}


/*Horizontale Linien*/
hr {background-color:C0C0C0;color:C0C0C0;height:1px;border-style:none;margin-right:12px;}

/*################################ Ueberschriften ################################*/

h1 {margin:0px;padding:0px;font-size:15px; font-family:verdana, arial, sans-serif; font-weight:bold; color:#000000;}
h2 {margin:0px;padding:0px;font-size:14px; font-family:verdana, arial, sans-serif; font-weight:bold; color:#000000;}
h3 {margin:0px;padding:0px;font-size:13px; font-family:verdana, arial, sans-serif; font-weight:bold; color:#000000;}
h4 {margin:0px;padding:0px;font-size:11px; font-family:verdana, arial, sans-serif; font-weight:bold; color:#000000;}
h5 {margin:0px;padding:0px;font-size:9px; font-family:verdana, arial, sans-serif; font-weight:bold; color:#000000;}
h6 {margin:0px;padding:0px;font-size:7px;  font-family:verdana, arial, sans-serif; font-weight:bold; color:#000000;}

/*################################ Texte ################################*/

.text                {
	font-size:11px;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	color: #2B1374;
}/*Text*/
.textBold            {
	font-size:11px;
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	color: #2B1374;
}/*Text fett*/
.textInvert          {font-size:11px; font-family:verdana, arial, sans-serif; font-weight:normal; color:#ffffff;}/*Text negativ*/
.textBoldInvert      {font-size:11px; font-family:verdana, arial, sans-serif; font-weight:bold;   color:#FFFFFF;}/*Text fett negativ*/

.textSmall           {
	font-size:9px;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	color: #2B1374;
}/*Kleiner Text*/
.textSmallBold       {
	font-size:9px;
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	color: #2B1374;
}/*Kleiner Text fett*/
.textSmallInvert     {font-size:9px; font-family:verdana, arial, sans-serif; font-weight:normal; color:#FFFFFF;}/*Kleiner Text negativ*/
.textSmallBoldInvert {font-size:9px; font-family:verdana, arial, sans-serif; font-weight:bold;   color:#FFFFFF;}/*Kleiner Text fett negativ*/

.textLarge           {
	font-size:13px;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	color: #2B1374;
}/*Gro&szlig;er Text*/
.textLargeBold       {
	font-size:13px;
	font-family:verdana, arial, sans-serif;
	font-weight:bold;
	color: #2B1374;
}/*Gro&szlig;er Text fett*/
.textLargeInvert     {font-size:13px; font-family:verdana, arial, sans-serif; font-weight:normal; color:#FFFFFF;}/*Gro&szlig;er Text negativ*/
.textLargeBoldInvert {font-size:13px; font-family:verdana, arial, sans-serif; font-weight:bold;   color:#FFFFFF;}/*Gro&szlig;er Text fett negativ*/


