/** Eric meyer's reset
******************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/** Structural elements
******************************************/
body
{
	font: 62.5% "Lucida Grande", Verdana, Arial, sans-serif;
	background-color:#f9f9f9;
	/*background:#ff6633 url("../images/background.gif") 0 0 repeat;*/
}

h1
{
	background:transparent url("../images/logo_acteco.jpg") 0 0 no-repeat;
	text-indent:-9999px;
	width:325px;
	height:79px;
}

#wrapper
{
	background-color:#FFFFFF;
	margin: 250px auto;
	width:400px;
	padding:50px;
}

#container
{
	background:#394a4d url("../images/pijl_login.gif") 5.0em 5.0em no-repeat;
	width:100%;
	height:180px;
	margin-top:10px;
}

#container #languages
{
	font-size:3.5em;
	float:right;
	padding:40px 50px 0 0;
}

#container #languages ul
{
	list-style:none;
}

#container #languages ul li
{
	padding:0 0 10px 0;
}

#container #languages ul li a
{
	color:#FFFFFF;
	text-decoration:none;
}

#container #languages ul li a:hover
{
	color:#ff6633;
	text-decoration:none;
}

/** Hacks
******************************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */