/*************************************************************
  
Website Concept & Design by Tabeoka
Realisation & Implementation by Tabeoka .
Copyright - 2010 - by 'Tabeoka'. All rights reserved.

Graphic Design by 'Michael' 
HTML & CSS production by 'John Moors' 
john@tabeoka.be - www.tabeoka.be 
  
/************************************************************/

/*============================================================
  01. PAGE STRUCTURE
============================================================*/

body /*!T!*/ {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99cc00;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
}

#wrapper {
	height: auto;
	margin: auto;
	width: 990px;
}



/*============================================================
  02. HEADER
============================================================*/

#header {
	float: left;
	height: 100px;
	width: 950px;
	padding-left: 20px;
	padding-right: 20px;
}
#contact {
	color: #99CC00;
	padding-top: 40px;
	height: 60px;
	float: left;
	line-height: 20px;
	font-size: 13px;
}
#contact a:link {
	color: #99CC00;
	text-decoration: none;
}
#contact a:hover {
	color: #333333;
}


#logo {
	height: 60px;
	padding-top: 20px;
	float: right;
}
#zoek {
	float: right;
	width: auto;
	padding-top: 14px;
}
#menu {
	width: 320px;
	height: auto;
	padding-top: 25px;
	float: left;
	padding-left: 0px;
}
#menu ul {
}

#menu ul li {
	line-height: 26px;
		padding-left: 20px;

}

#menu ul li a:link, a:visited {
	color: #333333;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 30px;
	letter-spacing: -1px;
	
}
#menu ul li a:hover {
	color: #FFFFFF;
}

#menu ul li a.actief {
	color: #FFFFFF;
}
#menu ul li.actief {
	background-image: url(../img/menu-li.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 0;
	height: 100%;
}
#menu ul li.lijn ul {
	background-image: url(../img/menu-li.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	margin-left:-20px;
	padding-left:20px;
	height: 100%;
}


#menu ul li ul li a:link.submenu {
	color: #666666;
	font-size: 1.4em;
}
#menu ul li ul li a:visited.submenu {
	color: #666666;
	font-size: 1.4em;
}
#menu ul li ul li a:hover.submenu {
	color: #FFFFFF;
}


/*============================================================
  04. CONTENT
============================================================*/

#content {
	height: auto;
	width: 650px;
	float: left;
	padding-top: 25px;
	padding-right: 20px;
	font-size: 14px;
	color: #333333;
	position: relative;
}
#content h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #FFFFFF;
}
#content  p  {
	margin: 10px 0;
	line-height: 16px;
}
#content h2 {
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}
#content h3 {
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
#content h4 {
	color: #FFFFFF ;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
}
#content img {
	padding-bottom: 10px;
}

#content ul  {
	padding-top: 10px;
	padding-bottom: 10px;
	}
	
#content ul li {
	background-image: url(../img/li.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	line-height: 18px;
	padding-bottom: 3px;
	background-position: 0px 3px;
}
#content a {
	color: #333333;
	text-decoration: underline;
	font-size: 13px;
	text-transform: inherit;
	letter-spacing: 0px;
	line-height: 16px;
	font-weight: bold;
}

#content a:hover {

	text-decoration: none;

}
#popup-smartplugs {
	width: 650px;
	height: 390px;
	position: absolute;
	left: 0px;
	top: 138px;
	visibility: hidden;
}
#popup-wireless {
	width: 650px;
	height: 390px;
	position: absolute;
	left: 0px;
	top: 138px;
	visibility: hidden;
}
#popup-gateway{
	width: 650px;
	height: 390px;
	position: absolute;
	left: 0px;
	top: 138px;
	visibility: hidden;
}
#popup-laptop {
	width: 650px;
	height: 390px;
	position: absolute;
	left: 0px;
	top: 138px;
	visibility: hidden;
}
#popup-internet {
	width: 650px;
	height: 390px;
	position: absolute;
	left: 0px;
	top: 138px;
	visibility: hidden;
}
