#body{
	background-color:#fff;
	background-position:top center;
}

#container{
	margin:0 auto 0 auto;
	//width:1002px;
	text-align:center;
	margin-top:0px;
}

#header{
	position:relative;
	margin:0 auto;
	width:1002px;
	background-repeat:no-repeat;
	z-index:10000;
}

#content{
	margin:0 auto;
	width:1002px;
	background-repeat:repeat-y;
}

#footer{
	position:relative;
	margin:0 auto 200px auto;
	width:1002px;
	background-repeat:no-repeat;
}

div#logo{
	position:absolute;
	top:20px;
	left:20px;
	height:60px;
	width:310px;
	cursor:hand;
	cursor:pointer;
}

div#server-clock{
	color:#fff;
	line-height:18px;
	text-indent:23px;
	text-align:left;
	position:absolute;
	top:24px;
	right:18px;
	width:142px;
	height:19px;
	background-image:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/elements.png);background-position:-326px -39px;
}

div#account{
	position:absolute;
	top:100px;
	right:20px;
}

div#logout{
	float:right;
	height:26px;
	width:26px;
	background-image:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/elements.png);
	background-position:-497px -30px;
}

div#username{
	float:right;
	color:#fff;
	font-size:14px;
	margin:6px 6px auto auto;
}

div#profile{
	float:right;
	height:16px;
	width:16px;
	margin:6px 3px auto auto;
	background-image:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/elements.png);
	background-position:-479px -36px;
	background-repeat:no-repeat;
}

div#server{
	float:right;
	height:16px;
	width:16px;
	margin:6px 3px auto auto;
	background-image:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/elements.png);
	background-position:-601px -315px;
	background-repeat:no-repeat;
}

div#forum{
	float:right;
	height:16px;
	width:16px;
	margin:6px 3px auto auto;
	background-image:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/elements.png);
	background-position:-517px -230px;
	background-repeat:no-repeat;
}


ul#nav li.main-menu div.sub-menu{width:1px;position:relative;text-align:center;margin:0 auto 0 auto;opacity:0.8;filter:alpha(opacity=80);}
ul#nav li.main-menu div.sub-menu span{width:210px;position:absolute;left:-64px;}
ul#nav li.main-menu div.sub-menu span div.menu-top{width:210px;height:6px;/*background-image:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/menu/menu-top.png);*/background-position:center bottom;background-repeat:no-repeat;}
ul#nav li.main-menu div.sub-menu span div.menu-bottom{width:210px;height:27px;/*background-image:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/menu/menu-bottom.png);*/background-position:center bottom;background-repeat:no-repeat;}
ul#nav li.main-menu{position:relative;float:left;margin-right:1px;text-align:center;cursor:pointer;cursor:hand;height:29px;}
ul#nav li.main-menu ul{margin:0;margin:0;font-size:14px;text-align:left;}
ul#nav li.main-menu div.mmico{margin:0px;color:#fff;width:54px;height:55px;background-image:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/elements.png);}
ul#nav li.main-menu ul li{margin:0;margin:0;width:210px;height:23px;background-color:#000;/*background-image:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/menu/menu-bg.png);*/background-position:center bottom;background-repeat:repeat-y;text-indent:35px;line-height:18px;}
//ul#nav li.main-menu ul li:hover{/*background-image:url(https://www.studiolegaleenna.it/zTemplate/_img/elements/menu/menu-bg-on.png);background-position:center center;background-repeat:no-repeat;*/}
ul#nav li.main-menu ul li a{font-size:12px;color:#3cd1ba;}
ul#nav li.main-menu ul li a div{width:210px;height:23px;}
ul#nav li.main-menu ul li:hover a{color:#fff;}

.loginarea {
    text-align: center;
}

.reservarea{
    margin-bottom:20px;
}

#login-form{
    width: 350px;
    margin: 0 auto;
    margin-bottom: 150px;
}

.inputlogin{
    float: left;
    margin-bottom: 10px;
}
.inputlogin.names{
    width: 25%;
    text-align: left;
    padding-top: 9px;
}

.inputlogin.inputl{
    width: 75%;
}
.inputlogin.inputl input{
    width: 100%;
    box-sizing: border-box;
    height: 35px;
}
.login-button {
    text-align: center;
    margin-top: 20px;
}
.login-button input{
    width:100%;
    height: 35px;
    background-color: #333;
    color: white;
    border: none;
    transition:all 0.3s ease;
}
.login-button input:hover{
    background-color: #777777;
}