@import url("main_style.txt.css");
/* Specific */
 body {background: white;}
 #header h1 a {width: 100%; height: 200px; background: url("https://u.wandystan.eu/hvmvll.png") top center no-repeat;}
a, #menu a {color: #000000;}
a.notExist, #menu a.notExist {text-decoration: line-through !important;}
 #menu h3, #content > h2 {background: #000000;}
 #main-page #footer {border-top: 4px solid #000000;}
 #main-page #middle {margin-top: 0px;}

#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: #000000;
}

#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 #000000;
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:#000000;
}

#content h2 {
font-size: 1em;
color: #000000;
background-color: #000000;
height: 32px;
line-height: 32px;
vertical-align: middle;
margin: 0;
padding: 0 8px;
}