<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	height: 100%;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	height: 100%;
	margin: 10px;
}

#container {
	position: relative;
	margin: 0px auto;
	padding-top: 0px;
	width: 970px;
	clear: left;
}

#header {
	height: 177px;
	width: 965px;
	padding-left: 3px;
	text-align: left;
	font-family: Arial; 
	font-size: 12px; 
}

#sprachauswahl {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 75px;
	width: 968px;
	text-align: left;
	font-family: Arial; 
	font-size: 12px; 
}

#subnavi {
	background-image: url(../images/subnavi.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 968px;
	text-align: left;
	font-family: Arial; 
	font-size: 12px; 
}

#slogan {
	background-image: url(../images/slogan.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 968px;
	text-align: left;
	font-family: Arial; 
	font-size: 12px; 
}

#slogan_eng {
	background-image: url(../images/slogan_eng.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 968px;
	text-align: left;
	font-family: Arial; 
	font-size: 12px; 
}

#slogan_fr {
	background-image: url(../images/slogan_fr.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 968px;
	text-align: left;
	font-family: Arial; 
	font-size: 12px; 
	
}

#slogan_it {
	background-image: url(../images/slogan_it.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 968px;
	text-align: left;
	font-family: Arial; 
	font-size: 12px; 

}

#slogan_es {
	background-image: url(../images/slogan_es.png);
	background-repeat: no-repeat;
	height: 76px;
	width: 968px;
	text-align: left;
	font-family: Arial; 
	font-size: 12px; 
	
}
	
#menu {
	background-color: #FFFFFF;
	width: 246px;
	text-align: left;
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	float: left;
}

#content {
	width: 715px;
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	float: left;
}

#footer {
	background-color:#FFFFFF;
	height: 20px;
	width: 968px;
	text-align: right;
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	padding-top: 5px;
	clear: left;
}

.content {	
	font-family: Arial;
	font-size: 12px;
}
.slogan {
	color: #112C6C
}
.menu {
	color: #112C6C; 
	font-weight: bold;
}
a:link {
	color: #102C6B;
	text-decoration: none;
}
a:visited {
	color: #102C6B;
	text-decoration: none;
}
a:hover {
	color: #102C6B; 
	font-weight: bold;
	text-decoration: none;

}
a:active {
	color: #4D4D4F;
	text-decoration: none;
}
</pre></body></html>