body {
	margin: 0;
	padding: 0;
}
html,body {
	font-family: Verdana;
	font-size: 11px;
	color: #595959;
	line-height: 22px;
	background-color: #CCCCCC;
}
#website_container {
	background: #000000 url(http://www.challengeworks.eu/gfx/AsphaltCloseup.jpg) no-repeat center 0;
}
a:link, a:visited, a:active { 
	font-family: Verdana;
	font-size: 11px;
	color: #333333; 
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
form {
	margin : 0;
	padding : 0;
}
hr {
	background-color: #C0C0C0;
	color: #C0C0C0;
	border: 0;
	margin: 0;
	height: 1px;
}
input, select, textarea {
	position: relative;
}

.content ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;	
}

#language_switch a, #language_switch a:link, #language_switch a:visited, #language_switch a:active {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	line-height: normal;
}
#language_switch a:hover {
	color: #FF0000;
	text-decoration: none;
}

h1 {
	padding: 0 0 0 0;
	margin: 10px 0 4px 0;
	font-family: Verdana;
	font-weight: normal;
	font-size: 16px;
	color: #595959;
	line-height: normal;		
}
h2 {
	padding: 0 0 0 0;
	margin: 10px 0 4px 0;
	font-family: Verdana;
	font-weight: normal;
	font-size: 15px;
	color: #595959;
	line-height: normal;	
}

h3 {
	padding: 0 0 0 0;
	margin: 10px 0 4px 0;
	font-family: Verdana;
	font-weight: normal;
	font-size: 14px;
	color: #595959;
	line-height: normal;	
}

h4 {
	padding: 0 0 0 0;
	margin: 10px 0 4px 0;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	color: #595959;
	line-height: normal;	
}

h5 {
	padding: 0 0 0 0;
	margin: 10px 0 4px 0;
	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #595959;
	line-height: normal;	
}

h6 {
	padding: 0 0 0 0;
	margin: 10px 0 4px 0;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #595959;
	line-height: normal;	
}

#website_container  {
	width: 960px;
	height: 710px;
	margin: 0 auto;
	overflow: hidden;
}
#website_transparent_header  {
	display: block;
	width: 960px;
	float: left;
	overflow: auto;
	background: url(http://www.challengeworks.eu/gfx/bg_header.png) no-repeat 0 0;
}

#column_left  {
	float: left;
	width: 30px;
	height: 80px;
	overflow: hidden;
}
#column_center  {
	float: left;
	width: 510px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#column_right {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;	
	width: 420px;
	overflow: hidden;
}
.header_column_right {
	float: left;
	display: block;
	margin: 0;
	padding: 0;	
	width: 100%;
	height: 80px;
	overflow: hidden;
}	

.logo {
	float: right;
	margin: 0;
	padding: 12px 12px 0 0;
	display: block;	
}
.header_column_center{
	display: block;
	position: relative;
	left: 0;
	top: 0;	
	width: 450px;
	height: 45px;
	margin: 0;
	padding: 35px 20px 0 40px;	
	background-color: #666666;
	z-index: 500;	
}
#language_switch{
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	line-height: normal;
}

#navigation{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}	
.content {
	float: left;
	width: 425px; 
	height: 495px;
	margin: 0;
	padding: 89px 35px 0 50px;	
	overflow-x: hidden;
	overflow-y: auto;
	text-align: left;
}	
#subnavigation{
	float: left;
	width: 440px;
	margin: 0;	
	padding: 10px 0 0 0;
	text-align: left;
}

.footer_right {
	float: left;
	width: 440px;
	margin: 0;
	padding: 10px 20px 0 50px;
	color: #000000;
	text-align: right;
	line-height: normal;
}

.footer_right a  {
	color: #000000;
	text-decoration: none;
	line-height: normal;
}

.footer_right a:hover {
	color: #000000;
	text-decoration: none;
	line-height: normal;
}

.footer {
	float: left;
	width: 440px;
	margin: 0;
	padding: 5px 20px 2px 50px;	
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #AAAAAA;
	text-align: left;	
	line-height: normal;
}

.footer a  {
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #AAAAAA;
	text-decoration: none;
	line-height: normal;
}

.footer a:hover {
	color: #000000;
	text-decoration: none;
	line-height: normal;
}

.clearfix: after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}  /* for IE/Mac */

<!--[if IE]>

.clearfix {
	zoom: 1;     /* triggers hasLayout and clearing effect */
	display: block;     /* resets display for IE/Win */
}  

<![endif]-->