﻿body
    {
        background-image: url(/images/general/background.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-attachment: fixed;
        color: #505050;
        font-family: Verdana;
        font-size: 10px;
    }

td
{
vertical-align: top;
}


    
    .menuicon
    {
        border: 1px solid #505050;
    }
    
    a
    {
        text-decoration: none;
        color: #808080;
    }
    
    a:hover
    {
        text-decoration: none;
        color: #000000;
    }
    
    a.menuitem  img 
    {
        filter:alpha(opacity: 60);
        -moz-opacity: 0.6;
        opacity: 0.6;

    }

    a.menuitem:hover img 
    {
        filter:alpha(opacity: 100);
        -moz-opacity: 0.99;
        opacity: 0.99;
    }

   .menubox
   {
    display: none;
    font-size: 12px;
    font-variant:small-caps;
    font-weight: bold;
    color: #808080;
    padding-left: 2px;
   }   
   



#pgTop
{
    z-index: 1;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 130px;
}

#pgLogo
{
    z-index: 2;
    position: fixed;
    top: 0px;
    right: 290px;
}

#pgMenu
{
    z-index: 3;
    position: fixed;
    top: 55px;
    right: 30px;
}

#pgHeadline
{
    z-index: 4;
    position: fixed;
    top: 100px;
    left: 30px;
    font-size: 12px;
    letter-spacing: 2px;

}

#pgContent
{
    z-index: 0;
    position: absolute;
    left: 30px;
    top: 130px;
    width: 480px;
}

#pgCopyright
{
    z-index: 10;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.copyrightUrl
{
    font-size: 9px;
    text-decoration: none;
    color: #c0c0c0;
}

.Headline
{
    font-weight: bold;
    font-size: 15px;
    font-variant:small-caps;
}



.newsItem 
{
}

.newsDate 
{
    font-weight: bold;
}

.newsHeadline 
{
    font-weight: bold;
}

.newsText 
{
    text-align: justify;
}

h1
{
    font-size: 12px;
    letter-spacing: 2px;
    padding: 0px;
    margin: 0px;
}

h2
{
    font-size: 11px;
    letter-spacing: 2px;
    padding: 0px;
    margin: 0px;
}

h3
{
    font-size: 11px;
    padding: 0px;
    margin: 0px;
}

.ReleaseArtist
{
    font-weight: bold;
    letter-spacing: 2px;
}

.ReleaseTitle
{
    letter-spacing: 2px;
}

.ReleaseCat
{
}

.ReleaseFormat
{
    font-style:italic;
}

.ReleaseLabel
{
}

.TrackPosition
{
  color: #808080;
}

.TrackArtist
{
	color: #505050;
    font-weight: bold;
}

.TrackTitle
{
}

.TrackVersion
{
	font-style:italic;
}

.TrackLabel
{
}

.Cover
{
    width: 300px; 
    border: 1px solid  #808080;
}

.TableHead
{
    font-weight: bold;
}

.mainItem
{
  font-weight: bold;
}
