/* @group Boxes */

/* @group Header */

	#logo {
		width: 950px;
		height: 90px;
		background: url(DesignerImages/logo-tulp.gif) no-repeat;
	}
	
	#image-left {
		float: left;
		width: 380px;
		height: 210px;
		background: url(DesignerImages/image-left-tulp.jpg) no-repeat;
	}
	
	#image-right {
		float: left;
		width: 380px;
		height: 210px;
		background: url(DesignerImages/image-right-tulp.gif) no-repeat;
	}
	

	#titel h1 {
		padding-left: 20px;
		font-size: 25px;
		font-weight: normal;
		color: #d40039 !important;
		line-height: 20px;
	} 
		

/* ---->> EINDE TOP DIVS <<---- */

/*

 @end */

/* @group Content */

	#direct-naar {
		margin-top: 20px;
		margin-bottom: 15px;
		float: left;
		width: 180px;
		height: 90px;
		padding-top: 70px;
		background: transparent url(DesignerImages/direct-naar-bg-tulp.gif) no-repeat;
	}
	

/* @end */

/* @group Category */


/* SUBTITEL in de categorie */

#categorylinks h3 {
	font-size: 12px;
	margin: 0px;
	color: #d40039;
	font-weight: bold;
	border: none;
}

/* LIJNEN in de categorie */

#categorylinks hr {
	border: 0;
	color: #d40039;
	background: #d40039;
	height: 1px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: auto;
}

/* @end */

/* Subtitel - Header */
h1 {
	font-size: 14px;
	color: #d40039;
	margin-bottom: 10px;
	line-height: 20px;
	text-transform: none;
	display: block;
}

/* Inleidende tekst */
h2 {
	font-size: 12px;
	color: #d40039;	
	font-weight: bold;
	line-height: 30px;
	}

/* Subkopje */
h3 {
	color: #d40039;	
	font-size: 11px;
	margin: 0px;
}

/* Blauwe achtergrond */
h4 {
	margin-top: 15px;
	color: #fff;
	margin-bottom: 15px; 
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	background: #d40039 !important;
	}

/* kopjes van group */
.formgroup {
  color: #FFFFFF;
  background: #d40039!important;
  border: 1px solid #d40039!important;
  font-size: 11px;
  font-weight: bold;
  padding-left: 5px;
}


