/* -------------------------------------------------------------------
| FILENAME:			wg.default.css
| DESCRIPTION:		Default Style Sheet
| CREATED:			10/09/2007
| INITIAL AUTHOR:		Elma Smit
| UPDATED BY:			Elma Smit, 10/09/2007
|
| Copyright (c) 2007 KeyAgency
| http://www.wilgenhaege.nl/
------------------------------------------------------------------- */

#page
{
	width: 900px;
	margin: 0px auto;
	background-image: url('../../gui/beleggingsproducten/bg.gif');
	background-repeat: repeat-y;
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
}

.hidden { display: none; }

/*
| -------------------------------------------------------------------
| MAIN
| -------------------------------------------------------------------
*/

#navigation
{
	padding: 0 0 100px 0;
	background-image: url('../../gui/beleggingsproducten/logo.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nieuwsbrief p a { display: inline; padding: 0px; margin: 0px; text-decoration: underline; font-size: 11px;}

#subheader
{
	text-align: center;
	padding: 0px 0 0 218px;
}

/*
| -------------------------------------------------------------------
| PAGECONTENT
| -------------------------------------------------------------------
*/

#pagecontent
{
	min-height: 600px;
	_height: 600px;
}


/*
| -------------------------------------------------------------------
| FOLDERS homepage
| -------------------------------------------------------------------
*/

#pagecontent div.homepage
{
	border-top: 1px solid #eee;
}

#pagecontent div.homepage h4
{
	font-size: 92%;
	margin: 10px 0 0 0;
}

#pagecontent div.homepage p
{
	font-size: 85%;
}


/*
| -------------------------------------------------------------------
| PANELS
| -------------------------------------------------------------------
*/

#sidebar .folder
{
	margin-bottom: 2px;
	padding: 10px;
}

#sidebar .download
{
	padding: 40px 10px 0px 10px;
	background-image: url('../../gui/beleggingsproducten/sidebar/downloads.gif');
	background-repeat: no-repeat;
}

#sidebar .folder.image
{
	padding: 50px 10px 10px 10px;
	background-image: url('../../gui/beleggingsproducten/sidebar/risicometer.gif');
	background-repeat: no-repeat;
}

#sidebar .content
{
	padding: 50px 10px 10px 10px;
	background-image: url('../../gui/beleggingsproducten/sidebar/informatie.gif');
	background-repeat: no-repeat;
}

/* 	Algemeen */
#sidebar .download a
{
	color: #757477;
	font-size: 77%;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

#sidebar .folder p
{
	color: #757477;
	font-size: 77%;
}

#sidebar .folder p a
{
	color: #8B2C33;
	font-weight: bold;
	font-size: 100%;

}

/* 	Download */
#sidebar .download a img
{
	vertical-align: middle;
	margin: 0 10px 0px 0px;
	float: left;
}

#sidebar .download a { padding: 10px 0 10px 0; }

/*
| -------------------------------------------------------------------
| TABELLEN
| -------------------------------------------------------------------
*/



#pagecontent table td {font-size: 92%; border: none;}


/*
| -------------------------------------------------------------------
| NIEUWSBRIEF
| -------------------------------------------------------------------
*/

#nieuwsbrief { padding: 10px; margin: 40px 0; border-top: 2px #fff solid;
	border-bottom: 2px #fff solid; background-color: #8b2c33;}

#nieuwsbrief p
{
	color: #fff;
	font-size: 85%;
}

#nieuwsbrief label
{
	color: #fff;
	font-size: 77%;
}

#nieuwsbrief input.text
{
	font-size: 85%;
	width: 175px;
	margin: 5px 0px;
	padding: 2px;
	border-top: 1px #58181c solid;
	border-right: 1px #58181c solid;
	border-bottom: 1px #98363d solid;
	border-left: 1px #98363d solid;
}

#nieuwsbrief input.submit
{
	font-size: 100%;
	margin: 5px 0px;
	padding: 2px 5px;
	border-top: 1px #58181c solid;
	border-right: 1px #58181c solid;
	border-bottom: 1px #98363d solid;
	border-left: 1px #98363d solid;
}

