@charset "utf-8";
/* CSS Document */

/* general css */

body {
	margin: 0;
	padding: 0;
}
#outerWrapper {
	width: 100%;
	height: 100%;
}
.bgRight {
	background: url(../img/bg_r.jpg) no-repeat right top;
}
.bgLeft {
	background: url(../img/korrels.gif) no-repeat left top;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
.clear {
	clear: both;
}


/* header: all items inside the header */

#header {
	position: relative;
	width: 100%;
	height: 70px;
}
#logo {
	position: absolute;
	width: 157px;
	height: 74px;
	left: auto;
	right: 0;
	top: 20px;
	z-index: 10;
}

/* Random image */

#afbeelding {
	width: 960px;
	height: 200px;
	position: relative;
	z-index: 20;
}
.rndImg {
	height: 200px;
	width: 960px;
	overflow: hidden;
}

/* Menu item is in a seperate css file (menu.css) - menu content is in _menu.tpl */

/* text boxen */

.intro {
	width: 620px;
	margin: 20px 0;
}
.leftTxt {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.rightTxt {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.rightNws {
	width: 300px;
	float: right;
	margin-bottom: 20px;
}


/* news */

.riBlogContentItemReadmore {
	width: 100%;
	display: block;
	text-align: right;
}
.riBlogContentItemReadmore a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.riBlogContentItemReadmore a:hover {
	text-decoration: underline;
}
