	/* # CONTENT # */

/* content box */

.content_bl {width: 220px; float: left; margin: 0px 0px 0px 45px; border: black solid 1px;}
.content_tr {padding: 8px 8px 8px 8px; }
.content_clear {font-size: 1px; height: 1px; }

/*
.content_bl {background: url(img/bl.png) 0 100% no-repeat white; width: 220px; float: left; margin: 0px 0px 0px 45px;}
.content_br {background: url(img/br.png) 100% 100% no-repeat; }
.content_tl {background: url(img/tl.png) 0 0 no-repeat; }
.content_tr {background: url(img/tr.png) 100% 0 no-repeat; padding: 8px;}
.content_clear {font-size: 1px; height: 1px; }
*/

#content {
float: left;
width: 840px;
margin: 10px 0px 20px 0px;
padding: 10px 0px 10px 0px;
border-bottom: 0px solid black;
background: white;
/* background-image: url('img/content.jpg'); */
/* background-repeat: repeat-y; */
/* background-position: 684px -30px; */
}

#content img {
margin: 0px -8px 0px 2px;
float: right;
border: 1px solid black;	
}

/* ### TYPO CONTENT ### */

#content .readmore{
text-align: right;
margin: 0;
}

#content h1 {
font-size: 12pt;
margin: 0px 0px 0.5em 0px;
text-align: left;
}

#content p {
font-size: 10pt;
margin: 0px 0px 0px 0px;
}

#content a:hover {
color: blue;
text-decoration: underline;
}



