/* general.css
   (c) 2004-2024 Live Presence
   All rights reserved

   Author: Marco Veldman
   $Revision: 1.8 $
   $Date: 2024/01/03 16:04:50 $ */

* {
	
	font: 13px/21px Georgia, "Times New Roman", "Times", "FreeSerif", serif, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border: none;
	text-align: left;
}
ul, ol {

	list-style: none;
}
a {

	text-decoration: none;
}
img {
	vertical-align: top;
}
body, div, span, ul, ol, li, img, p, a, pre {

	padding: 0;
	margin: 0;
	background: transparent;
}
body {

	background-color: #4e4e4e;
	background-image: url("../img/background.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
}
p a {

	border-bottom: 1px dotted;
}
p a:hover {

/*	color: #dddddd;
	background-color: #4e4e4e; */
}
h1 {

	font-size: 40px;
	line-height: 60px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px
}
h2 {

	font-size: 32px;
	line-height: 48px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0px
}
h3 {

	font-size: 20px;
	line-height: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 6px;
}
div.cClear {

	clear: left !important;
	line-height: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
#iFrame {

	width: 749px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
#iHeader {

	width: 749px;
	height: 83px;
	padding-left: 0px;
/*	background-image: url("../img/header.jpg"); */
}
#iMenu {

	position: absolute;
	margin-left: -31px;
	margin-top: 16px;
}
#iMenu a, #iMenu img {

	display: block;
	margin-top: 4px;
}
#iIntro {

	height: 246px;
	background: url("../img/shadow-header.jpg") no-repeat top right;
}
#iIntro div {

	width: 422px;
	height: 246px;
	margin-left: 3px;
	padding-top: 12px;
	padding-left: 240px;
	padding-right: 80px;
	background-color: #dddddd;
	background-image: url("../img/background-header.jpg");
	background-repeat: repeat-x;
}
#iIntro div * {

	text-align: right;
}
#iIntro div p {

	font-size: 15px;
	line-height: 24px;
	margin-bottom: 4px;
}
#iContent,
#iMain,
#iFooter {

	background: url("../img/shadow.jpg") repeat-y top right;
}
#iContent div {

	width: 482px;
/*	height: 250px; */
	margin-left: 3px;
	padding-top: 12px;
	padding-left: 200px;
	padding-right: 60px;
	padding-bottom: 24px;
	background-color: #dddddd;
	background-repeat: repeat-x;
}
#iContent div p {

	margin-bottom: 6px;
}
#iContent div ul {

	margin-top: 0px;
}
#iFooter div {

	width: 482px;
	height: 24px;
	margin-left: 3px;
	margin-bottom: 12px;
	padding-top: 6px;
	padding-left: 200px;
	padding-right: 60px;
	background: #b2b2b2 url("../img/table-header.49.1.jpg") repeat-x 0px -1px;
}
#iFooter div * {

	font-size: 12px;
}
