/* Fonts */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face 
{
    font-family: 'ColaborateRegular';
    src: url('../fonts/ColabReg-webfont.eot');
    src: url('../fonts/ColabReg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ColabReg-webfont.ttf') format('truetype'),
         url('../fonts/ColabReg-webfont.svg#ColaborateRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* layout */
html, body 
{
	height: 100%;
	font-family: ColaborateRegular;
    font-size: 14px;
}

body
{
    background-color: #171717;
    background-image: url("../images/bg_background.jpg");
    background-position: left top;
    background-repeat: repeat;
    color: #B0B0B0;
}

.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; 
}

.push 
{
	height: 50px;	
}

.footer
{
	background-image: url("../images/bg_footer.jpg");
    background-position: left bottom;
    background-repeat: repeat-x; 
    text-align: center;
    color: #181716;
    padding-top: 27px;
    height: 23px; /* 50px met padding */
}

.footer a
{
    color: #181716;
}

.header
{
    margin-bottom: 50px;    
}

#main
{
    left: 50%;
    margin-left: -370px;
    position: relative;
    width: 740px;
}

.clearBoth
{
    clear:both;
}

/* tags */

h1
{
	font-family: BebasNeueRegular;
	font-size: 22px;
	margin-bottom: 7px;
	text-transform: uppercase;
}

p
{
	font-family: ColaborateRegular;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

a
{
	font-family: ColaborateRegular;
	font-size: 14px;
	color: #B0B0B0;
}

a:hover
{
	text-decoration: none;
}

/* languages */

#languages
{
    position: absolute;
    top: 15px;
    right: 0px;
}

#languages ul
{
    float:right; 
}

#languages ul li
{
    float: left; 
	background-image:url(../images/header-nav-bullet.png);
	background-repeat:no-repeat;
	background-position: center right;
}

#languages ul li a, #languages ul li span
{
	display: block; 
	line-height: 1; 
	font-size: 14px; 
	text-decoration: none; 
	padding-top: 12px;
	margin-right: 11px;
	margin-left: 10px;
	margin-bottom: 12px;
	font-family: ColaborateRegular;
}

#languages ul li.selected a	
{
    color: #efefef;
}

#languages ul li:last-child
{
	background-image: none;
}

#languages ul li:last-child a, #languages ul li:last-child span
{
	margin-right: 0;
}

#languages ul li span	
{
    color: #efefef;
}

#languages ul a
{
    color: #bbbbbb;
}

#languages ul a:hover
{
    color: #efefef;
}

/* misc */

#ttcLogo
{
    margin-top: 20px; 
}