/* CSS Document PAT Consultancy - Wilbert Baan*/body {	margin:0px;	background-color: #ffffff;	font-family: Verdana, Arial, sans-serif;	font-size: 11px;	line-height: 20px;	text-align: left;	color: #333;	background-image: url(../images/back.jpg);	background-repeat: repeat-y;	}	.textwhite { 	margin:0px;	font-family: Verdana, Arial, sans-serif; 	font-size: 11px; 	line-height: 20px; 	text-align: right;	color: #fff;	}		a:link { 	text-decoration: none;	color: #CC0000;	}a:visited {	text-decoration: none;	color: #CC0000;	}a:hover { 	text-decoration: underline;	color: #CC0000;	}	h1 { 	float: right;	font-weight: normal;	font-size: 11px;	font-family: Geneva, Arial, Helvetica, sans-serif;	color: #888;	margin: 0 0 0 0;	padding: 1px;	border-color: #0066CC;	border-width: 1px 1px 1px 1px;	border-style: dotted dotted dotted dotted;	}h2 {	font-weight: lighter;	font-size: 12px;	font-family: Georgia, "Times New Roman", Times, serif;	color: #1F1F1F;	margin: 0 0 0 0;	padding: 1px;	font-style: italic;	text-align: left;	display: inline;	}		h3 {	font-weight: lighter;	font-size: 22px;	font-family: Georgia, "Times New Roman", Times, serif;	color: #1B7C7D;	margin: 0 0 0 0;	padding: 1px;	font-style: italic;	text-align: left;	display: inline;	}		#frame {	float: left;	width: 550px;	top: 0px;	padding: 0px 0px 0px 40px;	left: 0px;	background-color: #FFFFFF;	border-width: 0px 0px 0px 1px;	border-style: solid;	border-color: #E6DEE4;/*	background-image: url(../images/parel.jpg);	background-repeat: no-repeat; */	}#menu {	float: left;	width: 70px;	left: 0px;	top: 0px;	padding: 0px;	text-align: left;	background-color: #EAEAEA;	height: 100%;	}	#text {	float: left;	width: 450px;	left: 0px;	top: 0px;	padding: 10px;	text-align: justify;/*	background-color: #E7FFE2; 	background-color: #FFFFFF;	border-width: 1px 1px 1px 1px;	border-style: dashed; 	border-color: #336699; */	margin: 15px;	}	#animation {	float: left;	width: 450px;	left: 0px;	top: 0px;	padding: 0px;	text-align: justify;/*	background-color: #E7FFE2; 	background-color: #FFFFFF;*/	border-width: 1px 1px 1px 1px;	border-style: solid; 	border-color: #669999; 	margin: 25px;	}		#headerright {	float: right;	top: 0px;	width: 200px;	height: 90px;	padding: 4px;	margin: 20px 60px 20px 20px;	text-align: right;	border-width: 1px 1px 1px 1px;	border-style: solid;	border-color: #CCCCCC;	vertical-align: text-top;	background-color: #669999;	margin-top: 20px;	margin: 2;	}	#headerleft {	float: left;	top: 0px;	width: 200px;	height: 90px;	padding: 4px;	text-align: left;	border-width: 1px 1px 1px 1px;	border-style: solid;	border-color: #CCCCCC;	vertical-align: text-top;	margin: 20px 20px 20px 15px;	}		#info {	float: left;	width: 450px;	padding: 5px;	margin: 15px;	text-align: left;	background-color: #E6E6E6;	border-width: 1px 1px 1px 1px;	border-style: solid;	border-color: #E6DEE4;	}	.meta ul {	display: inline;	margin: 0;	padding: 0;	list-style: none;	}.meta li {	display: inline;	}	
