* {
	margin: 0;
}
html, body {
	height: 100%;
}
#bottom, .push {
	height: 132px; /* .push must be the same height as .footer */
}
#footer {
		width:100%;
		background:url(../images/footer.gif) repeat-x;
		height:132px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background:#f7f3ff url(../images/bg.gif) repeat-x left top;
	color: #000000;
	text-align: center;
}
#container {
	width:960px;
	margin:0 auto;
	text-align:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index:100;
	position:relative;
	margin: 0 auto -132px; /* the bottom margin is the negative value of the footer's height */
}
#header {
	width:960px;
	height:125px;
	float:left;
	position:relative;
	float:left;
}
ul#languages {
	position:absolute;
	right:0;
	top:10px;
}
ul#languages li {
	display:inline;
	font-size:0.7em;
}
ul#languages li a {
	color:#414040;
}
ul#languages li.current a {
	font-weight:bold;
	color:#FF0000;
}
#header h1 {
	position:absolute;
	left:0;
	top:30px;
}
#header h1 a {
	background:url(../images/logo.gif) no-repeat;
	width:200px;
	height:72px;
	text-indent:-9999px;
	display:block;
}
ul#topNav {
	position:absolute;
	right:0;
	top:70px;
}
ul#topNav li {
	display:inline;
	margin:0 0 0 20px;
}
ul#topNav li.current a {
	color:#414040;
}
#content {
	width:960px;
	float:left;
}
#content p {
	font-size: 0.7em;
	line-height: 1.25em;
	margin: 1.25em 0;
	text-align: left;
}
#form p{
    color:#ff0000;
	margin: 0px;
}
#content h1, #content h2, #content h3{
	color:#ff0000;
}
#content h2 {
	font-size:1em;
}
#content h5 {
	font-size:1em;
    color:#414040;
    font-weight:normal;
}
#leftColumn {
	width:300px;
	float:left;
}
#blockEN {
	background:url(../images/straplineEN.gif) no-repeat;
	width:300px;
	height:130px;
	text-indent:-9999px;
	margin:20px 0 0 0;
}
#blockGR {
	background:url(../images/straplineGR.gif) no-repeat;
	width:300px;
	height:130px;
	text-indent:-9999px;
	margin:20px 0 0 0;
}
#blockFR {
	background:url(../images/straplineFR.gif) no-repeat;
	width:300px;
	height:130px;
	text-indent:-9999px;
	margin:20px 0 0 0;
}
#blockDE {
	background:url(../images/straplineDE.gif) no-repeat;
	width:300px;
	height:130px;
	text-indent:-9999px;
	margin:20px 0 0 0;
}
#blockIT {
	background:url(../images/straplineIT.gif) no-repeat;
	width:300px;
	height:130px;
	text-indent:-9999px;
	margin:20px 0 0 0;
}
#leftColumn td{
    padding-left:5px;
    padding-top:5px;
    text-align: center;
    height:40px;
}
#rightColumn {
	width:660px;
	float:left;
}
#homeFlash {
	float:right;
}
#homeFlash td{
    padding-right:30px;
}
#homeFlash p{
    color:#ff0000;
	margin: 0px;
}
.box {
	width:300px;
	float:left;
	padding:0 10px;
}
#prefooter {
	width:950px;
	border-top:2px solid #ff0000;
	padding-top:10px;
	color:#454444;
	float:left;
	margin-top:10px;
	padding-left:10px;
}
#prefooter p {
	font-size:0.6em;
}
a {
	color:#ff0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

