body {
	margin: 0 auto;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	line-height: 14px;
	background: url(../gfx/greyGradientBg.gif) repeat-x #c4c7c8;
	padding-top: 26px;
}
p {
	margin-top: 0px;
}
h1 {
	color: #ce1b00;
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	margin: 0px;
}
h2 {
	color: #000000;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	margin: 0px;
}
h3 {
	color: #000000;
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	margin: 0px;
}
a {
	color: #274080;
	font-weight: bold;
}
img {
	border: 0px;
}
.clear {
	clear: left;
}

.leesMeer {
	font-weight: bold;
	color: #666666
}
.introSpan{
	color: #274080;
	font-weight: bold;
}
.sepparator {
	color: red;
}
.cursorHand {
	cursor: pointer;
}

#viewport {
	margin: 0 auto;
	width: 956px;
	text-align: center;
}
#topHeader {
	margin: 0 auto;
	display: block;
	height: 128px;
	width: 780px;
}
#contentShadow {
	background: url(../gfx/contentBg.png) repeat-y;
	width: 956px;
}

/* navigation style */
#nav {
	margin: 0 auto;
	padding: 0;
	list-style: none; 
	height: 47px;
	width: 746px;
}
#emptyNav {
	margin: 0 auto;
	background: url(../gfx/emptyNav.gif) no-repeat #FFFFFF;
	width: 746px;
	height: 47px;
}

.firstBtn, .firstBtnOn, .btn, .btnOn, .lastBtn, .lastBtnOn {
	float: left;
	width: 148px;
	height: 47px;
	background: url(../gfx/nav/firstBtnOff.gif);
}
.firstBtn:hover, .firstBtnOn {
	background: url(../gfx/nav/firstBtnOn.gif);
}

.btn {
	width: 150px;
	background: url(../gfx/nav/btnOff.gif);
}
.btn:hover, .btnOn {
	width: 150px;
	background: url(../gfx/nav/btnOn.gif);
}

.lastBtn {
	background: url(../gfx/nav/lastBtnOff.gif);
}
.lastBtn:hover, .lastBtnOn {
	background: url(../gfx/nav/lastBtnOn.gif);
}

.firstBtn a, .firstBtnOn a, .btn a, .btnOn a, .lastBtn a, .lastBtnOn a {
	display: block;
	color: #000000;
	width: 148px;
	height: 25px;
	text-decoration: none;
	padding-top: 22px;
	font-size: 13px;
}
.firstBtn a:hover, .firstBtnOn a, .btn a:hover, .btnOn a, .lastBtn a:hover, .lastBtnOn a {
	color: #FFFFFF;
}

/* content style */
#contentContainer {
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	width: 746px;
}
#content {
	width: 726px;
	padding-left: 20px;
	padding-top: 21px;
}
#textContainer {
	width: 726px;
}
#foto {
	float: left;
	width: 230px;
}
#text {
	width: 454px;
	float: left;
	line-height: 16px;
	padding: 10px 21px;
}
#footer {
	background: url(../gfx/contentBottomBg.png) no-repeat;
	height: 50px;
	width: 956px;
	text-align: center;
	padding-top: 34px;
	color: #666666;
	font-size: 9px;
}
#footer a {
	font-weight: normal;
	color: #666666	
}

/* news */
#newsContainer {
	margin-left: 20px;
	margin-top: 19px;
	background: url(../gfx/newsBg.png) left bottom no-repeat;
	width: 709px;
}
#newsTitleBar {
	padding-left: 12px;
	padding-top: 6px;
	height: 33px;
	width: 709px;
	background: url(../gfx/newsTitleBar.png) no-repeat;
	font-weight: bold;
	color: white;
	font-size: 16px;
}
#newsLeftContainer {
	float: left;
	padding: 3px 0px 10px 11px;
	width: 351px;
}
#newsRightContainer {
	float: left;
	padding: 3px 0px 10px 15px;
	width: 332px;
}
.newsBerichtText, .newsBerichtTextFull {
	float: left;
	padding-right: 8px;
}
#newsLeftContainer .newsBerichtText {
	width: 218px;
}
#newsRightContainer .newsBerichtText {
	width: 210px;
}
#newsLeftContainer .newsBerichtTextFull {
	width: 330px;
}
#newsRightContainer .newsBerichtTextFull {
	width: 312px;
}
.newsImage {
	float: left;
	width: 112px;
	height: 138px;
	background-color: #ff0;
}
