/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	display:table;
	height:100%;
	margin:0 auto;
	width:960px;
}

.header {
}

/* main */
.main {
	display:table-cell;
	padding-top:18px;
	vertical-align:middle;
	width:960px;
}


/* content */
.content {
	/* float: right;
	border: thin solid gray;*/
        width: auto;
	height: 500px;

}

/* col left */
#col_left {
    float: left;
    width: 219px;
    height: 482px;
    padding: 16px 35px 0px;
}

/* deze beide hieronder voor col_right */
.gray_border {
    border:1px solid gray;
	height:498px;
    width: 666px;
}

.no_gray_border {
    border:0px solid gray;
	height:500px;
    width: 669px;
}

#intro {
	height: 200px;
	overflow: hidden;
}

#news {
	height:196px;
	margin:5px 0;
	overflow:hidden;
}

.slidenavNews{
	display:block;
	float:right;
	margin-top:-3px;
	/* float: right;
	margin-top:-10px; */
}

#slideshow2 p {
	height: 150px;
	margin-top: 8px;
}



/* col right */
#col_right {
    float:left;

    overflow: hidden;
}

/* moet anders */
#pa_heading {
	height:45px;
	position:relative;
	width:inherit;
}
#pa_heading img {
	height:30px;
	left:-12px;
	position:absolute;
	top:6px;
	width:30px;
}

#pa_heading h2{
	display:block;
	font-size:11px;
	left:27px;
	position:absolute;
	top:15px;
}

ul.menu, ul.menu ul {
}
ul.menu a {
display:block;
font-size:10px;
}
ul.menu li {
margin-top:1px;
}

ul.menu li {
margin-top:1px;
}

ul.menu li a {
padding:6px;
}

ul.menu>li>a {
text-transform:uppercase;
}

ul.menu>li>a.open {
color: black;
}

ul.menu li a:hover {
color:black;
}

ul.menu li ul li a {
padding-left:20px;
} 

ul.menu li ul li.subkop {
padding-left:20px;
}

ul.menu li ul li a:hover {
}

ul.menu li ul li a:before {
	content: ""
}

#accordion {
	height:430px;
	/* overflow: hidden; */
	overflow: auto;
}

#accordion a {
	font-size:10px;
}

#accordion h3 {
	font-size:12px;
	padding-left:25px;
}

#specs p{
	color: #525252;
	font-family: Verdana, sans-serif;
	font-size: 9px;
	line-height: normal;
	margin-top: 0px;
}

#specs .property{
	font-style: italic;
}

#specs .printthis{
	font-style: italic;
}

.more{
	background:transparent url(../images/bullets.gif) no-repeat scroll 210px 2px;
	margin-right:-14px;
	padding-right:29px;
	text-align:right;
	position: relative;
	display: block;
}

.less{
	background:transparent url(../images/bullets2.gif) no-repeat scroll 210px 2px;
	margin-right:-14px;
	padding-right:27px;
	text-align:right;
	position: relative;
	display: block;
}

#description p{
	text-align: left;
	padding: 6px 0px;
}

#col_right_1 {
	float:left;
	padding:66px 65px 0;
	width:219px;
}

#col_right_2 {
	float:left;
	padding:66px 35px 0;
	width:219px;
}

.bureautext {
	height: 400px;
}



.no_left_border {
	border-left: 0px solid gray;;
}

.no_right_border {
	border-right: 0px solid gray;;
}


/* content_footer*/
.content_footer {
        /* border: 1px solid #d4d4d4;
        height: 40px;*/
}

.sidenav {
}

.sidenav ul {
}

.sidenav li {
	float:left;
	position:relative;
}

.sidenav li a {
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	display:block;
	font-size:10px;
	height:21px;
	line-height:21px;
	text-transform:uppercase;
	width:70px;
	text-align:center;
	letter-spacing:-1px;
	/* for ie6 */
	float:left;
}

.sidenav li.first a{
	border-left:1px solid gray;
}

.sidenav li.active a{
	border-top:1px solid white;
	color:black;
	margin-top:-1px;
}

.sidenav li a:hover {
	color: #111;
}

.contact {
	float: right;
	width: auto;
}

.contact ul {
	border-top: 1px solid #FAFAFA;
	/* background: url(../images/bgul.gif) repeat-x; */
	margin: 0;
	padding: 0;
    list-style: none;
}

.contact li {
        float:left;
}

.contact li a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	padding:4px 7px;
	color:#525252;
}

.slidenav {
	float:left;
	display: none;
}

#nav{
	float:left;
	padding: 3px;
}

#nav a{
	font-size:11px;
	padding:3px;
}

.activeSlide{
	color:black;
	border:1px solid gray;
}


/* footer */
.footer {
	display: none;
	background: #FFF;
	border: 1px solid #EEE;
	color: #666;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 720px;
}
.footer a {
	color: #36C;
	text-decoration: none;
}
.footer a:hover {
	color: #06F;
	text-decoration: underline;
}

