html, body
{
    margin: 0 auto;
    text-align: center;
    color: #000000;
    font-family: Arial, Verdana, Tahoma, sans-serif;
    font-size: 14px;
}

body
{
    width: 1000px;
}

#global
{
    position: relative;
    text-align: left;
    float: left;
    width: 936px;
    background: #EEEEEE url('gfx/bckgrnd.jpg') no-repeat;
    border: 2px solid #222222;
    padding: 30px;
}

a img
{
    border: none;
    vertical-align: bottom;
}

#top
{
    position: relative;
    float: right;
    width: 630px;
    height: auto;
    border: 1px solid #222222;
    margin: 0 2px;
    background-color: #CCCCCC;
}

#side_menu
{
    position: relative;
    float: left;
    width: 270px;
}

#small_side_menu
{
    position: absolute;
    left: -30px;
    top: 80px;
    width: 30px;
}

#top_menu
{
    float: left;
    height: 40px;
    width: 630px;
    margin: 0px 3px;
}

#right-side
{
    position: relative;
    float: right;
    width: 644px;
    height: 421px;
    margin-right: 3px;
}

#content-top
{
    float: left;
    width: 630px;
    height: 30px;
    margin-top: 20px;
    margin-left: 14px;
    background: url('gfx/content-top.png');
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}

#title
{
    position: absolute;
    top: 0;
    left: 0;
    width: 610px;
    padding-left: 34px;
    margin: 0;
}

#content-middle
{
    float: left;
    width: 610px;
    height: 330px;
    padding: 10px;
    margin-left: 14px;
    background: url("gfx/content.png") repeat-y;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}

#content
{
    position: absolute;
    float: left;
    top: 50px;
    right: 0px;
    width: 590px;
    height: 330px;
    padding: 0px 20px 10px 20px;
    margin-top: 10px;
    margin-left: 14px;
    text-align: justify;
    line-height: 1.5em;
    overflow: auto;
}

#content-bottom
{
    float: left;
    width: 630px;
    margin-left: 14px;
    height: 21px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(opacity=50);
}

h1
{
    text-align: center;
    font-size: 28px;
}

#title h1
{
    color: #7F7F7F;
    letter-spacing: 1ex;
    margin: 26px 0 0 0;
}

h2
{
    font-size: 24px;
    margin: 19px 0;
}

h3
{
    font-size: 22px;
}

h4
{
    font-size: 18px;
}

h5
{
    margin: 10px 0;
    font-size: 16px;
}

h6
{
    margin: 0;
    font-size: 10px;
    font-style: italic;
    color: #7F7F7F;
}

#side_menu ul.main a
{
    margin: 0;
    display: block;
    width: 180px;
    height: 51px;
    padding-top: 24px;
    padding-left: 10px;
    color: #000000;
    font-size: 24px;
    text-decoration: none;
}

#side_menu ul.main a:hover, #side_menu ul.main a:focus, #side_menu ul.main a:active
{
    margin-left: -44px;
    width: 178px;
    padding-left: 52px;
    padding-top: 22px;
    height: 49px;
    border: 2px solid #000000;
}

#a1:hover, #a1:focus, #a1:active
{
    background-color: #70AF54;
}

#a2:hover, #a2:focus, #a2:active
{
    background-color: #57AFA3;
}

#a3:hover, #a3:focus, #a3:active
{
    background-color: #D2BCAF;
}

#a4:hover, #a4:focus, #a4:active
{
    background-color: #D98839;
}

#a5:hover, #a5:focus, #a5:active
{
    background-color: #833C8A;
}

#rect1
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 50px;
    border: 2px solid #000000;
    background-color: #70AF54;
}

#rect2
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 50px;
    border: 2px solid #000000;
    background-color: #57AFA3;
}

#rect3
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 50px;
    border: 2px solid #000000;
    background-color: #D2BCAF;
}

#rect4
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 50px;
    border: 2px solid #000000;
    background-color: #D98839;
}

#rect5
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 82px;
    height: 50px;
    border: 2px solid #000000;
    background-color: #833C8A;
}

#side_menu ul.main
{
    padding-left: 44px;
    /*display: block; niepotrzebne? */
    margin-top: 80px;
    margin-left: 0;
    list-style: none;
    background: url("gfx/menu-left.png") no-repeat;
    font-family: 'Arial Narrow';
}

#side_menu ul.main li
{
    display: block;
    width: 190px;
    height: 75px;
    margin-bottom: 23px;
    padding: 0;
}

#side_menu ul.sub
{
    padding-left: 30px;
    margin-top: 194px;
    margin-left: 0;
    list-style-type: disc;
    background: url('gfx/button.gif') no-repeat 0px 3px;
    font-size: 20px;
}

#side_menu ul.sub li
{
    font-size: 18px;
    margin-left: 10px;
    padding-top: 10px;
    font-family: 'Arial Narrow';
    color: #57AFA3;
}

#side_menu ul.sub li a
{
    text-decoration: none;
    color: #000000;
}

/* pewnie do wywalenia
#top_menu ul
{
    display: block;
    width: 630px;
    height: 30px;
    padding: 10px 0px 0px 0px;
    margin: 0;
    list-style: none;
    background: url('gfx/menu-top.png') no-repeat;
}

#top_menu ul li
{
    float: left;
    margin-right:25px;
    padding: 0;
}

#top_menu ul li.last
{
    margin: 0;
}

#top_menu ul li a
{
    text-align: center;
    text-decoration: none;
    color: #000000;
    display: block;
    padding-top: 8px;
    width: 106px;
    height: 22px;
}

#top_menu ul li a:hover, #top_menu ul li a:focus, #top_menu ul li a:active
{
    margin-top: -10px;
    padding-top: 17px;
    width: 104px;
    height: 21px;
    border: 1px solid #000000;
}
end of pewnie do wywalenia */

#small_side_menu ul
{
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    background: url("gfx/menu-small.png") no-repeat;
}

#small_side_menu ul li
{
    display: block;
    width: 30px;
    height: 75px;
    margin-bottom: 23px;
    padding: 0;
}

#small_side_menu a
{
    margin: 0;
    display: block;
    width: 10px;
    height: 75px;
    color: #000000;
    text-decoration: none;
}

#small_side_menu a span
{
    display: none;
    font-weight: bold;
}

#small_side_menu a:hover, #small_side_menu a:focus, #small_side_menu a:active
{
    width: 80px;
    height: 43px;
    border: 2px solid #000000;
    padding: 28px 5px 0px 15px;
}

#small_side_menu a:hover span, #small_side_menu a:focus span, #small_side_menu a:active span
{
    display: inline;
}

#content ul.circles
{
    padding-left: 150px;
    list-style: none;
    font-size: 26px;
}

#content ul.circles li
{
    margin-top: 10px;
    padding: 0px 0px 20px 30px;
    background: url('gfx/button.gif') no-repeat;
}

#content ul.circles li.li2
{
    background: url('gfx/button2.gif') no-repeat;
}

#content li a
{
    text-decoration: none;
    color: #000000;
}

#content li a:hover, #content li a:focus, #content li a:active
{
    color: #7F0000;
}

#content a
{
    color: #7F0000;
}

#content img.small_photo
{
    float: left;
    height: 128px;
    padding-right: 15px;
}

#content div.portrait
{
    float: left;
    margin: 15px;
    padding: 30px 0 40px 0;
    width: 255px;
    height: 230px;
    text-align: center;
    position: relative;
}

#content div.portrait a
{
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}

#content div.portrait a img
{
    display: block;
    max-width: 192px;
    height: 192px;
    margin: 0 auto;
    border: 1px solid #000000;
}

#content table.external_links
{
    margin-top: 20px;
}

#content table.external_links a img
{
    border: 1px solid #000000;
    width: 150px;
    margin-right: 15px;
}

#content table.external_links h4
{
    margin: 0;
}

#content table.external_links p
{
    line-height: 1em;
    margin-top: 7px;
}

#content a.external
{
    text-decoration: none;
    color: #000000;
}

#dot_menu
{
    position: absolute;
    left: 310px;
    bottom: 0;
    height: 30px;
}

#dot_menu a
{
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 15px;
    text-decoration: none;
    color: #000000;
}

#dot_menu a span
{
    display: none;
}

#dot_menu a:hover span
{
    position: absolute;
    bottom: 30px;
    left: 0px;
    display: block;
    background-color: transparent;
}

