body {
	margin: 0px;
	padding: 0px;
	
	background-image: url('http://www.eerselcity.nl/images/background.gif');
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #f0f0f0;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}
body, html {
    height: 100%;    
    overflow-x: hidden;
}
img {
	border: 0px;
}

a {
    color: black;
}

#container {
    width: 900px; height: 100%;
    position: absolute; left: 50%; margin-left: -450px; 
}
    #inside {
        background-color: white;
        padding: 30px;
    }
    #col1, #col2, #col3 {
        width: 260px; float: left; padding: 0px 10px 0px 10px;
    }
    
    #laatste_list {
    	list-style: none;
    	padding: 0px;
    	margin: 10px 0px;
    
    }	
    #laatste_list li{
        margin-bottom: 10px;
    }
    #laatste_list a {
        text-decoration: none;
    }
    #laatste_list h2 {
        font-size: 10px;
        margin: 0px; padding: 0px;
        height: 18px; 	
    	line-height: 18px;
    	overflow: hidden;
    	
        border-top: 1px solid #e1e1e1;
    }
    #laatste_list .item_info{
        border-bottom: 1px solid #e1e1e1;
        height: 18px; 	
        margin-bottom: 4px;
    }
    #laatste_list .date,
    #laatste_list .source {
    	display: block; float: left;
    	height: 18px; 	
    	line-height: 18px;
	
    	text-decoration: none;
    	color: #828282;
    	overflow: hidden;
    }
    #laatste_list .date a,
    #laatste_list .source a{
        color: #828282;
    }
    #laatste_list .source { float: right;}	
    
    .clear {
        clear: both;
    }
    .more {
        color: #828282; font-size: 9px;
    }
    
    #col2 .promo_img {
        width: 260px; margin: 0px 0px 30px 0px;
    }
    
    .add_table td{
        vertical-align: top; line-height: 20px;
    }
