.inp_t{
	border: 1px solid #A60000;
	background: #fff;
	font-size: 11px;
	height: 14px;
	color: #000;
}

.inp_b{
	border: 1px solid #5d4020;
	background: #440000;
	color: #fff;
}

.inp_b_g{
	border: 1px solid #6A6A6A;
	background: #222;
	color: #fff;
}

.error{
	font-size: 12px;
	color: #871600;
}

small {
	font-family: Arial;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

a	{
	color: #fff;
	text-decoration: none;
}

a:hover	{
	color: #871600;
	text-decoration: none;
}

div.menu {
		width: 260px;
		padding: 0;
		margin: 0;
		font-family: Arial;
		color: #867058;
		text-align: left;
		margin-left: -10px;  
}
	
.menu ul {		
      padding: 0 0 5px 0; 
      margin: 0;
      list-style-type: none;
		margin-left: 10px;        
}	
	
.menu ul.red {		
		background: #440000;        
}

.menu ul.gray {		
		background: #292929;        
}
	
.menu li {
      margin: 0;
      padding: 0;
}
	
.menu a {		
		/*padding-left: 15px; */
		font-family: Trebuchet MS, Arial;
		font-size: 12px;
		color: #fff;
      display: block;  
} 
	
.menu a.active {	
		font-weight: bold;
		color: #871600;	
}

.menu .main {	
		padding: 2px 5px;
		font-family: Arial;
		font-weight: normal; 
		font-size: 18px;
		color: #fff;	
		margin-bottom: 10px;
}  
	
.menu ul.red .main {	
		background: #660000;
}  

.menu ul.gray .main {	
		background: #333333;

}    
	
.menu a {
      color: #fff;
      text-decoration: none;  
}

.menu a:hover, .menu a:active {
      color: #871600;
}

#tresc {
	line-height: 150%;
	font-family: Trebuchet MS, Arial;
}

p, span, div, li, ul, td {
	font-family: Trebuchet MS, Arial;
}

#tresc a.img{
	border-bottom: 0px;
}

	
#tresc h1{
	font-family: Arial;
	font-weight: bold;
	font-size: 36px;
	color: #7f0606;
	text-align: left;
	line-height: 40px;
}

#tresc h2{
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: left;
	padding: 5px 0;
	margin: 0;
	background: url('img/hr.gif');
   background-repeat: repeat-x;
   background-position: bottom;
}

#tresc h3{
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	text-align: left;
	padding: 0;
	margin: 0;
}

#tresc .t, #tresc p{
	font-family: Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
}

#tresc .n{
	font-family: Trebuchet MS, Arial;
	font-weight: bold;
	font-size: 16px;
	color: #871600;
	text-align: left;
}

#tresc .w{
	font-family: Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 12px;
	color: #871600;
	text-align: justify;
}

#tresc .s{
	font-family: Trebuchet MS, Arial;
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	text-align: left;
}

#tresc .pager{
	text-align: center;
	font-size: 12px;
	color: #fff;	
}

#tresc .pager a{
	text-decoration: none;
	color: #fff;
}

#tresc .pager span{
	font-size: 14px;
	font-weight: bold;
	color: #4D4D4D;
}

#tresc a{
	text-decoration: none;
	border-bottom: 0px;
	color: #fff;
}

#tresc a:hover{
	text-decoration: underline;
	color: #871600;
}

#tresc .hr{
	padding: 3px 0;
	margin: 0;
	background: url('img/hr.gif');
   background-repeat: repeat-x;
	background-position: top;
   border: none;
}

#tresc .a_l{
	text-align: left;
}

#tresc .a_r{
	text-align: right;
}

.galeria{
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.galeria  img {
	border: 1px solid #6C6C6C;
	background: #373737;
	padding: 3px;
}


div#formularz {
}

div#formularz label {
    font-weight: bold;
    font-size: 14px;
    width: 150px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    text-align: right;
}

div#formularz .short {
    font-weight: bold;
    font-size: 14px;
    width: 50px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    text-align: right;
}

div#formularz .long {
    font-weight: bold;
    font-size: 14px;
    width: 250px;
    display: block;
    float: left;
    margin-top: 3px;
    margin-right: 5px;
    text-align: right;
    color: #871600;
}

div#formularz .long small{
    font-weight: normal;
    font-size: 10px;
    color: #fff;
}

div#formularz input, div#formularz textarea, div#formularz .lista {
   border: 1px solid #620000;
	background: #4D4D4D;
	font-size: 12px;
	color: #fff;
}

div#formularz textarea {
	overflow: hidden;
}

div#formularz input.error {
    border: 2px solid red;
	 background: #840000;
}

div#formularz div.error {
    border: 1px solid #871600;
	 padding: 5px;
    color: red;
}

div#formularz div {
    margin: 10px;
}

div#formularz input.inp_b{
	border: 1px solid #5d4020;
	background: #440000;
	color: #fff;
	height: 20px;
}

div#formularz .info {
    font-weight: bold;
    font-size: 14px;
    background: #292929;
    margin: 10px;
    padding: 10px;
}