body {
	background-color: #D2422E;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(../images/rightPane.gif);
	background-repeat: repeat-y;
	background-position: right;
}
img {
	border: 0;
}
#top {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 107px;
	width: 100%;
}
#topLeft {
	float: left;
	padding: 4px;
}
#topRight {
	float: right;
	height: 107px;
	width: 132px;
}
#navigation {
	position: absolute;
	left: 0;
	right: 0;
	top: 107px;
	height: 22px;
	width: 100%;
	background-color: #F2C7C1;
	border-top: 1px solid white;
	border-bottom: 1px solid white;;
	background-image: url(../images/navRechts.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.navImgLeft {
	float: left;
	margin-left: 10px;
}
.navButton {
	color: #D2422E;
	background-color: #F2C7C1;
	height: 20px;
	float: left;
	font-weight: bold;
	font-size: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 2px;
	text-align: center;
}
a.navButton:link {
	text-decoration: none;
}
a.navButton:visited {
	text-decoration: none;
}
a.navButton:hover {
	text-decoration: none;
	background-color: #FFFFFF;
	color: #D2422E;
}
a.navButton:active {
	text-decoration: none;
	background-color: #FFFFFF;
}

/* text */
.rightHeader {
	font-size: 15px;
	color: #333333;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 0;
}
.rightText {
	color: #333333;
	padding: 5px;
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}

.kop {
	margin-bottom: 0;
}
.tekst {
	margin-top: 5px;
	margin-left: 2px;
}
.tekstBox {
	display: block;
	border: 1px solid white;
	text-align: center;
}
.tekstBox .big {
	font-size: 16px;
	font-weight: bold;
}
.subTitle {
	font-size: 14px;
	font-weight: bold;
}
.imgInText {
	float: left;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #FFFFFF;
}
.imgInTextR {
	float: right;
	margin-left: 8px;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 1px solid #FFFFFF;
}
.tekstInKader {
	border: 1px solid #FFFFFF;
	padding: 5px;
}
.kader {
	border: 1px solid #FFFFFF;
}

#contentT {
	position: absolute;
	left: 0;
	width: 100%;
	top: 131px;
}
#contentI {
	padding: 8px;
}
.rpToolText {
	font-size: 11px;
	color: #333333;
}

.hr {
	color: #FFFFFF;
	height: 1px;
}
.tabel {
	border-right: 1px solid #E9A197;
	border-bottom: 1px solid #E9A197;
}
.tabel td{
	border-left: 1px solid #E9A197;
	border-top: 1px solid #E9A197;
	padding: 2px;
}
#keywords {
	display: none;
}