body     {
        font-family: Verdana, sans-serif;
        line-height: 1;
}

h1, h2, h3, h4   {
        font-family: "Palatino Linotype", Georgia, serif;
}

p       {
        margin: 8px;
        font-size: 70%;
        line-height: 1.4;
}

h1     {
       font-size: 150%;
}

h2     {
       font-size: 130%;
       margin: 8px;
}

h3     {
       font-size: 100%;
       margin: 8px;
       font-weight: normal;
}

h4     {
       font-size: 90%;
       margin: 8px;
}

h5     {
       font-size: 90%;
}

/* Links  */

a       {
        text-decoration: none;
        color: #960;
}

a.gd    {
        text-decoration: none;
        color: #000;
}

a:visited   {
        color: maroon;
}

a:hover   {
        text-decoration: underline;
}

/* dit stuk definieert de basisstructuur de drie kolommen plus header en footer  */


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 800px;
	background: #fffff2;
}

#header {
	margin: 0;
        border-bottom: 1px solid;

}

#side-a {
	float: left;
	width: 340px;
}

#side-b {
	float: right;
	width: 230px;
}

#content { 
	float: left;
	width: 28%;
        margin: 0 0 20px 0;
        border-right: solid 1px #bbb;
        background-color: #ffffd1;
}

#footer {
	clear: both;
        padding: 20px 0 0 0;
        border-top: solid 1px #bbb;
}

/* einde basisstructuur */




#kop    {
        text-align: right;
        margin-bottom: 50px;
       
}

#foot  {
        text-align: center;
        font-size: 60%;
}        

#blog   {
        text-align: left;
        margin-bottom: 73px;
        margin-top: 51px;
}

#artikelkolom    {
        text-align: left;
        margin-bottom: 73px;
}        

.zoek   {
        margin: 30px 0 0 8px;
}


.entry         {
               margin: 8px;
}

.postinfo      {
               font-family: Georgia, sans-serif;
               font-size: 90%;
}

/* inspringen voor de lees verdertjes in side a */
.sam     {
         margin: 0 0 0 230px;
}

/* inspringen voor de leesverdertjes in blogkolom */
.samblog   {
         margin: 0 0 0 130px;
}


/* andere kleur voor de lees verdertjes */
.leeslink  {
           color: #520;
}

.catlink  {
           color: #520;
           font-family: "Palatino Linotype", Georgia, serif;
           font-size: 80%;
           line-height: 1;
}

.col       {
        margin: 8px;
        font-size: 70%;
        line-height: 1;
}

.margelijst   {
           margin: 60px 0 50px 0;
}

.plaatjes   {
            height: 90px;
            width: 90px;
            float: right;
            margin: 6px 0 0 4px;
}

.fotorechts     {
            float: right;
            margin: 6px 0 6px 6px;
}

.fotolinks      {
            float:left;
            margin: 6px 6px 6px 0;
}

.collijst   {
           text-align: right;
}