/**
 * Reset van opmaak.
 */

body { 
margin: 0; 
padding: 0;
background: #078dcb url("http://www.nsenschede.nl/app/webroot/img/background.gif");
font: normal 12px/24px "Trebuchet MS", Tahoma, Arial, sans-serif;
text-align: center;
}

div#body-gradient {
width: 100%;
background: url("http://www.nsenschede.nl/app/webroot/img/body-gradient.gif") repeat-x top left; 
}

hr {
height: 0;
width: 0;
border: 0;
}
hr#clear {
position: relative;
clear: both;
}

ul, ol {
margin:0;
padding: 0;
list-style: none;
}
