/* CSS Document */

/* General elements */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.6em;
	margin: 0px;
	text-align:left;
	background-color:#FFF;
}
a {
	color: #333;
	text-decoration :underline;
}
a:hover {
	color: #F60;
	text-decoration: underline;
}
img {
	border: none;
}
hr {
	border: none; 
	border-bottom: 1px solid #DCDCDC;
	height: 0;
}
hr.textpage{
	border: none; 
	border-bottom: 1px solid #DCDCDC;
	height: 0;
	margin-top:7px;
}
ul {
	margin: 5px 0;
	padding-left: 0;
}
ul li {
	margin-left: 15px;
	padding-left: 0;
}
ol{
	margin:0px;
	padding:0px;
}
ol li{
	margin:0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
	float:left;
}
ol li span{
	float:right;
}
h1, h2 {
	font-size: 2.2em;
	margin:2px 0px 5px 0px;
	font-weight:normal;
	color: #CCC;
}
h3{
	font-size:1.4em;
	color:#333;
	padding:0px;
	margin:0px;
	font-weight:normal;
}
h4{
	font-size:1.2em;
	color:#666;
	margin:10px 0px 0px 0px;
	font-weight:bold;
}
p{
	margin:0px 0px 15px 0px;
	padding:0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	text-align: left;
	vertical-align: top;
}
abbr {
	border:none;
}
.stopFloat{
	clear:both;
}
.clearing {
	font-size:1px;
	line-height:1px;
	clear:both;
}
.floatRight{
	float:right;
}
.floatLeft{
	float:left;
}
/*/////////////////////////////////////////////////////////////////////MAINCONTAINERS*/
.main{
	width:833px;
	margin: 0px auto 0px auto;
	text-align: left;
}
.leftColumn{
	width:355px;
	float:left;
}
.leftColumn img{
	margin:0px 0px 0px 40px;
}
.rightColumn{
	width:475px;
	float:right;
	margin:3px 0px 20px 0px;
}
/*/////////////////////////////////////////////////////////////////////HEADING*/
.heading{
	margin:10px 0px 0px 0px;
	background-image:url(../images/bg_productteaser.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	height:132px;
	font-size:11px;
}
.heading2{
	background-color:#B0B1B3;
}
.heading3{
	background-color:#D47E1F;
}
.heading4{
	background-color:#CA5291;
}
.heading5{
	background-color:#ACC133;
}
.heading6{
	background-color:#531C81;
}
.heading7{
	background-color:#009CDD;
}
.heading .cornerTopLeft {
	background-image:url(../images/hoek_linksboven.gif);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:left;
	margin:-1px 0px 0px -1px;
}
.heading .cornerTopRight{
	background-image:url(../images/hoek_rechtsboven.gif);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:right;
	margin:-1px -1px 0px 0px;
}
.heading .cornerLeft {
	background-image:url(../images/hoek_linksonder.gif);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:left;
	margin:-4px 0px 0px -1px;
	font-size:0px;
}
.heading .cornerRight {
	background-image:url(../images/hoek_rechtsonder.gif);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:right;
	margin:-4px -1px 0px 0px;
	font-size:0px;
}
.heading .content{
	height:132px;
}
.title1{
	position:absolute;
	text-indent:-9999px;
	z-index:10;
	height:15px;
	width:221px;
	margin:33px 0px 0px 240px;
	float:right;
	background:url(../images/img_whatis_2.png) top right no-repeat;
}
.title2{
	position:absolute;
	text-indent:-9999px;
	z-index:10;
	height:15px;
	width:221px;
	margin:33px 0px 0px 240px;
	float:right;
	background:url(../images/img_whatis_1.png) top right no-repeat;
}
.adress{
	position:absolute;
	z-index:20;
	height:76px;
	width:376px;
	margin:60px 0px 0px 10px;
}
.payOff{
}
/*//////////////////////////////////////////////////////////////////////MAINMENU*/
.mainMenu{
	height:23px; 
    margin:0px 0px 12px 0px; 
    padding:0px; 
}

.mainMenu ul{
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	display:block;
	width:833px;
}
.mainMenu ul li{
	list-style: none;
	padding:0;
	margin: 0;
	background-color:#E0E0E1;
	list-style:none !important;
	background-image:none !important;
	font-size:11px;
	font-weight:bold;
	float:left;
}
.mainMenu ul li a{
	color:#FFF;
	text-decoration:none;
	padding:2px 0px 3px 6px;
	display:block;
	float:left;
	width:113px;
}
.mainMenu ul li a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
.mainMenu ul li.one a, .mainMenu ul li.one a:hover{
	background-color:#000 !important;
}
.mainMenu ul li.two a, .mainMenu ul li.two a:hover{
	background-color:#B0B1B3 !important;
}
.mainMenu ul li.three a, .mainMenu ul li.three a:hover{
	background-color:#D47E1F !important;
}
.mainMenu ul li.four a, .mainMenu ul li.four a:hover{
	background-color:#CA5291 !important;
}
.mainMenu ul li.five, .mainMenu ul li.five:hover{
	background-color:#ACC133 !important;
}
.mainMenu ul li.six a,.mainMenu ul li.six a:hover{
	background-color:#531C81 !important;
}
.mainMenu ul li.seven a, .mainMenu ul li.seven a:hover{
	background-color:#009BDA !important;
}
.mainMenu .menuShade ul li a{
background:url(../images/bg_menushim.gif) 0px 23px repeat-x;
	padding-bottom:14px;
}
.mainMenu .menuShade ul li a.selected{
background:url(../images/bg_menushadow.gif) 0px 23px repeat-x;
	background-color:transparant;
}
.mainMenu .menuShade ul li a:hover{
	background:url(../images/bg_menushadow.gif) 0px 23px repeat-x;
	background-color:transparant;
}
/*////////////////////////////////////////////////////////////////////////////CONTENT*/
ul{
	margin: 0px;
	padding: 0px;
}
ul li{
	margin:0px;
	padding: 0px 0px 0px 12px;
	list-style:none;
	background:url(../images/icn_listimg.gif) left no-repeat;
}
/*////////////////////////////////////////////////////////////////////////////////FORM*/
form{
	margin:5px 0px 0px 0px;
	background-color:#D47E1F;
	color:#000;
}
form .cornerTopLeft {
	background-image:url(../images/hoek_linksboven.gif);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:left;
	margin:-1px 0px 0px -1px;
}
form .cornerTopRight{
	background-image:url(../images/hoek_rechtsboven.gif);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:right;
	margin:-1px -1px 0px 0px;
}
form .cornerLeft {
	background-image:url(../images/hoek_linksonder.gif);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:left;
	margin:-4px 0px 0px -1px;
	font-size:0px;
}
form .cornerRight {
	background-image:url(../images/hoek_rechtsonder.gif);
	background-repeat:no-repeat;
	width:5px;
	height:5px;
	float:right;
	margin:-4px -1px 0px 0px;
	font-size:0px;
}
form .element label{
	width:150px;
	float:left;
}
form .check{
	float:left;
}
form .element{
	margin:3px 5px 3px 5px;
}
form input{
	height:13px;
	padding:1px 0px 2px 2px;
	font-size:12px;
	font-family:"Trebuchet MS";
	width:210px;
}
form .check{
	width:15px;
	height:15px;
	margin:0px 7px 0px 150px;
}
form .submit{
	width:75px;
	height:25px;
	margin:0px 0px 10px 0px;
}
.layoutMenu{
	margin:-15px 1px 0 205px;
	position:absolute;
	z-index:200;
}
form textarea{
	font-family:"Trebuchet MS";
	font-size:12px;
	width:210px;
	padding:1px 0px 2px 2px;
}
.required{
	color:#FF0000;
}
.pricetable{
	margin:0px 0px 15px 0px;
}
.pricetable td.prices{
	white-space:nowrap;
}
.pricetable td.nr{
	padding:0px 10px 0px 0px;
	text-align:right;
}