html {
	overflow-x: auto;
	overflow-y: scroll;
}	

	
body {
	background-image: URL(2images/achtergrond.gif);
	background-attachment: scroll;
	text-align: right;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;

}

H1 {
	color: #000000;
	font-size: 32px;
	font-family: arial; 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-weight: 100;
}

H2 {
	text-align: left;
	color: #ffffff;
	font-size: 22px;
	font-family: arial; 
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	font-weight: bold;
}

H3 {
	background: URL(2images/stip.gif) center left no-repeat;
	color: #000000;
	font-size: 32px;
	font-family: arial;
	padding: 0px 0px 0px 30px; 
	margin: 10px;
	font-weight: 100;
}

p.smal {margin: 10px; width: 500px;}

h1.nieuws_headlines {font-size:18px; font-weight:bold; color:#666666;  margin: 0px 0px 0px 0px; text-decoration:underline}
h1.nieuws_headlines:hover {color:#ff1a24;}
p.datum {font-style:italic; font-size:10px; color:#666666; margin: 0px 0px 0px 0px;}

p.nieuws_headlines {
	color: #666666;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 2px;
	margin-top: 3px;
}

a {
	color: #ff1a24;
	text-decoration: none;
}

a:Hover  {
	color : #666666;
	text-decoration: none;
}

div.header {
	height: 90px;
	position: relative;
	margin-bottom: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	color: #000000;
	font-family: arial; 
	font-size: 12px;
}

/*container waar het menu in staat */
div.menu {
	display: block;
	height: 74px;
	position: relative;
	top: 0px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	border: 0px solid #000000;
	text-align: left;
}

div.menu img {border: 2px solid #ff1a24;}

/*positionering AWM*/
div.allwebmenu {
	position: relative;
	top: 0px;
	left: 0px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/* rode balk met oa. adres */
div.rood {
	position: relative;
	padding: 0px;
	border: 1px solid #909090;
	background-color: #ff0000;
	position: relative;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	color: #ffffff;
	font-family: arial; 
	font-size: 11px;
	font-weight: bold;
}

/* gekleurde rand om de inhoud, margins van div.inhoud (hieronder) bepalen breedte */
div.inhoud_rand {
	border: 1px solid #909090;
	background-color: #f1bfc7;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
}

/* inhoud, magins bepalen breedte van de rand */
div.inhoud {
	background: #ffffff; 
	text-align: left;
	padding: 5px;
	position: relative;
	margin: 5px;
	width: 930px;
	color: #000000;
	font-family: arial; 
	font-size: 12px;
}

/* menu in header met icoontjes, disclaimer ea. */
div.menu_rechtsboven {
	position: relative;
	top: 5px;
	right: 5px;
}

/* header met wisselende plaatje en nieuwsitems */
div.nieuws_headlines {
	padding-left: 5px;
	background-color: #ffffff;
	border: 2px solid #ff1a24;
	overflow: auto;
	height: 70px;
	width: 251px;
	position: absolute;
	top: 0px;
	right: 57px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	overflow-x: hidden;
	overflow-y: auto;
}

/* tabel waarin ge-edit kan worden met cms */
table.cms {
	width: 815px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #909090;
}

table.producten {
	width: 100%; /*815px;*/
	margin-top: 0px; /*20px;*/
	margin-bottom: 0px; /*20px;*/
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #909090;
}

ul {
	color: red;
	font-size: 12px;
}


