/* CSS Document */

body {margin: 0px;}

#conteneur {
position: absolute;
width: 990px;
left: 50%;
/*bottom: 0%;*/
top: 0%;
margin-left: -490px;
border-left: 1px dotted #5b3a1a;
border-right: 1px dotted #5b3a1a;
border-bottom : 1px dotted #5b3a1a;
}

#header {
width: 990px;
height: 347px;
background: url(images/header2.jpg) no-repeat;
}

#content {
width: 990px;
margin-top: -140px;
/*height: 800px;*/
}

img {border: none;}

/* MENU GORNE */



#navlist ul
{
margin: 0;
white-space: nowrap;
padding: 0;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 1px 2px 1px 14px; }

#navlist a.web:link, #navlist a.web:visited
{
position: relative;
float: left;
display: block;
width: 96px;
height: 25px;
background: url(images/but_webdesign.gif) no-repeat;
text-decoration: none;
}

#navlist a.web2:link, #navlist a.web2:visited
{
position: relative;
float: left;
display: block;
width: 96px;
height: 25px;
background: url(images/but_webdesign2.gif) no-repeat;
text-decoration: none;
}

#navlist a.animation:link, #navlist a.animation:visited
{
position: relative;
float: left;
display: block;
width: 84px;
height: 25px;
background: url(images/but_animation.gif) no-repeat;
text-decoration: none;
}

#navlist a.animation2:link, #navlist a.animation2:visited
{
position: relative;
float: left;
display: block;
width: 84px;
height: 25px;
background: url(images/but_animation2.gif) no-repeat;
text-decoration: none;
}

#navlist a.print2:link, #navlist a.print2:visited
{
position: relative;
float: left;
display: block;
width: 46px;
height: 25px;
background: url(images/but_print2.gif) no-repeat;
text-decoration: none;
}

#navlist a.print:link, #navlist a.print:visited
{
position: relative;
float: left;
display: block;
width: 46px;
height: 25px;
background: url(images/but_print.gif) no-repeat;
text-decoration: none;
}

#navlist a.artwork:link, #navlist a.artwork:visited
{
position: relative;
float: left;
display: block;
width: 76px;
height: 25px;
background: url(images/but_artwork.gif) no-repeat;
text-decoration: none;
}

#navlist a.artwork2:link, #navlist a.artwork2:visited
{
position: relative;
float: left;
display: block;
width: 76px;
height: 25px;
background: url(images/but_artwork2.gif) no-repeat;
text-decoration: none;
}


#navlist a.about:link, #navlist a.about:visited
{
position: relative;
float: left;
display: block;
width: 56px;
height: 25px;
background: url(images/but_about.gif) no-repeat;
text-decoration: none;
}

#navlist a.about2:link, #navlist a.about2:visited
{
position: relative;
float: left;
display: block;
width: 56px;
height: 25px;
background: url(images/but_about2.gif) no-repeat;
text-decoration: none;
}

#navlist a.contact:link, #navlist a.contact:visited
{
position: relative;
float: left;
display: block;
width: 69px;
height: 25px;
background: url(images/but_contact.gif) no-repeat;
text-decoration: none;
}

#navlist a.contact2:link, #navlist a.contact2:visited
{
position: relative;
float: left;
display: block;
width: 69px;
height: 25px;
background: url(images/but_contact2.gif) no-repeat;
text-decoration: none;
}

#navlist a.web:hover {background: url(images/but_webdesign2.gif) no-repeat;}
#navlist a.animation:hover {background: url(images/but_animation2.gif) no-repeat;}
#navlist a.print:hover {background: url(images/but_print2.gif) no-repeat;}
#navlist a.artwork:hover {background: url(images/but_artwork2.gif) no-repeat;}
#navlist a.about:hover {background: url(images/but_about2.gif) no-repeat;}
#navlist a.contact:hover {background: url(images/but_contact2.gif) no-repeat;}

#navlist2 li
{
font: normal 11px Arial, Helvetica, sans-serif;
color: #0994c0;
display: inline;
list-style-type: none;
padding-right: 2px;
text-decoration: none;
margin-left: 40px;
}

a.stopka {
color: #0994c0;
}

#contact {
font: normal 14px Arial, Helvetica, sans-serif;
color: #624426;
line-height: 1.5em;
}

