/* Project: Met Vriendelijke Groeten */
/* CSS Document: /css/general.css */

/* general */
body { color: #000000;
	   font-family: Tahoma;
	   font-size: 9pt;
	   background-color: #313037;
	   background-image: url('http://www.muswie.be/metvriendelijkegroeten/images/bg.png');
	   background-position: center; 
	   background-repeat: repeat-y; 
	   margin: 0px;
	   padding: 0;
	   margin-top: -1px;
	    }
	 
img { border: 0 }

a { color: #000000; text-decoration: none }
a:hover { color: #808080 }

/* div */
div#leftcolumn { position: absolute;
				 left: 50%;
				 margin-left: -300px;
				 width: 411px;
				  }

div#title { position: relative;
			left: 20px;
			font-family: Arial;
	     	font-size: 11pt;
			 }

div#text { position: relative;
		   top: 5px;
		    }
			
div.spacer { height: 20px }
			
div#rightcolumn  { position: absolute;
				   left: 50%;
				   margin-left: 112px;
				   width: 188px;
				    }

div.head { height: 17px;
		   color: #FFFFFF;
		   font-family: Arial;
		   font-size: 14px;
		   font-weight: bold;
		   padding-left: 7px;
		   padding-top: 1px;
		   margin-bottom: -1px;
		    }
div.head#news { background-color: #EFA600; }
div.head#cartoons { background-color: #A2B336; }

div.item { position: relative;
		   top: 3px;
		   margin-left: 5px;
		   margin-right: 5px;
		   margin-bottom: 10px;
		    }
div.item div#head { font-weight: bold; }
div.item div#ntext { text-indent: 12px;
					 margin-top: 3px;
					  }
div.item div#source { font-weight: bold;
					  text-align: right;
					  margin-top: 3px;
					   }
div.item div#source a { color: #000000; text-decoration: none }
div.item div#source a:hover { color: #808080 }

div#rss { margin-right: 5px;
		  padding-bottom: 2px;
		  margin-top: 15px;
		  text-align: right;
		   }
div#rss img { vertical-align: sub }
			 
/* span */
span.bold { font-weight: bold }
span.italic { font-style: italic }
span.underline { text-decoration: underline }

span.date { font-family: Tahoma;
	    font-size: 10pt;
		 }
		 
		 
/* p */
#afscheid { margin-top: 20px }