body { margin: 0px; 
      text-align: left;
	  background-color: #FFF;
	  font-family: Georgia, Times New Roman;
	  color: black;
	  font-size: 13px;
	  line-height: 150%;
	  }

.logo { position:absolute; left:15px; top:20px; }	 	  
	  
.content { position:absolute; left:280px; top:67px; width: 600px; /* border:dotted 1px; */ }	 

.kolumna { position:relative; width: 249px; float: left; }

.top_menu { font-size: 13px;  
		   position:absolute; 
		   text-align: left;
		   top:500px; 
		   left:71px; 
		   background-color:transparent; } 
		   
.red_underline { padding-bottom: 1px; border-bottom: solid 2px; border-color: red;  }		   

.main_menu { font-size: 13px; position:absolute; left:71px; top:300px; width: 180px; }
	  
a, a:active, a:visited  {
   color: black;
   border: none;
   text-decoration: none;
   }	
   
a:hover  {
   color: gray;
   border: none;
   text-decoration: none;
   }	   
 
.main_menu_element_selected a { text-decoration: line-through; } 

.subscribe { position:relative; top:5px; }
	  
img {
   border: none;
   padding: none;
   }	  

input, input[type=text], textarea, input[type=password] {
	color: #EF6500;
	font-family: Georgia, Times New Roman;
	text-align: left;
	border: solid 1px #fff;
    font-size: 12px;	
	}

input[type=text]:focus, textarea:focus, input[type=password]:focus {
	background: #fff;
	color: black;	
	border: solid 1px #fff;
	font-size: 12px;
	}   