html, body {
	padding: 0px;
	margin: 0px;

	background: #757477;
	font-family: Helvetica;
	font-size: 11px;
	color: #fefefe;
}

#container {
    border: 1px solid red;
	position: absolute;
	padding: 0px;
	top: 50%;
	bottom: 50%;
	margin-top: -290px;

	height: 579px;
	width: 100%;
	/*
	background: url(../images/page_bg.gif) center left repeat-x;
	*/
}
	#wrap {
		position: absolute;
		padding: 0px;
		left: 50%;
		right: 50%;
		margin-left: -490px;

		height: 100%;
		width: 980px;

		background: #ffffff;
	}

/*
#photos {
	position: absolute;
	top: 84px;
	left: 292px;
	padding: 0px;

	height: 470px;
	width: 409px;

	background: #c6c7c9 top center no-repeat;
}
	#photos div {
		margin: 60px 15px 0px 0px;
		padding: 9px 0px 0px 9px;

		width: 400px;

		float: left;
		text-align: left;
		color: #000000;
	}
	#photos #img1 {
		margin: 308px 0px 0px 0px;
		padding: 0px;

		width: 205px;
		height: 162px;
		float: left;

		border: 0px;
		background-repeat: no-repeat;
	}
	#photos #img2 {
		margin: 308px 0px 0px 0px;
		padding: 0px;

		width: 204px;
		height: 162px;
		float: left;

		border: 0px;
		background-repeat: no-repeat;
	}
	#photos h3 {
		color: #a34d92;
		font-size: 12px;
	}

/*
    #left_text div {
        margin: 60px 15px 0px 0px;

        width: 269px;

        color: #a9a8a6;
        float: right;
        text-align: right;
    }

    #left_text div h3 {
        color: #ffffff;
        font-size: 11px;
    }
    #left_text a {
        color: #ffffff;
    }
    #left_text span {
        line-height: 20px;
    }


#right_text {
	position: absolute;
	top: 84px;
	left: 702px;

	height: 470px;
	width: 278px;

	background: #000000 url(../images/logo.jpg) bottom left no-repeat;
	vertical-align: middle;
}
	#right_text .item {
		margin: 0px 0px 7px 0px;
		padding: 9px 0px 9px 9px;

		width: 269px;

		background: #3d3c3f;
		color: #a9a8a6;
		float: left;
		vertical-align: middle;
	}
		#right_text .item p {
			margin: 1px;
		}
		#right_text .item strong {
			color: #ffffff;
		}
		#right_text .item a {
			color: #a34d92;
		}
	#right_text .text {
		margin: 60px 15px 0px 0px;
		padding: 9px 0px 0px 20px;

		width: 249px;

		color: #a9a8a6;
		float: left;
		text-align: left;
	}
		#right_text .text strong {
			color: #a34d92;
		}

#footer {
	position: absolute;
	left: 0px;
	top: 555px;
	padding-top: 9px;

	width: 980px;
	height: 24px;

	background: #757477;
	color: #ffffff;
	text-align: center;
}
	#footer span {
		color: #000000;
	}
*/

/* Layout */
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
img {
	border: 0px;
}
table, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
input, textarea {
	width: 150px;

	border: solid 1px #7e7d80;
	font-family: Helvetica;
	font-size: 9px;
}





/********************
    Header
*********************/

#headerWrap {
    margin: 20px auto 0px auto;
    width: 980px;
    overflow: hidden;
}

/*
    #menu_left {
        float: left;
        margin-left: 50px;
        background: #757477;
    }

    #menu_right {
        float: right;
        padding-right: 50px;
        width: 750px;
        height: 32px;
        background: #757477;
        text-align: right;
    }
*/
    #menu{
        overflow: hidden;
        width: auto;
    }
    #menu a{
        display: block;
        float: left;
        margin: 0 15px 0 0;
    }
    #menu a.last{
        margin: 0 5px 0 0;
    }
    #menu #menu_right{
        width: auto;
        float: right;
        margin: 0;
        overflow: hidden;
    }

    #menu_right a.active {
        color: black;
    }


#left_text ul{
    list-style: none;
}
#left_text ul li{
    cursor: pointer;
    font-weight: bold;
    color: #a34d92;
    background-position: top right;
    background-repeat: no-repeat;
    background-image: url(../images/arrow_down.jpg);
    padding: 2px 15px 3px 0;
}


#left_text ul ul{
    /*display: none;*/
}

#left_text ul li ul{
    margin: 10px 0;
}
#left_text ul li ul li{
    color: #fff;
    margin: 0;
    padding: 0;
    background: none;
}

#logo {
    height: 52px;
    width: 291px;
    float: left;
    background-color: #fff;
}

    #logo h1 {
        margin: 3px 20px 0 0;
        padding: 0px;
        background: url(../images/hartol_logo.jpg) no-repeat;
        height: 46px;
        width: 93px;
        float: right;
    }

        #logo h1 a {
            display: block;
            height: 100%;
        }

        #logo h1 a span {
            display: none;
        }

 #slogan {
    float: left;
    padding: 17px 40px 0px 0px;
    height: 33px;
    width: 648px;
    background: #a9398b;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    border-top:1px solid white;
    border-right :1px solid white;
    border-bottom :1px solid white;
}

    #slogan p {
        margin: 0px 0px 0px 320px;
    }



/********************
    Content
*********************/
#contentWrap {
    margin: 0px auto 0px auto;
    width: 980px;
    overflow: hidden;
}

#left_text {
    float: left;
    height: 462px;
    width: 265px;
    background: #000000;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid white;

    text-align: right;
    padding: 15px 15px 0px 9px;

}

    #left_text h3 {
        color: #ffffff;
        font-size: 11px;
    }

    #left_text a {
        color: #ffffff;
    }

    #left_text {
        font-size: 11px;
    }


#middle {
    overflow: hidden;
    float: left;
    width: 408px;
    height: 477px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

#middle_content {
    width: 388px;
    height: 467px;
    padding: 10px 10px 0 10px;
    background-color: #000 !important;
}

    #photos {
        height: 314px;
        width: 409px;
        float: left;
        border-bottom: 1px solid white;
        background-color: #000 !important;
    }

    #img1 {
        width: 203px;
        height: 162px;
        float: left;
        border-right: 1px solid white;
        background-color: #000 !important;
    }

    #img2 {
        width: 204px;
        height: 162px;
        float: left;
        background-color: #000 !important;
    }


#right_text {
    float: left;
    overflow: hidden;
    height: 477px;
    width: 279px;
    border-right: 1px solid white;
    border-bottom: 1px solid white;

    background: #000000 url(../images/logo.jpg) bottom left no-repeat;
    vertical-align: middle;


}

#right_text a.white {
    color: white;
}

#right_text_content {
    height: 467px;
    width: 258px;
    padding: 10px 10px 0 10px;
}

    .item {
        margin: 0px 0px 7px 0px;
        padding: 9px 0px 9px 9px;
        width: 269px;
        background: #3d3c3f;
        color: #a9a8a6;
        float: left;
        vertical-align: middle;
    }

        .item p {
            margin: 1px;
        }

        .item strong {
            color: #ffffff;
        }

        .item a {
            color: #a34d92;
        }

    .text {
        margin: 60px 15px 0px 0px;
        padding: 9px 0px 0px 20px;
        width: 249px;
        color: #a9a8a6;
        float: left;
        text-align: left;
    }

    .text strong {
        color: #a34d92;
    }


#map strong {
    color:black;
}

#map {
    color:black;
}

#map a {
    color: black;
    text-decoration: underline;
}
/********************
    Footer
*********************/
#footer {
    margin: 5px auto 0px auto ;
    width: 980px;
    height: 24px;
    background: #757477;
    color: #ffffff;
    text-align: center;
}

    #footer span {
        color: #000000;
    }

/*****************
    Speciaal
 ****************/
a.selected {
    text-decoration: underline;
}
