@import url("main_style.txt.css");
/* Specific */
 body {background: url(http://pub.wandystan.eu/ESK/krakozja/tlo.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: left top; 
  height: 100%; color: #ffffff;}
 #header h1 a {width: 100%; height: 300px; background: url("http://pub.wandystan.eu/ESK/krakozja/krakozja_logo_strona_rocznica.png") top center no-repeat; background-size: 100% 100%;}
a, #menu a {color: #ff63ca;}
a.notExist, #menu a.notExist {text-decoration: line-through !important;}
 #menu h3, #content > h2 {background: #ff63ca;}
 #main-page #footer {border-top: 4px solid #ff63ca;}
 #main-page #middle {margin-top: 0px;}

#menu ul, #menu li{
padding: 10px;
margin:0;
}

#container {
background: white;
padding-top: 1px;
border-style: solid;
border-width: 5px;
border-color: white;
}

#footer {
color: #4D3C4A;
}

#menu li{
position: relative;
width:200px;
align: right;
}

#menu li a{
color: #ff63ca;
}


#menu ul ul{
position: absolute;
top:-3px;
left:200px;
visibility:hidden;
width:200px;
background-color: white;
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:#ff63ca;
}

#content h2 {
font-size: 1em;
color: #ffffff;
background-color: #1dd50f;
height: 32px;
line-height: 32px;
vertical-align: middle;
margin: 0;
padding: 0 8px;
}