@import url("main_style.txt.css");
/* Specific */
 body {background: white;}
 #header h1 a {width: 100%; height: 225px; background: url("http://pub.wandystan.eu/PTR/strony/SAL/sal_head.png") top center no-repeat;}
a, #menu a {color: #80461B;}
a.notExist, #menu a.notExist {color: #B87333;}
 #menu h3, #content > h2 {background: #050;}
 #main-page #footer {border-top: 4px solid #050;}

#menu ul, #menu li{
padding:0;
margin:0;
}

#menu li{
list-style: none;
position: relative;
width:200px;
padding:0 5px;
align: right;
}

#menu li a{
text-decoration:none;
color: darkred;
}

#menu li:hover{
}

#menu ul ul{
position: absolute;
top:-3px;
left:200px;
visibility:hidden;
width:128px;
background-color: white;
border-right:3px solid #50;
}

#menu ul li:hover ul{
visibility:visible;
background-color: #50;
}

table
{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
width:100%;
border-collapse:collapse;
}

td, th 
{
font-size:1em;
border:1px solid #050;
padding:3px 7px 2px 7px;
}

th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#050;
color:#ffffff;
}

#alt td 
{
color:#000000;
background-color:#EAF2D3;
}