@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html {/* To prevent short pages jumping to the left on Firefox */
	height: 101%;
}
p, ul {
	margin: 0 0 15px 0;
	font-weight: bold;
}
ul.landenlijst {
	margin-left: 20px;
	}
	ul.landenlijst li {
		margin-bottom: 3px;
		}
li.linkList, li.linkActive {
	cursor: pointer;
	text-decoration: underline;
	color: #a29061;
	margin-bottom: 3px;
	}
	li.linkList:hover, li.linkActive {
		color: #78bde8;
		}
select.landenlijst {
	min-width: 250px;
	}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #78bde8;
	margin-bottom: 10px;
	text-align: center;
	}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #78bde8;
	}
img {
	border: 0;
}
body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #38586c;
	background: #000;
}
.firstWords, strong {
	color: #78bde8;
	}
.cursief {
	font-style: italic;
	}
.small {
	font-size: 10px;
	margin-top: 10px;
	text-align: center;
	}
	p.small {
		padding-bottom: 7px;
		border-bottom: 1px solid #78bde8;
		}
		
.right {
	text-align: right;
	}
.center {
	text-align: center;
	}
a {
	color: #a29061;
	text-decoration:underline;
	}
a:hover, a:hover strong {
	color: #78bde8;
	}
a.emailLink {
	text-decoration: none;
	color: #000;
	}
a#emailLink:hover {
	color: #78bde8;
	text-decoration: underline;
	}
.lawfirms a {
	color: #78bde8;
	}
.lawfirms a:hover {
	color: #a29061;
	}
#frameWrapper {
	width: 820px;
	/*height: 670px;*/
	margin: 0 auto;
	background-color:#3E6278;
}
body > frameWrapper {
	height:100%;
	}
#frameHeader {
	background: url(images/bg_header4.jpg) no-repeat top left;
	height: 116px;
	}
#frameHeader img {
	position: absolute;
	top: 26px;
	}
#frameNav {
	margin-top: -19px;
	height: 16px;
}
#frameNav ul {
	margin-left: 3px;
	}
#frameNav ul li {
	display: inline;
	list-style: none;
	}
#frameNav ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}
#frameNav ul li a:hover {
	color: #78bde8;
	}
li#welcome {
	margin-left: 15px;
	}
li#advantages {
	margin-left: 35px;
	}
li#participants {
	margin-left: 30px;
	}
li#contact {
	margin-left: 30px;
	}
li#inquiries {
	margin-left: 30px;
	}
li#ipnews {
	margin-left: 30px;
	}
li#join {
	margin-left: 30px;
	}
#frameNav p#active {
	position: relative;
	left: 710px;
	top: -29px;
	color: #78bde8;
	width: 100px;
	text-align: right;
	z-index: 10;
	}
#frameContent {
	position: absolute;
	top: 116px;
	width: 820px;
	height: 550px;
	background: #3e6278 url(images/bg_gradient.gif) repeat-x top left;
	}
#frameInnerContent {
	position: absolute;
	top: 30px;
	left: 25px;
	background: url(images/bg_blokjes.gif) repeat-x top left;
	width: 710px;
	height: 400px;
	padding: 30px;
	}
#frameFlash{
	position: absolute;
	top: 30px;
	left: 25px;
	width: 710px;
	height: 600px;
	z-index:100;
	}
#frameContentText {
	position: absolute;
	top: 35px;
	left: 27px;
	background: url(images/bg_txt.gif) no-repeat top left;
	width: 338px;
	height: 221px;
	padding: 20px 20px 30px 20px;
	}
#frameContentTextFlex {
	position: absolute;
	top: 43px;
	left: 25px;
	width: 335px;
	height: auto;
	background: url(images/bg_txt_bottom3.gif) no-repeat bottom left;
	padding: 0 25px 20px 20px;
	}
	#frameContentScroll {
	margin-right: 0;
	height: 480px; /* actief gemaakt zodra er meerdere nieuwsitems waren en witte vlak scroll nodig kreeg */
	width: 355px;
	padding-right: 5px;
		overflow: auto; 
		}
.bg_txt_top {
	background: url(images/bg_txt_top3.gif) no-repeat top left;
	padding-top: 10px;
	margin: -10px -25px 0 -20px;
	height: 1px;
	}
	* html .bg_txt_top { /* IE6 hack */
	background: url(images/bg_txt_top3.gif) no-repeat top left;
	margin: -2px -25px 0 -20px;
	}
#frameContentImage {
	position: absolute;
	top: 65px;
	left: 453px;
	width: 300px;
	height: 215px;
	}
#frameContentImageFla {
	position: absolute;
	top: 34px;
	left: 410px;
	width: 380px;
	height: 270px;
	background-color: #000;
	}
/* formulieren */
fieldset {
	padding: 0 10px 5px 10px;
	border: 1px solid #78bde8;
	background: #fafafa;
	}
legend {
	font-weight: bold;
	padding: 0 5px 0 0;
	color: #78bde8;
	margin: 10px 0;
	}
label {
	float: left;
	font-weight: normal;
	width: 90px;
	}
input {
	width: 200px;
	padding: 0 2px;
	}
input#verzenden {
	width: 150px;
	float: right;
	margin-right: 22px;
	}
input:focus {
	background: #c5def2;
	}
.frameFooter {
	color:#666;
	font-size:11px;		
	height:20px;
	width:760px;
	margin: 5px auto;
	text-align: right;
	}
.frameFooter a {
	color:#666;
	text-decoration:none;
	}
.frameFooter a:hover {
	color:#fff;
	}

	
