/* ALGEMEEN ---------------------------------------------------------------- */

html
{
	height: 100%;
}

body
{
	height: 100%;
	background: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body, td, div, li, select, input
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	outline: none;
}

table
{
	margin: 0px;
	padding: 0px;
}

table td
{
	margin: 0px;
	padding: 0px;
}

table.fullsize
{
	width: 100%;
	height: 100%;
}
		
h1
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000000;
}

h2
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #404040;
	line-height: 30px;
}

h3
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 30px;
	padding-left: 30px;
}

img
{
	margin: 0px;
	padding: 0px;
}

a img
{
	border: 0px;
	outline: none;
}

form 
{
	margin: 0px;
	border: 0px;
}


/* page ---------------------------------------------------------------- */

table#container
{
	width: 100%;
	height: 100%;
}

	table#page
	{
		width: 1000px;
		height: 650px;
		background: url('/img/background.jpg') repeat-x;
		background-color: #898989;
		margin: 0px;
		border: 1px solid #000000;
	}
		table#page img#logo
		{
			margin: 73px 0 0 0;
		}

	
		table#page td#left
		{
			width: 60px;
		}
		
		table#page td#center_banner
		{
			height: 147px;
			text-align: center;
			vertical-align: top;
		}
		
			table#page td#center_banner img.logo
			{
				margin: 0px;
				cursor: pointer;
			}
			
		table#page td#center_menu
		{
			height: 70px;
			vertical-align: bottom;
		}
			
				table#page td#center_menu td
				{
					width: 96px;
					height: 62px;
					font-size: 9pt;
					text-align: left;
				}
				
					table#page td#center_menu td a
					{
						color: #000000;
						text-decoration: none;
					}
					
					table#page td#center_menu td a:hover
					{
						font-weight: bold;
					}
			
		table#page td#center_content
		{
			text-align: left;
			vertical-align: bottom;
		}
	
		table#page td#center_footer
		{
			height: 35px;
		}
	
		table#page td#right
		{
			width: 60px;
			padding-top: 375px;
			vertical-align: top;
		}
	
			table#page td#right a
			{
				margin-bottom: 9px;
				display: block;
				width: 23px;
				height: 103px;
			}
			
			table#page td#right a.pictures
			{
				background: url('/img/pictures.jpg') no-repeat;
			}
			
			table#page td#right a.pictures:hover
			{
				background-position: -23px 0px;
			}

			
			table#page td#right a.downloads
			{
				background: url('/img/downloads.jpg') no-repeat;
			}
			
			table#page td#right a.downloads:hover
			{
				background-position: -23px 0px;
			}
/*********************************************************************************************/

div.tekst
{
	padding: 10px;
}

table.tekst_image
{
	width: 100%;
	height: 397px;
	border: 1px solid #000000;
}

	table.tekst_image td
	{
		vertical-align: top;
	}

	table.tekst_image a
	{
		color: #000000;
		font-weight: bold;
		text-decoration: none;
	}
	
	table.tekst_image a:hover
	{
		font-weight: bold;
		text-decoration: underline;
	}

div.thumbs
{
	height: 397px;
	padding: 0 0 0 60px;
	vertical-align: top;
	border: 1px solid #000000;
}

div.thumbs div.thumb
	{
		width: 114px;
		margin: 0 45px 10px 0;
		font-size: 6pt;
		float: left;
	}
	
		div.thumbs div.thumb img
		{
			width: 114px;
			height: 57px;
			display: block;
			cursor: pointer;
		}

/*********************************************************************************************/

a.folder
{
	margin: 5px;
	width: 380px;
	float: left;
	text-decoration: none;
	color: #000000;
	vertical-align: middle;
}

a.folder:hover
{
	text-decoration: underline;
}
	
	a.folder img
	{
		float:left;
	}

	a.folder span
	{
		float: left;
		margin: 10px;
	}