/* --------------main configuration--------------- */
* {
	margin: 0; padding: 0;
}

html {
	margin: 0; padding: 0;
}

body {
	padding: 10px 0px 0px;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* -------container to center the layout / shadow----------- */
#bgcontainer {
	width: 930px;
	margin: 0px auto;
	text-align: center;
	background: url(images/bgshadow.gif) repeat-y;
}

#container {
	width: 900px;
	margin: 0px auto;
	text-align: center;
	background: #FFFFFF;
}
#schadowndown {
	background: url(images/schadowdown.gif) no-repeat;
	height: 14px;
	width: 930px;
}


/* ----------logo and banner-------------- */
#logo-top {
	float: left;
	height: 122px;
	background: url(images/logo_top.jpg) no-repeat;
	width: 206px;
}
#logo-bottom {
	height: 38px;
	width: 206px;
	float: left;
	background: #FFFFFF;
}
#banner-left {
	text-align: right;
	margin: 0px;
	background: url(images/banner_left.jpg) no-repeat;
	height: 122px;
	padding: 0px;
	float: left;
	width: 507px;
}
#banner-right {
	background: url(images/banner_right.jpg);
	height: 122px;
	width: 187px;
	float: left;
}
#search {
	float: left;
	height: 38px;
	width: 187px;
	background: url(images/search.gif) no-repeat top;
}


/* -----------------content--------------------- */
#content {
	margin: 0px;
	float: right;
	width: 690px;
	padding: 0px;
	text-align: left;
	background: #ffffff;
}
#content a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
div#content {
	height: expression(this.scrollHeight > 500 ? "auto":"500px");
	min-height: 600px;
}
#actionone {
	float: right;
	width: 187px;
	background: url(images/aanbieding.gif) no-repeat right;
	height: 511px;
}
#actiontwo {
	float: right;
	width: 207px;
	background: #FF6600;
	height: 60px;
	clear: none;
}


/* ----------layout configuration-------------- */
h1 {
	padding: 0px 10px 15px 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	padding: 5px 15px 0px 10px;
	color: #FF6600;
}
h3 {
	padding: 0px;
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
	margin: 0px;
}
h4 {
	padding: 0px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
h5 {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding-top: 25px;
	margin: 0px;
	padding-left: 15px;
	text-align: left;
}
p {
	padding: 0px 35px 0px 10px;
	line-height: 18px;
}
img {
	border-style: none;
}

/* ------------------menu----------------------- */
#headmenu {
	height: 38px;
	width: 507px;
	float: left;
	background: url(images/headmenu.gif) no-repeat top;
	text-align: left;
	line-height: 35px;
}
#headmenu a {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	padding-left: 11px;
	padding-top: 0px;
	vertical-align: middle;
}
#headmenu a:link, a:visited, a:active {
	text-decoration: none;
}

#headmenu a:hover {
	text-decoration: underline;
}
#menu_1 {
	float: left;
	width: 185px;
	text-align: left;
	clear: left;
	padding-top: 8px;
	background: #333333;
}

#menu1-no {
	float: left;
	line-height: 36px;
	width: 185px;
	background: #333333;
}

#menu1-act {
	float: left;
	line-height: 36px;
	width: 185px;
	background: #333333;
}
#menu2-no {
	float: left;
	line-height: 24px;
	width: 185px;
	background: #666666;
}

#menu2-act {
	float: left;
	line-height: 24px;
	width: 185px;
	background: #666666;
}

#menu1-no a{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
}

#menu1-act a{
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	padding-left: 15px;
}

#menu2-no a{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
}

#menu2-act a{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
}

#cyclemenutop {
	height: 60px;
	width: 206px;
	float: left;
	background: #FFFFFF url(images/cyclemenutop.gif) no-repeat left bottom;
}
#cyclemenubottom {
	height: 27px;
	width: 206px;
	float: left;
	background: url(images/cyclemenubottom.gif) no-repeat left top;
	clear: left;
}


/* -----------------subtitle--------------------- */
#subtitle {
	float: left;
	text-align: left;
	margin: 0px;
	width: 660px;
	padding-left: 10px;
	padding-bottom: 5px;
}


/* -----------------contact--------------------- */
#contact {
	width: 175px;
	margin: 0px;
	padding-bottom: 0px;
}


/* ------------------footer--------------------- */
#footer {
	text-align: right;
	height: 24px;
	background: #333333;
	clear: both;
	width: 900px;
	color: #FFFFFF;
}
#footer p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 21px;
	font-size: 11px;
}

#footer a {
	color: #ff6600;
	font-size: 11px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
	text-decoration: underline;
	line-height: 21px;
}



/* TT_NEWS */

#list_bg {
	height: 112px;
	width: 320px;
	background: url(images/backgr.jpg) no-repeat left top;
	float: left;
	padding-bottom: 30px;
}

#list_more {
	height: 29px;
	width: 280px;
	padding: 5px;
}

#list_more a {
	color: #000000;
	font-weight: normal;
	padding-left: 5px;
	text-decoration: underline;
}

#list_informatie {
	width: 280px;
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top:0px;
	height: 83px;
}
#list_informatie p {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
}
#list_informatie h1 {
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	margin: 0px;
	padding: 3px 0px 2px;
}
#list_informatie h2 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: inline;
}
#list_informatie a{
	padding-left: 0px;
	color: #000000;
	font-size: 10px;
	line-height: 70px;
	font-weight: normal;
	text-decoration: underline;
	margin-left: 0px;
}
#list_image {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 160px;
	float: left;
}
#single_informatie {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	width: 280px;
	float: left;
}
#single_informatie p {
	font-weight: normal;
	font-size: 12px;
	margin-left: 0px;
	padding-left: 0px;
}
#single_informatie h6 {
	color: #ff6600;
	font-size: 18px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
}
#single_informatie a{
	padding-left: 0px;
	color: #ff6600;
	font-size: 12px;
	line-height: 86px;
	margin-left: 0px;
}
#single_image {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	width: 200px;
	float: left;
}


/* SL_ROOTLINE */

#rootline {
	width: 660px;
	float: left;
	padding-left: 12px;
}
.tx_slrootline-identifier {
	font-size:12px;
	font-family: Arial, Verdana, "Trebuchet MS";
	color: #000000;
}

.tx_slrootline-Current {
	color:#ff6600;
	margin:0;
	font-size:12px;
	font-weight:normal;
}
a.tx_slrootline:link {
	font-weight:normal;
	text-decoration:none;
	margin:0;
	font-size:12px;
	color: #000000;
}
a.tx_slrootline:visited {
	font-weight:normal;
	text-decoration:none;
	margin:0;
	font-size:12px;
	color: #000000;
}
a.tx_slrootline:hover {
	font-weight:normal;
	color: #ff6600;
	text-decoration:none;
	margin:0;
	font-size:12px;
}
a.tx_slrootline:active {
	font-weight:normal;
	text-decoration:none;
	margin:0;
	font-size:12px;
	color: #000000;
}

.editorWrap {
width: 300px
}
