/* utf-8 */

/* ALAP */
body {
    margin: 8px 0 10px 0;
    padding: 0;
    color: #000;
    background-color: #fff;
    text-align: center; 
}
img {
    border: none;
}


#div-grafwrapper {
    margin: 0 auto;
    padding: 0;
    width: 800px;
    text-align: left;
}


#div-graf-content-holder {
    width: 800px;
    background-image: url('images/contentbg.jpg');
    background-repeat: repeat-y;
}

#div-graf-content {
    width: 700px;
    padding: 0 50px 0 50px;
}



#div-graf-footer {
    width: 800px;
}





/* POST */
.div-postholder {
    padding-bottom: 75px;
}
.div-postdate {
    padding-bottom: 10px;
    color: #999;
    font-family: Verdana;
	font-size: 9px;
}

.div-posttitle {
	color: #000;
	font-family: Helvetica;
    font-weight: bold;
	font-size: 16px;
}
.div-postcontent {
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 20px;
}
.div-postcontent img {
    border: 1px solid #000;
    padding: 10px;
}



.div-postcontent a:link {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}
.div-postcontent a:visited {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}
.div-postcontent a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}


/* NAVIG */

.div-navholder {
    width: 700px;
    padding-bottom: 25px;
}
.div-left {
    width: 350px;
    float: left;
}
.div-right {
    width: 350px;
    float: left;
    text-align: right;
}    
.div-clear {
    clear: both;
}
.div-navholder a:link {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}
.div-navholder a:visited {
    color: #999;
    text-decoration: none;
    border-bottom: 1px dotted #999;
}
.div-navholder a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 1px solid #000;
}




