/* 	16px - 62.5% = 10px = 1em */
/*	Hier worden de kleuren van typo aangegeven en de verschillende blokken t.b.v. opbouw site
	de overige stylesheets hoeven niet te worden aangepast, tenzij fonts over het geheel 
	drastisch wijzigen */

body {
	margin: 0px;
	padding: 0px;
	background: url(/images/bg.jpg) no-repeat fixed left top;
}

p {
	font-size: 1em;
	line-height: 1.2em;
	color: #000;
}

a:link {
	color: #7E735B;
	text-decoration: underline;	
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #5d5d5f;
	text-decoration: underline;
}

a:active {
	color: #7E735B;
	text-decoration: underline;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

#Wrapper {
	width: 970px;
	height: 1000px;
	margin: 0 auto 40px;
	padding: 0px;
	display: table;
}

/* @group Top Image - Search - Navigatie */

#Row1 {
	width: 970px;
	height: 310px;
	margin: 0px;
	padding: 0px;
	background: url(/images/bg_row1.png) repeat 0 0;
	float: left;
}

#Row1_ImageSlider {
	width: 630px;
	height: 250px;
	margin: 10px;
	padding: 0px;
	background-color: #000;
	float: left;
}

#Row1_Logo_Search {
	width: 310px;
	height: 180px;
	margin-top: 80px;
	padding: 0px;
	background-color: #F4E3CA;
	float: left;
}

#Row1_Logo_Search_1 {
	width: 310px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/images/logo_hta_top.png) no-repeat 0 0;
}

#Row1_Logo_Search_2 {
	width: 265px;
	height: 40px;
	margin: 0px 0px 0px 45px;
	padding: 20px 0px 0px;
	float: left;
}

#Row1_Logo_Search_3 {
	width: 310px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#Row_Menu {
	width: 970px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	background-color: #322D22;
	float: left;
}

/* @end */

/* @group Content */

#Row2 {
	width: 950px;
	min-height: 340px;
	margin: 0px;
	padding: 10px;
	background-color: #F7F3DD;
	float: left;
}

#Row2 .col-6 {
	height: 340px;
	background: url(/images/bg_home_col-6.png) repeat-y 0 0;
}

#Row2 .col-12.Content {
	min-height: 340px;
	background: url(/images/bg_home_col-12.png) repeat-y 0 0;
	padding-bottom: 20px;
}

#Row2 .col-12.Content h1, #Row2 .col-12.Content p {
	padding: 0px 10px;
}

#Row2 .AgendaTop {
	height: 45px;
}

#Row2 .AgendaItem {
	height: 70px;
	background: url(/images/AgendaItemBottom.png) no-repeat 0 69px;
	margin-top: 10px;
}

#Row2 .AgendaItemInner {
	height: 56px;
	padding: 2px;
	margin-left: 15px;
	margin-right: 20px;
	text-decoration: none;
}

#Row2 .AgendaItem a {
	text-decoration: none;
	display: block;
}

#Row2 .AgendaItemInner:hover {
	background-color: #F2F2F2;
	text-decoration: none;
}

#Row2 .AgendaItemDate, #Row2 .OpeningstijdenItemDate{
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	text-decoration: none;
}

#Row2 .AgendaItemTitle, #Row2 .OpeningstijdenItemTitle{
	font-size: 1.3em;
	line-height: 1.6em;
	color: #000;
	text-decoration: none;
}

#Row2 .AgendaItemTime{
	font-size: 1em;
	line-height: 1.4em;
	color: #7E735B;
	text-decoration: none;
}

#Row2 .AgendaBottom{
	height: 55px;
}

#Row2 .OpeningstijdenTop {
	height: 45px;
}

#Row2 .OpeningstijdenItem {
	height: 230px;
}

#Row2 .OpeningstijdenItemInner {
	margin: 10px 15px 0;
}

#Row2 .OpeningstijdenBottom{
	height: 55px;
}

/* @end */

/* @group Subpage */

#Row2_Subpage {
	width: 950px;
	min-height: 340px;
	margin: 0px;
	padding: 10px;
	background-color: #F7F3DD;
	float: left;
}

#Row2_Subpage .col-5 {
	height: 340px;
}

#Row2_Subpage .col-11.Content {
	min-height: 340px;
	background: url(/images/bg_home_col-11.png) repeat-y 0 0;
	padding-bottom: 20px;
}

#Row2_Subpage .col-11.Content h1, #Row2_Subpage .col-11.Content p {
	padding: 0px 10px;
}

#Row2_Subpage h2, #Row2_Subpage h3, #Row2_Subpage h4, #Row2_Subpage h5, #Row2_Subpage h6 {
	padding: 0px 10px;
}

#Row2_Subpage h2 {
	color: #322d22;
}

#Row2_Subpage hr {
	border-bottom: 0px;
	border-top: 1px dotted #524b45;
	margin-top: 10px;
	margin-bottom: 10px;
}

#Row2_Subpage_Fotogalerij .Fotogalerij_Item {
	float: left;
	width: 174px;
	height: 167px;
	margin-right: 10px;
}

#Row2_Subpage_Fotogalerij .Fotogalerij_Item img {
	width: 174px;
}


.Sitemap li ul, 
.Sitemap li ol {
	margin: 0em;
	padding: 0em;
}

.Sitemap ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}

.Sitemap ul li ul, .Sitemap ul li ul li ul {
	margin: 0 0 0 15px;
	list-style-type: none;
}

/* @end */


/* @group Vaste Info in Homepages */

#Row3_Home {
	width: 950px;
	height: 150px;
	margin: 0px;
	padding: 0 10px 10px;
	background-color: #F7F3DD;
	float: left;
}

#Row3_Home .col-4, #Row3_Home .col-8 {
	height: 150px;
}

.clearspace img {
	display: block;
}


#Row3_Home .ActueelHome {
	width: 290px;
	height: 140px;
	margin: 0px;
	padding: 0px 10px 10px;
	background-color: #FFF;
	float: left;
}

#Row3_Home .ActueelHome h2{
	color: #322D22;
}

#Row3_Home .TuinwinkelHome {
	height: 150px;
	background-color: #7E735B;
}

#Row3_Home .TuinwinkelHomeTitle {
	height: 40px;
}

#Row3_Home .TuinwinkelHome p {
	color: #F2EDE1;
	padding: 0px 10px;
}

#Row3_Home .TuinwinkelHome a:link, #Row3_Home .TuinwinkelHome a:visited, #Row3_Home .TuinwinkelHome a:active {
	color: #F2EDE1;
}

/* @end */

/* @group Vaste Info in Subpages */

#Row3_Sub {
	width: 950px;
	height: 150px;
	margin: 0px;
	padding: 30px 10px;
	background-color: #F7F3DD;
	float: left;
}
#Row3_Sub_Divider {
	width: 950px;
	height: 1px;
	margin: 0px 0px 10px;
	padding: 0px;
	border-top: 1px dotted #dcc495;
}

#Row3_Sub .col-8 {
	height: 150px;
	background: url(/images/bg_3cols_subpage.png) repeat-x 0 bottom;
}

#Row3_Sub .ActueleInfo {
	min-height: 150px;
	background: url(/images/bg_sp_actuele_informatie.png) no-repeat 0 0;
}

#Row3_Sub .ActueleInfo .ActueleInfoItemInner {
	height: 56px;
	padding: 2px 2px 2px 0;
	text-decoration: none;
}

/* #Row3_Sub .ActueleInfo .ActueleInfoItem a {
	text-decoration: none;
	display: block;
} */

#Row3_Sub .ActueleInfo .ActueleInfoItemInner:hover {
	/* background-color: #F2F2F2; */
	/* text-decoration: underline; */
}

#Row3_Sub .ActueleInfo .ActueleInfoItemDate{
	font-size: 0.8em;
	line-height: 1.6em;
	color: #000;
	text-decoration: none;
	font-style: italic;
}

#Row3_Sub .ActueleInfo .ActueleInfoItemTitle{
	font-size: 1.3em;
	line-height: 1.6em;
	color: #000;
	text-decoration: none;
}

#Row3_Sub .ActueleInfo .ActueleInfoItemTime{
	font-size: 1em;
	line-height: 1.4em;
	color: #7E735B;
	text-decoration: none;
}


#Row3_Sub .Agenda {
	min-height: 150px;
	background: url(/images/bg_sp_agenda.png) no-repeat 0 0;
}


#Row3_Sub .Agenda .AgendaItemInner {
	height: 56px;
	padding: 2px 2px 2px 0;
	text-decoration: none;
}

#Row3_Sub .Agenda .AgendaItem a {
	text-decoration: none;
	display: block;
}

#Row3_Sub .Agenda .AgendaItemInner:hover {
	/* background-color: #F2F2F2; */
	text-decoration: underline;
}

#Row3_Sub .Agenda .AgendaItemDate{
	font-size: 1em;
	line-height: 1.4em;
	color: #000;
	text-decoration: none;
}

#Row3_Sub .Agenda .AgendaItemTitle{
	font-size: 1.3em;
	line-height: 1.6em;
	color: #000;
	text-decoration: none;
}

#Row3_Sub .Agenda .AgendaItemTime{
	font-size: 1em;
	line-height: 1.4em;
	color: #7E735B;
	text-decoration: none;
}


#Row3_Sub .Tuinwinkel {
	min-height: 150px;
	background: url(/images/bg_sp_tuinwinkel.png) no-repeat 0 0;
}

#Row3_Sub .Row3_Blok {
	padding-top: 40px;
	margin-left: 10px;
}

#Row3_Sub .Row3_Blok h2 {
	color: #000;
	margin: 0;
}
/* @end */

/* @group Vaste info Footer */
#Row4 {
	width: 950px;
	height: 410px;
	margin: 0px;
	padding: 10px;
	background: url(/images/bg_row4.png) repeat-x 0 0;
	float: left;
}

#Row4 .col-4 , #Row4 .col-8, #Row4 .col-12 {
	height: 150px;
}

/* @end */

#Row4 .Educatief {
	background-color: #524B45;
}

#Row4 .Educatief h2, #Row4 .Educatief p{
	color: #F2EDE1;
	padding: 0px 10px;
}

#Row4 .Educatief a:link, #Row4 .Educatief a:visited,#Row4 .Educatief a:active {
	color: #F2EDE1;
}

#Row4 .Aanmelden {
	background-color: #DED9CD;
}

#Row4 .Aanmelden h2, #Row4 .Aanmelden p{
	color: #322D22;
	padding: 0px 10px;
}

#Row4 .col-24 {
	margin-top: 20px;
}

#Row4 .FooterHTA {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 4em;
	padding: 0px;
	color: #4D4D4D;
	vertical-align: text-bottom;
	margin-top: 60px;
	margin-bottom: 5px;
}

#Row4 .FooterAMD {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1em;
	padding: 0px;
	color: #4D4D4D;
}
