/*
Title:		Standard customer style definitions
File: 		inc/style_customer.css
Version: 	v2.00
Author:		Digitalization
Contact:	info@digitalization.nl

Comments:	Here you can add customer specific style definitions which will be included after our own stylesheet.
*/

* {
	margin:0;
	padding:0; }
	
body {
	background:url('../gfx/site/background.png') repeat-x #a9d0ed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; }
	
h3 {
	font-size:16px;
	font-weight:normal; }
	
a {
	text-decoration:none; }
	
a img {
	border:none; }
	
h1 {
	font-size:18px;
	font-weight:normal;
	color:#0099CC;
	margin-bottom:10px; }

/* container*/	
#container {
	width:960px;
	background:url('../gfx/site/container_back.png') no-repeat top left;
	margin:0 auto; }
	
#whiteblock {
	height:63px;
	background:white;
	width:100%; }	
	
#inner_container {
	width:900px;
	background:white;
	margin-left:31px;
	position:relative;
	min-height:640px;
	background:url('../gfx/site/inner_container_back.png') repeat-y; }		
/* /container*/

/*header*/
#head_bar {
	background:url('../gfx/site/head_bar_back.png') repeat-x;
	width:100%;
	height:13px; }
	
#head_image {
	position:absolute;
	top:76px;
	left:0;
	z-index:0; }
	
#logo {
	position:absolute;
	top:93px;
	left:18px;
	z-index:1; }	
	
#address {
	position:absolute;
	z-index:1;
	color:white;
	right:18px;
	top:142px;
	line-height:19px; }
/* /header*/	

/* content*/
#content {
	width:620px;
	position:relative;
	margin-top:256px;
	margin-left:230px;
	z-index:1; }
	
#content p {
	line-height:18px;
	padding-bottom:18px;
	color:#10314e; }

#content p a{
	color:#10314e; 
	text-decoration:underline;}

#content p a:hover{
	color:#0099CC;
	text-decoration:underline;}	
	
#content .column_even_left {
	float:left;
	display:inline;	
	width:305px; }

#content .column_even_left img {
	margin-bottom:5px; }	

#content .column_even_right {
	float:right;
	display:inline;	
	width:300px;
	margin-left:15px; }

#content .column_even_right img {
	margin-bottom:0px; }	

#content .column_wide_left {
	float:left;
	display:inline;
	width:470px; 
	min-height: 550px;}

#content .column_wide_left img {
	margin-bottom: 0px; }	

#content .column_small_right {
	float:left; 
	display:inline; 
	width:115px;
	margin-left:35px; }
	
#content .column_small_right img {
	margin-bottom:0px; }
/* /content*/

/* menu*/
#menu {
	background:url('../gfx/site/menu_back.png') no-repeat;
	position:absolute;
	left:18px;
	top:256px;
	width:167px;
	height:423px;
	z-index:1;
	padding-left:16px;
	padding-top:13px; }
	
#menu a {
	color:white; }
	
#menu ul {
	list-style:none; }
	
#menu ul li {
	position:relative; }
	
#menu a {
	color:white; }
	
#menu ul {
	list-style:none; }
	
#menu ul li {
	position:relative; }
	
#menu a {
	background:url('../gfx/site/li_back.png') no-repeat top left;
	height:19px;
	padding-top:5px;
	width:146px;
	display:block;
	padding-left:3px; }
	
#menu #active, #menu a:hover, #menu li:first-child a:hover {
	background:url('../gfx/site/menu_hover_sub.png') no-repeat top left;
	font-weight:bold;
	color:#2f618d; }
	
#menu li:first-child a:hover, #menu li:first-child #active {
	background:url('../gfx/site/menu_hover_top.png') no-repeat top left; }

#menu li:first-child a {
	background:none; }
	
#menu ul li ul {
	position:absolute;
	left:157px;
	top:0;
	z-index:2;
	background:#4c7a9f;
	padding:4px 9px 0px 16px ;
	display:none; }
	
#menu ul li:hover ul {
	display:block; }
/* /menu*/

/* footer*/
#footer {
	height:294px;
	margin-left:31px;
	background:url('../gfx/site/footer_back.png') repeat-x;
	width:864px;
	padding:0 18px;
	font-size:10px;
	padding-top:2px; }
	
#footer {
	color:white; }
	
#footer a {
	color:white;
	text-align:none; }
/* /footer*/
