﻿/* HOME + STYLE */
#main
{
	font-family: "Palatino Linotype" , "Book Antiqua" , Palatino, serif; /*font-size: 14px;*/
	font-size: 115%;
}

#main ul
{
	list-style-type: square;
}
#main li
{
	margin-bottom: 5px;
}

/* history */
.history 
{
	width: 400px;
	_width: 395px;
}
.slideshow
{
	float:right;
	width: 234px;
	overflow: hidden;
	padding: 40px 20px;
	height: 300px;
}

.slide
{
	width: 234px;
	height: 300px;
	text-align: center;
}



/* WORLD */
#world
{
	position: relative; /*overflow: hidden; 	height: 480px;*/
}

#world #block1, #world #block2, #world #block3, #world #block4, #world #block5
{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px;
}

#world #block1
{
	width: 369px;
	height: 260px;
}

#world #block2
{
	left: 407px;
	width: 271px;
	height: 262px;
}

#world #block3
{
	top: 303px;
	width: 209px;
	height: 144px;
	font-size: 90%;
}

#world #block4
{
	left: 249px;
	top: 303px;
	width: 200px;
	height: 144px;
	font-size: 90%;
}

#world #block5
{
	left: 488px;
	top: 303px;
	width: 189px;
	height: 144px;
	font-size: 90%;
}


/* LOVE */
#love
{
	position: relative;
}

#love #block1, #love #block2, #love #block3, #love #block4, #love #block5
{
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px;
}

#love #block1
{
	width: 488px;
	height: 390px;
	background-color: #dcdcdb;
	color: #000;
	padding: 0px;
}

#love #block1 .intro
{
	float: left;
	padding: 10px;
	height: 370px;
	width: 260px;
}
#love #block1 .list
{
	float:left;
	padding: 20px 10px;
	height: 350px; /* 390 */
	width: 188px; /* 208 */
	_height: 346px; /* voor jScrollPane */
	_width: 185px; /* voor jScrollPane */
}

#love #block2
{
	left: 500px;
	width: 209px; /*209*/
	height: 136px; /*156*/
	padding: 0;
	border-bottom: solid 1px #6b6767;
}

#love #block3
{
	left: 500px;
	top: 150px;
	width: 209px; /*209*/
	height: 130px;
	padding: 0;
}

#love #block4
{
	top: 402px;
	width: 464px; /* 488 - padd - border */
	height: 40px; /* 65 */
	line-height: 32px; /* vert centering */
	border: solid 2px #c8c7c5;
	background-color: #979593;
}

#love #block5
{
	left: 500px;
	top: 295px;
	width: 189px; /*209*/
	height: 151px;
	background-color: #cbcac9;
	font-size: 90%;
}




/* NEWS */
#news
{
	/* width = 714 / height = 475 */
	position: relative;
	overflow: hidden; /*background-color: Red;*/
}

#news #block1
{
	float: left;
	margin-top: 10px;
	width: 370px;
	height: 450px; /* 470 */ /*background-color: Yellow;*/
}

#news #block2
{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	height: 450px; /*450 */
	width: 320px; /* 320*/
	background-color: #42403e;
}

#news #block2 .scroll
{
	padding: 10px;
	height: 430px; /*450 */
	width: 300px; /* 320*/
}
#news #block1 .scroll
{
	padding: 15px;
	width: 340px; /* 364 */
	height: 420px; /* 470 */ /*	background-color: Yellow;*/
}



