/*This stylesheet contains all the standard properties cq settigns for objects on the whole site.
  So no tags sorted on ids or classname will be set here. To do that use, the mainlayout.css style or
  one of the other css stylesheets,.. cq contact.css, nieuws.css, nieuwsbrief.css, rest.css, ... */
  
a,a:hover { text-decoration: underline; }
	a {	color:black; }
	a:hover {	color:red; }

body {
	border: 0px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: 'News sdGothic LT', Arial, Helvetica, sans serif;
	font-size: 8pt;
	font-style: normal;
	color: #3f3f3f;
/*	background-image: url(../img/shadow.gif); */
	background-repeat: repeat-y;
	background-position: 778px 0px; 
	background-position: top center; 
}

h1 {
	margin:0px;
	padding:0px;
}

hr {
}

img {
	border:0;
}

p {
}

table {
}

td {
}

ul, ol {
	list-style-type:square;
	list-style-image:url(../img/arrow.gif);
	margin-left:-20px;
	_margin-left:15px; 
}

li {
	margin-top:0px;
	margin-bottom:0px;
}

td.a_menu {
	border: 1px solid red;
	width: 240px;
	overflow: hidden;
	background-color: yellow;
}

td.a_content {
	border: 1px solid blue;
	width: 530px;
	overflow: hidden;
	background-color: green;
}

div.main div#header {
	width: 775px;
	clear: both;
	height: auto;
}

div.main div#footer {
	width: 775px;
	clear: both;
	height: 30px;
}

div.main div#wrapper {
	width: 780px;
}


div.main div#wrapper div#menu_alsosee {
	float: left;
	width: 240px;
	margin: 0;
	overflow: hidden;
}



div.main div#wrapper div#main_content {
	float: left;
	width: 530px;
	margin: 0;
	overflow: hidden;
}

