
body { margin: 0px; 
      text-align: left;
	  background-color: #8C8C8C;
	  font-family: verdana;
	  color: #F7F7F7;
	  font-size: 12px;
	  line-height: 150%;}

.tlo { position:fixed; left:0px; top:0px; z-index: 1; width: 100%;}
.logo { position:absolute; left:520px; top:20px; z-index: 15;}
.content { position:absolute; left:20px; top:50px; width: 450px; margin-bottom: 50px; z-index: 14;}
.copyprawa { position:fixed; right:10px; bottom:10px; z-index:5; text-align:right; font-size:85%;}

.top_menu {font-size: 14px; position:absolute; left:546px; top:350px; width: 150px; color: #E76500; background-color: #000;
         opacity: 0.8; z-index: 4;} 
		   
.red_underline { padding-bottom: 1px; border-bottom: solid 2px; border-color: #E76500;  z-index: 3;}		   

.main_menu { font-size: 14px; position:absolute; left:546px; top:260px; width: 150px; 
         text-align: left; z-index: 14;background-color: #000;opacity: 0.8;}

h2 { color: white;
    font-size: 17px;
	background-color: #000;
	opacity: 0.8;}

a, a:active, a:visited  {
   color: #FF8639;
   border: none;
   font-size: 13px;
   text-decoration: none;
   }	
   
a:hover   {
   color: red;
   border: none;
   text-decoration: none;
   }

.main_menu  a { color: white; font-weight: bolder;	 }   
.main_menu  a:hover { color: #FF8639;	 }    
.main_menu_element_selected a { color: #FF8639; }
h2  a { font-weight: bolder; font-size: 17px; }   
h2  a:hover { color: #FF8639;font-size: 17px; } 
   
h1 { color: #FF8639; 
    font-size: 27px;
	font-weight: 100;
	background-color: #000;
	opacity: 0.8;}

p { background-color: #000; opacity: 0.8; padding: none;}

.subscribe { position:relative; top:5px; }
	  
img {
   border: none;
   padding: none;
   }	  

input, input[type=text], textarea, input[type=password] {
	color: black;
	font-family: Georgia, Times New Roman;
	border-color: red;
	border: solid 2px;
    font-size: 12px;	
	}

input[type=text]:focus, textarea:focus, input[type=password]:focus {
	background: #fff;
	color: black;
	border-color: red;
	border: solid 2px red;
	font-size: 12px;
	}   