/*===================================//
//  project : Skizzenblog            //	 
//  page    : structural css         //
//  version : 0.1                    //
//  date    : 12.02.2009	           //
//===================================*/

body
{
    background: #181818;
    color: #eee;
    font-family: Helvetica, Tahoma, Georgia, Adobe Garamond Pro, Verdana;
    font-size: 0.9em;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

/* general */

#bg
{
    background: url(images/gen_bg.gif) repeat-x;
    min-height: 817px;
    width: 100%;
}
#content
{
    /* border: 1px solid red; */
    left: 50%;
    margin: 0 0 0 -44%;
    max-height: 640px;
    position: absolute;
    top: 44px;
    min-width: 847px;
}
#headline
{
    /* border: 1px solid red; */
    float: left;
    height: 20px;
    left: 10px;
    padding: 0;
    position: absolute;
    top: 12px;
    width: auto;
}
#hlinks
{
    font: 0.97em normal;
    position: absolute;
    left: 277px;
    top: 13px;
}


/* ############################### */


a.hLink
{
    color: #eee;
    font-style: normal;
    text-decoration: none;
}
a.hLink:hover
{
    text-decoration: underline;
}







