/*  body en tekstdefinities */
html, body {
background-image: url(images/bg_body.png);
background-repeat: repeat-x;
font-size: 0.9em;
font-family: Verdana, Arial;
margin: 0px;
width: auto;
height: auto;
} 

a { 
color: #000000;
background-color:transparent;
}
 
p, h1, h3 {
padding: 2px 15px;
margin: 0px;
}

pre {
padding: 0px 15px;
margin: 0px;
font-family: Verdana, Arial;
font-weight: bold;
}

h1 {
font-size: 1.2em;
font-weight: bold;
font-family: Verdana, Arial;
color: #ff9900;
padding-bottom: 15px;
background-color: transparent;
}

h3 {
font-size: 1.2em;
font-weight: bold;
font-family: Verdana, Arial;
color: #ff9900;
padding-bottom: 15px;
background-color: transparent;
}

/*  positioning-layers */

#wrapper {
width: 902px;
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
margin: auto;
}

#menu {
z-index: 10;
position: relative;
top: 0px;
left: 0px;
height: 50px;
width: 100%;
text-align: center;
}

#header {
z-index: 1;
position: relative;
background-color: #FFFFFF;
width: 900px;
height: 140px;
border: 1px solid #000000;
}

#logo {
position: relative;
background-color: #FFFFFF;
width: 140px;
margin-left: 10px;
}

#fadeshow1 {
position: static;
background-color: #FFFFFF;
width: 600px;
float: right;
clear: both;
}

#actueel {
position: relative;
background-color: #FFFFFF;
width: 280px;
height: 260px;
margin-top: 15px;
padding-top: 10px;
font-size: 0.9em;
border: 1px solid #000000;
}

#content {
position: relative;
float: right;
clear: both;
margin-top: 15px;
background-color: #FFFFFF;
width: 600px;
height: 432px;
overflow: auto;
padding-top: 10px;
font-size: 0.9em;
border: 1px solid #000000;
}

#tagcloud {
position: relative;
background-color: #FFFFFF;
width: 280px;
height: 145px;
margin-top: 15px;
padding-top: 10px;
font-size: 0.9em;
border: 1px solid #000000;
}

#footer {
position: relative;
clear: both;
width: 900px;
margin-top: 15px;
margin-bottom: 10px;
text-align: center;
color: black;
font-size: 0.8em;
background-color: #ff9900;
border: 1px solid #000000;
}

img {
  border: none;
  margin-left: 0px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
