/*----------------INTERFACE---------------*/

body {
	background-color:#000000;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

.content{
	width: 325px;
	margin: 35px auto 0 auto;
	text-align: center;
	border: 2px solid #AEAEAE;
	background-color:#F5F7F4;
}

.header {
	width: 100%;
	height: 136px;
	background-image:url(design/back_logo_intro.gif);
	background-repeat:repeat-x;
	border-bottom:1px solid #000000;
}
.anim{
	width: 100%;
	width:325px;
	height: 400px;
	background-color:#000000;
}

.lang-box{
	width:325px;
	text-align:center;
	margin-top:3px;
	margin-bottom:0px;
	padding-bottom:3px;
	border-bottom:1px solid #000000;
	
}

.lang_nor, .lang_nor a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
	text-decoration: none;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
}

.lang_nor:hover {
	color: #000000;
}

/*--------------------Netwebcity----------------*/
.netwebcity{
	width: 100%;
	margin-top: 0px;
	text-align: center;
}

.net, .net a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color: #4D4D4D;
	text-align:center;
	text-decoration: none;
}

.net:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:normal;
	color: #7f7f7f;
	text-align:center;
	text-decoration: none;
}

/*-------------Fin Netwebcity-------------------*/