
body {
	margin:0;
	padding: 0;
	background: #D1D1D1;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}


p, blockquote, ul, ol {
	line-height:16px;
	font-size:14px;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
	color: #666666;
}

#container {
	background:url(/images/container_bg.jpg) repeat-y center top;
	width:900px;
	margin:0 auto;

}
/* Header */

#header {
	height: 100px;
	background:url(/images/header_bg.jpg) no-repeat left top;
}

/* Logo */

#logo {
	padding:25px 0 0 100px;
}

#logo h1 {
	margin:0;
	padding: 0;
	font-size: 36px;
	line-height:40px;
	color:#E6E6E6;
}

#logo h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height:14px;
	font-weight: normal;
	color:#fff;
}

/* Menu */

#menu {
	font-weight:bold;
	background:url(/images/menu_bg.jpg) no-repeat left top;
	font-size:14px;
	line-height:29px;
	padding:1px 35px 10px;
}
#menu a {
	text-decoration:none;
	color:#333;
}
#menu form span {
}
#menu form {
	display:inline;
	float:right;
	margin:0;
	padding:0;
}


/* Content */

#content {
	margin:15px 35px 0 35px;
}

/* Welcome */

#leftcol {
	float: left;
	width: 300px;
	


}
#leftcol ul {
	list-style-type:none;
	margin:0 0 25px 0;
	padding:0;
}
#leftcol ul li {
	text-align:justify;
	margin-bottom:10px;
}
#leftcol ul li strong {
	text-align:left;
}
#welcome {
	background:#EAEAEA url(/images/leftcol_top_bg.jpg) no-repeat left top;
	float: left;
	width: 300px;
}
#welcome h2 {
	margin:20px 10px 10px;
	padding:0;
	font-size:1.2em;
}
#welcome h4 {
	margin:20px 10px 10px;
	padding: 10px 0 0;
}
#welcome p {
	margin:0 10px;
	padding:10px 5px;
	border-bottom:1px solid #d1d1d1;
}
#welcome p.klant {
	background-color:#d1d1d1;
	border-bottom-color:#c4c4c4;
}
#welcome p.more {
	border-bottom:none;
	text-align:right;
}
#welcome div.clearer {
	clear:both;
	height:13px;
	background:#EAEAEA url(/images/leftcol_bottom_bg.jpg) no-repeat left bottom;
}


.cloudmain {
	width:300px;
	background:url(/images/cloud_bottom_main.jpg) no-repeat left bottom;
	padding-bottom:15px;
	margin-bottom:20px;
}
.cloudmain h3 {
	color:#FFFFFF;
	background:url(/images/cloud_top_main.jpg) no-repeat left top;
	line-height:19px;
	padding-top:1px;
	text-indent:12px;
	font-size:14px;
	margin:0;
}

.cloudmain p {
	text-align:justify;
	line-height:1.1em;
	width:280px;
	padding:0;
	margin: 10px 0 0 10px;
}
div.thumb img {
	border:1px solid #ccc; 
}
div.thumb {
	margin-left:25px;
	border-bottom:none;
	padding:10px 5px;

}

/* News */

#news {
	margin:0 0 20px 319px;
}

#news h3 {
	margin:0;
	font-size:14px;
	text-indent:20px;
	background: url(images/link_bullet.jpg) no-repeat left 3px;
}
#news #cloud {
	width:328px;
	background:url(/images/cloud_bottom_bg.jpg) no-repeat left bottom;
	padding-bottom:15px;
}
#news #cloud h3, #news #kcloud h3 {
	color:#FFFFFF;
	background:url(/images/cloud_top_bg.jpg) no-repeat left top;
	line-height:19px;
	padding-top:1px;
	text-indent:12px;
	margin:0;
}

#news #cloud p, #news #kcloud p {
	text-align:justify;
	line-height:1.1em;
	width:308px;
	padding:0;
	margin: 10px 0 0 10px;
}
#news #kcloud {
	width:507px;
	background:url(/images/cloud_bottom_klant_bg.jpg) no-repeat left bottom;
	padding-bottom:15px;
	margin-bottom:10px;
}
#news #kcloud h3 {
	background:url(/images/cloud_top_klant_bg.jpg) no-repeat left top;
}
#news #kcloud p {
	width:487px;
}
#news p {
	margin:3px 0 10px;
	padding: 0;
}
#news p.bodyt {
	margin: 10px 0;
	padding: 0;
	line-height:18px;
}
#news .greybox {
	width:245px;
	height:300px;
	padding-bottom:10px;
	float:left;
	background:#EAEAEA url(/images/greybox_bottom_bg.jpg) no-repeat left bottom;
}
#news .greybox h3 {
	background:url(/images/greybox_top_bg.jpg) no-repeat left top;
	line-height:28px;
	padding:5px 10px;
	text-indent:0;
}
#news .greybox p {
	padding:0 10px;
}
/* Footer */

#footer {
	clear:both;
	background:url(/images/footer_bg.jpg) no-repeat left top;
	text-align:right;
	padding:0 35px;
	height:58px;
}

#footer p {
	padding-top:8px;
	color: #fff;
}

