/*Tabellenformatierung Standard*/

div             {margin:0px;padding:0px;border-color:#FF0000;border-width:1px;border-style:none;}
p               {margin:0px;padding:0px;border-color:#FFFFFF;border-width:0px;border-style:dotted;}
form            {margin:0px;padding:0px;}

/*Ausrichtung und Hintergrundfarbe*/
body                {
	background-color:  #FEF5D4;
	margin:0px;
	scrollbar-track-color: #FEF5D4;
scrollbar-arrow-color: #DAC070;
scrollbar-face-color: #FDE9B2;
scrollbar-shadow-color: #DAC070;
scrollbar-darkshadow-color: #DAC070;
scrollbar-highlight-color: #FEF5D4;
scrollbar-3dlight-color: #FEDC82;
}

table               {
	margin:0px;
	border : none;
}
h1        {
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#000000;
	margin : 0px;
}
h2        {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #B39B5B;
	margin : 0px;
}

/*standard Textformatierungen*/
body, td, p         {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#000000;
}

/*Links*/
a                   {font-family:"Times New Roman", Times, serif; color:#000000;}
a:hover             {font-family:"Times New Roman", Times, serif; color:#000000;}

/*Falls Links nicht unterstrichen angezeigt werden sollen*/
.textDecorationNone {text-decoration:none;}
.textnoDeco              {font-size:14px; font-family:"Times New Roman", Times, serif; font-weight:normal; color:#003399;text-decoration:none;}
.textnoDecop              {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#003399;
	text-decoration:none;
	padding-right : 6px; padding-left: 6px;
}
.textnoDeco2              {font-size:16px; font-family:"Times New Roman", Times, serif; font-weight:bold; color:#003399;text-decoration:none;}
.textnoDeco3              {font-size:14px; font-family:"Times New Roman", Times, serif; font-weight:bold; color:#FFFFCC;text-decoration:none;}
.textnodecB {font-weight:bold;text-decoration:none;color:#FFFFCC;}

/*Eingabefelder*/
.input              {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	color:#000000;
	background:#D8D8D8;
	border: 1px solid #000000;
}

/*Horizontale Linien*/
hr                  {color:#B39B5B; height:1px; border:1px solid}

/*Kleiner Text*/
.miniText           {font-size:8px; font-family:"Times New Roman", Times, serif; font-weight:normal; color:#000000;}
.subText           {font-size:14px; font-family:"Times New Roman", Times, serif; font-weight:normal; color:#000000;}
.subTextBold       {font-size:14px; font-family:"Times New Roman", Times, serif; font-weight:bold;   color:#000000;}
.subTextInvert     {font-size:14px; font-family:"Times New Roman", Times, serif; font-weight:normal; color:#DFFFD7;}
.subTextBoldInvert {
	font-size: 10px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#DFFFD7;
}

/*Normaler Text*/
.text              {font-size:15px; font-family:"Times New Roman", Times, serif; font-weight:normal; color:#000000;}
.text2              {font-size:15px; font-family:"Times New Roman", Times, serif; font-weight:normal; color:#B39B5B;}
.textBold          {font-size:15px; font-family:"Times New Roman", Times, serif; font-weight:bold;   color:#000000;}
.textBold2          {font-size:11px; font-family:"Times New Roman", Times, serif; font-weight:bold; color:#000000;}
.textInvert        {font-size:15px; font-family:"Times New Roman", Times, serif; font-weight:normal; color:#DFFFD7;}
.textBoldInvert    {font-size:15px; font-family:"Times New Roman", Times, serif; font-weight:bold;   color:#DFFFD7;}

/*Hauptueberschrift*/
.head              {font-size:16px; font-family:"Times New Roman", Times, serif; font-weight:normal; color:#000000;}
.headBold          {font-size:16px; font-family:"Times New Roman", Times, serif; font-weight:bold;  color:#000000;}
.headInvert        {font-size:16px; font-family:"Times New Roman", Times, serif; font-weight:normal; color:#000000;}
.headBoldInvert    {font-size:16px; font-family:"Times New Roman", Times, serif; font-weight:bold;  color:#000000;}

/*Tabellenformatierung Standard*/
.rowHeadlineStandard {background-color:#FEF5D4}
.rowHeadlineShop     {background-color:#FEF5D4}
.rowHeadlineNews     {background-color:#FEF5D4}

