html {
    height: 100%; /*make scrollbar visible everytime */
}

body {
    margin: 0px;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    background: #FDFDFD url("../img/background.jpg") no-repeat;
}

a {
    color: #FFF;
}

img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

/* MENU-DIV (LEFT) ###########################################################*/

#left {
    width: 510px;
    height: 160px;
    color: #FFF;
    margin-top: 250px;
    position: absolute;
    background: url("../img/logo.png") no-repeat;
}

#menu_main {
    position: absolute;
    left: 130px;
    bottom: 20px;
    width: 80px;
}

#menu_main a{    
    text-decoration: none;
    font-variant: small-caps;
}

#menu_sub {
    background: #111;
    position: absolute;
    left: 210px;
    bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

#menu_sub a{
    text-decoration: none;
    font-variant: small-caps;
}

ul.menu {
    list-style-type: none;
    margin: 0px;
    padding: 0px;    
}

li.active {
    background: #111;
    padding-left: 5px;
}

/* CONTENT-DIV (RIGHT) #######################################################*/

#right { 
border:0 solid #000000; 
margin-left:500px; 
margin-top:235px;
padding:10px;
position:absolute;
width:480px;
}

#right h1 {
    font-weight: bold;
    color: #000;
    font-variant: small-caps;
    font-size: 17px;
    line-height: 1px;
}

#right h2 {
    font-weight: normal;
    font-variant: small-caps;
    color: #A00;
    font-size: 11px;
}

#right p {
    color: #000;
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
    text-align: justify;
}

#right a {
    text-decoration: none;
    font-weight: bold;
}

div.imgcontainer {
    position: relative;
    border: 0px solid #000;
    margin: 2px 2px 0px 0px;
    padding: 0px;
    text-align: center;
    height: 150px;
    width: 150px;
    float: left;
}

div.imgcontainer img {
    border: 0px;
}

div.catcontainer {
    position: relative;
    border: 0px solid #000;
    margin: 2px 2px 0px 0px;
    padding: 0px;
    text-align: center;
    height: 164px;
    width: 150px;
    float: left;
    font-size: 10px;
    color: #000;
}
div.catcontainer a {
    color: #000;
}
div.catcontainer img {
    border: 0px;
    border-bottom: 1px solid #000;
}