@import url("main_style.txt.css");
/* Specific */
 body {background: white;}
 #header h1 a {width: 100%; height: 200px; background: url("http://pub.wandystan.eu/PTR/nbn.png") top center no-repeat;}
a, #menu a {color: #337142;}
a.notExist, #menu a.notExist {text-decoration: line-through !important;}
a img { border: dotted 5px #337142; }
 #menu h3, #content > h2 {background: #337142;}
 #main-page #footer {border-top: 4px solid #337142;}
 #main-page #middle {margin-top: 0px;}
pre { white-space: pre-wrap; margin-left: 40px; margin-right: 40px; }

#menu ul, #menu li{
padding:0;
margin:0;
}

#menu li{
list-style-type:georgian;
position: relative;
width:200px;
padding:0 5px;
align: right;
}

#menu li a{
list-style-type:georgian;
color: #337142;
}

#menu li:hover{
list-style-type:georgian;
}

#menu ul ul{
position: absolute;
top:-3px;
left:200px;
visibility:hidden;
width:200px;
background-color: white;
list-style-type:georgian;
z-index: 999;
}

#menu ul li:hover ul{
visibility:visible;
background-color: lightgrey;
border:1px dotted #337142;
padding: 0px 3px;
list-style-type:georgian;
z-index: 999;
}

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:2px;
padding-bottom:2px;
background-color:#050;
color:#ffffff;
}

#alt td 
{
color:#000000;
background-color:#EAF2D3;
}