body {
	font: 12px Arial;
	color: #505050;
	background: #fff;
	margin: 0px;
}

a {
	font-weight: bold;
	color: #f3410a;
	text-decoration: none;
	border-bottom: 1px dotted #f3410a;
}

a:hover {
	color: #c42f01;
	border-bottom: 1px dotted #c42f01;
}

h1 {
	color: #0B1E42;
	font: 24px Arial;
	font-weight: normal;
	margin-top: 0px;
	padding: 15px;
	margin-left: -5px;
}

h2 {
	color: #9d0b27;
	font: 18px "Helvetica CE 35 Thin";
	font-weight: normal;
	margin-bottom: -5px;
	margin-top: 17px;
}

p {
	line-height: 24px;
}

.container {
	margin: 0 auto;
	width: 720px;
	padding-left: 43px;
	padding-top: 10px;
	padding-right: 37px;
	border: 1px solid #E8EAED;
}

.header {
	margin: 0 auto;
	width: 755px;
	padding-left: 10px;
	padding-right: 37px;
	margin-bottom: -14px;
	padding-top: 4px;
}

	.title:hover {
		text-decoration: none;
	}
	
.menu {
	background: #5383AD;
	width:765px;
	margin: 0 auto;
	height: 31px;
	padding-right: 37px;
	margin-bottom: 10px;
}

    .menu a {
     	color: #fff;
        font-weight: normal;
        border-bottom: none;
        display: block;
        float: left;
        padding: 8px 20px;
    }

    .menu a:hover {
        background: #31597D;
    }

.breadcrumb {
 	width:732px;
	margin: 0 auto;
	height: 30px;
	padding-left: 3px;
	padding-right: 37px; 
    margin-bottom: -4px;
}

    .breadcrumb a {
     	color: #948788;
        font-weight: normal;
        border-bottom: none;
    }

.provider {
	width: 712px;
	background: #9d0b27 url(images/bestellen.gif) 613px center no-repeat;
	margin-top: 30px;
	cursor: pointer;
}

.provider:hover {
	background: #d80f36 url(images/bestellen_hover.gif) 613px center no-repeat;
}

.text {
	width: 596px;
	background: #fff;
	display: block;
	margin-top: -10px;
	padding-right: 10px;
}

.text p {
	cursor: default;
}

.huis {
	margin-bottom: 25px;
}

.footer {
	width: 800px;
	height: 5px;
	margin-left: -43px;
}

.partners {
	width: 780px;
	text-align: center;
	margin: 0 auto;
	margin-top: 6px;
	font-size: 10px;
	font-weight: normal;
	color: #5DCBF0;
}

.partners a {
	color: #5DCBF0;
	border-bottom: 1px dotted #5DCBF0;
}

.form {
	font-size: 14px;
	width: 350px;
	float: left;
	margin-bottom: 10px;
}

	.prefix {
		float: left;
		padding: 7px;
		width: 110px;
	}
	
	input, select {
		float: left;
		width: 200px;
		clear: right;
		font: 18px Arial;
		border: 1px solid #BFBFBF;
	}
	
	input:focus, select:focus {
		border: 1px solid #F0055B;
	}
	
	input {		
		padding: 3px;
		width: 192px;
	}
	
	option {
		padding-bottom: 2px;
		padding-left: 4px;
	}
	
	.spacer {
		clear: both;
		height: 10px;
	}
	
	.between {
		padding: 5px 8px;
		float: left;
		width: 6px;
		font-weight: bold;
	}
	
	.submit {
		margin-left: 80px; 
		cursor: pointer;
		padding: 10px;
		border: 2px solid #0072bb;
		background: #fff;
		display: block;
		margin-top: 40px;
		text-align: center;
		color: #0072bb;
		width: 180px;
		font-size: 24px;
	}
	
	.submit:hover {
		border: 2px solid #000;
		color: #000;
	}



.result {
	clear: both;
	width: 720px;
	height: 72px;
	border-bottom: 1px solid #EFEFEF;
	margin-top: 5px;
	cursor: pointer;
}

.loading {
	background: url(images/ajax-loader.gif) center center no-repeat;
	min-height: 50px;
}

.result_item {
	float: left;
	width: 170px;
	height: 50px;
	padding: 5px 10px;
}

.result:hover .hoveroff {
	display: none;
}

.result:hover .hover {
	background: #D6D6D6 !important;
}

.hoveron {
	display: none;
	font-size: 28px;
	padding: 14px 10px;
	height: 37px;
}

.hoveron a:hover {
	color: #f3410a;
}

.result:hover .hoveron {
	display: block;
	background: #D6D6D6 !important;
}

.fbto {
	background: url(images/logos_small.gif) -80px no-repeat;
}

.zelf {
	background: url(images/logos_small.gif) -160px no-repeat;
}

.izio {
	background: url(images/logos_small.gif) -240px no-repeat;
}