/* Layout strony */

body
{
    background-color: #252525;
    background-repeat: repeat-x;
    font-family: Verdana;
    line-height: 15px;
	font-size: 12px;
	color: #212121; 
}

p
{
    text-align: justify;
}

a
{
    color: #e21823;
    text-decoration: none;
}

a:link
{
    color: #3b57d0;
    text-decoration: none;
}

a:active
{
    color: #3b57d0;
    text-decoration: none;
}

a:hover
{
    color: black;
    text-decoration: none;
}

a:visited
{
    color: #e21823;
    text-decoration: none;
}

.linkSpecial
{
    color: #afafaf;
    text-decoration: none;
}

.linkSpecial:link
{
    color: #afafaf;
    text-decoration: none;
}

.linkSpecial:active
{
    color: #afafaf;
    text-decoration: none;
}

.linkSpecial:hover
{
    color: #fafafa;
    text-decoration: underline;
}

.linkSpecial:visited
{
    color: #afafaf;
    text-decoration: none;
}

.error
{
    font-weight: bold;
    color: red;
}

.center
{
    margin: 0 auto;
    text-align: center;
}

.page
{
    width: 800px;
    margin: 0 auto;
}

.content
{
    width: 800px;
    margin: 0 auto;
    position: relative;
}

.contentWrapper
{
    width: 970px;
    background-color: inherit;
    margin-left: -85px;
}

.backgroundImage
{
    z-index: -1;
    margin-left: -174px;
}

.clear
{
    clear: both;
}

.loginSmall
{
    position: absolute;
    top: 0;
    right: 0;
    display: inline;
    color: #afafaf;
    margin: 6px;
}

    /* Menu */

.menuTop
{
    height: 32px;
    background-color: inherit;
}

.menuBottom
{
    height: 26px;
    background-color: black;
    background-image: url("images/layout/menuBottom/body.png");
    background-repeat: repeat-x;
}

.menuLine
{
    margin: 0;
    padding: 0;
    height: 2px;
    width: 100%;
    border: none;
    background-color: #b70202;
}

.menuButton
{
    margin: 0;
    padding: 0;
    border: 0;
    display: inline;
    float: left;
}

    /* Logo */
    
.logoSplitter
{
    height: 105px;
    background-image: url("images/layout/logoBody.png");
    position: relative;
    background-repeat: no-repeat;
}

.logo
{
    margin: 18px -39px;
    display: inline;
    border: 0;
    position: absolute;
    z-index: -1;
}

.logoRear
{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 2px;
}



/* Linki */

.linkTitle
{
    color: #f6a03c;
    font-size: 12px;
    font-family: Verdana;
    display: block;
}

a.linkGroup
{
    margin-left: 0px;
    color: #f6a03c;
    text-decoration: none;    
}

.linkGroup
{
    margin-left: 10px;
    color: #f6a03c;
    font-size: 10px;
    font-family: Verdana;
}

/* Stopka */

.footer
{
    padding: 4px;
    clear: both;
    height: 25px;
    position: relative;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
    width: 100%;
}

.footerIcon
{
    border: 0;
    margin: 2px;
}

.footerIcons
{
    bottom: 5px;
    position: absolute;
    margin-left: 6px;
}

.footerCopyright
{
    bottom: 9px;
    position: absolute;
    margin-left: 6px;
    right: 18px;
}

.footerTrim
{
    width: 800px;
    height: 16px;
    background-image: url("images/layout/footerTrim.png");
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
}

.revoc 
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #e5203d;
}

.revoc2
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #e21823;
}


/* Admin */

.adminMenuPos
{
    font-weight: bolder;
}

/* Galeria */

.galleryTable
{
    margin: 0 auto;
}

.galleryTable td
{
    width: 240px;
}

.galleryTable td img
{
    margin: 0 auto;
    cursor: pointer;
}

/* Dodane przez Zbych */
.Image2
{
    cursor: pointer;
    border: solid;
    border-width: 1px;
    border-color: gray;
    margin: 1px;
}
/* Dodane przez Zbych */
.title
{
    font-family: Verdana;
	font-size: 20px;
	color: #212121; 
	font-weight: bold;
}

/* Przyciemnienie */

.lightBoxContent
{
    text-align: center;
}






















