@import url("menu.css");
@import url("center.css");


body, html{
/*	height: 100%;*/
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #e7ebf0;
	color: #17396b;
	font-family: Verdana, Arial;
	font-size: small;
	line-height: 1.5em;
}

a{
	text-decoration: none;
	color: #996600;
}

a:hover{
	text-decoration: underline;
}

div#main{
	width: 764px;
	margin: 0 auto;
	background-color: #ffffff;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
}

div#main div{
	position: relative;
	float: left;
	margin-left: 2px;
	margin-right: 2px;
}

div#main div#header{
	width: 760px;
	height: 104px;
	background-image: url("../images/header.jpg");
	background-position: center;
	background-repeat: no-repeat;
}

div#main div#content{
	width: 760px;
}

div#main div#content div{
	float: left;
}

div#main div#content div#cont_pnl{
	width: 565px;
}


div#main div#content div#left_pnl_opt1{
	width: 178px;
	display: block;
	margin-bottom: 20px;
	background-image: url("../images/stippenlijn.gif");
	background-repeat: repeat-y;
}

div#main div#content div#left_pnl_opt1 div.tehuis{
	width: 178px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 8pt!important;
	color: #4a658d!important;
}

div#main div#content div#left_pnl_opt1 div.tehuis span.naam{
	display: block;
	height: 20px;
	vertical-align: bottom;
	width: 178px;
	font-weight: bold;
}

div#main div#content div#left_pnl_opt1 div.logo{
    display: block;
	width: 106px;
	height: 83px;
	margin-top: 100px;
	margin: 0 auto;
	background-image: url("../images/logo-klein.gif");
	background-repeat: no-repeat;
	background-position: bottom;
}

div#main div#content div#left_pnl_opt2{
	display: none;
}




