/** BASIC */
 
 body {
 	margin: 0px;
 	padding: 0px;
 	background: #FFFFFF url(http://www.variowinkel.nl/foto/546/banner15.jpg) repeat-x left top;
 }
 
 /** FORMS */
 
 form {
 	margin: 0px;
 	padding: 0px;
 }
 
 /** HEADINGS */
 
 h1, h2, h3, h4, h5, h6 {
 	margin: 0px;
 }
 
 /** TEXTS */
 
 body, th, td, input, textarea, select {
 	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
 	color: #333333;
 }
 
 p, blockquote, ul, ol, dl {
 	margin-top: 0px;
	margin-bottom: 1em;
 	line-height: 16px;
 }
 
 .text1 {
 	width: 166px;
 	height: 21px;
 	padding: 6px 0px 0px 0px;
 	background: url(http://www.variowinkel.nl/foto/546/banner16.jpg) no-repeat left top;
 	font-size: 11px;
 	color: #FFFFFF;
 	text-align: center;
 }
 
 .text2 {
 	margin-bottom: 10px;
 	font-size: 11px;
 }
 
 .text3 {
 	text-align: center;
 	color: #A1A1A1;
 }
 
 .text4 {
 	width: 166px;
 	height: 21px;
 	padding: 5px 0px 0px 16px;
 	font-size: 11px;
 	color: #FFFFFF;
 }
 
 
 /** LISTS */

 .list3 {
 	margin: 0px;
 	padding: 0px;
 	list-style: none;
 	line-height: normal;
        border-top-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: #000000;
 }


 .list1 {
 	margin: 0px;
	padding: 15px 8px 15px 16px;
 	list-style: none;
 	line-height: 20px;
        border-right-style: solid;
        border-left-style: solid;
        border-bottom-style: solid;
        border-width: 0px 1px 1px 1px;
        border-color: #CE0000;
 }
 
 .list1 li {
 	display: inline;
 }
 
 .list1 a {

	padding: 8px 0px 0px 0px; 
 	text-decoration: none;
 	color: #434343;
 }
 
 .list1 a:hover {
 	text-decoration: underline;
 }
 
 .list1 .last a {
 	margin-bottom: 10px;
 	background-image: url(http://www.variowinkel.nl/foto/546/banner18.jpg);
 }
 
 .list2 {
 	margin: 0px;
 	padding: 0px;
 	list-style: none;
 	line-height: normal;
 }
 
 .list2 li {
 	display: inline;
 }
 
 .list2 a {
 	display: block;
 	width: 238px;
 	height: 32px;
 	margin: 0px 0px 5px 0px;
 	padding: 10px 0px 0px 15px;
 	background: url(http://www.variowinkel.nl/foto/546/banner19.jpg) no-repeat left top;
 	color: #434343;
 }
 
 /** LINKS */
 
 a {
 	color: #333333;
 }
 
 a:hover {
 	text-decoration: none;
 }
 
 .link1 {
 	color: #7A7B7B;
 }
 
 .link2 {	
 	text-align: center;
 	text-decoration: none;
 	font-weight: bold;
 	color: #FFFFFF;
 }
 
 .link3 {
 	display: block;
 	height: 20px;
 	padding: 5px 0px 0px 20px;
 	background: url(http://www.variowinkel.nl/foto/546/banner20.jpg) no-repeat left top;
 	text-decoration: none;
 	font-weight: bold;
 	color: #FFFFFF;
 }
 
 .link3:hover {
 	text-decoration: underline;
 }
 
 /** STYLES */
 
 .style1 {
 }
 
 .style1 a {
 }
 
 .style1 a:hover {
 }
 
 /** BACKGROUNDS */
 
 .bg1 { background: url(http://www.variowinkel.nl/foto/546/banner21.jpg) repeat-x left top; }
 .bg2 { background: url(http://www.variowinkel.nl/foto/546/banner12.jpg) repeat-x left top; }
 
 /** 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: 1px;
 }
 

input.send-btn {
width: 130px;
height: 25px;
background: #333 url(/img/btn-send.gif) no-repeat;
outline: none;
}
input.send-btn:hover {
background: #666 url(/img/btn-send.gif) no-repeat 0 -25px;
}

.button {
    border: 0px solid #FFF;
    background: #990000;
 	color: #FFFFFF;
 	font-weight: bold;
    height: 19px;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 6px 8px 10px 8px;
    text-align: right;
}
br { clear: left; }
