@font-face {
    font-family: 'UbuntuTitlingBold';
    src: url('UbuntuTitling-Bold-webfont.eot');
    src: url('UbuntuTitling-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('UbuntuTitling-Bold-webfont.woff') format('woff'),
         url('UbuntuTitling-Bold-webfont.ttf') format('truetype'),
         url('UbuntuTitling-Bold-webfont.svg#UbuntuTitlingBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eau_sans_book';
    src: url('eau_sans_book-webfont.eot');
    src: url('eau_sans_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('eau_sans_book-webfont.woff') format('woff'),
         url('eau_sans_book-webfont.ttf') format('truetype'),
         url('eau_sans_book-webfont.svg#UbuntuTitlingBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
		text-align: center;
		font-family: Arial;
		font-size: 15px;
	}

a {}
a:link {color:black;text-decoration: none}
a:visited {color: black;text-decoration: none}
a:focus {color: black;text-decoration: none}
a:hover {text-decoration: none; color: black;text-decoration: none}
a:active {color: #3399ff;text-decoration: none}

#main {
width: 1000px;
margin: 0 auto;
text-align: center;
}



.mainmenu  {
	font: 15px/15px 'UbuntuTitlingBold', Arial, sans-serif;
	letter-spacing: 0;
	line-height: 200%;
}

h1  {
	font: 15px/15px 'eau_sans_book', Arial, sans-serif;letter-spacing: 0;
	line-height: 100%;
	color: #3399ff;
}

.globalstoeldetails  {
	font: 12px/12px 'eau_sans_book', Arial, sans-serif;letter-spacing: 0;
	line-height: 100%;
}

.filteroption {
	font: 12px/12px 'eau_sans_book', Arial, sans-serif;letter-spacing: 0;
	line-height: 100%;
	color: #3399ff;
	cursor:pointer;
}

.filteroption_disabled {
	font: 15px/15px 'eau_sans_book', Arial, sans-serif;letter-spacing: 0;
	line-height: 100%;
	color: #000000;
	cursor:pointer;
}

.filteroption_enabled {
	font: 15px/15px 'eau_sans_book', Arial, sans-serif;letter-spacing: 0;
	line-height: 100%;
	color: #3399ff;
	cursor:pointer;
}

.prevnext{
	cursor:pointer;
}

.leesmeer{
	cursor:pointer;
}

.thumb_chair_disabled
 {
 opacity:0.2;
 filter:alpha(opacity=20); /* For IE8 and earlier */
 }
.thumb_chair_enabled
 {
 opacity:1.0;
 filter:alpha(opacity=100); /* For IE8 and earlier */
 cursor: pointer;
 }
