﻿*
{
    padding: 0px;
    margin: 0px;
    /*background-color: #996633;*/
    
    
}
a:link
{
    font-size:15px;
    color:#813D19;
    
    text-decoration: none;
    padding: 17px 20px 17px 70px;
    
}
a:visited
{
    font-size:15px;
    text-decoration:none;
    padding: 17px 20px 17px 70px;
}
a:hover
{
    background: url(pictures/redpepper-thumb.jpg) 0px 50% no-repeat; 
   
   /*jak przedefiniowac "hover" tak zeby zachowywalo sie inaczej nad kazdym linkiem?
   kazdy "item" w menu ma miec inny obrazek

*/
   /* padding: 15px 5px 14px 50px;*/
  
    
    text-decoration:underline;
    /* background-color: #98AEF4;*/
    color: Red;
    
   
    
}
a:active
{
    background-color: #9999FF; 
}

#left-green-margin
{
background:url(pictures/green-margin2.jpg) repeat-y top left;

}


#box
{
    position:absolute; 
	left:50%;
	width: 800px;
	margin-left: -400px;
    
    
    
    height: auto;
    
   
    margin-top: 0px;
   /* margin-left: 15%;*/
    
}

#header
{
    background: url(images/header1.jpg) no-repeat;
    position: absolute;
    width: 800px;
    height: 139px;
    
    
}

#middle
{
    background: url(images/middle.jpg);
    position: relative;
    width: 800px;
    height: 195px;
    
}



#menu
{
    
    display: block;
    text-decoration:none;
    z-index: 100;
    position: absolute;
    padding-left:5px;
    top: 300px;
    left: 0px;
    width: 300px;
    height: 160px;
    line-height: 50px;
    
    color:#78462f;
    font-family: Arial;
    font-size: 13px;


    
}
#sub_menu
{
    font-size:smaller;
    background-image:none;
    text-decoration: none;
    
}
#main_text
{
  /*  position: absolute;*/
    float: right;
    width: 500px;
    margin-left: 20px;
    
    font-family: Arial;
    color:#74442d;
    font-size:smaller;
    line-height:25px;
    text-align:justify;
}

.title_text
{
 
 font-size: large;
 line-height: 35px;   
    
}
#footer a
{
 
 font-family:Verdana;
 font-size:10px;
 color:#595954;
 background: none;
 border: dotted 1px grey;
 padding: 3px 15px;
 margin: 0;   
}

