body {
	margin:10px;
	font-family:"Georgia", Times, serif;
	font-size:14px;
	background-color:#bee6fa;
	background-image: url(/gfx/POWER.gif);
	background-position:center;
	background-attachment:fixed;
}
a {
	color:#000;
}
#page{
	width:640px;
	height:600px;
	margin:0px auto;
}
#reference{
	position:absolute;
	height:100%;
}
#left{
	position:absolute;
	z-index:2;
	width:180px;
}

#center{
	position:absolute;
	z-index:3;
	left:200px;
	width:540px;
}

#right{
	position:absolute;
	z-index:4;
	left:760px;
	width:180px;
}

#logo {
	height:110px;
	width:180px;
}
#slogan{
	position:absolute;
	padding:5px;
	top:80%;
	height:90px;
	width:170px;
	//width:180px;
	font-size:18px;
	font-style:italic;
	background-color:#bee6fa;
	display:none;
}
#lan {
	float:right;
	clear:both;
	background-color:#fff;
	padding:5px;
	display:none;
}
.trans{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
.h500{
	height:400px;
}
#zoeken {
	display:none;
}

/* -------------------------------- MENU -------------------------------- */

#menu {
	margin-top:10px;
	width:180px;
	display:none;
}
.menu_item {
	display:block;
	padding:2px 0px 5px 10px;
	margin-top:1px;
	background-color:#fff;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
}
.menu_item:hover {
	background-color:#bee6fa;
}
.menu_level0{
	padding-left:5px;
}
.menu_level1{
	font-style:italic;
	padding-left:15px;
	margin-top:0px;
}
.menu_level2{
	font-style:italic;
	padding-left:25px;
	margin-top:0px;
}
.menu_level3{
	font-style:italic;
	padding-left:35px;
	margin-top:0px;
}
.menu_agenda{
	background-color:#bee6fa;
	font-style:italic;
	margin-top:1px;
}
.menu_agenda:hover{
	color:#bee6fa;
	background-color:#000;
}
.menu_offset{
	margin-top:10px;
}
.menuactive {
	background-color:#000;
	color:#fff;
}
.menuactive:hover {
	background-color:#000;
	color:#fff;
}

/* -------------------------------- ARTICLES -------------------------------- */

#articles {
	float:left;
}
.article0 {
	background-color:#fff;
	width:430px;
	padding:10px;
	border-top:1px solid #000;
}
.article0:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
.article1 {
	background-color:#bee6fa;
	width:630px;	
	padding:10px;
	border-top:1px solid #000;
}
.article1:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
p {
	padding:0;
	margin:0;
}
.articlekop {
	
	font-size:30px;
	font-style:italic;
}
.articlelead {
	font-size:18px;	
	line-height:16px;
	font-style:italic;
}
.articletext {
	height:400px;
	font-size:14px;	
	line-height:14px;
}

/* -------------------------------- AGENDALIST -------------------------------- */

#agendalist {
	margin-top:120px;
	width:180px;
	display:none;
}

.agendalistitem_int {
	margin-bottom:1px;
	background-color:#fff;
	display:none;
	overflow:hidden;
	cursor:pointer;
}
.agendalistitem_int:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
.agendalistitem_ext {
	margin-bottom:1px;
	background-color:#000;
	color:#fff;
	display:none;
	overflow:hidden;
	cursor:pointer;
}
.agendalistitem_ext:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity: 1;
}

.agendalistitem_datum {
	padding:5px 5px 0px 5px;
	font-size:11px;
}
.agendalistitem_titel {
	padding:0px 5px 0px 5px;
	font-size:18px;
	height:25px;
}
.agendalistitem_locatie {
	padding:0px 5px 0px 2px;
}
.locatie_tabel{
	padding:1px;
	border:none;
	width:170px;
	height:36px;
}
.agendalistitem_popup {
	position:absolute;
	left:-140px;
	width:120px;
	height:240px;
	background-color:#000;
	color:#fff;
	padding:8px;
	display:none;
}
/* -------------------------------- NIEUWS -------------------------------- */
#hot_news{
	position:absolute;
	z-index:120;
	width:220px;
	height:140px;
	top:200px;
	left:200px;
	background-color:#FFFFFF;
	padding:4px;
	display:none;
}
.hot_news_close{
	width:20px;
	float:right;
}
.hot_news_kop{
	clear:both;
	float:left;
	width:80px;
	font-size:18px;
	font-style:italic;
	display:block;
}
.hot_news_dat{
	font-style:italic;
	display:block;
}
.hot_news_txt{
	display:block;
}

/* -------------------------------- QUOTE -------------------------------- */

#quote {
	position:absolute;
	z-index:1;
	top:70%;
	left:400px;
	width:400px;
	background-color:#000;
	padding:8px 10px 15px 10px;
	overflow:hidden;
	display:none;
}
.quotetext {
	width:390px;
	height:120px;
	font-style:italic;
	font-size:16px;
	line-height:18px;
	font-weight:normal;
	color:#fff;
}
.quotetext a {
	color:#fff;
}
.quote_aut{
	color:#fff;
	display:block;
}
