body {
	background-image:url(../images/achtergrond.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
}

#main {
	position:absolute; 
	width:960px; 
	left:50%;
	margin-left:-480px;
	margin-top:20px;
}

.mainWhite {
	background-color:#ffffff; 
}

#label {
	width:960px; 
	height:30px; 
	/*background-color:#336699; */
}
.insideLabel {
	padding:6px 12px 0px 12px;
	/*font-size: 15px;*/
}

h1.insideLabel {
	font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding:0px;
}

#logo {
	width:960px;
	height:120px
}

#topNav {
	background-color:#ffffff; 
	width:960px;
	margin:15px 0px 0px 0px;
	padding-top:2px;
}

.insideTopNav {
	padding:0px 12px 0px 12px;
	color: #000000;
	line-height:140%;
}

.insideNav a {
	text-decoration: underline;
	color: #000000;
}
.insideNav a:hover {
	color: #555555;
}

.topNavLeft {
	float:left;
	font-weight:bold;
}
.topNavRight {
	float:right; 
}

#verticalSpace20 {
	height:20px;
}

#articlesBox {
	position:relative;
	clear:both;
	width:960px; 
	margin:0px;
	padding:0px;
}

.articlesBoxRow {
	clear:both;
	margin:0px;
	padding:0px;
}

.gutter1 {
	position:relative;
	float:left; 
	width:10px;
}
.column1 {
	position:relative;
	float:left; 
	width:280px;
}
.gutter2 {
	position:relative;
	float:left; 
	width:50px;
}

.column2 {
	position:relative;
	float:left; 
	width:280px;
}
.gutter3 {
	position:relative;
	float:left; 
	width:50px;
}

.column3 {
	position:relative;
	float:left; 
	width:280px;
}
.gutter4 {
	position:relative;
	float:left; 
	width:10px;
}

h3 {
	clear:both;
	/*background-color: #3399cc;*/
	color: #ffffff;
	font-weight: bold;
	margin:0px;
	font-size:100%;
	padding:1px 2px 2px 2px;
}
p.articleText {
	padding:0px;
	margin:0px;
	padding:2px 2px 2px 2px;
	line-height:110%;
}
.articleThumb {
	float:right;
	text-align:right;
	margin-right:4px;
	margin-left:8px;
	margin-bottom: 4px;
}

.articleFooter {
	clear:right;
	padding:0px;
	margin:6px 0px 0px 0px;
	line-height:110%;
	text-align:right;
}

.articleFooterRow {
	float:right;
	margin-bottom:1px;
}
.articleFooterColumn {
	float:left;
	font-weight:bold;
}
.articleFooterLeft{
	text-align:left;
	padding:0px 4px 0px 2px;
}
.articleFooterRight {
	text-align:right;
	padding:0px 3px 0px 2px;
}

#bottomBar {
	clear:both;
	width:960px; 
	height:30px; 
	padding-top:8px;
	color:#ffffff;
}

#bottomBarLeft {
	float:left; 
	padding-left:6px
}

#bottomBarRight {
	float:right; 
	padding-right:6px
}

#bottomBar a {
	text-decoration: underline;
	color: #ffffff;
}
#bottomBar a:hover {
	color: #ffffff;
}

#bottomNav {
	width:960px;
	background-color:#f2f2f2;
}

.insideBottomNav {
	padding:12px 6px 0px 6px;
	line-height:140%;
}

/* other */
img {
	border:0px;
}

p.nada {
	margin:0px;
	padding:0px;
}

a.order {
	text-decoration:none;
	color:#000000;
}
a {
	text-decoration:none;
	color:#000000;
}

