
body {
margin: 0; padding: 0; height: 100%; width: 100%;
border: 0;
background: url(../images/bgall.png) repeat-x #F1F1F1;
font: 12px Tahoma;
text-align: left; color: #7B7B7B;
}
img {
border: 0;
}
.hide
{
display: none;
}

a {
color: #7B7B7B;
}
a:link a:active a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}


#container {
margin: 0 auto; height: 600px; width: 960px;
}

/* HEADER */
#header {
border: 0; margin: 0;
position:relative; height: 200px; width: 960px;
}


/* CENTER */


#center {
margin: 0;
position:absolute; height: 330px; width: 960px;
background: url(../images/bgprojekty.jpg) no-repeat top right;
}

ul {
display: block;
height: 90px;
margin-top: 50px;
margin-left: 20px;
padding: 0;
}

ul li {
display: inline;
list-style-type: none;
margin-right: 6px;
padding: 0;
}


#container_info {
margin: 50px auto; width: 500px;
}

h1 {
float: left;
margin-top: 30px;
font: 100% Tahoma;
height: 130px; width: 230px;
}
img.jamedia {
float: right;
height: 130px; width: 130px;
}

.clearfix {
clear: both;
}

#footer {
height: 70px; width: 960px;
}


/* HOVER */

#screenshot{
position:absolute;
border:1px solid #ccc;
background: #ccc;
padding: 5px;
display: none;
font: 100% Tahoma;

}





