/* Tallieu & Tallieu nv - www.tnt.be*/

a, a:active, a:focus
{
	outline: none;
	color: #A0A0A0;
}

img
{
	border: 0;
}

*,div,ul,li,h1,h2,p
{
	margin: 0px;
	padding: 0px;
}

html
{
	height: 100%;
}

body
{
	margin: 0px auto 1px;
	text-align: center;
	padding: 0;
	background: #fff url("_images/bg_body.gif") repeat-y top center;
	font: 11px/18px "Helvetica Neu",Helvetica,"Liberation Sans",Arial, sans-serif;
	color: #000;
	height: 100%;
}

/* HEADER */

#header
{
	width: 1000px;
	margin: 0 auto 0;
	text-align: center;
	height: 391px;
	position: relative;
	background: transparent url("_images/bg-alfa-projects-2010.jpg") no-repeat 0 50px;
}

/*
.index
{
	background: transparent url("_images/bg-index.jpg") no-repeat 0 50px;
}
*/



#header.index-alfa-licht {background: transparent url("_images/bg-index.jpg") no-repeat 0 50px;}
#header.index-alfa-pro {background: transparent url("_images/bg-alfa-projects-2010.jpg") no-repeat 0 50px;}
#header.index-alfa-retail {background: transparent url("_images/bg-index.jpg") no-repeat 0 50px;}




.index_sidebar
{
 /* 	background: url("_images/bg-sidebar-index.jpg") no-repeat top left;*/
}

.nieuws
{
	background: transparent url("_images/bg-nieuws.jpg") no-repeat 0 50px;
}

.nieuws_sidebar
{
  	background: url("_images/bg-sidebar-nieuws.jpg") no-repeat top left;
}

.acties
{
	background: transparent url("_images/bg-acties.jpg") no-repeat 0 50px;
}

.acties_sidebar
{
  	background: url("_images/bg-sidebar-acties.jpg") no-repeat top left;
}

.showroom
{
	background: transparent url("_images/bg-showroom.jpg") no-repeat 0 50px;
}

.showroom_sidebar
{
  	background: url("_images/bg-sidebar-showroom.jpg") no-repeat top left;
}

.ubent
{
	background: transparent url("_images/bg-ubent.jpg") no-repeat 0 50px;
}

.ubent_sidebar
{
  	background: url("_images/bg-sidebar-ubent.jpg") no-repeat top left;
}

.contact
{
	background: transparent url("_images/bg-contact.jpg") no-repeat 0 50px;
}

.contact_sidebar
{
  	background: url("_images/bg-sidebar-contact.jpg") no-repeat top left;
}

/* navigation */

ul#nav
{
	list-style: none;
	margin: 50px 0 0 0;
	float: left;
}

ul#nav li
{
	display: inline;
}

ul#nav li a, ul#nav li a:link, ul#nav li a:visited
{
	font: 11px/15px "Helvetica Neu",Helvetica,"Liberation Sans",Arial, sans-serif;
	margin: 0;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 75px 10px 10px 10px;
	width: 230px;
	height: 28px;
	border-bottom: 1px #fff solid;
	background-position: top left; 
}

ul#nav li a#alfa-licht
{
	background-image: url("_images/alfa-licht.gif");
}

ul#nav li a#alfa-pro
{
	background-image: url("_images/alfa-pro.gif");
}

ul#nav li a#alfa-retail
{
	background-image: url("_images/alfa-retail.gif");
}

ul#nav li a:hover, ul#nav li a.active
{
	background-position: bottom left;
	color: #fff;
	text-decoration: underline;	
}

/* subnavigation */

ul#subnav
{
	list-style-type: none;
	float: right;
	/*clear: both;*/
	/*width: 500px;*/
}

ul#subnav li
{
	float: left;
}

ul#subnav li a, ul#subnav li a:link, ul#subnav li a:visited
{
	display: block;
	height: 32px;
	margin: 0;
	float: left;
	color: #666;
	padding: 18px 10px 0 10px;
	text-decoration: none;
	font: 12px/15px "Helvetica Neu",Helvetica,"Liberation Sans",Arial, sans-serif;
}

ul#subnav li a:hover, ul#subnav li a.active
{
	text-decoration: underline;
	color: #E3001A;
}

/* productlisting */

div#product-listing
{
	overflow: hidden;
	float: left;
	width: 250px;
	height: 391px;
	position: relative;
}

div#product-listing h2
{
	font-size: 16px;
	margin: 20px 0 0 25px;
	color: #666;
	font-weight: normal:
	float: left;
	text-align: left;
}

.backlink
{
	background-image: url(_images/arrow_back.gif);
	text-decoration: underline;
	background-position: left;
	background-repeat: no-repeat;
	margin: 20px 0 0 0;
	padding-left: 15px;
	color: #666;
	font-weight: normal:
	float: left;
	text-align: left;
	cursor: pointer;
}

div#product-listing ul
{
	width: 500px;
	color: #fff;
	list-style-type: none;
	float: left;
	text-align: left;
	margin: 25px 0 0 0;
	position: relative;
}

div#product-listing ul li a
{
	display: block;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	padding: 0 25px 0 25px;
	width: 200px;
}
div#product-listing ul li	{
	float: left;
	clear: both;
	height: 25px;
	}
div#product-listing ul li.division-description	{
	height: auto;
	padding: 0 10px;
	width: 220px;
	}
div#product-listing ul li.division-description a	{
	display: inline;
	font-size: 11px;
	line-height: 18px;
	padding: 0px;
	background: none;
	}
div#product-listing ul li a:hover,
div#product-listing ul li a.active
{
	background-image: url(_images/arrow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	color: #FF0014;
}

div#product-listing ul li a.active
{
	color: #fff;
}

/* productlisting sub */

div#product-listing ul li ul
{
	width: 250px;
	color: #fff;
	float: right;
	position: absolute;
	top: 0px;
	left: 250px;
	margin: 0px 0px -340px;
	height: 330px;
	overflow: hidden;
}

/* productdetail */

div#product-detail
{
	background-color: #fff;
	float: left;
	width: 450px;
	height: 342px;
	margin: 0px 0;
	padding: 0px 0 0;
}

div#product-detail img
{
	display: none;
	margin: 0px auto 0;
}

#thumbs
{
	height: 55px;
}

#thumbs ul
{
	display: none;
	list-style-type: none;
	margin-left: 0px;
}

#thumbs ul li
{
	float: left;
}

.activethumb
{
	background-color: #f00;
}

#projects-listing, #stockverkoop-listing	{
	position: absolute;
	width: 250px;
	height: 341px;
	top: 50px;
	/* temporary thing*/
	line-height: 341px;
	text-transform: uppercase;
	font-size: 16px;
	}
#projects-listing a, #stockverkoop-listing a	{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
	}
#projects-listing a:hover,
#stockverkoop-listing a:hover	{
	color:#f00;
	}
#projects-listing	{
	background: rgba(0,0,0,0.7) !important;
	background: transparent url(_images/rgba-0-0-0-0.7.png);
	right: 0px;
	}
#stockverkoop-listing	{
	background: rgba(0,0,0,0.5) !important;
	background: transparent url(_images/rgba-0-0-0-0.5.png);
	right: 250px;
	}
/* CONTENT */

div#content
{
	width: 1000px;
	margin: 0px auto 0px;
	text-align: center;
	clear: both;
}

/* sidebar */

div#sidebar
{
 	background-color: #000;
	width: 500px;
	height: 250px;
	float: left;
	position: relative;
}

div#sidebar h3
{
	font: 20px/20px "Helvetica Neu",Helvetica,"Liberation Sans",Arial, sans-serif;
	color: #FF2717;
	float: right;
	width: 225px;
	text-align: left;
	padding: 0 0 10px 25px;
	border-bottom: 1px #333 solid;
	margin: 25px 0 15px 0;
	text-transform: uppercase;
}
div#sidebar h3 a	{
	text-decoration: none;
	color: #FF2717;
	}
div#sidebar .allnews	{
	float: right;
	width: 255px;
	text-align: right;
	padding-top: 15px;
	padding-right: 15px;
	}
div#nieuwsbrief
{
	clear: both;
	float: right;
	width: 225px;
	height: 185px;
	margin-left: 25px;
	margin-top: 15px;
	text-align: left;
	color: #fff;
}

div#nieuwsbrief p
{
	margin-bottom: 15px;  
}

div#nieuwsbrief input
{
	margin: 15px 0 0 0;
}

input
{
	float: left;
	padding: 2px;
	border: 0;
	background-color: #fff;
	color: #000;
}

.imgsubmit
{
	margin-top: 5px;
	margin-left: 10px;
	background-color: #000;
}

div#sidebar p
{
	clear: both;
	float: right;
	width: 225px;
	margin: 0 0 0 25px;
	text-align: left;
	color: #fff;
}

div#sidebar ul
{
	clear: both;
	float: right;
	width: 225px;
	margin-left: 25px;
	height: 200px;
	text-align: left;
	color: #fff;
}

div#sidebar ul li
{
	margin: 10px 0 0 0;
	width: 200px;
}

div#sidebar ul li#big
{
text-transform: uppercase; color: #FF2717; font-size: 15px; font-weight: bold;
}



div#sidebar ul li a
{
	color: #999;
}

div#sidebar ul li a:hover
{
	color: #fff;
	text-decoration: none;
}

/* tnt */
div#tnt
{
	text-align: left;
	font-size: 10px;
	color: #999;
	position: absolute;
	bottom: 3px;
	left: 3px;
}

div#tnt a
{
	color: #999;
}

div#tnt a:hover
{
	text-decoration: none;
}

/* txt */

div#txt, div#txt2
{
	float: left;
	width: 500px;
	text-align: left;
}

div#txt h1, div#txt2 h1
{
	clear: both;
	font: bold 20px/23px "Helvetica Neu",Helvetica,"Liberation Sans",Arial, sans-serif;
	margin: 25px 0 25px 30px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
div#txt h2, div#txt2 h2	{
	margin: 0 0 0px 30px;
	padding: 10px 0px 0;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	}
div#txt h1 span, div#txt2 h1 span
{
	font-weight: normal;
}
div#txt h3	{
	margin: 0 0 0px 30px;
	padding:0px 0px 0;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-style: italic;
	color: #f00;
	}
div#txt p, div#txt2 p
{
	padding: 0px 10px 10px 30px;
	text-align: justify;
}
.stockverkoop_item ul li	{
	margin: 0 0 0 30px;
	list-style-type: square;
	}
.stockverkoop_item	{
	padding-top: 5px;
	margin: 5px 10px 0 30px;
	}
div#txt .stockverkoop_item p,
div#txt .stockverkoop_item h2,
div#txt .stockverkoop_item h3
{
	padding-left: 0px;
	margin-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	}
div#txt .stockverkoop_item .stockverkoop_images	{
	float: left;
	margin: 0;
	width: 60px;
	}
div#txt .stockverkoop_item .stockverkoop_images a	{
	float: left;
	margin: 0 10px 10px 0;
	display: block;
	width: 50px;
	height: 50px;
	}
/* Contactform */

#contactform fieldset
{
	border: 0;
	margin-left: 30px;
}

#contactform fieldset br
{
	clear: both;
}

#contactform fieldset label
{
	font-weight: bold;
	display: block;
	width: 120px;
	float: left;
}

#contactform fieldset input
{
	border: 0;
	background-color: #E7E7E7;
	float: left;
	width: 150px;
	padding: 3px;
	margin: 0 0 1px 0;
}

#contactform fieldset input:focus, #contactform fieldset textarea:focus
{
	background-color: #E0E0E0;
}

#contactform fieldset textarea
{
	border: 0;
	width: 260px;
	background-color: #E7E7E7;
	margin: 0 0 0 120px;
	padding: 0 1px 0 0;
	height: 150px;
	font: 11px/18px "Helvetica Neu",Helvetica,"Liberation Sans",Arial, sans-serif;
}

#contactform button
{
	border: 0;
	background-color: #E7E7E7;
	margin: 0 0 0 0;
	padding: 5px;
	width: 100px;
}

/* Newslist */

ul#newslist
{
	margin-left: 30px;
	list-style: none:
	background-color: #FFF;
	width: 450px;
	padding: 0;
}


ul#newslist li
{
	list-style: none;
}


ul#newslist li a
{
	font: 11px/15px "Helvetica Neu",Helvetica,"Liberation Sans",Arial, sans-serif;
	text-decoration: none;
	background-color: #FFF;
	background-image: url(_images/arrow-down.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	border-bottom: 1px dotted #000;
	padding: 0 0 7px 0;
	_padding: 0;
	margin: 10px 0 10px 0;
	_margin: 0;
}

ul#newslist li a.active
{
	color: #f00;
	background-image: url(_images/arrow-up.gif);
}


ul#newslist li a:hover
{
	color: #f00;
}


ul#newslist li ul
{
	width: 450px;
	padding: 0;
	margin: 0;
	height: auto;
	list-style: none;
}


ul#newslist li ul li
{
	list-style: none;
	font: 11px/19px "Helvetica Neu",Helvetica,"Liberation Sans",Arial, sans-serif;
	color: #000;
	text-align: left;
	border-bottom: 1px dotted #000;
	padding: 0 0 15px 0;
}

/* BLOCK LIST */

#blocklist
{
	margin-left: 30px;
	margin-top: 10px;
	list-style: none;
}

#blocklist li
{
	float: left;
}

#blocklist li a
{
	display: block;
	padding: 40px 5px 5px 5px;
	margin-right: 1px;
	height: 60px;
	width: 100px;
	color: #333;
	background-color: #f0f0f0;
	text-align: center;
	text-decoration: underline;
}

#blocklist li a:hover
{
	background-color: #F5F5F5;
	text-decoration: none;
}

#blocklist li a.active
{
	background-color: #E7E7E7;
	background-image: url(_images/arrow_active.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-decoration: none;
}

#menuscroll
{
	position: absolute;
	right: 0;
	bottom: 0;
}

#menuscroll a
{
	display: block;
	height: 20px;
	width: 20px;
	background-color: #000;
	float: right;
}

.up
{
	background-image: url(_images/up.gif);
}

.down
{
	background-image: url(_images/down.gif);
}

#login
{
	border: 0;
}

#login fieldset
{
	border: 0;
}

#login fieldset label
{
	float: left;
	width: 100px;
}

#login fieldset input
{
	margin-bottom: 1px;
	width: 120px;
}

#login fieldset button
{
	border: 0;
	background-color: #000;
	color:  #fff;
	width: 50px;
	float: left;
}

/*
.index
{
	background: transparent url("_images/alfa-gent-header-1.jpg") no-repeat 0 50px;
}
*/
.hidden	{
	display: none;
	}
.division {
	display: none;
	}
#txt2 .default	{
	display: block;
	}
.alfa-retail #txt2 .default,
.alfa-licht #txt2 .default,
.alfa-pro #txt2 .default			{ display: none; }
.alfa-retail #txt2 .alfa-retail,	
.alfa-licht #txt2 .alfa-licht,
.alfa-pro #txt2 .alfa-pro	{ display: block; }
#txt .oudeprijs	{
	text-decoration: line-through;
	}
#txt .nieuweprijs	{
	color: #f00;
	}

