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


* {
	margin:0;
	padding:0;
}

html, body {
	height: 100%;
	text-align:center;
	font-family: "Lucida Sans",Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image:url(/thema/westenberg-ai/pics/body-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	background-color: #cbe3ed;
	font-size: 12px;
	color: #3A90C5;
}

a {
	color: #293d4f;
}

h1,h2,h3,h4,h5 {
	text-align: left;
	font-family: "Lucida Sans",Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
}
h1 {
	color: #293d4f;
	font-size: 22px;
	font-weight:bold;
	margin-bottom: 12px;
}
h2 {
	color: #3a90c5;
	font-size: 15px;
	font-weight:bold;
	margin-bottom: 8px;
	
}
h2 a {
	text-decoration:none;
}
table td {
	text-align: left;
	font-size: 12px;
	vertical-align:top;
	padding:2px;
}

#wrap {
	min-height: 100%;
	width: 960px;
	background-image:url(/thema/westenberg-ai/pics/content-bg.png);
	background-position:top center;
	background-repeat:repeat-y;
	margin: 0px auto;
	padding:0px;
	text-align: left;
}
#header {
	background-image:url(/thema/westenberg-ai/pics/header-bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	height: 180px;
	text-align:left;
	width: 960px;
}


#main {
	overflow:auto;
	width: 960px;
	padding-bottom: 0px;
}  /* must be same height as the footer */



#columnLeft {
	width: 650px;
	min-height: 450px;
	text-align:left;
	
}
	#columnLeft div.content {
		margin: 10px 20px;
	}
	
	#columnLeft div p {
		font-family: "Lucida Sans",Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #3a90c5;
		margin-top: 15px;
	}
	
	#columnLeft div#ralphQuote {
		color: #3a90c5;
		font-size: 32px;
		line-height: 45px;
		font-style:italic;
		background-image:url(/thema/westenberg-ai/pics/quote-bg.png);
		background-position:top left;
		background-repeat:no-repeat;
		height:95px;
		padding: 10px 0px 0px 25px;
		
	}
	#columnLeft div#ralphImage {
		  display: inline-block;
		  width: 150px;
		  height: 150px;
		  border-radius: 50%;
		  overflow: hidden;
		  float:right;
		  margin:0px -21px 0px 0px;
	
	}
	#columnLeft div#ralphImage img{
		max-width: 100%;
	}


	#columnLeft div#home {
		
	}

	

	#columnLeft div#home .img_container  {
	  display: inline-block;
	  width: 150px;
	  height: 150px;
	  border-radius: 50%;
	  overflow: hidden;
	  float:left;
	  margin:0 20px 20px 0px;
	}

	#columnLeft div#home .img_container img.circle {
		max-width: 100%;
	}
	
#columnRight {
	width: 300px;
	min-height: 450px;
	float: right;
	margin:0;
	padding: 0;
}
	#columnRight div.box {
		margin-top: 10px;
	}
	
	#columnRight div.box  h1 {
		margin-left: 20px;
	}

	div.boxcontent {
		border-left: 1px solid #cbd1d5;
		padding: 10px 10px 10px 20px;
		
	}

	div.boxcontent hr.divider {
		background-image:url(/thema/westenberg-ai/pics/box-divider.png);
		background-position:top left;
		background-repeat:no-repeat;
		height: 20px;
		border: 0px;
	}
	
	div.boxcontent div#social {
		background-image:url(/thema/westenberg-ai/pics/social-bg.png);
		background-position:top left;
		background-repeat:no-repeat;
		height: 80px;
		width:250px;
		border: 0px;
		text-align:center;
		padding-top: 15px;
	}

#slider {
	height: 379px;
	width: 942px;
	position: relative; 
	margin-left:7px;
	overflow: hidden;
	background-color:#3a90c5;

}
#sliderNav {
	position: absolute;
	z-index: 999;
	margin-left: 40px;
	margin-top: 340px;
	text-align: center;

}
#sliderNav a {
	display: block;
	background-color:#3a90c5;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	height: 25px;
	width:25px;
	float:left;
	margin-left: 2px;
	line-height:25px;
	
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#sliderNav a.activeSlide {
	background-color:#235779;
}

div.slideContainer {
	height: 379px;
	width: 942px;
	margin-left: 0px;
}

#slider div.slideContainer div.button-groot-blauw {
	background-image:url(/thema/westenberg-ai/pics/btn-groot-blauw.png);
	background-position:top left;
	background-repeat:no-repeat;
	width:	278px;
	height: 78px;
	position: absolute;
	color: #FFFFFF;
	font-size: 32px;
	line-height: 75px;
	font-style:italic;
	cursor: pointer;
	text-align: center;
}

#slider div.slideContainer div.btn-meerweten {
	margin-left: 640px;
	margin-top: 250px;
	text-align: center;
}

#slider div.slideContainer div.tagline {
	width:	240px;
	
	
	position: absolute;
	margin-left: 637px;
	margin-top: 40px;
	
	background-color: #e5ecf1;
	opacity: 0.8;
	
	padding:20px;
	
	color: #293d4f;
	font-size: 22px;
	line-height: 25px;
	text-align:right;
	font-style:italic;
	
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#slider div.button-groot-blauw a{
	color: #FFFFFF;
	text-decoration:none;
}

#twitterBar {
	background-image:url(/thema/westenberg-ai/pics/twitter-bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	width: 942px;
	height: 38px;
	margin-left: 7px;
	font-size: 10px;
	text-align:left;
	
}

#twitter ul#twitter_update_list{
	list-style:none;
	float: left;
	padding: 12px 0px;
}

#twitter ul li {
	position: absolute;
}
#twitter ul li.inactive
{
	display: none;
}

#twitter #preloader{
	padding: 12px 0px;
}

.content ul {
	list-style-position:inside;
}

.content ul li {
	font-size: 12px;
	color: #3A90C5;
}

.content a {
	border-bottom: 1px dotted #293d4f;
}

#footer {
	position: relative;
	margin-top: 0px; /* negative value of footer height */
	height: 0px;
	clear:both;
	z-index:1010;
	background-color:#FFFFFF;
} 

.boxcontent p {
	width:250px;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

.right {
	float: right;
}
.left {
	float: left;
}


.btn{
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	background: none repeat scroll 0 0 #E5ECF1;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    text-align: center;
    width: 140px;
	
}

.btn a {
	text-decoration:none;
	font-weight:bold;
}

.btn a:hover {
	text-decoration:underline;
	font-weight:bold;
}

