body {
	background: url('/images/bgpattern.jpg') #FFFFFF;
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	margin: 0px;
}

p{

}
h1{
	font-family: 'Droid Sans', sans-serif;
	color: #143686;
	border-bottom: 1px solid #eee;
}
h2{
	font-family: 'Droid Sans', sans-serif;
	color: #DA2A27;
	font-weight: normal;
	font-size: 15pt;
}
h3{
	font-family: 'Droid Sans', sans-serif;
	color: #333;
	font-size: 17pt;
}
h4 {

}
h5 {

}
h6 {
	background: #eee;
	padding: 5px;
	font-size: 1.2em;
	text-align:center;
}


#bgtop{
	background: #333;
	position: absolute;
	height: 131px;
	width: 100%;
	z-index:1;
}

#menu{
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(51%,rgba(225,225,225,1)), color-stop(100%,rgba(246,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
}

#container{
	background: white;
	top: 10px;
	
	box-shadow: 0px 0px 3px #222;
	border-radius: 2px;
}

.container{
	position: relative;
	z-index:2;
	max-width: 1100px;
	
}

#container_navrow{
	margin-top: 0px;
	color: black;
	height: auto;
}

#container_btnrow{
	min-height: 0px;
	margin-bottom: 5px;

	background:#1D4D95;
	background: rgb(29,77,149); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(29,77,149,1) 0%, rgba(54,155,181,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(29,77,149,1)), color-stop(100%,rgba(54,155,181,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(29,77,149,1) 0%,rgba(54,155,181,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d4d95', endColorstr='#369bb5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	padding-top: 0px;
	padding-bottom: 0px;
	
	color: white!important;
}

#container_btnrow a{
	color: white;
}

.nav li a{
	padding-top: 7px;
	padding-bottom: 7px;
}

#aanbslider div.carousel-caption {
	background: rgba(0,0,0,0.4);
	padding: 0px 10px 15px 25px;	
	text-align: left;
	left: 0;
	bottom: 0;
}

#aanbslider h2 {
	color: #FFF;
	font-size: 3em;
	
	font-weight: 700;
}

#content{
	
}

#header{
	padding-top: 15px;
	padding-bottom: 0px;
}
.slogan{
	margin-top: 30px;
	font-size: 1.4em;
}

#loading{
	padding: 7px;
	text-align: center;
	background: #eee;
	border: 1px solid #ddd;
	box-shadow: 2px 2px 2px #aaa;
	border-radius: 3px;
}

#bgfooter{
background: rgb(17,17,17); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(17,17,17,1) 1%, rgba(34,34,34,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(17,17,17,1)), color-stop(100%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(17,17,17,1) 1%,rgba(34,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(17,17,17,1) 1%,rgba(34,34,34,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(17,17,17,1) 1%,rgba(34,34,34,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(17,17,17,1) 1%,rgba(34,34,34,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#222222',GradientType=0 ); /* IE6-9 */

	color: #999;
	padding: 30px 0px 30px 0px;
	margin-top: 0px;
}

#footer .submenu{
	list-style: none;
	text-align: center;
	padding-top: 40px;
	margin-top: 20px;
	border-top: 1px solid #333;
}
#footer .submenu li{
	display:inline-block;
	padding:0 5px
}

#footer .submenu li a{
	color:#fff
}
#footer{

}

#footer h4 {
	color: white;
	font-size: 1.3em;
	font-weight: normal;
}

#footer .prodivers div{
	margin-bottom: 10px;
}

#footer img{
	border-radius:2px;
}

.widthcap{
	width: auto;
	max-width: 1400px!important;
}


.navbar-header{
	color: black!important;
	position: relative;
	margin: 0 auto;
}
.navbar-header .navbar-brand{
	margin: 0px;
	padding: 0px;;
}
.navbar-header .icon-bar{
	background: black!important;
}
.navbar-header .icon-bar-inverse{
	background: #333!important;
}

.favoriet {
	background: #83FF7F;
	border-radius: 5px;
}
.custom,
.provider-a{
	display: none;
}


.msg{
	padding: 10px;
	border-radius: 10px;
	display: block;
}

.error{
	color: red;
	font-weight: normal!important;
}

.list-group .active a{
	color: white!important;
}

.providerimg{
	height: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid white;
	cursor: pointer;
}
.providerimg img{
	max-height: 80px!important;
	max-width: 100%;
}

.article{
	background: #efefef;
	border-radius: 3px;
	border: 1px solid #ddd;
	margin-bottom: 5px;
	box-shadow: 0px 0px 2px #bbb;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	height: 170px;
	overflow-y: hidden;
}
.article > div{
	height: 140px;
}
.article > div > img{
	max-height: 100%; 
	max-width: 100%;
}

.resetgrid{
	background: #eee;
	cursor: pointer;
	border: 1px solid #888;
}

@media (max-width: 768px) { 
	/* Alleen op smartphones! */
	#container{
		top: 0px;
	}
	#header{
		padding-top: 5px;
	}
}


