/** BASIC */
 
 body {
 	margin: 0px;
 	padding: 0px;
 	background-color: #1B1B1B;
 }
 
 /** FORMS */
 
 form {
 	margin: 0px;
 	padding: 0px;
 }
 
 /** HEADINGS */
 
 h1, h2, h3, h4, h5, h6 {
 	margin: 0px;
 }
 
 /** TEXTS */
 
 body, th, td {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #C4C4C4;
 }

 input, textarea, select {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #000000;
 }
 
 p, blockquote, ul, ol, dl {
 	margin-top: 0px;
 	margin-bottom: 1em;
 	line-height: 18px;
 }
 
 .text1 {
 	font-size: 18px;
 	font-weight: bold;
 	color: #FFFFFF;
 }
 
 .text2 {
 	font-size: 11px;
 }
 
 .text3 {
 	padding: 2px 10px;
 	background: url(http://www.variowinkel.nl/foto/569/banner16.jpg) repeat-x left top;
 	font-style: normal;
 	color: #000000;
 }
 
 .text4 {
 	text-align: center;
 	color: #939393;
 }
 
 .text5 {
 	padding: 2px 10px;
 	background: url(http://www.variowinkel.nl/foto/569/banner16.jpg) repeat-x left top;
 	font-weight: normal;
 	font-style: normal;
 	color: #000000;
 }
 
 .text6 {
 	margin-left: 75px;
 }
 
 /** LISTS */
 
 .list1 {
 	margin-left: 0px;
 	padding-left: 0px;
 	list-style: none;
 }
 
 .list1 li {
 	padding: 10px 0px 10px 0px;
 	background: url(http://www.variowinkel.nl/foto/569/banner15.jpg) repeat-x left bottom;
 }
 
 .list1 .last {
 	background: none;
 }
 
 .list1 a {
 }
 
 /** LINKS */
 
 a {
 	color: #87CBE4;
 }
 
 a:hover {
 	text-decoration: none;
 }
 
 /** STYLES */
 
 .style1 {
 }
 
 .style1 a {
 }
 
 .style1 a:hover {
 }
 
 /** BACKGROUNDS */
 
 .bg1 { background: #313131 url(http://www.variowinkel.nl/foto/569/banner17.jpg) repeat-x left top; }
 .bg2 { background: #313131 url(http://www.variowinkel.nl/foto/569/banner18.jpg) no-repeat left top; }
 
 .bg3 { background: url(http://www.variowinkel.nl/foto/569/banner19.jpg); }
 
 /** MISC */
 
 .align-justify { text-align: justify; }
 .align-right { text-align: right; }
 
 img { border: none; }
 
 .img1 {
 	float: left;
 	margin: 3px 15px 0px 0px;
 }
 
 .img2 {
 	float: right;
 	margin: 3px 0px 0px 15px;
 }
 
 hr { display: none; }
 
 .hr1 {
 	height: 2px;
 	margin: 0px 0px 10px 0px;
 	background: url(http://www.variowinkel.nl/foto/569/banner15.jpg) repeat-x left top;
 }
 
