/* 
    Document   : layout
    Created on : 2010-01-27, 11:21:45
    Author     : Mucha
    Description:
        Purpose of the stylesheet follows.
*/

BODY
{
  font-family: tahoma;
  font-size: 11px;
  margin: 0; 
  text-align: justify;
  color: #bc7fc6;
  background-color:#f2c4f9;
}

.linki {margin:0 0 0 0; padding:0;}
.linki a{display:block; padding:0px 0px 0px 0px;border-width: 0px;}
.linki a:link,
.linki a:visited,
.linki a:active{
  font-size: 11px;
  text-decoration:underline;
  font-weight: bold;
  color: #bc7fc6;
}

.linki a:hover{
  font-size: 11px;
  text-decoration:none;
  font-weight: bold;
  color: #bc7fc6;
}

td.brd
{
border-style:solid;
border-width:1px;
border-color:#852e87;
}

.a
{
font-family: tahoma;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #7b297c;
}

a:link
{
font-family: tahoma;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #7b297c;
}

a:visited
{
font-family: tahoma;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #7b297c;
}

a:hover
{
font-family: tahoma;
font-size: 12px;
text-decoration: underline;
color: #bb57bc;
}

a:active
{
font-family: tahoma;
font-size: 12px;
font-weight: normal;
text-decoration: bold;
color: #7b297c;
}




h1              { font-family:Tahoma; font-size:16px; font-weight: bold; }
h2              { font-family:Tahoma; font-size:15px; }
h3              { color: #862C89; text-align: left; text-transform: uppercase; font-weight:normal; margin:0; font-size:16px; }

img             { border:0 none; }
.clear          { clear:both; }

#page           { width:770px; margin: 0 auto; background-color:#ffffff; background: #FFFFFF url('/images/link_bg.gif') repeat-y 0 0; }

#header         { background:url('/images/header.jpg') no-repeat 0 0; height: 192px; }

#content        { width:530px; float: right; text-align:justify; padding: 0 10px 60px; font-size:12px; }
#content strong, #content b
                { font-size:14px; }

#content .top   { background: url(/images/arrow.gif) no-repeat 0 0;  min-height:22px; padding-left: 30px; padding-top:2px;}
#content .separator
                { background: url(/images/sep_dotted.gif) repeat-x 0 0;  height:4px; }

#content        { background: url('/images/content_bg.gif') repeat-y 0 0; }
#content p      { margin-bottom: 10px;}

/************MENU***************/
#rightCol       { width:220px; float: left; text-align:left;  }
#rightCol ul    { margin:0; padding:0; list-style:none; }
#rightCol li    { margin:5px; padding:0px 0px 0px 20px; min-height:13px; background: url('/images/menu_kolo.gif') no-repeat 0 0; }
#rightCol li.active a
                { font-weight:bold; }

#rightCol h3    { background: url('/images/bars_bg.gif') repeat-x 0 0; height:19px; font-size:16px; padding: 8px 10px }


#footer         { text-align: left; height:14px; background:url('/images/stopka_bg.gif') repeat-x 0 0; padding: 9px}
#footer a       { font-weight:bold; text-decoration:underline; font-size:12px;}
#copy           { float: right; }
