#container{
	position:relative;
	margin:auto;
	width:1000px;
	height:777px;
	background-image:url(../images/bg-1.jpg);
	background-repeat:no-repeat;
}

#header{
	width:1000px;
	height:170px;
	float:none;
	margin:0px 0px 0px 0px;
}

#logo{
	width:170px;
	height:170px;
	float:left;
	margin:5px 5px 0px 5px;
}

#lang{
         width:50px;
         height:20px;
         float:right;
         margin: 0px 70px 0px 0px;
}

#kop{
	width:815px;
	height:170px;
	float:left;
	margin:5px 0px 0px 0px;
}

#banner1{
	width:468px;
	height:60px;
	float:right;
	margin:40px 65px 30px 40px;
}

#banner2{
	width:468px;
	height:60px;
	float:left;
	background-image:url(../images/banner-jv.jpg);
	background-repeat:no-repeat;
	margin:10px 0px 0px 0px;
}

/* TOPMENU ZIE TOPMENU.CSS */

/* SIDEMENU ZIE SIDEMENU.CSS */

#content{
}
#content-t{
	width:815px;
	height:14px;
	float:left;
	background-image:url(../images/content-t.png);
	background-repeat:no-repeat;
	margin:5px 0px 0px 0px;
}

#content-m{
	width:797px;
	height:475px;
	float:left;
	background-image:url(../images/content-m.png);
	background-repeat:repeat-y;
	overflow:auto;
	padding:0px 8px 0px 10px;
	margin:0px 0px 0px 0px;
}

#content-b{
	width:815px;
	height:12px;
	float:right;
	background-image:url(../images/content-b.png);
	background-repeat:no-repeat;
	margin:0px 5px 5px 0px;
}

#footer{
	width:990px;
	height:80px;
	float:none;
	margin:5px 5px 0px 5px;
}

#cap{
	width:340px;
	height:70px;
	float:left;
	margin:5px 5px 0px 5px;
}

#watch{
	width:1px;
	height:1px;
	float:right;
	margin:65px 5px 0px 0px;
}

.clear{
	clear:both;
}