/**
 * Stylesheet voor Lumido
 * @author Jeroen van Leeuwen
 * @company e-Active
 */


/* Defaults */
* 
{
	margin: 0px;
}

html, body
{
	font:12px/20px Helvetica, Arial sans-serif;
	margin:0px;
	height: 100%;
	color:#494949;
}

a
{
	color:#D2232A;
	text-decoration:none;
}

h1
{
	clear:both;
	font-size:170%;
	font-weight:normal;
	padding:10px 0px;
	margin:0px;
}

h2
{
	font-size:140%;
	font-weight:normal;
	margin:0px;
	padding:0px;
}

h3,h4,h5,h6
{
	font-size:120%;
	font-weight:normal;
	margin:0px;
	padding:0px;	
}

p 
{
	margin: 0px 0px 1.5em;
} 
/* End Defaults */

/* Wrapper */
.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:900px;
	margin: 0 auto -50px;
}
/* End Wrapper */

/* Push */
.push
{
	height:50px;
}
/* End Push */

/* Header */
div.header
{
	height:130px;
	background:none;
	border-bottom:5px solid #F26822;
}


div.header a.logo
{
	display:block;
	float:left;
	width:265px;
	height:100px;
	background:url('/images/logo.png') no-repeat -2px 20px;
	overflow:hidden;
	text-indent:-9999px;
}
/* End Header */

/* Language*/
div.language
{
	float:right;
	margin:50px 0px 0px 0px;
}
/* End language */

/* Navigation */
div.navigation.sub
{
	background:#EFEFEF;
	height:45px;
}

div.navigation.head
{
	clear:left;
	width:900px;
	margin-top:2px;
}

div.navigation ul
{
	margin:0px;
	padding:0px;
	display:block;
	list-style:none;
	font-size:16px;
	text-transform:lowercase;
}

div.navigation.head ul
{
	letter-spacing:1px;	
}

div.navigation.sub ul
{
	padding:13px 0px 0px;
	list-style:none;
	font-size:14px;
}

div.navigation.head ul
{
	font-size:16px;
}


div.navigation ul li
{
	display:block;
	float:left;
	margin-right:15px;
	padding:0px 3px;
}

div.navigation.head ul li
{
	margin-right:30px;
}
div.navigation.head ul li a
{
	color:#494949;
}

div.navigation.head ul li.active a,
div.navigation.head ul li a:hover
{
	border-bottom:1px solid #F26822;
}

div.navigation.sub ul li a
{
	color:#555555;
}

div.navigation.sub ul li.active a,
div.navigation.sub ul li a:hover
{
	border-bottom:1px solid #a6a6a6;
}

/* End Navigation */

/* Content */
div.content
{
	width:894px;
	margin:0px auto;
	padding:5px 3px;
}


/* Footer */
div.footer
{
	height:45px;
	clear:both;
	border-top:5px solid #F26822;
	width:900px;
	margin:0px auto;
	color:#aaaaaa;
}

div.footer p
{
	margin:0px;
	padding:10px 3px;
}

/* End Footer */