/* projekt i wykonanie: artgo.pl - studio internetowe */
/* wszelkie prawa zastrzeżone */


html { height: 100%; }


body
{
 height: 100%; padding: 10px; margin: 0px;
 background: #f3f3f3;
}


/* NAGLOWEK STRONY */
#naglowekS0
{
 padding: 0px; margin: 0px auto;
 width: 950px; height: 100px;
 overflow: hidden; clear:both;
 background: #dcdcdc;
 border: 0px;
}
#naglowekS0 .box1 { width: 550px; float:left; }
#naglowekS0 .box2 { width: 400px; float:left; }

#naglowekS0 .box1 p
{
 padding: 40px; margin: 0px;
 font-family: Tahoma, Verdana, Arial, Helvetica;
 font-style: normal;
 font-weight: normal;

 color: #000000;
 font-size: 14pt;
 text-align: center;
 text-decoration: none;
 line-height: 1.5;
}

#naglowekS0 .box1 a
{
 color: #024f9d;
 font-weight: bold;
 text-decoration: none;
}

#naglowekS0 .box1 a:hover { text-decoration: none; }


/* TOP STRONY */
#topS0
{
 padding: 0px; margin: 0px auto;
 width: 950px; height: 10px;
 overflow: hidden; clear:both;
 border: 0px;
}


/* KONTENER */
#kontenerS0
{
 padding: 0px; margin: 0px auto;
 width: 950px;
 background: #ffffff;
 overflow: hidden; clear:both;
}


/* SRODEK STRONY */
#srodekS0
{
 padding: 0px; margin: 0px auto;
 width: 950px;
 background: #ffffff;
 overflow: hidden; clear:both;
}

#srodekS0 .box1 { width: 180px; float:left; padding: 10px; }
#srodekS0 .box2 { width: 730px; float:right; padding: 10px; }


/* BOTTOM STRONY */
#bottomS0
{
 padding: 0px; margin: 0px auto; margin-top: 5px;
 width: 950px;
 overflow: hidden; clear:both;
 background: #ffffff; border: 1px solid #dcdcdc;
}

#bottomS0 h2
{
 font-family: Tahoma, Verdana, Arial, Helvetica;
 padding: 10px 10px 5px 10px;
 color: #8B0000;
 font-size: 14pt;
}

#bottomS0 p
{
 font-family: Verdana, Arial, Helvetica;
 padding: 10px; padding-top: 0px;
 color: #444444;
 font-size: 10pt;
}

#bottomS0 a
{
 font-family: Tahoma, Verdana, Arial, Helvetica;
 color: #8B0000;
 font-size: 10pt;
 text-decoration: underline;
}

#bottomS0 a:hover
{
 text-decoration: none;
}


/* STOPKA STRONY */
#stopkaS0
{
 padding: 0px; margin: 0px auto; margin-top: 10px;
 width: 950px; height: 100px;
 background: #dcdcdc;
 overflow: hidden; clear:both;
}

#stopkaS0 .box1 { width: 950px; height: 100px; float:left; }

#stopkaS0 p
{
 padding: 30px; margin: 0px;
 color: #5c5c5c;
 text-decoration: none;
 font-family: Verdana, Arial, Helvetica;
 font-style: normal;
 font-weight: normal;
 font-size: 8pt;
 text-align: center;
 line-height: 1.5;
}

#stopkaS0 a
{
 font-family: Tahoma, Verdana, Arial, Helvetica;
 color: #024f9d;
 text-decoration: none;
 font-size: 8pt;
 font-weight: bold;
}

#stopkaS0 a:hover
{
 text-decoration: none;
 color: #024f9d;
}


