@import url("css/lightbox.css");

*
{
    border: 0;
}

a
{
    text-decoration: none;
    color: black;
}

a:hover
{
    color: orange;
    text-decoration: underline;
}

body
{
    font-family: Tahoma,Verdana,times;
    font-variant: small-caps;
}

td
{
    text-align: center;
}

body.frontpage
{
    background-color: orange;
    background-image: url(pics/main.jpg);
    background-repeat: no-repeat;
}

body.mainpage
{
    background-color: #7b6b88;
    background-image: url(pics/main2.jpg);
    background-repeat: repeat-y;
}

div.main_menu 
{
    background-repeat: no-repeat;
    font-family: Garamond,Georgia,Courier,times;
    font-variant: small-caps;
    font-size: 30px;
    font-weight: 600;
    display: inline;
    position: absolute;
    height: 56px;
    width: 237px;
    text-align: center;
    padding: 4px;
}

div.main_menu a 
{
    text-decoration: none;
    color: Black;
}

#main_mp3
{
    top: 495px;
    left: 350px;
}

#main_youtube
{
    top: 240px;
    left: 350px;
}

#main_wejscie
{
    top: 360px;
    left: 350px;
}

#main_wejscie a
{
    color: #324C97;
}

#main_newsy
{
    top: 635px;
    left: 350px;
}

#main_fotki
{
    top: 360px;
    left: 990px;
}

#main_kontakt
{
	position: absolute;
	top: 675px;
    left: 650px;
}
#main_kontakt a
{
	text-decoration: underline;
	color: #8e1b80;
}

div.menu
{
    float: left;
    width: 15%;
    padding-top: 20px;
}

div.menuitem
{
    padding: 0 1em 0 1em;
}

div.menuitem a
{
    font-family: Tahoma,Verdana, Times;
    font-size: 1.3em;
    text-decoration: none;
    font-variant: small-caps;
    color: Black;
}

div.active a
{
    font-weight: bold;
    color: orange;
}

div.content
{
    float: right;
    width: 84%;
}