@import url("main_style.txt");
/* Specific */
 body {background: white; font-size: 1em;}
 #header h1 a {width: 100%; height: 155px; background: url("https://pomf.wandystan.eu/i/kaafcc.png") top center no-repeat;}
a, #menu a {color: #f50000;}
a.notExist, #menu a.notExist {text-decoration: line-through !important;}
 #menu h3, #content > h2 {background: #f50000;}
 #main-page #footer {border-top: 4px solid #f50000;}
 #main-page #middle {margin-top: 0px;}

#menu ul, #menu li{
font-size: 1em;
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: #f50000;
}

#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 #f50000;
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:#f50000;
}

#content h2 {
color: #ffffff;
background-color: #c06d35;
height: 32px;
line-height: 32px;
vertical-align: middle;
margin: 0;
padding: 0 8px;
}