body {
	font-family: Arial; 
	margin: 50px 0px 10px 0px;
	font-size: 9pt;
	background: #E5E3DE url('../gfx/bg_top.jpg') repeat-x;
	background-position:  0px 0px;
	text-align: center;
}

h1, h2, h3, h4 {
	display:inline;
	margin:0px; 
	padding:0px;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 15pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}
a {
	color: #3A006C;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/*
 *	***************** HEADER
 */
 
div#alterLang {
	width: 465px;
	position:absolute; 
	top:20px; 
	left:50%;
	text-align: right;
	border: 0px solid red;
}
div#alterLang a {
	margin: 0px 2px;
}
div#alterLang a img {
	border: 0px;
}

div#login {
	width: 250px;
	text-align: center;
	position: absolute;
	top: 21px;
	left: 50%;
	margin: 0px 0px 0px 100px;
	font-size: 12px;
}

div#logo {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 36px;
}
#logo h1 img {
	width: 588px;
	height: 30px;
	border: 0px;
}





/*
 *	***************** CONTENT
 */

div#content {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
h4.msg {
	text-align: center;
	display: block;
	margin: 40px 0px 20px 0px;
}

/*
 *	***************** FOOTER
 */

div#footer {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px !important;
	margin-top: 20px;
	height: 53px;
	background: #CECECE url('../gfx/bg_footer_left.jpg') no-repeat;
	background-position: left 0px;
	font-size: 8pt;
	color: #5C5C5C;
}
div#footer a {
	color: #5C5C5C;
}
div#footer a:hover {
	color: #676767;
	text-decoration: none;
}
div#footer_bg {
	width: 100%;
	height: 100%;
	background: transparent url('../gfx/bg_footer_right.jpg') no-repeat;
	background-position: right 0px;
}
div#footContentLeft {
	padding: 20px 0px 0px 20px;
	float: left;
}
div#footContentRight{
	padding: 20px 20px 0px 0px;
	float: right;
}
div.defaultMap {
	width: 550px; 
	height: 310px; 
	margin: 0px auto;
}
div.defaultMapProduct {
	width: 550px; 
	height: 310px; 
	margin: 0px 0px;
	position: absolute;
}
