﻿/* ============================= */
/*  LUSANET WEBSITE              */
/*  VERSIE 4.0.02                */
/*  2008 KW 1                    */
/* ============================= */
/*  © 2007-2008 LuSaneT Group    */
/*  www.lusanet.nl               */
/* ============================= */
/*  Aanvulling LuSaneT-homepage  */
/*  includes/styles/homepage.css */
/* ============================= */

	/* === HOMEPAGE === */
		#homepage {
			overflow: hidden;
			width: 1000px;
			margin-top: 30px;
			margin-bottom: 15px;
		}
		
		#homepage td {
			overflow: hidden;	
		}
		
		#homepage .spacer {
			width:	11px;
			height: auto;
			font-size: 2px;
		}
		
		#homepage .content {
			width: 978px;
		}
		
		#homepage .slogan {
			width: 976px;
			height: 198px;
			border: 1px solid #336699;
			background-image: url('../../illustrations/homepage/slogan_0.jpg');
			background-position: center center;
			background-repeat: no-repeat;
			vertical-align: middle;
			text-align: center;
		}
		
		#homepage #homepageSloganTopLayer {
			width: 976px;
			height: 198px;
			background-color: transparent;
			background-position: center center;
			background-repeat: no-repeat;
		}

		/* === PROMO === */
			#promo {
				width: 978px;
			}
					
			#promo .spacer {
				width: 16px;
			}

			#promo .group {
				width: 481px;
				height: 160px;
				border: 1px solid #447bac;
				background-color: #95bcdf;
				background-image: url('../../images/homepage/promo_background.jpg');
				background-position: 0px 0px;
				background-repeat: no-repeat;
			}
			
			#promo .group .title {
				padding-bottom: 11px;
				background-position: 33px 0px;
				background-repeat: no-repeat;
			}
			
			#promo .group .item, #promo .group .itemHover {
				width: 480px;
				padding-left: 33px;
				padding-top: 5px;
				padding-bottom: 5px;
				background-image: url('../../images/homepage/promo_arrow.gif');
				background-position: 10px 10px;
				background-repeat: no-repeat;
			}
			#promo .group .itemHover {
				background-image: url('../../images/homepage/promo_itemhover.png');
				background-position: 0px center;
				background-repeat: no-repeat;
			}
			
			#promo .group .error {
				padding-left: 33px;
				padding-top: 50px;
			 	padding-bottom: 50px;
			 	color: #336699;
				font-size: 8pt;
				font-weight: bold;
				text-align: center;
			}
			
			#promo .group .source {
				width: 480px;
				height: 14px;
				color: #5588bb;
				font-size: 7pt;
				text-align: right;
			}
			
			#promo .group a {
				color: #000000;
				text-decoration: none;
			}
			#promo .group a:hover { text-decoration: underline; }	
		
		/* === LINK === */
			.link {
				clear: none;
				float: left;
				overflow: hidden;
				width: 148px;
				height: 270px;
				margin-right: 18px;
				border: 1px solid #336699;
				background-color: #b0cce0;
				background-image: url('../../images/homepage/link_backgrounds.jpg');
				background-position: 0px 0px;
				background-repeat: repeat-x;
				color: #FFFFFF;
				cursor: pointer;
			}
			
			.link .title {
				clear: both;
				float: none;
				width: 148px;
				height: 17px;
				background-color: transparent;
				background-position: 0px 0px;
				background-repeat: no-repeat;
				font-weight: bold;
				text-align: center;
			}
			.link .title span {
				display: none;	
			}
			
			.link .image {
				clear: both;
				float: none;
				width: 148px;
				height: 83px;
				border-top: 1px solid #336699;
				border-bottom: 1px solid #336699;
				background-color: #c7dff1;
				background-position: center center;
				background-repeat: no-repeat;
				font-size: 2px;
			}
			
			.link .text {
				clear: both;
				float: none;
				overflow: hidden;
				padding: 5px;
				background-color: transparent;
/*
				background-color: #87b9e1;
				background-image: url('../../images/homepage/link_background.jpg');
				background-position: 0px 0px;
				background-repeat: repeat-x;
*/
				color: #000000;
				font-size: 11px;
			}
			
		/* === WEBWERELD BOX === */
			#webwereldItem {
				width: 500px;	
			}
			
			.webwereldItemDate {
				color: #5588BB;
				font-size: 8pt;
				line-height: 13pt;
			}
			
			.webwereldItemSource {
				color: #A0A0A0;
				font-size: 7pt;
			}
			
	/* === COPYRIGHT === */
		#copyright .copyright {
			background-image: none;	
		}
