/*
| -------------------------------------------------------------------
| FILENAME:			PY.home.css
| DESCRIPTION:		Default Style Sheet
| CREATED:			01/01/2008
| INITIAL AUTHOR:	Elma Smit, Ronald ter Neuzen, Martijn ter Hellen
| UPDATED BY:		Elma Smit, 01/01/2008
| 
| Copyright (c) 2008 KeyAgency
| http://www.martin-brokers.nl/
| -------------------------------------------------------------------
| Basic colors used for website:
|
| l-blue: #66c6e4;
| blue: #004c99;
| d-blue: #04274d;
| -------------------------------------------------------------------
*/

#page
{
	width: 960px;
	margin: 0px auto;
	background-image: url('../gui/bg-home-lines.gif?4');
	background-repeat: repeat-y;
	background-color:#fff;
}


#page #pagecontent
{
	background-image: url('../gui/panels/bg-bird.gif?4');
	background-repeat: no-repeat;
	background-position: center center;
	/* 	margin: 20px 0; */
	padding: 25px 25px 25px 25px;
	width: 430px;
	min-height: 100px;
	_height: 100px;
	background-color: transparent;
}


/*
| -------------------------------------------------------------------
| News-ticker
| -------------------------------------------------------------------
*/
ul#news-ticker
{
	margin: 0px;
	padding: 0px;
}

ul#news-ticker li
{
	list-style-type: none;
	display: inline;
}

ul#news-ticker li a
{
	display: block;
	font-size: 85%;
	text-decoration: none;
	color: #00397b;
}

ul#news-ticker li a span
{
	color: #aecae8;
	font-style: italic;
	display: block;
	padding: 0 0 5px 0;
}

ul#news-ticker
{
	position: relative;
	height: 61px;
	padding: 20px 0 0 0;
	overflow: hidden;
}

ul#news-ticker li a
{
	position: absolute;
	top: 150px;
	height: 100px;
	color: #FFF;
}


/*
| -------------------------------------------------------------------
| WORLDMAP
| -------------------------------------------------------------------
*/

#worldmap { height: 380px; }