/* DATEI: text.css			*/
/* Schriftformatierungen	*/

/* Farben fuer Links */
a:link		{ text-decoration:underline}
a:visited	{ text-decoration:none }
a:active	{ text-decoration:none }
a:hover		{ text-decoration:underline; color:#FFE10C; }

/* Fonts und Farben (allgemein) Bitte EXAKTE Font-Namen verwenden & Schreibweise beachten !!! */
div,p,table,td,tr,h1,h2,h3,h4,h5,h6,li,ol,ul,form,opxion,select,input,br,b,font,a
{ font-family:Verdana,Arial,Times New Roman,MS Sans Serif; font-size:11px}

body
{ scrollbar-face-color:#FFFFFF;scrollbar-shadow-color:#FFFFFF;scrollbar-highlight-color:#FFFFFF;scrollbar-3dlight-color:#164F1C;scrollbar-darkshadow-color:#164F1C;scrollbar-track-color:#FFFFFF;scrollbar-arrow-color:#164F1C;}

/* Schriftgroessen */
.size6  { font-size:6px; }
.size7  { font-size:7px; }
.size8  { font-size:8px; }
.size9  { font-size:9px; }
.size10 { font-size:10px;}
.size11 { font-size:11px; }
.size12 { font-size:12px; }
.size13 { font-size:13px; }
.size14 { font-size:14px; }
.size15 { font-size:15px; }
.size16 { font-size:16px; }
.brdRedDot01 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #7E080A;
	border-right-color: #7E080A;
	border-bottom-color: #7E080A;
	border-left-color: #7E080A;
}
.brdRedDot02 {
	border: 1px dotted #CC0000;

}
.button {
  font-family:  Tahoma,Verdana,Arial, Helvetica, sans-serif;
  background-color: #7E080A;
  color: #fcdc43;
  font-size: 11px;
  font-weight: bold;
  width: 80px;
}
.input {
	font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif;
	color: #0f5475;
	font-size: 11px;
	width: 150px;
	background-color: #FFF9F0;
}
.header_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
