/* CSS Document */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	background-color: #E8E8E8;		
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* ---  FRAMES ---*/
#conatiner {
	width:100%;
	height:100%;
}
#lanuage_container {
	
}
#language {
	width: 764px;
	height: 20px;
	/*margin-right: 25%;*/
	margin:0 auto;
	text-align:right;
}
#main {
	width:766px;
	height:650px;
	margin: 0 auto;
}
#maptext {
	width:600px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:10px;
}
/* -------------- */

img {
	border: 0;
	margin-left: 5px;	
	margin-right: 5px;
	padding: 0;
}

a.text:visited {
	color: #485866;
	text-decoration: none;
	font-weight: normal;
	background-image: none;
}
a.text:active {
	color: #A71212/*#dd8800*/;
	text-decoration: underline;
	font-weight: normal;
	background-image: none;
}
a.text:hover {
	color: #A71212/*#dd8800*/;
	text-decoration: underline;
	font-weight: normal;
	background-image: none;
}

