/* Re-defined HTML tags */
html, body {
	margin: 0px;
	height: 100%;
	background-image: url('../images/splashbg.gif');
	background-position: center;
	background-repeat: repeat-y;
	font-family : Calibri;
	font-size : 9pt;
	color : #000000;
/*	word-spacing: 0.05em;
	letter-spacing: 0.05em;	*/
}

/* Splash screen containers */
#mainContainer {
	margin: 0 auto;
	width: 736px;
	height: 100%;
}
#boxHeader {
	margin: 0 auto;
	height: 86px;
	width: 730px;
	background-image: url('../images/main_logo_top.gif');
	background-repeat: no-repeat;
	border-bottom: 8px solid #CFE939;

}
#boxContent {
	margin: 0 auto;
	top: 200px;
	width: 710px;
	height: 276px;
	background-image: url('../images/intro_sun_middle.jpg');
	background-position: center 20px;
	background-repeat: no-repeat;

}
#boxContent2 {
	margin: 0 auto;
	top: 200px;
	width: 710px;
	height: 276px;
	background-position: center 20px;
	background-repeat: no-repeat;

}
#boxAut {
	float: left;
	width: 182px;
	height: 276px;
	text-align: center;
	background-color: #CFE939;
}
#boxDev {
	float: right;	
	width: 182px;
	height: 276px;
	text-align: center;
	background-color: #254C9B;
}

#boxFooter {
	margin: 0 auto;
	width: 730px;
	height: 40px;
	background-image: url('../images/intro_adres.gif');
	background-position: center;
	background-repeat: no-repeat;
}
#boxFooter2 {
	margin: 0 auto;
	width: 730px;
	height: 40px;
	background-image: url('../images/intro_adres_new.gif');
	background-position: center;
	background-repeat: no-repeat;
}
a:link, a:visited {
	word-spacing: 0.5em;
	letter-spacing: 0.1em;
	font-size: 10pt;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	word-spacing: 0.5em;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-decoration: underline;
}
.supportdesk a {

	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	font-size: 10pt;
	color: #0c0c0c;
	text-decoration: none;
}
.kop1 {
	font-family : Calibri, Arial;
	font-size : 14pt;
	font-weight:bold;
	color : #254C9B;	
}