/* Klaphout CMS style sheet */


/* Important */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background: rgb(0, 158, 224);
}

:focus {
	outline: 1px;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000;
}
a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
/*a:visited {
	text-decoration: line-through;
}*/

p {
	margin-top: 0.8em;
}
p.double-whitespace {
	margin-top: 1.4em;
}

.active {
	color: #fff;
}

.lngInactive {
	background-image: url(../img/lng-strikethrough.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.menu-bottomborder {
	border-bottom: 1px solid #000;
}
.item-bottomtop {
	border-top: 1px solid #000;
}

.normal-font-weight {
	font-weight: normal;
}

strong {font-weight:bold;}

/* Structure */

#wrapper {
	position: absolute;
	width: 924px;
	min-height: 825px;
	left: 0;
	top: 0;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#logo {
	position: absolute;
	left: 45px;
	top: 45px;
}
#logo h1 span {
	display: none;
}

#menu {
	position: absolute;
	left: 0;
	top: 40px;
	line-height: 1.35em;
	font-size: 0.95em;
}
#menu ul li {
	position: absolute;
}
#menu ul li a {
	font-weight: bold;
}
#menu ul li#home {
	margin-left: 399px;
}
#menu ul li#informatie {
	margin-top: 74px;
	margin-left: 399px;
}
#menu ul li#collectie {
	margin-top: 74px;
	margin-left: 576px;
}
#menu ul li#educatie {
	margin-top: 74px;
	margin-left: 754px;
}

#menu ul li#contact-lng {
	margin-left: 855px;
}
#menu ul li#contact-lng div {
	text-align: right;
}
/*#menu ul li#contact-lng div div#contact {
	width: 100%;
}*/

#menu ul li#agenda {
	margin-top: 225px;
	margin-left: 45px;
}
#menu ul li#edities {
	margin-top: 225px;
	margin-left: 221px;
}
#menu ul li ul.submenu-list {
	padding-top: 30px;
}
#menu ul li ul.submenu-list li {
	width: 200px; /*? NAKIJKEN*/
	position: relative;
}

#collectie-menu {
	position: absolute;
	margin-top: -95px;
	left: 177px;
	font-weight: bold;
	line-height: 1.35em;
	font-size: 0.85em;
}
#collectie-menu li {
}

#thumb-wrapper {
	position: absolute;
	margin-top: 35px;
	margin-left: -260px;
}

.box {
	width: 152px;
	height: 180px;
	background: rgba(125, 212, 224, 0.9); 
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 10px;
	overflow: hidden;
}
.box a div {
	margin-top: 0;
}
.box div {
	text-align: center;
	margin-top: 7px;
}
.box .thumb-title {
	font-size: 0.69em;
	line-height: 1.3em;
}
.box .thumb-title div {
	margin: 0;
	padding: 0;
}
.permanent, .tijdelijk, .junior {
	border: 2px #000;
}
.permanent {
	border-style: solid;
}
.tijdelijk {
	border-style: dashed;
}
.junior {
	border-style: dotted;
}

.main-menu-thumbs {
	/*margin: 2px;*/
}
/*#thumb-placeholder {
	float: right;
	background-color: #fff;
	width: 200px;
	height: 232px;
}*/

/* Content */
/*#content a, #content a:hover, #content a:active {
	text-decoration: underline;
}
#content a:visited {
	text-decoration: line-through;
}*/
#content {
	position: absolute;
	width: 525px;
	left: 399px;
	top: 255px;
	line-height: 1.35em;
	font-size: 1.1em;
}

/* Item */
#item-title {
	width: 200px;
	z-index: 2;
}
#item-title-about, #item-header-about {
	margin-bottom: 6px;
}
#item-title h2, #item-title-about h2 {
	font-weight: bold;
}
#item-mainimage {
	width: 303px;
	left: 105px;
	top: 0;
	z-index: 1;
}
#item-mainimage img {
	margin-bottom: 10px;
}
#item-header {
	top: 104px;
	width: 200px;
	z-index: 3;
	padding-top: 10px;
}
#item-body {
	with: 200px;
	left: 413px;
	top: 0;
	z-index: 4;
}
#item-body a, #item-body a:visited {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#item-body a:hover {
	text-decoration: underline;
}
#item-body-about {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}
#item-images {
	padding-top: 10px;
}
/*#facebox .popup table tbody tr td .content div .faceboxImageControl {
	position: absolute;
	bottom: 0;
	right: 0;
	margin-bottom: 21px;
	margin-right: 45px;
}
#facebox .popup table tbody tr td .content div .faceboxImageControl a {
	margin-right: 6px;
}*/
#item-images img {
	padding-top: 6px;
}
#item-footer {
	z-index: 5;
	margin-left: 97px;
	padding-top: 10px;
}

/* COLLECTIE */
#permanent-border, #tijdelijk-border, #junior-border {
	border-bottom-width: 2px;
	border-bottom-color: #000;
	width: 110px;
	display: block;
	margin-left: 5px;
	margin-top: -10px;
	float: right;
}
#permanent-border {
	border-bottom-style: solid;
}
#tijdelijk-border {
	border-bottom-style: dashed;
}
#junior-border {
	border-bottom-style: dotted;
}

/* AGENDA */
.agenda-item {
	width: 525px;
	clear: both;
	padding-top:20px;
}
.agenda-item div img{
}
.agenda-text {
	width: 310px;
}
.agenda-even .agenda-text{
	float: left;
	margin-bottom: 12px;
	margin-right: 12px;
}
.agenda-even .agenda-img{
	float: right;
	width: 202px;
}
.agenda-oneven .agenda-text{
	float: right;
	margin-bottom: 12px;
	margin-left: 12px;
}
.agenda-oneven .agenda-img{
	float: left;
	width: 202px;
}
.agenda-img img {
	margin-bottom: 12px;
}

/*blogje*/
.blog-item {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(125, 212, 224, 0.9); 
	width: 350px;
	padding: 40px;
	font-size: 0.7em;
	border: 2px solid #000;
}
.blog-closer {
	position: absolute;
	top: 5px;
	right: 5px;
}
.blog-text div a {
	font-weight: bold;
}
.blog-name {
	width: 350px;
	overflow: hidden;
}

/* PERS */
.press-item .press-title a {
	color: white;
	font-weight: bold;
}
.press-item .press-title a:hover {
	text-decoration: underline;
}
				
/* CONTACT */
.contact {
	margin-left: 176px;
}
.contact #item-body {
	font-size: 1.2em;
}

