/*
 * Thiers-Horizon / Pirobouw
 * datum 20080624
 *
 */
/***** Initialize *****/
html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

p, h1, h2, h3, h4, h5, h6 {
    padding: 0 0 1em 0; /* restore whitespace */
}

td { padding: 3px; }

/***** General layout *****/
body {
    background: #4d0e50;
    font-family: Arial, Helvetica, sans-serif;
    color: #3a3a3a;
    font-size: 12px;
}

#bodyInner {
    background: url(/site/images/thiershorizon/bg_bodyInner.gif) repeat-x left -36px; /* Witte rand boven */
    overflow: hidden;
}

a {
    color: #787878;
}

a:hover {
    text-decoration: none;
    color: #F86923;
}
/***** indeling ******/
#container {
    width: 974px;
    margin: 0 auto;
	background-color: #FFFFFF;
	margin-bottom: 25px;
}

#header {
	position: relative;
    /* height: 205px; */ /*250*/
    padding: 20px 0 0 0; 
	background-color: #FFFFFF;
}

#headerBottom {
	position: absolute;
	top: 102px; left: 795px;
    /* background-color: #abb7bf; */
    /* clear: both; */
    margin: 0; padding: 0;
    overflow: hidden;
    /* height: 24px; */
    width: 170px; 
	text-align: center;
}

#middle {
    background: url(/site/images/thiershorizon/bg_middle.jpg) repeat-y left top; /* witte achtergrond */
	margin-left: 0px;
}

#middleInner1 {
    padding: 0 36px 0 0;
    overflow: hidden;
}

#middleInner {
    padding: 0 15px 0 7px;
    overflow: hidden;
    /* background: url(/site/images/pirobouw/bg_middleInner.png) no-repeat 24px bottom; */ /* Logo linksonder */
}

#middle #col1 {
    float: left;
    width: 155px;
    padding: 0 0 62px 0;
	margin: 0;
}

#middle #col2 {
    margin: 20px 0 0 165px;
}

/***** Menu *****/
#menu {
	background: #fff url(/site/images/thiershorizon/logo.jpg) top right no-repeat;
    list-style: none;
	padding: 130px 0 0 175px;
	margin-left: 5px;
    overflow: hidden;
    zoom: 1;
}

#menu li {
    float: left;
    list-style: none;
}

#menu li a {
    display: block;
    /* width: 99px; */
    /* height: 64px; */
    /* padding: 113px 7px 0 0; */
	margin-right: 50px;
    text-decoration: none;
    text-align: right;
    color: #4d0e50;
	font-size: 16px;
}

/**** Formulier *****/
#searchform {
    background-color: #fff;
    width: 225px;
    height: 20px;
    margin: 2px 0 0px 2px;
    float: left;
	visibility: hidden;
}

#searchform .text {
    background: none;
    border: none;
    width: 168px;
    padding: 0 0 0 2px;
    color: #5C595A;
}

#searchform .btn {
    border: none;
    background-color: #fff;
    color: #5C595A;
    width: 48px;
    padding: 0 2px 0 0;
    line-height: 16px;
    text-align: right;
    cursor: pointer;
    font-size: 10px;
    vertical-align: middle;
}


/**** Taalkeuze *****/
#langmenu {
	float: left;
    list-style: none;
    /* border-right: 2px solid #fff; */
    /*	margin: 0 30px 0 0; */
    padding: 0;
    /* width: 120px;  */
    overflow: hidden;
}

#langmenu li {
    list-style: none;
    float: left;
}

#langmenu li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 25px;
    /* width: 33px;
    height: 25px;
    line-height: 25px; */
	padding: 0 3px 0 3px;
    /* border-left: 2px solid #fff; */
    text-align: center;
}

#langmenu li a:hover {
    color: #6b7c88;
}

#langmenu li.selected a {
    color: #C8D138;
	font-weight: bold;
}

/***** MenuLeft *****/
#menuLeft {
    list-style: none;
    margin: 26px 0 0 0;
	border-top: #FFFFFF solid 1px;
}

#menuLeft li {
    list-style: none;
	margin: 0; padding: 0;
	border-bottom: #FFFFFF solid 1px;
}

#menuLeft a {
    display: block;
    /* height: 38px; */
    line-height: 24px;
    background: url(/site/images/thiershorizon/bg_menuLeft.jpg) no-repeat left top;
    color: #4d0e50;
    padding: 5px 0 5px 20px;
    text-decoration: none;
    margin: 0 0 0 0;
		zoom:1;
}

#menuLeft a:hover {
    background: url(/site/images/thiershorizon/bg_menuLeft.jpg) no-repeat left -152px;
    color: #E70D12;
}

#menuLeft a.selected {
    background: url(/site/images/thiershorizon/bg_menuLeft.jpg) no-repeat left -152px;
    color: #E70D12;
}

#menuLeftSub {
    list-style: none;
    margin: 0 0 0 0;
	border: none;
}

#menuLeftSub li {
    list-style: none;
	border: none;
}

#menuLeftSub a {
    display: block;
    height: auto;
    line-height: 14px;
    background: none;
    color: #4d0e50;
    padding: 0 0 0 20x;
    text-decoration: none;
    margin: 0 0 2px 0;
}

#menuLeftSub a.selected {
    color: #E70D12;
}

#menuLeftSub a:hover, #menuLeftSub a.selected {
    background: none;
}

#menuLeftSubSub {
    list-style: none;
    margin: 0 0 0 15px;
}



/***** Breadcrumb *****/
#breadcrumb {
    height: 25px;
    border-bottom: 1px solid #A8A8A8;
    padding: 0;
    line-height: 25px;
	margin-left: 10px;
}

#breadcrumb a {
    text-decoration: none;
    color: #999;
}

#breadcrumb a:hover {
    color: #6B7C88;
}
/***** col2content *****/
#col2 #col2content {
    padding: 10px 20px 0 8px;
}

#col2 #col2content ul {
    list-style: none;
    list-style-image: url(/site/images/pirobouw/opsommingsteken.gif);
    padding: 0 0 1em 2em;
}

#col2 #col2content ul li {
    padding: 0 0 1em 0;
}
/****** footer *****/

#footer {
	position: relative;
    height: 156px;
    background: url(/site/images/thiershorizon/footer.jpg) no-repeat left top;
    margin: 0 auto;
    overflow: hidden;
    /* padding: 0 36px 20px 15px; */
		zoom:1;
}

#footer .col1 {
    float: left;
    text-align: center;
    margin: 140px 0 0 175px;
    color: #d7a2da;
    font-weight: bold;
		zoom:1;}

#footer .col2 {
    float: left;
    text-align: right;
    margin: 140px 0 0 20px;
    color: #d7a2da;
    font-weight: bold;
}

#footerimage {
	position: absolute;
	top: 20px; left: 685px;
	width: 235px; height: 137px;
	overflow: hidden;
}

/* ffscrollbarfix */
#ffscrollbarfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}

