html {
	
	font-size:1em;
}

body {
	margin:0;
	padding:0;
	color:#fff;
	background:#141414 url('images/header_bckg.jpg') repeat-x left top;
	font:normal 1em/150% helvetica, arial, sans-serif;
	line-height:1.6em;
}

h1 {
	font-size:1.1em;
	font-weight: bold;
	color:#fff;
	margin:0;
	text-transform: uppercase;
	
}

a {
	color:#1696d8;
	
}

a.tt_logo {
	display:block;
	height:85px;
	width: 318px;
	background:transparent url('images/tt_logo.png') no-repeat center top;
	position:absolute;
	top:0;
	left:0;
}



div.container {
	width:960px;
	margin:0 auto;
	height:auto;
	
	
}

div.header {
	height:584px;
	width:960px;
	float:left;
	background:transparent url('images/header_center.jpg') no-repeat center top;	
}

div.languages {
	float:right;
	margin:20px 10px;
	font-size: 1.35em;
	color:#141414;
	font-weight: bold;
}

div.languages a {
	text-decoration: none;
}

div.languages a:hover {
	color:#808080;
}

div.languages a:active {
	color:#141414;
}

div.content {
	height:auto;
	width:960px;
	float:left;
	margin-bottom:30px;
}

div.col_full {
	width:940px;
	margin:0 10px;
	float:left;	
}

div.col_wide {
	width:330px;
	margin:20px 10px;
	float:left;
	
}

div.col_tut {
	width:660px;
	margin:20px 10px;
	float:left;
	
}
	

.col_narrow {
	width:240px;
	margin:20px 10px;
	float:left;
	font-size:1.1em;
	text-align:right;
	
}

div.col_narrow ul {
	list-style: none;
}

div.font_size {
	font-size:1.35em;
	font-weight: bold;
	color:#434343;
	margin-bottom:20px;
	
}

div.font-size a {
	text-decoration: none;
}

a.fs_decrease {
	color:#ed6e2f;
}

a.fs_increase {
	color:#169c38;
}

input.fs_decrease {
	font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#ed6e2f;
	background: transparent;
	border:0;
	margin:0;
	cursor: pointer;
}

input.fs_increase {
font-family: helvetica, arial, sans-serif;
	font-weight:bold;
	font-size:24px;
	color:#169c38;
	background: transparent;
	border:0;
	margin:0;
	cursor: pointer;
	
}

div.col_wide ul {
	margin:0;
	padding-left:20px;
	
}
div.share {
    margin-bottom: 20px;
}

div.footer {
	width:100%;
	height:auto;
	background:#dddddd;
	color:#141414;
	text-align: center;
	
}

div.footer div.col_full {
	margin:0 auto;
	padding:30px 0;
	float:none;
	
}


#cookie-bar {
color: #ddd;
min-height: 40px;
line-height: 40px;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
z-index: 99999;
padding: 6px 30px 4px;
background-color: #1696d8;
text-align: left;
font-size: 14px;
border-top: 1px solid #fcf2da;
box-shadow: 0 0 0 1px rgba(30,10,0,.25);
}

button#AcceptCookie {
margin: 0 20px;
line-height: 26px;
background: #141414;
border: none;
color: #fff;
padding: 4px 12px;
cursor: pointer;
font-size: 14px;
font-weight: bold;
}

#cookie-bar a {
color: #ddd;
}







