body
{
	background-color: #f0f4f4;
}

#containerBox
{
	background-color: #fff;
}

a
{
	color: #000;
}


/* --- INDEX --- */

#indexLogoBox
{
	display: none;
}

#indexNoLogoBox
{
	position: relative;
	text-align: left;
	width: 980px;
	height: 204px;
}

#indexBlueStripe
{
	position: absolute;
	font: 1px Verdana;
	top: 85px;
	width: 980px;
	height: 15px;
	background-color: #aca4cf;
}

#indexGreenStripe
{
	position: absolute;
	font: 1px Verdana;
	top: 104px;
	width: 980px;
	height: 15px;
	background-color: #99c7ab;
}

#indexLanguage
{
	color: #000;
}

#indexAddress
{
	color: #000;
}


/* --- INTERN --- */

#internLogoBox
{
	display: none;
}

#internTitleBox
{
	position: relative;
	width: 980px;
	height: 146px;
	text-align: left;
	float: left;	
}

#internTitle
{
	position: absolute;
	top: 72px;
	left: 16px;
	font: bold 120% Verdana;
	color: #99c7ab;
}

#internBlueStripe
{
	position: absolute;
	font: 1px Verdana;
	top: 50px;
	width: 980px;
	height: 8px;
	background-color: #aca4cf;
}

#internGreenStripe
{
	position: absolute;
	font: 1px Verdana;
	top: 62px;
	width: 980px;
	height: 8px;
	background-color: #99c7ab;
}

#internRightBox
{
	display: none;
}

#internCRBox
{
	display: none;
}

#internBodyBox
{
	background-color: #fff;
}

#internFooterBox
{
	background-color: #fff;
}

#internFooterMenu
{
	margin-top: 10px;
	line-height: 140%;
	left: 16px;
}

#internLangChoice
{
	margin-top: 10px;
	line-height: 140%;
}
