html, body {
height: 100%; /* héél belangrijk */
}

body{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma;
	font-size:11px;
	color: #454545;
	background: #E0E1E2 url(../images/gradient.gif) left top repeat-x;
}

#outerWrapper{
	position: relative;
	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	width:100%;
	z-index: 99;
	background: url(../images/backLogo.gif) no-repeat bottom left;
	
}

#wrapper{
	z-index: 1;
	position:relative;
	margin: 0px;
	width:786px;
	left: 50%;
	margin-left: -393px;

}

#header{
	position: relative;
	height: 101px;
	width: 786px;
	z-index: 1;
	background: url(../images/headerBack.gif) no-repeat bottom;
}

#logo{
	background: url(../images/logo_wireless_gravity.gif) no-repeat top;
	height: 84px;
	width:186px;
	display: block;
	position:absolute;
}

#logo h1{
	display: none;
}

#search{
	position: absolute;
	right: 4px;
	top: 20px;
	display: block;
	color: #004a85;
	height: 18px;
	line-height: 18px;
}

.clsIn{
	height: 14px;
	width:132px;
	font-family: Tahoma;
	font-size:11px;
	vertical-align: middle;
}

.clsbtn{
	vertical-align: middle;
	cursor: pointer;
}

#headerImg{
	display: block;
	width: 786px;
	height: 171px;
	background: url(../images/FlintSoftware.jpg) no-repeat top center;
	cursor: pointer;
}

#headerImg span{
	display:none; 
}

#content{
	position: relative;
	background: url(../images/contentBack.gif) repeat-y center;
	width:786px;
}

#bigBar{
	background: url(../images/bigBar.gif) no-repeat center bottom;
	height: 19px;
	position: relative;
	margin-top: 1px;
}

#rightBar{
	float: right;
	width: 590px;
	margin-right: 3px;
}

#location{
	margin:10px;
	display:block;
}

#location span{
	color: #004a85;
}

#text{
	margin-left:10px;
	margin-bottom: 5px;
	display: block;
	width:570px;
		line-height: 18px;
}

#text h1{
	color: #004a85;
	font-size: 24px;
	font-weight:normal;
}

.link{
	text-decoration: none;
	color: #004a85;
	display: block;
	padding-left: 12px;
	background: url(../images/arrow.gif) no-repeat left center;
	line-height: 18px;
}

.print{
	text-align: right;
	display: block;
}

#footer{
	background: url(../images/border_bttm.gif) no-repeat top;
	padding: 22px 0px 20px 0px;
	padding-bottom:20px;
}

#footer #left{
	float: left;
	line-height:18px;
	margin: 0px 0px 0px 16px;
}

#footer #right{
	float: right;
	line-height:18px;
	margin: 10px 10px 0px 0px;
}

#footer a{
	font-family: Tahoma;
	font-size:11px;	
	text-decoration: none;
	color: #454545;
}

.header{
	position: relative;
	z-index: 1;
}

.subMenuTitle{
	font-size: 14px;
	color: #004a85;
	margin: 10px;
}

#subMenu{
	width:182px;
	position: relative;
	margin-left:4px;
	_margin-left:2px;
	font-size:	11px;
	float: left;
}

#pageNav
{
	
}

#pageNav ul
{
	list-style: none;
	float: right;
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 100%;
}

#pageNav ul li
{
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
	float: left;
	height: 1%;
	background: none;
}

#pageNav ul li.disabled
{
	color: #ccc;
}

#pageNav ul a
{
	text-decoration:none;
	height: 1%;
}

#pageNav ul a:hover
{
	
}

#pageNav ul a.active
{
	font-weight: bold;
}