/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	
	font-family: arial, helvetica;
	color: #D7D78A;
	font-size: 10pt;
	
	background-image: url("tlo3.jpg");
	background-repeat: repeat-x;
	background-position: top;
}


/* rodzaje czcionek */
a {
color: #D7D78A;
text-decoration: none;
}

a:hover {
color: #C9C961;
text-decoration: underline;
}




/* rodzaje czcionek */
.tekst_gl   {
       font-family: Tahoma,Verdana,Arial,sans-serif; 
       font-weight: bolder;
       color: #273447;
       font-size: 10pt;
}

.tekst_norm   {
	   font-family: Tahoma,Verdana,Arial,sans-serif;
       color: #273447;
       font-size: 8pt;
}

.tekst_caps  {
   	  font-family: Tahoma,Verdana,Arial,sans-serif; 
   	  font-variant: small-caps;
	  font-weight: bolder;
   	  color: #273447;
      font-size: 10pt;
}

.tekst_stopka  {
   	  font-family: Tahoma,Verdana,Arial,sans-serif; 
 	  color: #273447;
      font-size: 8pt;
}

.tekst_head_scroll_down_up_1	{
   	  font-family: arial, helvetica; 
	  font-weight: bolder;
   	  color: #D7D78A;
      font-size: 12pt;
	  font-style: italic;
	  line-height: 1.5;
}

.tekst_head_scroll_down_up_2	{
   	  font-family: arial, helvetica; 
   	  color: #D7D78A;
      font-size: 10pt;
	  line-height: 1.5;
}

.tekst_head_scroll_down_up_3	{
   	  font-family: arial, helvetica; 
   	  color: #D7D78A;
      font-size: 10pt;
	  font-style: italic;
	  line-height: 1.5;
}


/* pola tekstowa i przyciski */

INPUT, SELECT, TEXTAREA  {
         font-family: Tahoma,Verdana,Arial,sans-serif;
         border:1px;
         background-color: #863345;
         font-size: 12px;
         color: #D7D78A;
         border-style: inset;
         border-color: #660000;
		 
		 overflow-x: hidden; 
		 overflow-y: hidden;
}

.submit {
         font-family: Tahoma,Verdana,Arial,sans-serif;
         border:1px;
         background-color: #660000;
         font-size: 10px;
         font-weight: bold;
         color: #FFF0F0;
         border-style: inset;
         border-color: #660000;
}


#hintbox{border:10px solid #681927;background:#681927;width:400px;}
