/* hide from ie on mac \*/

html,body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg/bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
	background-color: #EEEEEE;
}
/* end hide */


#content-height {
	/**
	* IE interpeteert height als min-height.
	**/	
	height: 490px;
}

/*
* De volgende regel CSS zorgt dat andere browsers min-height gebruiken.
* (IE slaat geen acht op deze regel)
*/
#content-height-parent > #content-height {
	height: auto;
	min-height: 490px; 
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg/bg_shadow.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
	background-color: #EEEEEE;
}
body,td,div,p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}


.header {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #444444;
	line-height: 18px;
	font-weight: bold;
}

.maintable {
	height: 100%;
	width: 100%;
}
/* opmaak content */
.main_content_table {
	padding-top: 6px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
}
.main_content_table p {
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
}

.main_content_table h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #444444;
	line-height: 18px;
}
.main_content_table h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #444444;
	line-height: 16px;
}

.main_content_table a {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-decoration: none;
	color: #35dd01;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}


#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	font-weight: normal;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}
#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:visited {
	font-size: 10px;
	text-decoration: none;
	color: #AAAAAA;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #AAAAAA;
}

#contentbody img {
	padding: 5px; 
	border:1px solid #CCC;
	margin-left: 5px;
	margin-right: 5px;
}

.withborder img,
img.withborder {
	padding: 5px; 
	border:1px solid #CCC;
	margin-left: 5px;
	margin-right: 5px;
}

img.side_bar {
	margin:0;
	padding: 3px; 
	border:1px solid #CCC;
}

#contentbody .icon img {
	border: none;
	margin:0;
	padding:0;
	
}

/* opmaak rightbar */

.newstext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	padding: 6px;
	margin: 0px;
	text-align: left;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	background-color: #FFFFFF;

}
.newstext a,
.newstext a:link,
.newstext a:visited {
	text-decoration: none;
	color: #35dd01;
}
.newstext a:hover {
	text-decoration: underline;
	color: #35dd01;
}

/* opmaak footer begin*/

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}
.footertext a,
.footertext a:link,
.footertext a:visited {
	text-decoration: none;
	color: #35dd01;
}
.footertext a:hover {
	text-decoration: underline;
	color: #35dd01;
}

/* testfooter */
#footer {
	position: absolute;
	bottom: 5px;
	color: #333;
	width: 572px;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}



/* opmaak content end*/
.menu_table {
	height: 128px;
	width: 100%;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	padding-left: 6px;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	padding-left: 22px;
	text-align: left;
}

h3.home {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
}



/* newstable listing */
.newslisting {
	border-bottom: 1px solid #CCC; 
	padding-bottom: 3px; 
	padding-top: 3px;
	color: #444444;
}
.newslistingbold {
	border-bottom: 1px solid #CCC; 
	padding-bottom: 3px; 
	padding-top: 3px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
}
.main_news_table {
	color: #444444;
	padding-top: 6px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
}
.main_news_table h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #444444;
	line-height: 18px;
}

/* Picturelibary opmaak */

.pictlib_smallimg {
	padding: 5px; 
	border:1px solid #CCC;
}

.pictlib_bigimg {
	padding: 4px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #CCC;
}

.pictlib_subtext {
	padding: 5px; 
	border-left:1px solid #CCC; 
	border-right:1px solid #CCC; 
	border-bottom:1px solid #CCC;
	color: #444444;
	font-size: 10px;
}



/* Sitemap opmaak */

.sitemaptable  {
	margin:0px;
	padding:0px;	
}

html > body table.sitemaptable  {
	line-height:0px;
	text-decoration: none;
}


.sitemaptable_main a {
	color: #35dd01;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration: none;
}

.sitemaptable_level2 a {
	color: #444444;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-decoration: none;
}
.sitemaptable_level3 a {
	color: #666666;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-decoration: none;
}
.sitemaptable_level4 a {
	color: #666666;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-decoration: none;
}

/* Searchresults opmaak */
#searchbody {
	padding-top: 6px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
}
#searchbody h3{
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #444444;
}

#searchbody .breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	font-weight: normal;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	text-decoration: none;
}

/* opmaak formulieren */

form {
	margin: 0px;
	padding: 0px;
}

input {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input.checkbox {
	border: none;
	margin-right: 7px;
	margin-top:0;
}

textarea {
	border: 1px solid #CCCCCC;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

/* opmaak webshop */
.cat-teaser {
	float: left;
	width: 122px;
	margin-right: 15px;
	text-align: left;
	margin-bottom: 15px;
}

.cell_header {
	border-top: 1px solid #BBB; 
	border-bottom: 1px solid #BBB; 
	font-weight: bold; 
	padding: 3px;"
}
.cell_normal {
	border-bottom: 1px solid #DDD; 
	padding: 3px;
}
