body {
	background-color: #C5CAC7;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#border{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0;
	width: 1000px;
	border-width: 2px;
	border-style: solid;
	border-color: white;
	text-align: justify;
}
div#main{
	width: 1000px;
	border-width: 0px;
	border-style: solid;
	border-color: white;
	text-align: justify;
	background-image: url(img/left_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;

}
div#header {
	width: 1000px;
	height: 123px;
	background-image: url(img/header.jpg);
	/*background-position: bottom;
	background-repeat: no-repeat;*/
	
}
div#left {
	margin:0;
	padding:0;
	width: 127px;
	/*background-color: #C5CAC7;*/
	float: left;
	text-align: center;
		min-height: 500px;
	_min-height: 500px;
	
}
div#right{
	margin:0;
	width: 873px;
	background-image: url(img/sitebg.jpg);
	filter:alpha(opacity=80);   /* Internet Explorer       */
   opacity: 0.8;               /* newer Mozilla and CSS-3 */
	float:right;
	min-height: 700px;
	_height: 700px; 
	
	}
div#right_margin {
	margin: 30px 100px 15px 100px;
	padding: 0;
}
	

div#footer {
	clear: both;
	background-color: white;
	color: Gray;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	width: 1000px;
}
div#footer a, div#footer a:link, div#footer a:visited {
	color: #434343;
	text-decoration: none;
}
div#footer a:active, div#footer a:hover {
	color: #434343;
	text-decoration:  underline;
}
img#flag {
	margin-top: 10px;
}
div#left ul {
	margin: 0;
	margin-top: 10px;
	padding: 0;
	
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	width: 127px;
	text-align: right;
	line-height: 18px;
}
div#left ul li {
	list-style-type: none;
	padding-right: 20px;
	line-height: 20px;
}
div#left ul li.active {
	list-style-type: none;
	padding-right: 20px;
	background-image: url(img/orangebox.jpg);
	background-repeat: no-repeat;
	background-position: 114px;
}
div#left ul li a, div#left ul li a:link, div#left ul li a:visited{
	color: black;
	text-decoration: none;		
}
div#left ul li a:active, div#left ul li a:hover {
	color: gray;
	text-decoration: none;
}

div#login {
	background-color: #C5CAC7;
	/*filter:alpha(opacity=100);   /* Internet Explorer       */
   /*opacity: 1.0;               /* newer Mozilla and CSS-3 */
	font-size: 11px;
	font-weight: bold;
	width: 126px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: white;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: white;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding-top:10px;
	padding-bottom:7px;
	
}
form {
	margin: 0;
	padding: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
input.login {
	width: 60px;
	margin-left: 1px;
	margin-right: 3px;
	font-size: 10px;
	border-color: gray;
	border-style: solid;
	border-width: 1px;

}
input.gomb {
	margin-top: 5px;
	height: 20px;
	font-size: 10px;
	font-family: sans-serif;
	background-color: #E7B400;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	width: 65px;
}
div#login label {
	float: right;
	margin-bottom: 5px;
	
}