/* 
// @@@
// @@ Author: Kevin Versteeg
// @@ Date: 2007-09-25
// @@ Last change: 2007-09-25
// @@ Version: 1
// @@ Revision: 0
// @@ Copyright: Ecommany B.V.
// @@ Description:
// @@$
*/
@import url("/system/css/header.css");
@import url("/system/css/content.css");
@import url("/system/css/banner.css");
@import url("/system/css/menu.css");
@import url("/system/css/menu_left.css");
@import url("/system/site/css/main.css");
#debug
{
	position: static;
	display: block;
	top: 0px;
	left: 0px;
	border: 1px solid red;
	background-color: #FFFFFF;
	padding: 5px;
	z-index: 1000;
	visibility: visible;
}
html
{
	width: 100%;
	height: 100%;
  margin: 0px;
	padding: 0px;
}
body 
{
	width: 100%;
	height: 100%;
  margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
}
#print
{
	display: none;
	visibility: visible;
}
#container
{
	display: block;
	width: 1000px;
	float: left;
	position: absolute;
	margin: 0 0 0 -500px;
	left: 50%;
}
/* Bevat de foto (als afbeelding, niet background). */
#foto
{
	display: inline;
	float: left;
	position: absolute;
	width: 1000px;
	height: 350px;
	z-index: 5;
}
/* Bevat transparent PNG (als background image) met sjabloon dat over bovenstaande foto geplaatst wordt. */
#foto_overlay
{
	display: inline;
	float: left;
	position: absolute;
	width: 1000px;
	height: 350px;
	z-index: 10;
 -moz-background-clip: -moz-initial;
 -moz-background-origin: -moz-initial;
 -moz-background-inline-policy: -moz-initial;
	background-image: url('/images/foto_overlay.png');
}
/* Transparante background, met op de plek waar het logo verschijnt, 60% opacity (in het plaatje) */
#logo_background
{
	display: inline;
	position: absolute;
	float: left;
	width: 1000px;
	height: 350px;
	z-index: 20;
	background-image: url('/images/logo_bg.png');
 -moz-background-clip: -moz-initial;
 -moz-background-origin: -moz-initial;
 -moz-background-inline-policy: -moz-initial; 
}
/* Logo, als background image */
#logo
{
	display: inline;
	position: absolute;
	float: left;
	width: 1000px;
	height: 350px;
	z-index: 25;
	background-image: url('/images/logo.png');
 -moz-background-clip: -moz-initial; 
 -moz-background-origin: -moz-initial;
 -moz-background-inline-policy: -moz-initial; 
}
/* Tagline (PNG met tekst) */
#tagline
{
	display: inline;
	position: absolute;
	float: left;
	width: 1000px;
	height: 350px;
	z-index: 27;
	background-image: url("/images/tagline.png");
	background-repeat: no-repeat;
}
#homepage
{
	display: inline;
	float: left;
	position: absolute;
	z-index: 100;
	overflow: hidden;
}
#homepage img
{
	height: 100%;
	width: 100%;
}
#subcontainer
{
	display: inline;
	float: left;
	position: absolute;
	margin-top: 175px;
	margin-left: 53px;
	z-index: 30;
	/* opera */
	min-width: 869px;
}
#header_top_left, #header_top_right, #header_bottom_left, #header_bottom_right,
#menu_left_top_left, #menu_left_top_right, #menu_left_bottom_left, #menu_left_bottom_right
{
	display: inline;
	float: left;
	position: relative;
	width: 4px;
	height: 3px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#menu_left_bottom_left
{
	clear: left;
}
#header
{
	display: inline;
	float: left;
	position: relative;
	width: 480px;
	margin-left: 196px;
	margin-bottom: 6px;
	overflow: hidden;
}

#menu_left_container
{
	display: inline;
	float: left;
	position: relative;
	clear: left;	
	width: 186px;
}
#menu_left_top_center, #menu_left_bottom_center
{
	display: inline;
	float: left;
	position: relative;
	width: 178px;
	height: 3px;
	overflow: hidden;
	background-repeat: repeat-x;
}

#menu_left_top_left
{
	background-image: url("/images/menu_left_top_left.png");
}
#menu_left_top_right
{
	background-image: url("/images/menu_left_top_right.png");
}
#menu_left_bottom_right
{
	background-image: url("/images/menu_left_bottom_right.png");
}
#menu_left_bottom_left
{
	background-image: url("/images/menu_left_bottom_left.png");
}
#menu_left_top_center
{
	background-image: url("/images/menu_left_top_center.png");
}
#menu_left_bottom_center
{
	background-image: url("/images/menu_left_bottom_center.png");
}
#content_container
{
	display: inline;
	float: left;
	position: relative;
	width: 480px;
	margin-left: 10px;
}
#content_content_container
{
	display: inline;
	float: left;
	position: relative;
	min-height: 225px;
  height: auto !important;
  height: 225px;
	/*width: 480px;*/
	background-image: url("/images/content_background.png");
	background-repeat: repeat-y;
	padding-left: 10px;
	width: 470px;
}
#footer
{
	display: inline;
	float: left;
	position: relative;
	width: 460px;
	min-height: 26px;
  height: auto !important;
  height: 26px;
	background-image: url("/images/footer_background.png");
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
	font-family: Verdana;
}
#footer p
{
	margin: 0;
	padding: 0;
}
#footer_top
{
	display: inline;
	float: left;
	position: relative;
	width: 480px;
	height: 5px;
	margin-top: 6px;
	background-image: url("/images/footer_top_bg.png");
	background-repeat: no-repeat;
	overflow: hidden;
}
#footer_bottom
{
	display: inline;
	float: left;
	position: relative;
	width: 480px;
	height: 5px;
	background-image: url("/images/footer_bottom_bg.png");
	background-repeat: no-repeat;
	overflow: hidden;
	margin-bottom: 6px;
}
/* Indien pagina gedeeld met nieuws, hiervoor styling */
#news
{
	display: inline;
	float: left;
	position: relative;
	margin-top: 10px;
	width: 100%;
}
#news hr
{
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	margin:0;
	padding:0;
}
#news .news
{
	display: inline;
	float: left;
	position: relative;
}
#news .newsline
{
	display: inline;
	float: left;
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 4px;
	color: #999999;
	background-color: #999999;
}
#news .newsitem img
{
	padding-bottom: 2px;
	height: 120px;
	width: 120px;
}
#news .newsitem img.left
{
	display: inline;
	float: left;
	position: relative;
	padding-right: 2px;
	margin-right: 15px;
}
.newsitem .newsline
{
	display: inline;
	float: left;
	position: relative;
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 4px;
}
#morenews
{
	display: inline;
	float: left;
	clear: left;
	position: relative;
	margin: 0;
	padding: 0;
}
.morenews
{
	display: inline;
	float: left;
	position: relative;
	font-weight: bold;
}
#morenews li
{
	margin: 0;
	margin-top: 1px;
	padding: 0;
	margin-left: 10px;
	list-style-position: inside;
}
/* Einde nieuws */
/* IE6 select workaround */
#hideForm
{
	display: none;
	float: left;
	position: relative;
}
#errorpage
{
	display: inline;
	position: absolute;
	border: 1px solid #FF0000;
	padding: 10px;
	margin-top: 40px;
	left: 75px;
	width: 283px;
}
#errorpage legend
{
	font-weight: bold;
	color: #000000;
}
#ca
{
	display: none;
	visibility: hidden;
}
