/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/

/* Edited with EditCSS */
/**** LINK-tag style sheet style.css ****/


.Filtr2vbox     { background-color: transparent }
.Filtr2hbox     { background-color: transparent }
.Filtr2tbox     { background-color: transparent }
.Filtr2Buttons  { background-color: transparent }
.Filtr2Title    { background-color: transparent }
.Filtr2Title2   { background-color: transparent }

.Filtr2Edpole   { font-weight: bold; font-size: 11px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; } 
.Filtr2Label    { font-weight: bold; text-align:right; padding-right: 3px; vertical-align:middle } 

/* ================= PORTAL 2.0 ================ */

* {    font-family: Tahoma,Verdana,Helvetica,Arial; 
       font-size:   x-small; 
       color: #6d6d6d;
  }
  
* b { font-weight: bold } 

 
A:link    { text-decoration: none; }
A:visited {text-decoration: none; }
A:active  {text-decoration: none; } 
A:hover   {text-decoration: underline } 



body { behavior: url("csshover.htc") 
	
       padding: 0;
       margin: 0;
       background-color: #188920; #cd0000; #fbfbfb;
       bbackground-image: url(images/bg.png);

     }
     
.rounded-corners {
    behavior: url(border-radius.htc);
        border-radius: 20px;
}
     

#ForumFrame body {  
       background-color: red;
     }
     
#ForumFrame #Forum { background-color: yellow}     

#portal { width: 1000px;
          top: 0px;
	  z-index: 1;
	  padding: 0px;
	  font-size: 30px;
	  background-color: transparent;
	 }
	 
#header { display: none} 
#header img {display: none}

#menu   {  
	  padding-left: 15px;
	}
	 

/*
Container for the menu. We set top and bottom borders only because the menu container
stretches the entire window width. Note that this container can go inside a fixed width
element that is centered on the page, if you so desire. It can even go inside a table cell.
It carries a background image for aesthetics.
*/
#mmenunav  {

	background-color: #909090;

}

/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*
p7menubar is the root UL and p7menubar ul applies to all the sub-menu ULs.
We set padding and margin to zero to eliminate all indentation, turn bullets off,
and set a font-family different from the global font-family declared for the
body element above. This sets font for just the menu. Do not add a font-size here.
*/
#mmenunav, #mmenunav ul {
	padding: 0;
	margin: 0;
	list-style: none;

}
/*
Root-Level Links.  Do not change the first two properties.
Adjust padding values to make the root links taller and to offset them
from the left and right edges of the link box. The border right creates a
separator between links. Font-size is set here and will apply to all menu levels.
Font color is set to light gray.
*/
#mmenunav a {
	display: block;


           font-weight: bold; 
	   font-size: 1.2em;
	   text-shadow: grey 1px 1px 4px;
    	   text-align: center;
	   
	   margin: 0 1px 0 0;
           padding: 4px 8px;
           text-decoration: none;
	   
           color: white;
	   
	   
   
         

}

/*
The Root-Level list items. Floating left allows
them to appear horizontally. Width is for IE5 Mac. The last rule in
this style sheet will set the width for this element to auto for all
other browsers - hiding it from IE5 Mac. The width is proportional.
As you add and edit root menu items, you will need to test this width
to ensure it is wide enough to accomodate all text.
*/
#mmenunav li {
	float: left;
	width: 9em;
}

/*
Sets width for Sub-Menu box and the List Items inside - in proportional em units. 
This allows the sub-menu width to expand if users resize the text in their browsers.
*/
#mmenunav li ul, #mmenunav ul li  {
	width: 12em;
}
/*
The sub-menu links. We set color and turn off the right border, which
would otherwise be inherited from the root link rule. We set top and 
bottom padding less than the root items and increas the left padding
to indent the sub-menu links a small amount in from the root links.
*/
#mmenunav ul li a  {
	color: #202020;
	border-right: 0;
	padding: 3px 12px 3px 16px;
	text-align: left;
}
/*
Sub-Menu Unordered Lists describes each dropdown sub-menu grouping. 
Positioned Absolutely to allow them to appear below their root trigger.
Set to display none to hide them until trigger is moused over.
Background Color must be set or problems will be encountered in MSIE.
Right and bottom borders are set to simulate a raised look.
A gradient background image is assigned.
*/
#mmenunav li ul {
	position: absolute;
	display: none;
	background-color: #e3e3e3; red; #FFFFFF;
	
	/* for IE */
        filter:alpha(opacity=90);
        /* CSS3 standard */
        opacity:0.9;

	
	border-left: 1px solid white;
	
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	bbackground-image: url(images/p7exp_mgrad.jpg);
	background-repeat: repeat-x;
}
/*
Changes the Text color and background color when the Root-Level
menu items are moused over. The second selector sets color and background
when Root-Level items are accessed with the keyboard tab key. The third
selector sets an active state to support keyboard access in MSIE. The fourth 
selector is assigned to IE5 and IE6 Windows via the P7_ExpMenu script.
Note that IE7 supports hover on elements other than links and so behaves
like Firefox, Opera, and Safari - making the menu operable even if JavaScript
is not enabled.
*/
#mmenunav li:hover a, #mmenunav a:focus,
#mmenunav a:active, #mmenunav li.p7hvr a {
	color: #000000;
	background-color: orange; #7496c1;
}
/*
Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
*/
#mmenunav li:hover ul, #mmenunav li.p7hvr ul {
	display: block;
}
/*
Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the P7_ExpMenu script.
The color set should march the normal Sub-Level link color
in the rule: #p7menubar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.
*/
#mmenunav li:hover ul a, #mmenunav li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}
/*
The normal hover class for Sub-Level links. The Important directive
is required for older browsers. We set a background color, which shows
over the gradient background. We set text color to white.
*/
#mmenunav ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#mmenunav li {width: auto;}


/* hovers with specificity */

#mmenu li:hover { z-index:10; }		
#mmenu ul ul, #mmenu li:hover ul ul {	display:none; }
#mmenu li:hover ul, #mmenu li:hover li:hover ul { display:block;  }		

/* 3 poziom */

#mmenu li ul li ul { position: relative;
                     float:left;
                     left: 0px; /* IE */
                     top: 1px;
                     border: 0px solid white;
                     width:170px;
		     background-color: transparent;
                   }	
						     
					 

/* ================================================================= */



	
#mlmenu  { color: white;
        text-decoration: none;
	font-weight : bold;
	padding: 1px;
	padding-left: 0px;
	text-align: left;
	float: left;
        background-color: #25b22a;
        }

#mlmenu  ul { margin: 0px;
	     list-style: none;
	     padding: 0px;
	     width: 500px;
	   }
	   
#mlmenu 	li ul { position: absolute;
		left: 0px;
		top: 0px;
		display: none;
		float:none;
	      }

#mlmenu	ul li { position: relative; }

#mlmenu  ul li a { display: block;
                  float: left;
                  text-decoration: none;
		  text-align: center;
                  color: white;
		  padding: 5px;
		  background-color: transparent;
		 }	
#mlmenu ul li a:hover { background-color: yellow; color: orange } 	       
#mlmmenunav li:hover ul, #lmenu li.over ul { display: block; } 
#mlmenu a { color: #099e28; font-weight: bold }





#mszukaj { height: 34px; 
           width: 180px;
           top: 0; right:0; float: right;
           text-align: right; 
          background-color: #25b22a;
	   
	 }	

#mszukaj input {  color: black;
                  border : 1px solid white;
		  margin-top: 12px;
                  margin-right: 10px;  

	       }
	       
#mszukaj .button {  font-size: 9px; background-color: transparent;  COLOR: white;
                  border : 1px solid white;
	       }



#mszukaj { display: none;
           height: 34px; 
           width: 180px;
           top: 0; right:0; float: right;
           text-align: right; 
	   
	 }	

#mszukaj input {  color: black;
                  border : 1px solid white;
		  margin-top: 12px;
                  margin-right: 10px;  

	       }
	       
#mszukaj .button {  font-size: 9px; background-color: transparent;  COLOR: white;
                  border : 1px solid white;
	       }



#panels { margin: 0px; 
	  padding-right: 0px; 
	  background: #bfbfbf;

	  float: left;
	  padding-top: 0px;

 	  -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
	  -khtml-border-radius: 20px;
	   border-radius: 20px;
	   
          -webkit-box-shadow: 1px 3px 8px #BBBBBB;
          -moz-box-shadow: 1px 3px 8px #BBBBBB;	  
	  
	  behavior: url(border-radius.htc);
          border-radius: 20px;

	}



#lpanel { border : 0px;
          margin: 0;
	  padding: 0;
	  float: left;
	  wwidth: 465px;
	  background-color: transparent;
	  
          }

#opanel { wwidth: 370px; 595px; 567px;
          margin: 0;
          padding : 0;
	  float: left;
	  background-color: transparent;
	 }
	 
	
#ppanel { wwidth: 165px;
          padding : 0;
          margin: 0;
	  float: right;
	  background-color: transparent;

        }


#footer { height: 57px; bbackground-image: url(images/footer.jpg); background-repeat: no-repeat;background-color :transparent; clear:both; padding-top: 10px;  }	
#footer * {color: white}

#lmenu  { color: white;
        text-decoration: none;
	font-weight : bold;
	padding: 0px;
	text-align: left;
        background-color: transparent;
	float: left;;
	padding-top: 5px; 

	padding-left: 10px;
        }

#lmenu  ul { margin: 0;
	     padding: 0;
	     list-style: none;

	     
	   }
	   
#lmenu	ul li { position: relative; }
#lmenu 	ul li { float: left; /* position: absolute; */
		width: 100%; /* 20px */

	      }
#lmeunu  ul li a { display: block;
                  text-decoration: none;
                  color: white;
		  background-color: transparent;
		  padding: 5px;
	          }	

#lmenu ul li a { display: none} 

#lmenu ul li ul li a { display: block;
                  font-weight: bold; 
    	   text-align: center;
	   
	   margin: 0 1px 0 0;
           padding: 5px; 4px 8px;
           text-decoration: none;
	   
           color: #747474;
           background: #f1f1f1 url(images/osowa3.png) repeat-x top left;
	   
	   border: 1px solid #9b9748;
           border-bottom: none;	   

         }

	       

#lmenu  a:hover { background: url(images/osowa3_on.png) repeat-x top left;; color: orange }

#lmenu li:hover ul, #lmenu li.over ul { display: block; } 

/* Holly Hack. IE Requirement \*/

#lmenu ul li, #mmenunav ul li { float: left; height: 1%   } 
#lmenu ul>li, #mmenunav ul>li { float: none; height: auto }

#mmenunav ul li a { height: 1%; } 
#mmenunav ul>li>a { height: auto}

/* End */


#Windows { border : 0px solid #c7c7c7;
           background-color: transparent; 
           margin: 0px;
	   padding: 0px 
	 } 

#Windows h2   { font-size: 130%;
           font-weight: bold;
           text-align: left;
	   background-color: transparent;
	   line-height: 1.5em;
                              
	   padding: 0px;
	   padding-left: 10px;
	   padding-top : 0px; 
	   padding-bottom : 0px; 
	   
	   margin: 0px;
	   margin-bottom: 0px;
	   display: block;
	   border: 1px solid red;
	 }
	 
.WindowsBody { padding: 4px }

.Zajawka { padding : 4px}
.VDT { padding : 0px }


/* ===================== WIADOMOSCI ====================== */


#Wiadomosci { text-align: left;
	      background-color: #ffffff;

              padding: 10px;
	      margin: 5px;
	      
              float: left;
	       	  -moz-border-radius: 20px;
          -webkit-border-radius: 20px;
	  -khtml-border-radius: 20px;
	   border-radius: 20px;
	   
          -webkit-box-shadow: 0px 0px 5px #BBBBBB;
          -moz-box-shadow: 0px 0px 5px #BBBBBB;	  
	  
	  behavior: url(border-radius.htc);
          border-radius: 20px;

} 

#Wiadomosci .ikona { margin: 0 4 6 6 ;
		     padding: 0;
                     top: 0px;
		     width: 150px;
                     float: left;
		     border : 2px solid #c7c7c7;
		   }
			 
#wiadomosci a p { margin: 4px; text-align: left } 
 
#Wiadomosci h2 .tytul { background-color:transparent; 
		 font-size: 2em;
                 font-weight: bold;
		 color: orange;#646464; #ff860f;
                 text-align: left;
                 line-height: 2em;
   		 letter-spacing: 6px;
                              
                 padding: 0 0 0 0;
                 margin: 0;
		 
		 text-transform: uppercase !important;
		 text-shadow: 1px 1px 5px #bfbfbf;

	       } 

#Wiadomosci #Zawartosc h3 { clear: both;
                 font-size: 200%;
                 font-weight: bold;
                 color: #4b4b4b; #e5e5e5; #188920; 
		 
		 
	       }

#Wiadomosci h3 a { font-size: 1.5em;
                 color: #6d6d6d; #4b4b4b; #e5e5e5; #188920; 
		 text-shadow: grey 1px 1px 2px;
	         padding: 0; 
                 margin: 0;
		 
	       }
	       
#Wiadomosci a  { text-decoration: none }  		       
#Wiadomosci a h3:hover { color: #cd0000; text-decoration: none}
 

#Wiadomosci h4 { padding: 0;
		 margin:0;

		 width: 100%;
	         font: 85%;
                 color: #8D8B81;
         	 ttext-transform: uppercase !important;
		 lline-height: 10px;
		 padding: 3px 0 10px 10px;
		}
       
	       
#Wiadomosci h4 a { clear: right; 
                 color: #8D8B81;
	         font: 85%;
		 
         	 ttext-transform: uppercase !important;
		 lline-height: 10px;
} 
		       
#Wiadomosci .Nadtytul {
    font: 9px/11px Arial, Helvetica;
    color: #8D8B81;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    line-height: 10px;
    width: 100%;
    display: block;
    padding: 0; 3px 0 2px 0;
 }


#Wiadomosci .Zajawka { margin: 0 10 0 10; padding: 4px; padding-bottom: 10px; }
#Wiadomosci .Tresc   { padding: 4px}
#Wiadomosci .Spis    { display: block; padding-left: 30px; padding-top: 10px; color: 808fba; 	}
#Wiadomosci .Spis a  { color: 808fba; 	}

#Wiadomosci .Linki   { text-align: right;
                       font-weight: bold;
                       color: #518710; 
                       padding-right: 10px;
		       padding-top: 2px;
		       padding-bottom: 2px  }
			  
#Wiadomosci .Linki a { font-weight: bold; color: #808fba; }
#Wiadomosci .Spis a  { color: 808fba;}

#Wiadomosci #GoracyTemat { float: left; ; padding: 0 0 0 0; background-color : transparent; width: 100%; border-bottom: 0px solid black}

#Wiadomosci #Njusy { padding: 0 ; border-bottom: 0px solid black}

#Wiadomosci #TopNews .Tytul { font-size: 150% }

#Wiadomosci #GoracyTemat .ikona { width: 300px; clear: both }
#Wiadomosci #GoracyTemat .zajawka { border: 0px solid red; display: block; clear: both }
#Wiadomosci #GoracyTemat h3 { padding:0; margin:0}


#Wiadomosci #Njusy .News { float: left; margin-bottom: 20px}

#Wiadomosci #Njusy h3 { padding:0; margin:0}


#Wiadomosci #Zawartosc .Tytul { font-size: 16px;
                        font-weight: bold;
                        color: #518710;
			padding-left: 20px;
	                border: 1px solid #d7d7d7;
		       }

#Wiadomosci #Zawartosc .TytulMniejszy { font-size: 14px;
                        font-weight: bold;
                        color: #518710;
			padding-left: 20px;
		       }

#Wiadomosci #Zawartosc .Zajawka { font-weight: bold; padding:0; margin:0}
#Wiadomosci #Zawartosc .ikona { display: none; width: 200px; clear: none}

#Wiadomosci #GoracyTemat #Zawartosc .ikona { display: none; width: 200px; clear: left}

#Wiadomosci #Zawartosc .foto  { margin: 4px;
                                padding: 2px;
                                width: 550px;
                              }


#Wiadomosci #Zawartosc .foto100  { margin: 2px;
                                padding: 2px;
                                width: 100px;
                              }

#Wiadomosci #Zawartosc a { color: #099e28; }

#Wiadomosci #Zawartosc .cytat { font-size: 150%; text-align:center; border-top: medium black solid; border-bottom: think black solid; 
                                margin: 1em; padding: 0.5em; background: #f7f7f7; width: 40%; float: right;}
                                
#Wiadomosci #Zawartosc .pytanie { font-weight: bold }
#Wiadomosci #Zawartosc .odpowiedz { font-style: italic }

.obrazek_prawy { text-align:center; border-top: 5px #317d10 solid; border-bottom: think black solid; 
                                margin: 1em; padding: 0.5em; background: #f7f7f7; width: 160px; float: right;}
.obrazek_lewy { text-align:center; border-top: 5px #317d10 solid; border-bottom: think black solid; 
                                margin: 1em; padding: 0.5em; background: #f7f7f7; width: 160px; float: left;}

#Wiadomosci #Zawartosc .obrazek_centrowy { text-align:center; border-top: 5px #317d10 solid; border-bottom: think black solid; 
                                margin: 1em; padding: 0.5em; background: #f7f7f7; width: 260px; position: relative; left:25%; right:25%}



#Wiadomosci #Ankiety .ikona { width: 150px}




#Ankiety {  }
#Ankiety .Tytul,
#Ankiety .Zajawka { color: white; text-align: right }
#Ankiety .ikona { float: right }
#Ankiety #Zawartosc { background-color : white }

#Obrazki { }
#Obrazki .podpis_zdjecia { text-align: center; clear: both }



/* ======== PAGES ========== */

#Pages {  padding: 0px;
          ppadding-left: 30px;
	  ppadding-right: 30px;
          text-align: left;
       } 
       
#Pages .WindowsTitle { display: none;
            font-size: 1px;
            font-weight: normal;
	    color: #099e28;
	    }
	           
#Pages h2 { font-size: 22px;
            font-weight: normal;
	    color: #099e28;
	    clear: both;
          } 

#Pages h3 { font-size: 16px;
            font-weight: normal;
	    color: #099e28;
          } 
#Pages h4 { font-size: 10px;
            font-weight: bold;
	    margin: 0;
          } 

#PPages * { color: #6d6d6d }

#Pages p { line-height: 130% }
#Pages a { color: #099e28; }

#Pages .Linki { text-align: right;
                padding-right: 10px;
    	        padding-top: 10px;
		padding-bottom: 10px;
		float:right;
		
              }   
    
#Pages #TreeDict  { display: none; float: right;
                    text-align: right;
	            padding-right: 4px;
	          }
		  
#Pages #ZobaczTakze { display: none; position: relative;
                      top: 10px;
		      left: 0;
                      text-align: left; border: 0;
		    }	

    
#Pages img { float: none } 


#Pages #reklama { padding: 10; margin:0; width: 100%; background-color: #cdcdcd; border-bottom: 1px solid #5e5e5e }
#pages #reklama h2 {display: none }
#pages #reklama ul { margin:0; padding:0; list-style: none; }

#Pg { margin: 0 10 0 10}


#Galeria, #Motto { border : 0px solid #c7c7c7;
              background-color: transparent; 
	      text-align: left;
	      margin-bottom: 4px;
         } 
	    
#Galeria .ikona {    margin: 0;
		     padding: 0px;
		     width: 100px;
                     border: 0;
		     clear : both  }

#Galeria .Zajawka { text-align: right } 

#Login, #Szukanie { border : 0px;
              background-color: transparent; 
	      text-align: left;
	      margin: 10px 0 0 4;
	      border: 1px solid red;
         } 
	 
#login { margin: 10 0 0 5; border: 0px solid red; }


#Forum { border : 0px solid red; 
              background-color: #e6e6e6; #f1f1f1;transparent;
	      text-align: left;
	      padding: 0px;
	      margin: 0px;
	      width:783px;
        }

#Forum .VDT { border: 0px solid red;padding: 0px}	 

#Forum  h2 { clear: both;
             font-size: 200%;
             font-weight: bold;
             color: #4b4b4b; #e5e5e5; #188920; 
		 
           } 



	  
#Forum .Autor { font-size: 14px;
                        font-weight: bold;
                        color: #518710; 
                              
			padding-left: 4px;
			padding-top : 5px; 
			     
                        border-bottom: 1px solid #d7d7d7;
		       }

#Forum .Data { font-size: 10px;
                        text-align: left;
                              
			padding-left: 15px;
			margin-bottom: 10px;
		
	       }
	       
#Ogloszenia { border : 0px solid #c7c7c7;
              background-color: transparent; 
	      text-align: left;
            } 

#Ogloszenia .Dzial { font-size: 14px;
                        font-weight: bold;
                        color: #518710; 
                              
			padding-left: 4px;
			padding-top : 5px; 
			     
                        border-bottom: 1px solid #d7d7d7;
		       }

#Ogloszenia .Opis     { text-align: left;
                              
			padding-left: 15px;
			margin-bottom: 10px;
		       }
	 
#Ogloszenia .Temat { font-size: 14px;
                        font-weight: bold;
                        color: #518710; 
                              
			padding-left: 4px;
			padding-top : 5px; 
			     
                        border-bottom: 1px solid #d7d7d7;
		       }

#Ogloszenia .Data { font-size: 10px;
                        text-align: left;
                              
			padding-left: 15px;
			margin-bottom: 10px;
		       }
#Ogloszenia .Kontakt {  font-weight: bold;
			padding-left: 15px;
			margin-bottom: 10px;
		       }

/* ========== PPANEL ============== */

	       
#ppanel #Pages { padding: 0px;
                 margin: 0px;
		 padding: 0px; 		 
		 
		} 
		  
#ppanel * h2 { line-height: 1.5em;
               color: white;
	       font-size: 130%; 
	       font-weight: bold; text-align:left;

	       border-bottom: 1px solid white;
               width: 90%;	
	     } 


#ppanel *  { color: white; padding-left: 5px; padding-right: 0px}
#ppanel * input { color:black;  }
#ppanel * .Edtabbutton { color: #777777 } 
#ppanel * .Linki   { border: 0;
                    padding-right: 10px;
                    padding-top: 2px;
	            padding-bottom: 2px;
		    text-align: right  }
			  
#ppanel * a { padding-top: 10px; color: white;} 				  

#rss ul { list-style: square; padding-left:20px; margin:0}


#GoogleAdSense { margin-top: 10px}

#opanel #pages { margin-left: 0px; }
#opanel #pages #BannerAsia {padding:0; margin:0; border: 0px solid red;}	       
#opanel #GooglePagesKontrah { padding: 20 0 0 20 }
#opanel #GooglePagesKontrah * { line-height: 2em}

/* ============ KONTRAH ============= */

#Kontrah {  padding: 0px;
          padding-left: 30px;
	  padding-right: 30px;
          text-align: left;
       } 
       
	           
#Kontrah h2 { font-size: 22px;
            font-weight: normal;
	    color: #ff860f;
	    clear: both;
          } 

#Kontrah h3 { font-size: 16px;
            font-weight: normal;
	    color: #099e28;
	    padding-top: 20px;
	    margin: 0;
          } 
	  
#Kontrah h4 { font-size: 10px;
            font-weight: bold;
	    margin: 0;
          } 
#Kontrah p { margin: 0; padding-left: 30px;  } 	  

#Kontrah .Title2 { font-size: 16px;
            font-weight: normal;
	    color: #099e28;
	    padding-top: 10px;
	    margin: 0;
	    border-bottom : 1px solid;
          } 

#Kontrah a { color: #099e28; }

#Kontrah .Linki { text-align: right;
                padding-right: 10px;
    	        padding-top: 10px;
		padding-bottom: 10px;
		float:right;
		
              }   

	       
#tabelka { border: 0px solid #c5b29c; padding: 0px; }
#tabelka tr { padding: 0px; margin: 0px; }
#tabelka td { padding: 2px; margin: 0px; border: 1px solid #c5b29c; text-align:center }
	       
/* ============ EDTABFORM =========== */
	       

.ForumFrame { background-color:white}

#forum iframe { background-color:white}

	     	       
#EdtabForm { border: 0;
             padding: 0px } 
	     
#EdtabForm .Title { font-size: 22px;
            font-weight: normal;
	    color: #ffa407;
          }
#EdtabForm * { } 	  
#EdtabForm .Label  {  }
#EdtabForm b  { }
#EdtabForm a  { }


.VDTBody tr { background-color: transparent; border: 1px solid red } 

.VdtHeader1bgcol { background-color: transparent } 
.VdtHeader2bgcol { background-color: transparent } 
.VdtHeader3bgcol { background-color: transparent } 
.VdtHeader4bgcol { background-color: #b4b6b4 } 



.VDTBody tr { background-color: transparent; border: 1px solid red } 

.VdtHeader1bgcol { background-color: transparent } 
.VdtHeader2bgcol { background-color: transparent } 
.VdtHeader3bgcol { background-color: transparent } 
.VdtHeader4bgcol { background-color: #b4b6b4 } 

#FraglesiWasHere a { font-size: 60%}

/**** Inline STYLE-tag style sheet ****/

    <!--

    -->
   


/**** Inline STYLE-tag style sheet ****/

    <!--

    -->
   


