html{
	height:100%;
	overflow-y:scroll;
}

body{
	margin: 0;
	height:100%;
	background-color:white;
	font-family:arial;
	/*-moz-user-select: none;*/
	cursor: default;
}

img{
	border: 0;
}

form{
	margin: 0;
}

#mainContainer{
	width: 100%;
	height: 100%;
}

#mainDiv{
	margin: 0 auto 0 auto;
	width: 780px;
}

/* ---------------------------------- HEADER ----------------------------------- */

#header{
	margin: 10px 0 0 0;
	height:30px;
	line-height: 1.4em;
}

#header img{
	float:left;
}

#langText{
	float:left;
	font-size: 11px;
	width: 40px;
	position:relative;
	top: 1px;
	text-align: right;
	visibility: hidden;
}

div.flagContainer{
	float:right;
	width: 130px;
	height:13px;
}

div.flags{
	float:right;
	width:90px;
	height:13px;
	margin: 6px 0 0 0;
}

div.flags img{
	cursor:pointer;
	margin: 0 0 0 10px;
	width: 20px;
	height: 13px;
}

div.hori_separator{
	background: url(structure/hori_sepa.gif) repeat-x;
	height: 7px;
	font-size: 1px;
}

/* ---------------------------------- HEADER ----------------------------------- */

/* -------------------------------- HOMEBANNER --------------------------------- */

#homeBanner{
	width: 780px;
	height: 400px;
	position:relative;
}

#flashDiv{
	width: 780px;
	height: 400px;
}

#prvBanner{
	width: 780px;
	height: 290px;
}

/* -------------------------------- HOMEBANNER --------------------------------- */

/* ----------------------------------- MENU ------------------------------------ */

#menu{

	height: 42px;
	background-color: #d8d8d8;
}

.menu_sepa{
	height: 42px;
	width: 1px;
	font-size: 1px;
	background-color: #7b7b7b;
	float:left;
}

.menu_element{
	line-height: 1.4em;
	cursor:pointer;
	font-size: 10px;
	text-decoration:none;
	position:relative;
	padding: 4px 0 10px 4px;
	float:left;
}

.menu_element span{
	font-size: 12px;
	font-weight: bold;
}

.menu_element a{
	text-decoration: none;
}

.menu_login{
	margin: 0 12px 0 0;
	height:42px;
	float:left;
	font-size: 10px;
	line-height: 1.4em;
	color:#1e1e1e;
}

.menu_login span{
	font-size: 12px;
	font-weight: bold;
}

.menu_login a{
	text-decoration: none;
}


.menu_login form{
	margin: 0;
}

.menu_login input{
	font-size: 10px;
	width: 70px;
	padding: 1px;
	border: 1px solid #1e1e1e;
	margin: 1px 0 0 0;
}

.subMenu{
	position: absolute;

	left: -1px;
	top: 42px;
	background-color:#1e1e1e;
	width:180px;
	height: 100px;
}

.submenuElement{
	height:18px;
	padding: 2px 4px 0 4px;
	font-size: 11px;
}

/* ----------------------------------- MENU ------------------------------------ */

/* ---------------------------------- FOOTER ----------------------------------- */

#footer{
	height:29px;
}

#copyright{
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #818181;
}

#copyright a{
	text-decoration: none;
}

/* ---------------------------------- FOOTER ----------------------------------- */

/* ----------------------------------- BODY ------------------------------------ */

.bodyTitle{
	font-size: 14px;
	color: #1e1e1e;
	font-weight: bold;
}

.bodyText{

	text-align: justify;
	font-size: 11px;
	color: #4e4e4e;
}

.bodyText a{
	color: #4e4e4e;
}

.bodyText input{
	font-size: 11px;
	border: 1px solid #4e4e4e;
	width: 140px;
	margin: 1px 0 1px 0;
	background-color: #d8d8d8;
}

.bodyText label{
	margin: 2px 0 1px 0;
}

.leftArea{
	float: left;
	width: 480px;
	margin: 10px 0 10px 0;
}

.rightArea{
	float: right;
	width: 290px;
	margin: 10px 0 0 0;
}

.imgFrame{
	border: 1px solid #DDDDDD;
	margin: 5px 0 5px 0;
}

/* ----------------------------------- BODY ------------------------------------ */

/* ------------------------------- REGISTER FORM ------------------------------- */

#registerFormBg{
	
	position:absolute;
	width: 300px;
	background-color: white;
	left:0;	
}

#registerForm{
	z-index:2;
	position:absolute;
	height: 400px;
	width: 300px;
	top:0;
	left:0;
	visibility:hidden;
}

#homeTextBg{
	
	position:absolute;
	width: 480px;
	background-color: white;
	left:300px;	
}

#homeText{
	z-index:2;
	position:absolute;
	height: 400px;
	width: 480px;
	top:0;
	left:300px;
	visibility:hidden;

}


div.registerForm_head{
	margin: 5px 5px 0 0;
	height: 17px;
	text-align:right;
}

div.registerForm_head img{
	cursor:pointer;
}

div.registerForm_body{
	margin: 0 10px 5px 10px;
	text-align: justify;
	font-size: 10px;
	color:#1e1e1e;
}

div.registerForm_body a{
	color:#1e1e1e;
}

div.registerForm_body span{
	font-size:11px;
	font-weight: bold;
}

div.registerForm_div{
	width: 240px;
	margin: 5px auto 5px auto;
	text-align: right;
}

div.registerForm_body input{
	font-size: 10px;
	width: 130px;
	border: 1px solid black;
	margin: 2px;
}

div.registerForm_div label{
	vertical-align: 20%;
}

/* ------------------------------- REGISTER FORM ------------------------------- */
